| Commit message (Expand) | Author | Age | Files | Lines |
* | Redo the stray header file cleanup code to not depend on timestamps | peter | 2001-01-31 | 4 | -28/+54 |
* | Strip optional prefixes "/dev/" and "md" from the -u argument. | phk | 2001-01-31 | 1 | -0/+5 |
* | Quieten gcc. | peter | 2001-01-31 | 1 | -0/+1 |
* | Exterminate the use of PSEUDO_SET() with extreme prejudice. | peter | 2001-01-31 | 7 | -64/+176 |
* | Add hpfs and the config glue for it. It was being skipped from test | peter | 2001-01-31 | 4 | -0/+9 |
* | Properly lock new vnode. | bp | 2001-01-31 | 2 | -8/+18 |
* | Let M_PANIC go back to the private tree as its intention isn't understood well | bp | 2001-01-31 | 3 | -9/+3 |
* | Zap last remaining references to (and a use use of) of simple_locks. | peter | 2001-01-31 | 4 | -16/+1 |
* | As the default MAXDSIZ and DFLDSIZ is 512MB, bump the example values | tanimura | 2001-01-31 | 2 | -8/+8 |
* | s/_thread_sys_write/__sys_write/ | deischen | 2001-01-31 | 3 | -6/+6 |
* | Fix documentation: "proxy" is not a keyword for the arp(8) command line. | archie | 2001-01-31 | 2 | -2/+1 |
* | Revert mutex initialization check to look at mtx_description. | jasone | 2001-01-30 | 1 | -1/+1 |
* | Implement direct support for semipersistant nodes. | julian | 2001-01-30 | 8 | -279/+300 |
* | Argh, fix a nit that snuck in while trying to resolve conflicts. | jhb | 2001-01-30 | 1 | -2/+1 |
* | - Fix TUNABLE_STR_FETCH() to actually be a code fragment rather than | jhb | 2001-01-30 | 1 | -10/+2 |
* | Added used include of <sys/mutex.h>. The SMP case was broken by | bde | 2001-01-30 | 3 | -0/+3 |
* | New release notes: bridge(4)/dummynet(4) updates, find(1) -empty, | bmah | 2001-01-30 | 2 | -2/+33 |
* | Update port_after.h to reflect FreeBSD values. | asmodai | 2001-01-30 | 1 | -2/+4 |
* | Allow the output of /etc/security to be logged or mailed to different | brian | 2001-01-30 | 3 | -7/+26 |
* | Make mount_mfs annoy users for 15 seconds and point them at mdconfig(8). | phk | 2001-01-30 | 2 | -0/+12 |
* | Make klds for the ar and sr devices and hook them up. | jhay | 2001-01-30 | 6 | -3/+48 |
* | Make vnconfig annoy users for 15 seconds to make them switch to mdconfig. | phk | 2001-01-30 | 2 | -0/+12 |
* | Run purgedir (a local function) on /var/run instead of rm /var/run/* | brian | 2001-01-30 | 1 | -2/+1 |
* | Add a BUF_KERNPROC() in the BIO_DELETE path. | phk | 2001-01-30 | 2 | -0/+2 |
* | The ar and sr devices have moved to sys/dev/. | jhay | 2001-01-30 | 8 | -6645/+0 |
* | This include file has found a new home in sys/dev/ic/. | jhay | 2001-01-30 | 1 | -372/+0 |
* | Newbusify the sr device and move it to its new location. | jhay | 2001-01-30 | 4 | -3797/+700 |
* | Update include files to reflect the new location of the ar device. | jhay | 2001-01-30 | 2 | -5/+5 |
* | Reflect the new location of the ar and sr devices. | jhay | 2001-01-30 | 2 | -4/+6 |
* | Style (whitespace) nit. | peter | 2001-01-30 | 1 | -4/+4 |
* | Fix two minor nits. | phk | 2001-01-30 | 2 | -2/+6 |
* | Fix cut and paste error in a comment. | julian | 2001-01-30 | 2 | -2/+2 |
* | Fix a race between the syncer and umount. When you umount a softupdates | dillon | 2001-01-30 | 1 | -12/+38 |
* | Update release notes: devfs(5) now in GENERIC, libc_r changes. | bmah | 2001-01-30 | 2 | -6/+12 |
* | Remove some leftovers from the CMAP* stuff in globaldata and the | peter | 2001-01-30 | 10 | -70/+20 |
* | Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK and | peter | 2001-01-30 | 2 | -8/+0 |
* | Remove unnecessary locking to protect the p_upages_obj and p_addr | jhb | 2001-01-30 | 3 | -22/+0 |
* | - Use the right name for the proctree lock in the locking key. | jhb | 2001-01-30 | 1 | -4/+14 |
* | Update for security advisories: 01:11, 01:12, 01:13, BIND fix/update. | bmah | 2001-01-29 | 2 | -4/+28 |
* | Put picobsd build scripts in sync with the ones in -STABLE. | luigi | 2001-01-29 | 3 | -75/+80 |
* | Unbreak world by correctly specifying the prototype for __sys_aio_suspend. | deischen | 2001-01-29 | 3 | -3/+3 |
* | Add option ATA_ENABLE_WC for enabling write caching (now off by default). | sos | 2001-01-29 | 2 | -2/+8 |
* | Add text for option ATA_ENABLE_WC. | sos | 2001-01-29 | 2 | -0/+8 |
* | AARGH! This does not mix too well with the -o noatime mount option. | peter | 2001-01-29 | 1 | -1/+6 |
* | Flesh out EFI support somewhat. | dfr | 2001-01-29 | 2 | -45/+591 |
* | Supply a stub bpf_validate() (always returning false - the script is not | peter | 2001-01-29 | 3 | -5/+18 |
* | Use M_PANIC instead of if (sc == NULL) panic(); | peter | 2001-01-29 | 1 | -1/+2 |
* | Remove unused variable 'int n;' | peter | 2001-01-29 | 1 | -1/+0 |
* | Add M_PANIC flag to the list of available flags passed to malloc(). | bp | 2001-01-29 | 2 | -2/+7 |
* | Stop counting sppp interfaces, we were just testing its presence to give | peter | 2001-01-29 | 8 | -47/+1 |