summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct IPv4 option processing.kris2001-02-202-2/+22
* Hook up the linux module for alpha again.jlemon2001-02-201-3/+3
* Regenerate.jlemon2001-02-203-15/+10
* Fix duplicate linux_mount definitionjlemon2001-02-201-4/+4
* Move linux to i386 only until it gets fixed for alpha (again).mjacob2001-02-191-3/+3
* Back out rev 1.92peter2001-02-191-1/+0
* Change default devfs permissions to the ones in MAKEDEV.n_hibma2001-02-191-2/+2
* Removed all traces of T_ASTFLT (except for gaps where it was). It becamebde2001-02-196-6/+3
* Fixed a longstanding latency bug in signal delivery. When a signalbde2001-02-191-6/+2
* Use ttymalloc() instead of roll-our-own.peter2001-02-191-14/+1
* 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
OpenPOWER on IntegriCloud