| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented loadable VFS modules, and made most existing filesystems | wollman | 1994-09-21 | 61 | -536/+385 |
* | Add entry for transputer (cdev 8). | jkh | 1994-09-21 | 1 | -5/+20 |
* | Add entries for transputer driver. | jkh | 1994-09-21 | 2 | -2/+4 |
* | Add the transputer driver from Christoph Niemann, Luigi Rizzo and | jkh | 1994-09-21 | 2 | -0/+758 |
* | Documented YP functionality, part II. | wollman | 1994-09-20 | 2 | -10/+109 |
* | Don't provide bogus source operands in some asms. This probably shouldn't | bde | 1994-09-20 | 2 | -34/+58 |
* | Better documentation, 1ms calibration, default 5 seconds BOOTWAIT | adam | 1994-09-20 | 6 | -28/+58 |
* | Parenthesize macro args. | bde | 1994-09-20 | 1 | -12/+20 |
* | Don't build profiled library. | bde | 1994-09-20 | 1 | -1/+2 |
* | Document YP support. | wollman | 1994-09-20 | 2 | -29/+51 |
* | My implementation of YP group file support, modeled after the | wollman | 1994-09-20 | 1 | -6/+210 |
* | Second half of YP security hole fix. Needs updated password | wollman | 1994-09-20 | 1 | -5/+12 |
* | Fix security hole in YP password support, which wouldmake +user entries | wollman | 1994-09-20 | 1 | -3/+12 |
* | Don't supply the `usermode' arg to softclock(). The 2.0 softclock() doesn't | bde | 1994-09-20 | 4 | -21/+11 |
* | Don't lose the RTC interrupt in resettodr(). | bde | 1994-09-20 | 5 | -10/+10 |
* | Sorted. | dg | 1994-09-20 | 1 | -23/+23 |
* | Fixed bug where /etc/ftpusers was ineffective. Caused by the wrong | dg | 1994-09-20 | 1 | -1/+1 |
* | Make talk ctype-aware, handle controns as tcsh does, use human-oriented | ache | 1994-09-20 | 2 | -38/+22 |
* | fix ln to accept -f again. Thanks Bruce. Seems that Joe Grosch isn't | phk | 1994-09-20 | 1 | -1/+1 |
* | Applied patch to make -Wall and -Dlint shut up. | phk | 1994-09-20 | 1 | -2/+4 |
* | A bunch of improvements. Still far to go. | phk | 1994-09-20 | 12 | -100/+286 |
* | The former patch to sync.c was short-lived. Bruce pointed out that | phk | 1994-09-20 | 1 | -2/+3 |
* | /home/phk/jg | phk | 1994-09-20 | 1 | -2/+2 |
* | Applied patch to make -Wall and -Dlint shut up. | phk | 1994-09-20 | 5 | -11/+17 |
* | Use `1' for a boolean value instead of something irrelevant (MNT_WAIT) | bde | 1994-09-20 | 1 | -2/+2 |
* | Don't use SIG_DFL or SIG_IGN for case label expressions. ANSI requires | bde | 1994-09-20 | 1 | -3/+3 |
* | Fix the order of includes (*.mk must be included after *.inc). | bde | 1994-09-20 | 1 | -1/+1 |
* | Add dependency for -lcompat. | bde | 1994-09-20 | 2 | -2/+6 |
* | Remove the alias splnone() for spl0(). It was used only once. | bde | 1994-09-20 | 3 | -7/+5 |
* | Re-implement YP password file support from scratch. This implementation | wollman | 1994-09-20 | 1 | -3/+215 |
* | Maintain pw_fields, and output same to password database. | wollman | 1994-09-20 | 3 | -1/+56 |
* | Add a new field to the passwd structure, indicating which of the fields have | wollman | 1994-09-20 | 1 | -0/+15 |
* | resettodr() now exists, enable it | ache | 1994-09-20 | 2 | -6/+2 |
* | resettodr() implemented, inittodr() fixed | ache | 1994-09-20 | 7 | -358/+698 |
* | Correction for new sysctl interface | ache | 1994-09-19 | 1 | -4/+4 |
* | Remove warning about adjkerntz /var/run file | ache | 1994-09-19 | 1 | -2/+1 |
* | rewritted to use sysctl, no more /var/run/.adjkerntz now | ache | 1994-09-19 | 3 | -39/+26 |
* | Put back missing .text before swi_net. This could probably be made faster; | wollman | 1994-09-19 | 1 | -1/+2 |
* | Function in this module bloodly called 'gethostname' and linked | ache | 1994-09-19 | 1 | -2/+2 |
* | For Bruce: -DNO_SHARED_LIBCC_INT reverts back to static libcc_int. | wollman | 1994-09-19 | 2 | -2/+12 |
* | Get rid of the files that now live in src/share/examples/etc, and update | wollman | 1994-09-19 | 1 | -7/+3 |
* | Install /etc from the same source as /usr/share/examples/etc (mostly). | wollman | 1994-09-19 | 33 | -1/+1272 |
* | oget/sethostname: add missing argument to kern_sysctl | ache | 1994-09-19 | 1 | -3/+3 |
* | sysctl incorrectly check name[2] instead of name[1] | ache | 1994-09-19 | 1 | -2/+2 |
* | More reasonable example of BOOTWAIT parameter | adam | 1994-09-19 | 3 | -9/+9 |
* | Default wait approx 10 seconds for keypress during boot | adam | 1994-09-19 | 2 | -6/+6 |
* | More elegant fix for short settings. | csgr | 1994-09-19 | 2 | -22/+38 |
* | Changed some NetBSD backwards compatibility code which was confusing mountd. | dfr | 1994-09-19 | 2 | -12/+4 |
* | Added support for MSDOS file systems. | dfr | 1994-09-19 | 2 | -0/+2 |
* | removed usr/include/md | phk | 1994-09-19 | 1 | -3/+1 |