summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* `cdboot' is broken as it cannot load a kernel.obrien2000-11-272-4/+1559
* ucred system overhaul:alfred2000-11-272-10/+25
* Don't scroll of the end of the help pages when using the visualdwmalone2000-11-261-2/+1
* Fix another callout_init() that I missed.jlemon2000-11-262-4/+2
* Unbreak world; #include <sys/mutex.h> instead of <machine/mutex.h>jlemon2000-11-261-1/+3
* Move the #define of _KERN_MUTEX_C_ so that it's before any system headersalfred2000-11-263-3/+18
* Simplify the tprintf() API.phk2000-11-266-107/+22
* Make log(-1, ...) do what addlog(...) did.phk2000-11-264-226/+202
* Make diskerr() always log with printf.phk2000-11-2611-32/+23
* unhook netgraph/bridge until somebody makes it compile in LINTphk2000-11-261-1/+3
* Add uidinfo hash and uidinfo struct to the witness order list.jake2000-11-263-0/+3
* Add 'mpsafe' parameter to callout_init() in MD bits.jlemon2000-11-262-2/+2
* Make uidinfo subsystem mpsafealfred2000-11-262-24/+55
* Fix safety-net code. While technically a bug, I'm delighted to seemarkm2000-11-261-1/+1
* Merged from sys/i386/i386/machdep.c revision 1.422.kato2000-11-262-2/+2
* Add the "LOG_CONSOLE" facility and tell syslogd to not log it onphk2000-11-251-0/+2
* D'uh. The explicit reseed was happening at the wrong security/priveligemarkm2000-11-251-1/+1
* Undo rev 1.8: This commit actually added a second declarationalc2000-11-251-5/+0
* Greatly improve the boot-up unblocking time of the entropy device.markm2000-11-253-4/+19
* More comment changing. Keep documentation in one place.markm2000-11-251-4/+2
* Correct a comment. This represents a very minor policy change of mymarkm2000-11-251-2/+0
* Stop explicitly using nanotime(9) and use the new get_cyclecounter(9)markm2000-11-254-37/+34
* Add a constant for the (to be committed at a later time) irq-entropymarkm2000-11-251-2/+2
* GC some defunct prototypespeter2000-11-251-4/+0
* Change the driver to allocate its own callout structure, and modifyjlemon2000-11-254-16/+24
* Remove unused variable, spl() manipulation isn't done for the ifq now.jlemon2000-11-251-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-2577-890/+587
* Make sn_pccard_products[] staticpeter2000-11-251-1/+1
* Argh, I have fixed this cut/paste error twice before. I must havepeter2000-11-251-3/+3
* Update to reflect the disappearance of getsock().jlemon2000-11-252-4/+12
* Correct a misnamed argument hidden behind a #ifdef DEBUGjlemon2000-11-251-1/+1
* Revert the last commit to the callout interface, and add a flag tojlemon2000-11-256-27/+21
* Don't attach the interface twice. While I'm here, add a driverjlemon2000-11-251-25/+27
* Regenerate. Note that pccarddevs_data.h is not used.peter2000-11-252-2/+22
* Add Kingston and the KNE-PC2 cardpeter2000-11-251-0/+4
* Update the ed driver to probe and attach under a NEWCARD kernel (I waspeter2000-11-253-3/+37
* - Rename callout_reset to _callout_reset and add a flags argument.jake2000-11-252-3/+12
* Make the xxxFILES= list generation generic. This makes it easier to addpeter2000-11-255-20/+20
* add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)alfred2000-11-251-0/+14
* These files are mpsafe.alfred2000-11-252-0/+7
* Print a warning when we detect a Realtek 8139B chiproger2000-11-241-0/+10
* Add a module makefile for if_ep.markm2000-11-241-0/+14
* Fixup (hopefully) bridging + ipfw + dummynet together...bmilekic2000-11-232-7/+21
* Forgot to patch this file in file descriptor race fix commitdillon2000-11-231-7/+17
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-236-77/+72
* Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-1/+1
* Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init().wpaul2000-11-231-1/+3
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-232-22/+27
* Fix the KTR tracepoints for mtx_enter/exit/try_enter to properly order thejhb2000-11-231-8/+7
* Update the probe some more to deal with 16/32 bit issues. If the chipwpaul2000-11-232-3/+32
OpenPOWER on IntegriCloud