| Commit message (Expand) | Author | Age | Files | Lines |
* | o Change the default from using IO_SYNC on EA set and delete operations | rwatson | 2001-04-03 | 1 | -9/+23 |
* | Use only one mutex for the entire mbuf subsystem. | alfred | 2001-04-03 | 2 | -70/+75 |
* | Change stop() to require the sched_lock as well as p's process lock to | jhb | 2001-04-03 | 1 | -6/+8 |
* | Allow MOD_UNLOADs of if_tun, and handle event handler registration | brian | 2001-04-03 | 2 | -10/+44 |
* | Fix probing on the alpha. It still causes the alpha to panic during | ps | 2001-04-03 | 1 | -1/+1 |
* | Change the order in which /etc files are copied into place; copy | bsd | 2001-04-03 | 3 | -15/+36 |
* | Remove bogus block device major now that bdev majors are gone. | jhb | 2001-04-02 | 1 | -2/+1 |
* | Document the newfs.c rev 1.33 changing the default c/g from 16 to 22. | obrien | 2001-04-02 | 1 | -1/+1 |
* | Fix patch merge braino. | obrien | 2001-04-02 | 1 | -2/+2 |
* | There were a few error cases where the RPC code would return with | iedowse | 2001-04-02 | 2 | -1/+5 |
* | If ifpromisc() fails the SIOCSIFFLAGS ioctl, put ifp->if_flags | brian | 2001-04-02 | 1 | -0/+4 |
* | Return 0 and do nothing when we get a SIOCSIFFLAGS. | brian | 2001-04-02 | 1 | -0/+1 |
* | Move the #includes of reentrant.h to after the `#include "namespace.h"', | iedowse | 2001-04-02 | 23 | -23/+23 |
* | New release notes: fsck(8) and /etc/fstab passes, newfs(8) -U, | bmah | 2001-04-02 | 2 | -2/+16 |
* | MFC candidate: | bmah | 2001-04-02 | 1 | -1/+1 |
* | - Move the second stop() of process 'p' in issignal() to be after we send | jhb | 2001-04-02 | 1 | -3/+2 |
* | Regen. | n_hibma | 2001-04-02 | 2 | -2/+18 |
* | Add Agate Q-Drive. | n_hibma | 2001-04-02 | 1 | -0/+4 |
* | Regen. | n_hibma | 2001-04-02 | 2 | -8/+204 |
* | Sync with NetBSD usbdevs | n_hibma | 2001-04-02 | 1 | -16/+56 |
* | Do not override `realinstall' target, use ${PROGNAME}. | ru | 2001-04-02 | 1 | -5/+1 |
* | Do not override `realinstall' target, use ${PROGNAME}. | ru | 2001-04-02 | 1 | -6/+3 |
* | Introduce ${PROGNAME}, the name that the program will be installed as, | ru | 2001-04-02 | 2 | -0/+8 |
* | Add support for MODULES_OVERRIDE. This is a list of modules to build | imp | 2001-04-02 | 6 | -0/+19 |
* | Backout revision 1.6 (removed the NOSHARED bit.) | ru | 2001-04-02 | 1 | -0/+1 |
* | Removed the NOSHARED bit. | ru | 2001-04-02 | 1 | -1/+0 |
* | Fix a grammar bogon. | dd | 2001-04-02 | 1 | -1/+1 |
* | Allow enabling soft updates (with -U) on a new filesystem. | obrien | 2001-04-02 | 3 | -6/+18 |
* | o Correct an ACL implementation bug that could result in a system panic | rwatson | 2001-04-02 | 1 | -2/+12 |
* | Hook the extattr_get_file.2 manual page into the build. Add MLINKS | dd | 2001-04-01 | 1 | -1/+3 |
* | A manual page for the extattr_get_file, extattr_set_file, and | dd | 2001-04-01 | 1 | -0/+154 |
* | Allow users to override the default map type used for building maps. | gshapiro | 2001-04-01 | 1 | -2/+4 |
* | The userdb database is different from the rest of the databases. It *must* | gshapiro | 2001-04-01 | 1 | -2/+6 |
* | Don't assume challenges and responses don't contain embedded '\0's. | brian | 2001-04-01 | 4 | -15/+12 |
* | Remove grep from the fixit floppy. This should free enough space to get | jhay | 2001-04-01 | 3 | -3/+3 |
* | Add spaces around operators. | obrien | 2001-04-01 | 8 | -244/+248 |
* | Correct a comment. | obrien | 2001-04-01 | 1 | -1/+1 |
* | Try to untangle some of the #ifdef spaghetti. | obrien | 2001-04-01 | 2 | -12/+12 |
* | Add back <err.h> for warn(). | obrien | 2001-04-01 | 1 | -0/+1 |
* | Quiet warnings on the Alpha. | obrien | 2001-04-01 | 2 | -3/+11 |
* | Add back <err.h> for warn(). | obrien | 2001-04-01 | 1 | -0/+1 |
* | Give a little more variety in the /etc/exports example. | obrien | 2001-04-01 | 2 | -4/+4 |
* | Make an attempt to get the asr driver to compile on Alpha by fixing some i386 | scottl | 2001-04-01 | 2 | -1/+15 |
* | make code use strxxx() calls | alfred | 2001-04-01 | 1 | -11/+3 |
* | Correct typo. | nyan | 2001-04-01 | 1 | -4/+4 |
* | Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10. | nyan | 2001-04-01 | 1 | -3/+7 |
* | Remove NOSHARED. | iwasaki | 2001-04-01 | 1 | -1/+0 |
* | Regen after adding linux_sched_get_priority_max() and | alc | 2001-04-01 | 3 | -7/+15 |
* | Merged from sys/i386/isa/clock.c revision 1.171. | nyan | 2001-04-01 | 3 | -9/+3 |
* | Merged from sys/i386/i386/machdep.c revision 1.446. | nyan | 2001-04-01 | 2 | -2/+4 |