| Commit message (Expand) | Author | Age | Files | Lines |
* | Again initialize a mutex well, then lock it. | tanimura | 2001-04-03 | 1 | -1/+3 |
* | - Change the msleep()s to condition variables. | bmilekic | 2001-04-03 | 2 | -54/+58 |
* | 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 |
* | Remove bogus block device major now that bdev majors are gone. | jhb | 2001-04-02 | 1 | -2/+1 |
* | 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 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 |
* | Add support for MODULES_OVERRIDE. This is a list of modules to build | imp | 2001-04-02 | 6 | -0/+19 |
* | o Correct an ACL implementation bug that could result in a system panic | rwatson | 2001-04-02 | 1 | -2/+12 |
* | 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 |
* | 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 |
* | Merged from sys/dev/aic/aic_isa.c revision 1.7. | nyan | 2001-04-01 | 1 | -1/+5 |
* | Add linux_sched_get_priority_max() and linux_sched_get_priority_min(): The | alc | 2001-04-01 | 2 | -2/+58 |
* | Merged from sys/i386/apm/apm.c revision 1.121. | nyan | 2001-04-01 | 1 | -6/+7 |
* | Merged from sys/conf/options.i386 revision 1.144. | nyan | 2001-04-01 | 1 | -0/+1 |
* | Merged from sys/conf/files.i386 revision 1.350 and 1.354. | nyan | 2001-04-01 | 1 | -1/+1 |
* | Change ahc_update_pending_scbs() so that it safe to be called | gibbs | 2001-04-01 | 1 | -0/+11 |
* | o Part two of introduction of extattr_{delete,get,set}_fd() system calls, | rwatson | 2001-03-31 | 6 | -8/+45 |
* | o Introduce extattr_{delete,get,set}_fd() to allow extended attribute | rwatson | 2001-03-31 | 4 | -156/+447 |
* | comment typo: subsytem -> subsystem | murray | 2001-03-31 | 1 | -1/+1 |
* | Recognize a few newer cpus (pca57, ev67 & ev68) and update systypes to | gallatin | 2001-03-30 | 2 | -1/+13 |
* | Change the previous commit to be in style(9) | jesper | 2001-03-30 | 1 | -2/+1 |
* | o Restructure privilege check associated with process visibility for | rwatson | 2001-03-29 | 1 | -3/+1 |
* | Reduce the emasculation of bounds_check_with_label() by one line, so we | obrien | 2001-03-29 | 1 | -1/+1 |
* | Removed the ``#if 0'' that turned bounds_check_with_label() into worse | obrien | 2001-03-29 | 1 | -2/+0 |
* | Fix a couple style nits, no code changes. Turn one magic number into | wpaul | 2001-03-29 | 2 | -19/+23 |
* | Since -CURRENT requires module dependencies to actually be correct for | green | 2001-03-29 | 1 | -0/+1 |
* | - Various style fixes. | jhb | 2001-03-29 | 2 | -14/+6 |
* | - Added suspend/resume support. | orion | 2001-03-29 | 2 | -229/+319 |
* | fix a number of printf format string warnings inside DEBUG ifdefs | gallatin | 2001-03-29 | 2 | -28/+30 |
* | Fix building NEWCARD again, by including | jesper | 2001-03-29 | 1 | -0/+2 |
* | aic7770.c: | gibbs | 2001-03-29 | 9 | -310/+371 |
* | Regenerate correctly. | peter | 2001-03-29 | 2 | -2/+2 |
* | Hint: usbdevs_data.h and usbdevs.h are marked: | peter | 2001-03-29 | 1 | -0/+1 |
* | Prepare for pseudofs. | des | 2001-03-28 | 1 | -1/+1 |
* | o introduce u_cansee(), which performs access control checks between | rwatson | 2001-03-28 | 2 | -14/+27 |
* | Make per-address input packet counts for lo0 work. | ume | 2001-03-28 | 1 | -6/+22 |