| Commit message (Expand) | Author | Age | Files | Lines |
| * | Obtained from: 1.1.5 | Bruce Evans | 1994-12-12 | 1 | -1/+5 |
| * | Obtained from: 386BSD-0.1 patchkit; also fixed in 1.1.5 | Bruce Evans | 1994-12-12 | 1 | -2/+3 |
| * | Fix execl[e]. Multiple execle's failed because of bogus caching of the | Bruce Evans | 1994-12-12 | 1 | -16/+14 |
| * | Comment out the man page of rstat.1 from Makefile.inc. There is no rstat | Andreas Schulz | 1994-12-11 | 4 | -5/+5 |
| * | Added the mpool.3 manpage to the installed manpages. It is referred from the | Andreas Schulz | 1994-12-11 | 1 | -0/+1 |
| * | In _gethostbydnsaddr(), force RES_RECURSE into _res.options. This is | Garrett Wollman | 1994-12-01 | 1 | -1/+4 |
| * | Go back to Bruce's fix with a minor change that will allow a NULL string | David Greenman | 1994-11-25 | 1 | -4/+3 |
| * | Fixed bugs related to returning NULL if length is zero. | David Greenman | 1994-11-25 | 1 | -3/+4 |
| * | Added sysarch system call which is used my i386_get/set_ltd.c and is needed | Doug Rabson | 1994-11-17 | 1 | -1/+1 |
| * | Added routines to read the canonical UNIX configuration file. This will | Poul-Henning Kamp | 1994-11-13 | 3 | -4/+267 |
| * | Date: Wed, 26 Oct 1994 15:44:49 -0600 | Nate Williams | 1994-11-05 | 1 | -0/+1 |
| * | >Description: | Rodney W. Grimes | 1994-10-27 | 2 | -1/+2 |
| * | Fix memchr(p, 0, 0) to return NULL instead of p. | Bruce Evans | 1994-10-27 | 1 | -3/+3 |
| * | Reenable sigsetjmp.S. Preserve the FP state. Rearrange offsets | Bruce Evans | 1994-10-25 | 4 | -14/+50 |
| * | Nuke sigsetjmp.c. sigsetjmp() can't be implemented as a C function | Bruce Evans | 1994-10-25 | 1 | -2/+2 |
| * | cfmakeraw(): set IGNBRK, clear IXOFF, INPCK per Bruce suggestion | Andrey A. Chernov | 1994-10-22 | 1 | -2/+3 |
| * | makeraw(): forget to clear IMAXBEL, set VMIN/VTIME | Andrey A. Chernov | 1994-10-22 | 1 | -2/+3 |
| * | Remove CPU_COLORDISP, GIO_COLOR now exists | Andrey A. Chernov | 1994-10-18 | 1 | -1/+0 |
| * | Add new machdep variables | Andrey A. Chernov | 1994-10-17 | 1 | -0/+3 |
| * | sysctl(3) can return an error (setting errno to ENOMEM) when the | Garrett Wollman | 1994-10-13 | 2 | -28/+90 |
| * | Sync with ctype.h (remove EOF handling) | Andrey A. Chernov | 1994-10-09 | 1 | -9/+0 |
| * | Sync with ctype.h (EOF, sign extention fixes) | Andrey A. Chernov | 1994-10-08 | 1 | -0/+17 |
| * | Use same configuration file, /etc/host.conf, for both gethost* and | Garrett Wollman | 1994-09-26 | 1 | -7/+9 |
| * | Fixed YP networks map support. | Garrett Wollman | 1994-09-26 | 1 | -7/+24 |
| * | remove need for -DDEBUG from resolver code (conflict with db/hash) | Paul Traina | 1994-09-25 | 7 | -75/+36 |
| * | get* rework and new bind code | Paul Traina | 1994-09-25 | 15 | -1088/+2783 |
| * | Document getvfsent() and kin. | Garrett Wollman | 1994-09-25 | 2 | -2/+232 |
| * | Fix so that people who don't have LKMs compiled in their kernels don't | Garrett Wollman | 1994-09-25 | 1 | -0/+8 |
| * | Make not-so-space-eaten locale version: | Andrey A. Chernov | 1994-09-24 | 12 | -290/+525 |
| * | Added $Id$ | David Greenman | 1994-09-24 | 3 | -0/+6 |
| * | If sysctl() fails, return "/kernel" so as not to screw people who haven't | Garrett Wollman | 1994-09-24 | 1 | -2/+2 |
| * | Added getbootfile(3), for an easy C interface to the kern.bootfile MIB | Garrett Wollman | 1994-09-23 | 3 | -13/+140 |
| * | Added *ran48 functions, and put them in the correct place this time. | Garrett Wollman | 1994-09-23 | 13 | -2/+476 |
| * | Pass -q and -u flags to modload so that it shuts up and doesn't leave | Garrett Wollman | 1994-09-22 | 1 | -1/+1 |
| * | Make iso_addr's output conform to modern conventions for NSAP | Paul Traina | 1994-09-22 | 1 | -18/+16 |
| * | Fix stupid memory-allocation error. | Garrett Wollman | 1994-09-22 | 1 | -3/+9 |
| * | Added VFS functions: getvfsvbyname, getvfsbytype, getvfsent, setvfsent, | Garrett Wollman | 1994-09-22 | 2 | -1/+235 |
| * | Document YP support. | Garrett Wollman | 1994-09-20 | 2 | -29/+51 |
| * | My implementation of YP group file support, modeled after the | Garrett Wollman | 1994-09-20 | 1 | -6/+210 |
| * | Second half of YP security hole fix. Needs updated password | Garrett Wollman | 1994-09-20 | 1 | -5/+12 |
| * | Re-implement YP password file support from scratch. This implementation | Garrett Wollman | 1994-09-20 | 1 | -3/+215 |
| * | Maintain pw_fields, and output same to password database. | Garrett Wollman | 1994-09-20 | 1 | -0/+17 |
| * | Function in this module bloodly called 'gethostname' and linked | Andrey A. Chernov | 1994-09-19 | 1 | -2/+2 |
| * | Redo kernel NTP PLL support, user-mode interface. | Garrett Wollman | 1994-09-18 | 3 | -10/+69 |
| * | Added support for kernel profiling to mcount.c | Paul Richards | 1994-09-15 | 1 | -0/+4 |
| * | Use latest Arthur Olson timezone code rather than that supplied with | Garrett Wollman | 1994-09-13 | 8 | -71/+524 |
| * | Added SYSV ipc system calls. | Doug Rabson | 1994-09-13 | 14 | -4/+199 |
| * | Port to FreeBSD. Not ready for inclusion in libc just yet, but here | Garrett Wollman | 1994-09-13 | 3 | -3/+12 |
| * | This commit was generated by cvs2svn to compensate for changes in r2710, | Garrett Wollman | 1994-09-13 | 1 | -1/+1 |
| |\ |
|
| | * | One more try, and if it doesn't work this time I'm giving up. | Garrett Wollman | 1994-09-13 | 1 | -1/+1 |