aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Impossible to see typo.. |= instead of !=Julian Elischer2000-12-181-1/+1
* revert addition of strlcpy/strlcatAssar Westerlund2000-12-182-4/+0
* Whitespace. Fix a comment block and an if statement that were widerJake Burkholder2000-12-181-7/+9
* Unbreak the modules after the last commit (newpcm kobjification).Brian Feldman2000-12-182-2/+4
* Add an assertion macro for lockmgr locks, LOCKMGR_ASSERT(lkp, what, p).Jake Burkholder2000-12-182-0/+44
* add strlcpy and strlcat to kernelAssar Westerlund2000-12-182-0/+4
* kobjify.Cameron Grant2000-12-1840-2832/+2802
* add a stub for softdep_slowdown so that it's possible to build theAssar Westerlund2000-12-171-0/+6
* Avoid a data-consistency race between write() and mmap()Matthew Dillon2000-12-173-0/+27
* Fix bug: a read() on a bpf device which was in non-blocking modeJohn Polstra2000-12-171-5/+6
* Call ed_probe_Novel in the AX88190 case as well.Warner Losh2000-12-171-1/+1
* Use getmicrotime() instead of microtime() when timestamping ICMP packets,Bill Fumerola2000-12-161-1/+1
* Fix a typo that allowed signals caused by traps to be deliveredMarcel Moolenaar2000-12-161-1/+1
* We currently does not react to ICMP administratively prohibitedPoul-Henning Kamp2000-12-164-0/+66
* Add a cloning function to vn(4) which triggers on "vn%d.ctl". Give thePoul-Henning Kamp2000-12-161-52/+112
* PC-98 boxes use aic_cbus.c instead of aic_isa.c.Yoshihiro Takahashi2000-12-161-1/+8
* Merged from sys/i386/conf/GENERIC revisions 1.292 - 1.294.KATO Takenori2000-12-161-2/+1
* Switch off some debugging code.Paul Richards2000-12-162-3/+1
* Merged from sys/i386/i386/machdep.c revision 1.425.KATO Takenori2000-12-162-8/+30
* Merged from files.i386 revision 1.340.KATO Takenori2000-12-161-0/+1
* Merged from Makefile.i386 revision 1.215.KATO Takenori2000-12-161-1/+1
* Merged from sys/boot/i386/loader/Makefile revision 1.49.KATO Takenori2000-12-161-1/+1
* Enable building of lnc module.Paul Richards2000-12-161-1/+1
* Add lnc module.Paul Richards2000-12-161-0/+11
* Fixup some problems with the merged code of the previous commit.Paul Richards2000-12-163-5/+4
* Newbusify.Paul Richards2000-12-166-544/+627
* Back out these two changes inadvertantly made with the last commit.Jordan K. Hubbard2000-12-162-9/+0
* Apply some contributed patches to reduce number of tx buffer allocationBill Paul2000-12-154-6/+312
* Fix ypo in essage about isabling EISA nterrupt ectorMatt Jacob2000-12-151-1/+1
* SNAPDATE is an obsolete mechanism which has also been pretty muchJordan K. Hubbard2000-12-153-4/+9
* Change the following:Bosko Milekic2000-12-155-11/+43
* Delay waking up processes select'ing on the log device directly fromJohn Baldwin2000-12-151-0/+29
* Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.Bosko Milekic2000-12-151-2/+26
* Whups: only build the if_el module on the x86 platform for now, untilBill Paul2000-12-151-2/+2
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.Bill Paul2000-12-154-121/+255
* Stick the kthread API in a kthread_* namespace, and the specialized kprocJohn Baldwin2000-12-156-18/+17
* Lock access to proc members.John Baldwin2000-12-154-18/+51
* Add the musycc driver to NOTES.Poul-Henning Kamp2000-12-152-0/+2
* Don't clone impossible unit numbers for disks.Poul-Henning Kamp2000-12-151-0/+2
* Enforce disk unit numbers upper limit in cloning.Poul-Henning Kamp2000-12-151-0/+2
* Make a #define for the highest legal disk unit (0x1ff)Poul-Henning Kamp2000-12-153-0/+9
* Fix with debugging option.Takanori Watanabe2000-12-151-2/+2
* When p_ucred is passed to the venus daemon, first grab the proc lock toJohn Baldwin2000-12-152-4/+28
* Locking change: lock p_cred with the proc mutex (c) instead of assumingJohn Baldwin2000-12-151-1/+1
* Whitespace cleanups, and a few comment changes to get everything to fitJohn Baldwin2000-12-151-40/+40
* Add in MI implementations of the KTR trace buffer ddb commands. TheJohn Baldwin2000-12-151-0/+97
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasJohn Baldwin2000-12-144-378/+0
* Generalize quirk for Sony Memory Sticks. Any device that starts withWarner Losh2000-12-141-1/+5
* mdoc(7) police: removed duplicate .Os call.Ruslan Ermilov2000-12-141-1/+1
* Make Embedded Controller driver interrupt driven.Takanori Watanabe2000-12-141-19/+77