Age | Commit message (Expand) | Author |
1998-09-07 | install the xfs includes | Artur Grabowski |
1998-08-29 | change pmap_set() protocol to u_int, similar to solaris; ref: casper | Theo de Raadt |
1998-08-19 | make errors unsigned | Theo de Raadt |
1998-08-17 | add _PATH_KSYMS | Todd C. Miller |
1998-08-16 | remove bogus ifdef PERL5 | Artur Grabowski |
1998-08-10 | add ECB and CBC encryption for octet streams | Niels Provos |
1998-07-23 | curses.h frontend | Todd C. Miller |
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos |
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos |
1998-07-17 | . is a regex. | Marc Espie |
1998-07-15 | pw_uid is uid_t, pw_gid is gid_t | Todd C. Miller |
1998-07-11 | provide TMP_MAX like stdio.h; kleink | Theo de Raadt |
1998-07-07 | change _PATH_KVMDB to be the same name as the db created by kvm_mkdb | Marco S Hyman |
1998-07-07 | do not install includes from libss | Artur Grabowski |
1998-06-30 | add mkstemp(char *template, int suffixlen) interface | Theo de Raadt |
1998-06-25 | install isofs headers, we need them | Theo de Raadt |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller |
1998-06-07 | add gnu/lib/libgmp to WDIR for includes | Todd C. Miller |
1998-05-13 | change size parameter to size_t | Theo de Raadt |
1998-05-13 | provide time_t without sys/types.h; kleink | Theo de Raadt |
1998-05-04 | make includes for libossaudio | Niels Provos |
1998-04-30 | make ctype macros on char 0x82 and such work | Theo de Raadt |
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt |
1998-03-31 | add X11 and local bins to std paths | Theo de Raadt |
1998-03-30 | Wall; Andreas.Gunnarsson@emw.ericsson.se | Theo de Raadt |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap |
1998-03-19 | Some -Wall | Todd C. Miller |
1998-03-03 | Dive into libg++ and gcc on includes | Niklas Hallqvist |
1998-03-02 | We don't need two math.h headers incvs server: nothing known about | Todd C. Miller |
1998-02-16 | be more careful for _XOPEN_SOURCE | Theo de Raadt |
1998-02-10 | pretty some types, real minor | Theo de Raadt |
1998-02-10 | more explicit protos | Theo de Raadt |
1998-02-10 | move proto to unistd.h | Theo de Raadt |
1998-02-08 | strptime() proto; Andreas.Gunnarsson@emw.ericsson.se | Theo de Raadt |
1998-02-07 | More XPG4.2 -- | Todd C. Miller |
1998-02-06 | size_t n in initstate(); XPG | Theo de Raadt |
1998-01-31 | Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping | Todd C. Miller |
1997-12-27 | Make usleep prototype match manual page and implementation | Thorsten Lockert |
1997-12-22 | add XPG4.2 lockf; kleink | Theo de Raadt |
1997-12-09 | for XPG, do not use special typedef types | Theo de Raadt |
1997-11-29 | Add __attribute__ for asprintf. | Todd C. Miller |
1997-11-29 | Implement asprintf(3) and vasprintf(3) functions similar to the | Todd C. Miller |
1997-11-16 | move proto to sys/stat.h; XPG4.2 | Theo de Raadt |
1997-11-09 | Introduce uu_lock(), uu_unlock() and uu_lockerr() | bri |
1997-09-22 | Add FNM_FILE_NAME as an alias for FNM_PATHNAME (GNU uses FNM_FILE_NAME). | Todd C. Miller |
1997-09-22 | From FreeBSD: | Todd C. Miller |
1997-09-21 | Well, as we are heading for a release people are encouraged to rebuild their | Niklas Hallqvist |
1997-09-01 | #define GLOB_ABEND to GLOB_ABORTED for backwards compat. Noted by Theo. | Todd C. Miller |
1997-09-01 | Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to | Todd C. Miller |
1997-09-01 | Fix problem with ``find -execdir'' not having the correct initial cwd. | Todd C. Miller |