deraadt
|
66a7ec9bc7
|
change size parameter to size_t
|
26 years ago |
deraadt
|
01876ee334
|
provide time_t without sys/types.h; kleink
|
26 years ago |
provos
|
bbdde76615
|
make includes for libossaudio
|
26 years ago |
deraadt
|
4e2db8f522
|
make ctype macros on char 0x82 and such work
|
26 years ago |
deraadt
|
6e7e8603fb
|
readlink() 3rd param is size_t; XPG
|
26 years ago |
deraadt
|
32e41f472f
|
add X11 and local bins to std paths
|
27 years ago |
deraadt
|
f44e950977
|
Wall; Andreas.Gunnarsson@emw.ericsson.se
|
27 years ago |
janjaap
|
7f64ecd952
|
teach rmd160 not to throw leftovers out the window
|
27 years ago |
millert
|
933dad6187
|
Some -Wall
|
27 years ago |
niklas
|
da417ef0f2
|
Dive into libg++ and gcc on includes
|
27 years ago |
millert
|
fcf3e65cc1
|
We don't need two math.h headers incvs server: nothing known about
`math.h'. The one in libm is more up to date but the one in the
include dir is what gets installed.
|
27 years ago |
deraadt
|
e9e966257b
|
be more careful for _XOPEN_SOURCE
|
27 years ago |
deraadt
|
7b93eaaf8c
|
pretty some types, real minor
|
27 years ago |
deraadt
|
db2fe992e8
|
more explicit protos
|
27 years ago |
deraadt
|
04069432b8
|
move proto to unistd.h
|
27 years ago |
deraadt
|
618b9d66d5
|
strptime() proto; Andreas.Gunnarsson@emw.ericsson.se
|
27 years ago |
millert
|
d919ab04d0
|
More XPG4.2 --
setstate takes a const parameter
don't ever spew to stderr, just return NULL
|
27 years ago |
deraadt
|
a559e2f17b
|
size_t n in initstate(); XPG
|
27 years ago |
millert
|
544d5f721b
|
Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping
the default. For xpg4.2.
|
27 years ago |
tholo
|
374c4bf5f2
|
Make usleep prototype match manual page and implementation
|
27 years ago |
deraadt
|
f370cd1e6f
|
add XPG4.2 lockf; kleink
|
27 years ago |
deraadt
|
a5b4ccde1f
|
for XPG, do not use special typedef types
|
27 years ago |
millert
|
667296b173
|
Add __attribute__ for asprintf.
|
27 years ago |
millert
|
309847b387
|
Implement asprintf(3) and vasprintf(3) functions similar to the
ones in the glibc. Some man pages changes from FreeBSD
(asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
|
27 years ago |
deraadt
|
f6f2cca0b7
|
move proto to sys/stat.h; XPG4.2
|
27 years ago |
bri
|
55694d3e32
|
Introduce uu_lock(), uu_unlock() and uu_lockerr()
into libutil.
Obtained from: FreeBSD
Reviewed by: Theo
|
27 years ago |
millert
|
ce19d48d6d
|
Add FNM_FILE_NAME as an alias for FNM_PATHNAME (GNU uses FNM_FILE_NAME).
|
27 years ago |
millert
|
46ab4cbee8
|
From FreeBSD:
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE
2) POSIX.2 fixes
|
27 years ago |
niklas
|
2a0bf72166
|
Well, as we are heading for a release people are encouraged to rebuild their
entire trees for testing anyway, I might as well do this intrusive touching
of include files now. Added openBSD tags.
|
27 years ago |
millert
|
55f2ba9f94
|
#define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo.
|
27 years ago |
millert
|
88bebef668
|
Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is
not used).
|
27 years ago |
millert
|
1a5292dfad
|
Fix problem with ``find -execdir'' not having the correct initial cwd.
Adds a new flag to fts(3).
|
27 years ago |
mickey
|
4c970d7dcc
|
move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs...
disklabel changed to use it that way
|
27 years ago |
millert
|
3dd3d372cf
|
prototype _err* and _warn*
|
27 years ago |
millert
|
b0aaac3ad7
|
inttypes.h as required by XPG4.2. Nothing uses this yet and all in-tree
sources should use the BSD-style types anyway.
|
27 years ago |
millert
|
cd68436a48
|
basename(3) and dirname(3) as specified by XPG4 and XPG4.2
|
27 years ago |
deraadt
|
8251d854d8
|
typo; graphix@iastate.edu
|
27 years ago |
deraadt
|
56f77a52ea
|
pre-def ypmaplist
|
27 years ago |
millert
|
4a7669ebed
|
_PATH_SKEYKEYS now lives in <paths.h>
Add skeygetnext() for iterating over the key file.
|
27 years ago |
denny
|
ef3cb91373
|
add netatalk
|
27 years ago |
deraadt
|
891bc97c7e
|
__BEGIN_DECLS/__END_DECLS
|
27 years ago |
deraadt
|
88b0e54c1b
|
proto more
|
27 years ago |
millert
|
16e8f869b3
|
mdX(3)-like interface to RIPEMD-160 hash function. Code by
Antoon Bosselaers and massaged by me to fit the mdX(3) API.
|
27 years ago |
deraadt
|
93a9dd7217
|
proto yp_maplist
|
27 years ago |
millert
|
180624d3fc
|
Add a missing const
|
27 years ago |
millert
|
0818e080d8
|
Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).
|
27 years ago |
millert
|
ad6cecfcaa
|
Be consistent wrt unsigned vs. u_*
|
27 years ago |
millert
|
0c044b6e92
|
Different sha1 functions (taken from netinet's if_sha1.c) that
are more consistent with md4/md5 functions.
|
27 years ago |
millert
|
2f68d51273
|
Move prototype for bindresvport(3) to <netiniet/in.h> as it is
not rpc-specific and other stuff uses it now.
|
27 years ago |
provos
|
2dc9544348
|
relocated header files
|
27 years ago |