summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
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
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
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
1997-11-16move proto to sys/stat.h; XPG4.2Theo de Raadt
1997-11-09Introduce uu_lock(), uu_unlock() and uu_lockerr()bri
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
1997-09-21Well, as we are heading for a release people are encouraged to rebuild theirNiklas Hallqvist
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
1997-09-01Fix problem with ``find -execdir'' not having the correct initial cwd.Todd C. Miller
1997-08-29move _PATH_BOOTDIR w/ trailing slash into paths.h for other progs...Michael Shalayeff
1997-08-24prototype _err* and _warn*Todd C. Miller
1997-08-18inttypes.h as required by XPG4.2. Nothing uses this yet and all in-treeTodd C. Miller
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller
1997-08-12typo; graphix@iastate.eduTheo de Raadt
1997-07-24pre-def ypmaplistTheo de Raadt
1997-07-23_PATH_SKEYKEYS now lives in <paths.h>Todd C. Miller
1997-07-23add netatalkdenny
1997-07-17__BEGIN_DECLS/__END_DECLSTheo de Raadt
1997-07-17proto moreTheo de Raadt
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller
1997-07-16proto yp_maplistTheo de Raadt
1997-07-15Add a missing constTodd C. Miller
1997-07-12Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).Todd C. Miller
1997-07-10Be consistent wrt unsigned vs. u_*Todd C. Miller
1997-07-10Different sha1 functions (taken from netinet's if_sha1.c) thatTodd C. Miller
1997-07-02Move prototype for bindresvport(3) to <netiniet/in.h> as it isTodd C. Miller
1997-06-29relocated header filesNiels Provos
1997-06-29Use u_int16_t, not short in struct tftphdr. From Marc Evans <marc@destek.net>.Todd C. Miller
1997-06-20Add mkdtemp(3)Todd C. Miller