| Age | Commit message (Expand) | Author |
| 1994-03-18 | update to match flags | cgd |
| 1994-03-12 | add some new flags for /etc/ttys' status field | cgd |
| 1994-03-01 | Add cabs() and drem(), for BSD libm compatibility. | jtc |
| 1994-02-25 | new telnet header | cgd |
| 1994-02-14 | Add missing _. reported by several folks. | cgd |
| 1994-02-11 | New math.h, based on fdlibm's fdlibm.h. | jtc |
| 1994-02-10 | clean things up some | cgd |
| 1994-02-10 | don't hide install -d, and make owner/group correct | cgd |
| 1994-01-29 | Fix spelling error in Copyright notice | jtc |
| 1994-01-28 | Redone from scratch, but maintain SunOS compatibility. | pk |
| 1994-01-28 | support for lookup keyword in resolv.conf | deraadt |
| 1994-01-27 | Change __attribute -> __attribute__. The former isn't turned off by | jtc |
| 1994-01-25 | match 4.4's definitions for sys_siglist and sys_signame | cgd |
| 1994-01-25 | kill third arg to getbsize. | cgd |
| 1994-01-25 | getbsize takes a (somewhat bogus, IMO) third parameter | cgd |
| 1994-01-24 | add protos for getbsize() (in libutil) and the getcap routines (in libc) | cgd |
| 1994-01-20 | Declare tzname[] extern, so compiler won't include it in object files. | jtc |
| 1994-01-12 | regexp.h should still be here, for things needing the compat lib. | cgd |
| 1994-01-12 | update from latest regex package i could find... | cgd |
| 1994-01-12 | Make NMAGIC work again. | pk |
| 1994-01-08 | fix SYS_INCLUDE definition, and explicitly include bsd.own.mk. | cgd |
| 1994-01-06 | forward decl of dom_binding for proto | deraadt |
| 1994-01-04 | rename fgetline() and sharpen axe for bostic... | cgd |
| 1993-12-30 | vfork() return type pid_t. reported by Peter Galbavy. | cgd |
| 1993-12-22 | new version from CSRG, via BSDI, with fixes | cgd |
| 1993-12-22 | add 'dev' to the list of LDIRS | cgd |
| 1993-12-16 | #include <sys/types.h> to define time_t type. | jtc |
| 1993-12-15 | Struct dirent definition moved to <sys/dirent.h>. | jtc |
| 1993-12-11 | Add N_PAGSIZ(), N_TRELOFF(), and N_DRELOFF(), and N_BSSADDR(), to match | mycroft |
| 1993-12-10 | Expand "u_long" & "u_short" to "unsigned long" and "unsigned short". | jtc |
| 1993-12-07 | delete bogus #if | deraadt |
| 1993-12-06 | remove INADDR_LOOPBACK; it's defined in netinet/in.h now | cgd |
| 1993-12-02 | Add `const's to sys_siglist and sys_signame decls. | mycroft |
| 1993-12-02 | Add `const's to sys_errlist decl to match 4.4. | mycroft |
| 1993-12-01 | Use GCC's format attribute (for bug detection with -Wformat). | jtc |
| 1993-11-27 | Add defined(mc68000) || defined(__mc68000__) to the hp300 define for | briggs |
| 1993-11-13 | stdlib.h should define NULL -- Ansi C, Section 7.10. | jtc |
| 1993-11-12 | Install regex.h header. | jtc |
| 1993-11-11 | Remove #ifdefs introduced in last change -- the <fnmatch.h> header is not | jtc |
| 1993-11-11 | Update to Henry's alpha3.2 release. | jtc |
| 1993-11-11 | Enable Henry Spencer's POSIX.2 compatible regular expression routines. | jtc |
| 1993-11-06 | update to latest version | cgd |
| 1993-11-06 | version number update | cgd |
| 1993-11-06 | update to latest version; don't proto fnmatch() unless _POSIX_SOURCE | cgd |
| 1993-11-06 | trim _BSD off of _BSD_VA_LIST, so that we don't have to change all | cgd |
| 1993-11-06 | update to latest version | cgd |
| 1993-10-27 | Remove old endian cruft and #include machine/endian.h instead. | mycroft |
| 1993-10-25 | X/Open 1170 defines the return type of setgrent() to be void -- a trival | jtc |
| 1993-10-25 | X/Open 1170 defines the return type of setpwent() to be void -- a trival | jtc |
| 1993-10-22 | Some definitions for the `ld.so.hints' file. | pk |