summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Changed the aston() family to operate on a specified process instead ofbde2001-02-199-20/+24
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-197-38/+7
* "Fix" the machine/lock.h problem in modules depend with a sledge hammer.peter2001-02-181-0/+1
* Set the interrupt-harvesting bit for those hardware items that Imarkm2001-02-183-3/+3
* Insert entropy harvesting calls for network traffic. Bymarkm2001-02-182-0/+8
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-182-2/+2
* Provide the infrastructure for sysadmins to select the broad classmarkm2001-02-183-1/+27
* Encapselate midi_info, nmidi and nsynth into midi.c.tanimura2001-02-1810-176/+128
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-1818-34/+113
* 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
OpenPOWER on IntegriCloud