summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed unsorting of prototypes in previous commit. Is it too much tobde2001-02-171-1/+1
* Fixed unsorting of prototypes in previous commit. Fixed older unsorting.bde2001-02-171-5/+5
* Fixed disordering in previous commit. "Fixed" a null comment in previousbde2001-02-171-1/+1
* Fixed disordering in previous commit.bde2001-02-171-2/+1
* Limit CHANNEL_B_PRIMARY's effect to twin channel adapters where we can easilygibbs2001-02-172-4/+8
* Fix an erroneous comment and two style(9) bugs.archie2001-02-161-3/+5
* Add mutexes to the entire bpf subsystem to make it MPSAFE.jlemon2001-02-162-160/+96
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-1611-227/+379
* Re-gen auto generated files.jlemon2001-02-166-17/+49
* Remove dummy stub functions.jlemon2001-02-162-5/+0
* Add mount syscall to linux emulation. Also improve emulation of reboot.jlemon2001-02-166-8/+139
* Introduce copyinfrom and copyinstrfrom, which can copy data from eitherjlemon2001-02-165-8/+67
* Don't assume bus_space_handle_t == the start address of resource.nyan2001-02-161-4/+8
* Clean up warning.jlemon2001-02-151-1/+0
* Extend kqueue down to the device layer.jlemon2001-02-1539-296/+511
* Include <sys/cdefs.h> so that this file is self-sufficient.bde2001-02-151-9/+9
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-156-1/+11
* Add definitions for IPPROTO numbers 55-57.asmodai2001-02-141-1/+3
* Fix another typo I missed on first reading:asmodai2001-02-141-1/+1
* Fix typo and comma placement.asmodai2001-02-141-2/+2
* o Fix spellign in a comment: s/referernce/reference/rwatson2001-02-141-1/+1
* Implement m_getm() which will perform an "all or nothing" mbuf + clusterbmilekic2001-02-143-28/+70
* Return ECONNABORTED from accept if connection is closed while on thejlemon2001-02-142-6/+16
* Doug found that doing a W1C on MCPCIA_INT_REQ just around the time youmjacob2001-02-131-12/+27
* add defines for EISA, NCR IRQs; add defines for MID and SLOT shift valuesmjacob2001-02-131-0/+5
* add mcbus minimum id valuemjacob2001-02-131-1/+2
* Doug noticed that the bit values for _MCPCIA_INT_ACK0/_MCPCIA_INT_ACK1mjacob2001-02-131-4/+13
* add a format feeder for conversion from alaw to ulaw and vice versa.cg2001-02-131-0/+93
* make attempts to set unsupported speeds or formats non-sticky. this shouldcg2001-02-131-3/+30
* add power management support.cg2001-02-132-95/+107
* Merged from sys/conf/files.i386 revisoin 1.353.kato2001-02-131-2/+2
* Introduce a new feature in IPFW: Check of the source or destinationphk2001-02-132-1/+16
* Add a hook for loading of a Unicode -> char conversion routine as a kld at asobomax2001-02-132-0/+24
* Merged from sys/i386/isa/clock.c revision 1.169.kato2001-02-133-24/+24
* Merged from sys/i386/isa/npx.c revision 1.90.kato2001-02-131-0/+5
* Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).kato2001-02-132-24/+24
* o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing byrwatson2001-02-121-0/+2
* Since we're in "everybody is hosed anyway" add an layout identifierphk2001-02-121-0/+1
* Oops, its no longer NISA its DEV_ISA, sigh....sos2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.sos2001-02-122-2/+6
* Print out sensekey specifik values if set on errorsos2001-02-121-3/+8
* Properly report the VIA '586 type.sos2001-02-121-1/+3
* Fix `make depend' => `make kernel-depend'. Using the dependancy fileobrien2001-02-125-5/+25
* Change all instances of `CURPROC' and `CURTHD' to `curproc,' in orderbmilekic2001-02-124-45/+45
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-1239-554/+581
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldmjacob2001-02-111-7/+15
* Make a big improvement to entropy-harvesting speed by not having anymarkm2001-02-112-66/+41
* Fix:groudier2001-02-111-10/+32
* RIP <machine/lock.h>.markm2001-02-1139-295/+159
* Clean up RST ratelimiting. Previously, ratelimiting occured before testsbmilekic2001-02-115-78/+109
OpenPOWER on IntegriCloud