summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-1811-14/+14
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-1812-14/+14
* Remove unneeded loop increment in src/sys/netinet/in_pcb.c:in_pcbnotifyphk2001-02-185-41/+123
* Remove a debug printf.phk2001-02-181-3/+1
* Add a check in the interrupt service routine to return quickly inluigi2001-02-182-2/+8
* remove unused data structure definition, and corresponding macro into*()luigi2001-02-181-10/+0
* Added a dummy lookup vop. Specfs was broken by removing its dummybde2001-02-181-4/+17
* Fix tab breakage from last commit.jlemon2001-02-171-2/+2
* Correct disordering which is corresponding to bde's fix toume2001-02-174-6/+6
* Revert gensetdefs.pl reversal.marcel2001-02-175-5/+5
* 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
OpenPOWER on IntegriCloud