summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add one2many subdirectory (previously forgotten).archie2000-11-221-1/+1
* Reduce number of #ifdef nestings.asmodai2000-11-221-4/+0
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-222-8/+7
* mdoc(7) police: use the new feature of the An macro.ru2000-11-221-24/+14
* Protect the following with a lockmgr lock:jake2000-11-2220-15/+90
* Protect the bounce page list with a mutex instead of using splhigh().dfr2000-11-221-14/+13
* Ahem, fix the disclaimer portion of the copyright so it disclaim's thejhb2000-11-211-2/+2
* Devices that are running at splimp MUST use ng_queue_data()julian2000-11-211-2/+1
* Protect p_wchan with sched_lock in selwakeup().jlemon2000-11-211-0/+2
* Assembler fixes.markm2000-11-217-16/+16
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-214-0/+62
* Provide a new interface for the user of aio_read() and aio_write() to requestalc2000-11-213-31/+47
* Stop handcoding a couple of instructions since gas 2.10 can properlyjhb2000-11-214-7/+4
* Bump the buffersize from 0x1000 to 0x4000.julian2000-11-211-1/+1
* Don't test the return value from the actual command when determiningmsmith2000-11-211-5/+0
* fix isa DMA on pyxis based machines:gallatin2000-11-211-7/+8
* Make programs which still #include <machine/{mouse,console}.h> failphk2000-11-206-41/+6
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-206-13/+13
* Duh. These have been sitting in my tree since I committed this stuff.julian2000-11-204-0/+116
* Merged from sys/i386/i386/machdep.c revision 1.421.kato2000-11-202-0/+4
* More aggressively rate limit the growth of soft dependency structuresmckusick2000-11-201-33/+21
* Accept filters broke kernels compiled without options INET.alfred2000-11-202-7/+20
* o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE.rwatson2000-11-201-0/+3
* o Export nchstats ("VFS cache effectiveness statistics") usingrwatson2000-11-201-0/+4
* o Export dmmax ("Maximum size of a swap block") using SYSCTL_INT.rwatson2000-11-201-0/+3
* Disable calling timeout() when doing bio. It was causing more prolems thanscottl2000-11-191-2/+8
OpenPOWER on IntegriCloud