summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
1998-09-07install the xfs includesArtur Grabowski
1998-08-29change pmap_set() protocol to u_int, similar to solaris; ref: casperTheo de Raadt
1998-08-19make errors unsignedTheo de Raadt
1998-08-17add _PATH_KSYMSTodd C. Miller
1998-08-16remove bogus ifdef PERL5Artur Grabowski
1998-08-10add ECB and CBC encryption for octet streamsNiels Provos
1998-07-23curses.h frontendTodd C. Miller
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeNiels Provos
header files from the correct path.
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
Man pages will come soon, I hope.
1998-07-17. is a regex.Marc Espie
1998-07-15pw_uid is uid_t, pw_gid is gid_tTodd C. Miller
1998-07-11provide TMP_MAX like stdio.h; kleinkTheo de Raadt
1998-07-07change _PATH_KVMDB to be the same name as the db created by kvm_mkdbMarco S Hyman
1998-07-07do not install includes from libssArtur Grabowski
1998-06-30add mkstemp(char *template, int suffixlen) interfaceTheo de Raadt
1998-06-25install isofs headers, we need themTheo de Raadt
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
1998-06-07add gnu/lib/libgmp to WDIR for includesTodd C. Miller
1998-05-13change size parameter to size_tTheo de Raadt
1998-05-13provide time_t without sys/types.h; kleinkTheo de Raadt
1998-05-04make includes for libossaudioNiels Provos
1998-04-30make ctype macros on char 0x82 and such workTheo de Raadt
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-03-31add X11 and local bins to std pathsTheo de Raadt
1998-03-30Wall; Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1998-03-23teach rmd160 not to throw leftovers out the windowjanjaap
1998-03-19Some -WallTodd C. Miller
1998-03-03Dive into libg++ and gcc on includesNiklas Hallqvist
1998-03-02We don't need two math.h headers incvs server: nothing known aboutTodd C. Miller
`math.h'. The one in libm is more up to date but the one in the include dir is what gets installed.
1998-02-16be more careful for _XOPEN_SOURCETheo de Raadt
1998-02-10pretty some types, real minorTheo de Raadt
1998-02-10more explicit protosTheo de Raadt
1998-02-10move proto to unistd.hTheo de Raadt
1998-02-08strptime() proto; Andreas.Gunnarsson@emw.ericsson.seTheo de Raadt
1998-02-07More XPG4.2 --Todd C. Miller
setstate takes a const parameter don't ever spew to stderr, just return NULL
1998-02-06size_t n in initstate(); XPGTheo de Raadt
1998-01-31Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingTodd C. Miller
the default. For xpg4.2.
1997-12-27Make usleep prototype match manual page and implementationThorsten Lockert
1997-12-22add XPG4.2 lockf; kleinkTheo de Raadt
1997-12-09for XPG, do not use special typedef typesTheo de Raadt
1997-11-29Add __attribute__ for asprintf.Todd C. Miller
1997-11-29Implement asprintf(3) and vasprintf(3) functions similar to theTodd C. Miller
ones in the glibc. Some man pages changes from FreeBSD (asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).
1997-11-16move proto to sys/stat.h; XPG4.2Theo de Raadt
1997-11-09Introduce uu_lock(), uu_unlock() and uu_lockerr()bri
into libutil. Obtained from: FreeBSD Reviewed by: Theo
1997-09-22Add FNM_FILE_NAME as an alias for FNM_PATHNAME (GNU uses FNM_FILE_NAME).Todd C. Miller
1997-09-22From FreeBSD:Todd C. Miller
1) Add support for FNM_LEADING_DIR, FNM_CASEFOLD, FNM_IGNORECASE 2) POSIX.2 fixes
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
entire trees for testing anyway, I might as well do this intrusive touching of include files now. Added openBSD tags.
1997-09-01#define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo.Todd C. Miller
1997-09-01Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND toTodd C. Miller
GLOB_ABORT and defining GLOB_NOMATCH and GLOB_NOSYS (the latter is not used).
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
Adds a new flag to fts(3).