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
millert
281d3b7ded
Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>.
27 years ago
millert
f20458d134
Add mkdtemp(3)
27 years ago
millert
f1026de800
Fix decl for tfind(3)
27 years ago
deraadt
2dad0eaeab
be more careful, george
27 years ago
downsj
946bf80622
Don't ref gnu/ext2fs.
27 years ago
deraadt
4bca9c33f9
do {} while (0); the macros; jarle@runit.sintef.no
27 years ago
millert
991fb15882
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as
the name of the strip(1) to use and other times used as
the flag to send install(1) when stripping (or not).
COPY doesn't have this problem (yet) but was poorly named.
27 years ago
millert
1d12c1a0e5
Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5. This allows
people to override those setting in /etc/mk.conf.
28 years ago
millert
64448add56
Add _PATH_DEFTAPE
28 years ago
millert
ce40c01afc
Use in_addr_t not u_long.
28 years ago
downsj
9b73b59fa7
BIND 4.9.5 includes.
28 years ago