art
|
48eeec4d93
|
install the xfs includes
|
26 years ago |
deraadt
|
ac6a8b1e68
|
change pmap_set() protocol to u_int, similar to solaris; ref: casper
|
26 years ago |
deraadt
|
a90434c34f
|
make errors unsigned
|
26 years ago |
millert
|
403b58da2c
|
add _PATH_KSYMS
|
26 years ago |
art
|
2d606d8952
|
remove bogus ifdef PERL5
|
26 years ago |
provos
|
9124668bb4
|
add ECB and CBC encryption for octet streams
|
26 years ago |
millert
|
b1b9784c54
|
curses.h frontend
|
26 years ago |
provos
|
8de558a493
|
s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include
header files from the correct path.
|
26 years ago |
provos
|
f4846928f6
|
Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.
Man pages will come soon, I hope.
|
26 years ago |
espie
|
f5882f1bac
|
. is a regex.
|
26 years ago |
millert
|
5bc0b9f5dc
|
pw_uid is uid_t, pw_gid is gid_t
|
26 years ago |
deraadt
|
0c67318ce2
|
provide TMP_MAX like stdio.h; kleink
|
26 years ago |
marc
|
e0a421c96d
|
change _PATH_KVMDB to be the same name as the db created by kvm_mkdb
|
26 years ago |
art
|
f611bf8de3
|
do not install includes from libss
|
26 years ago |
deraadt
|
ea09bc7536
|
add mkstemp(char *template, int suffixlen) interface
|
26 years ago |
deraadt
|
34c438b830
|
install isofs headers, we need them
|
26 years ago |
millert
|
03d98b5707
|
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
|
26 years ago |
millert
|
214410efbb
|
add gnu/lib/libgmp to WDIR for includes
|
26 years ago |
deraadt
|
66a7ec9bc7
|
change size parameter to size_t
|
27 years ago |
deraadt
|
01876ee334
|
provide time_t without sys/types.h; kleink
|
27 years ago |
provos
|
bbdde76615
|
make includes for libossaudio
|
27 years ago |
deraadt
|
4e2db8f522
|
make ctype macros on char 0x82 and such work
|
27 years ago |
deraadt
|
6e7e8603fb
|
readlink() 3rd param is size_t; XPG
|
27 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 |