| Age | Commit message (Expand) | Author |
| 1993-11-09 | Add 4.4BSD more(1) from UUNET. Patched to support regex(3) | alm |
| 1993-11-09 | Well behaved POSIX.2 utilities always call setlocale() and getopt(). | jtc |
| 1993-11-09 | I've been informed that the fts family of functions is being considered | jtc |
| 1993-11-09 | Updated the description of the relocation_info structure to reflect the | pk |
| 1993-11-09 | New -p1003.1 macro (no -88 or -90 suffixes), to be used when we are | jtc |
| 1993-11-08 | First draft of a link(5) manual page. | pk |
| 1993-11-08 | A slightly unfinished i82586 driver, based on Garrett Wollman's. | mycroft |
| 1993-11-08 | Enable ie0. | mycroft |
| 1993-11-08 | re-add 'sup' services. unofficial, but life's difficult w/o them. | cgd |
| 1993-11-08 | Use strsep() in stead of strtok() and restore colons in eg. env. vars. | pk |
| 1993-11-08 | MLINKS line was bogus | cgd |
| 1993-11-08 | Added regex(3) support. | alm |
| 1993-11-08 | use LDSTATIC | cgd |
| 1993-11-08 | add shlib_version file, with version 0.0 | cgd |
| 1993-11-08 | sign extension bug fix from <rick@snowhite.cis.uoguelph.ca> | deraadt |
| 1993-11-08 | fix flag name 'bug.' reported by Lennart Augustsson <augustss@cs.chalmers.se> | cgd |
| 1993-11-08 | use ./yearistype.sh; several people reported this, and i considered | cgd |
| 1993-11-08 | use LDSTATIC, not LDFLAGS any more | cgd |
| 1993-11-08 | ad LDSTATIC flag, so static linking can be made one-stop shopping. | cgd |
| 1993-11-07 | replace single quotes with double quotes where necessary | cgd |
| 1993-11-07 | NOPIC until we can use c++ shlibs | cgd |
| 1993-11-07 | Updated to reflect current situation w.r.t. root name servers. | cgd |
| 1993-11-07 | disable sendmail in distribution; better to do nothing in this case | cgd |
| 1993-11-07 | (1) clean up lots (rename fooflags -> foo_flags, etc.) | cgd |
| 1993-11-07 | update with more official assigned numbers. Garrett Wollman did the work | cgd |
| 1993-11-07 | define BSDOBJDIR and BSDSRCDIR to have make think of the src and obj | cgd |
| 1993-11-07 | script to bump shlib_version files, etc. doesn't get installed, no man page. | cgd |
| 1993-11-06 | md_init_header: our exec header differs from SunOS's. | pk |
| 1993-11-06 | update to latest version | cgd |
| 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 | update to latest version; va_list specification changes. | cgd |
| 1993-11-06 | just berkeley copyright/version # changes. | cgd |
| 1993-11-06 | nuke comments re: posix, per jtc. this isn't spec'd by posix. | 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-11-06 | update to latest version; no *significant* changes. | cgd |
| 1993-11-06 | Remove extra "eval" variables in warn() & warnx() function definitions; | jtc |
| 1993-11-05 | Patch from Bruce Evans to deal with file names with NULs in them. | mycroft |
| 1993-11-05 | don't use splclock()/splnone(), use splclock()/splx(). | cgd |
| 1993-11-05 | note that use of splnone() is prolly bogus; splnone() itself is bogus, | cgd |
| 1993-11-05 | fix from david greenman, davidg@freefall.cdrom.com: | cgd |
| 1993-11-05 | fix from david greenman, davidg@freefall.cdrom.com: | cgd |
| 1993-11-05 | copy SYS.h and DEFS.h, too. | cgd |
| 1993-11-05 | add strncmp to the list of things that gets copied to libkern. | cgd |
| 1993-11-05 | added files copied in from libc. version numbers are screwed, | cgd |
| 1993-11-05 | Additional fixes from Dyane Bruce. | jtc |
| 1993-11-05 | Changes required to make printf utility POSIX.2 compliant: | jtc |
| 1993-11-05 | Do a better job of recognising data in text segments, eg. `const char []'. | pk |