summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Add missing <sys/module.h>.marius2004-06-101-3/+4
* - Add missing <sys/module.h>.marius2004-06-101-20/+20
* - #define\tFOO\tBARmarius2004-06-101-2/+2
* Introduce a subsystem lock around UNIX domain sockets in order to protectrwatson2004-06-101-58/+193
* Insta-MFi386: ignore disabled cpu apic id's entirelypeter2004-06-101-13/+8
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-105-12/+6
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-1020-22/+17
* init_tables() must be run after sys/net/route.c:route_init().ru2004-06-101-1/+4
* Completely ignore disabled CPU entries as their APIC IDs tend to bejhb2004-06-101-13/+8
* Free tty at detach().rik2004-06-101-1/+15
* Fix typo that prevents esp_sbus.c and lsi64854.c from being built on sparc64.marius2004-06-101-1/+1
* Add esp(4) to NOTES.scottl2004-06-101-0/+2
* Add esp to the sparc64 GENERICscottl2004-06-101-0/+1
* Add the esp(4) files. Two of them are sbus-specific and therefore onlyscottl2004-06-102-0/+3
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soscottl2004-06-1011-0/+6363
* MFamd64alc2004-06-101-5/+1
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,iedowse2004-06-101-0/+1
* - Add a LLADDR() forgotten in the conversion to ether_crc32_le().marius2004-06-101-4/+2
* Plug a race where upon free this scenario could occur:bmilekic2004-06-101-15/+30
* - Remove a variable no longer used after the conversion to ether_crc32_le().marius2004-06-101-4/+2
* Add eisa_if.himp2004-06-091-1/+1
* Add eisa_if.h to the list of things to build for new eisa_if.m for theimp2004-06-091-1/+1
* Backout previous change, I think Julian has a better solution whichbmilekic2004-06-091-1/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-094-1/+354
* Make the sysctl kern.geom.collectstats more granular.phk2004-06-091-8/+8
* Make the slabrefzone, the zone from which we allocated slabs withbmilekic2004-06-091-1/+2
* Check if we control device. Else we will go to panic cause we don't haverik2004-06-091-1/+1
* When adding files to the repo, it is very important to not forgetimp2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forimp2004-06-094-14/+39
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)wpaul2004-06-092-0/+71
* Fix a panic happening when m_getm() is called with len < MCLBYTES.mux2004-06-091-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-0932-796/+78
* Add a comment explaining td_critnest's initial state and its life from thatjmallett2004-06-091-0/+13
* Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"phk2004-06-091-65/+65
* Ditch K&R function stylephk2004-06-091-63/+15
* Reference count struct tty.phk2004-06-093-24/+104
* Fix a race in destruction of sessions.phk2004-06-091-2/+3
* Move PTY private defines into PTY private files.phk2004-06-092-3/+4
* style.Makefile(5)obrien2004-06-092-12/+12
* Only match cards that claim to be network cards. I've had twoimp2004-06-091-0/+10
* Introduce a netisr to deliver kernel-generated routing, avoidingrwatson2004-06-093-4/+54
* Replace convoluted and broken CRC calcuation with ether_crc32_le().naddy2004-06-091-41/+6
* * Fix multicast reception.naddy2004-06-091-28/+10
* Recognise NOINET6 as an indication to not build IPv6 enabled source evendarrenr2004-06-082-2/+4
* Remove an #if section originally written for Sun compilers.stefanf2004-06-081-8/+0
* Avoid assignments to cast expressions.stefanf2004-06-082-4/+4
* Implement the BREAK_TO_DEBUGGER option for sab(4).joerg2004-06-081-0/+11
* 1. struct tty => struct tty *tty.rik2004-06-081-95/+110
* Remove remnants of PGINPROF.tjr2004-06-082-43/+0
* In pmap_extract_and_hold(), there is no need to mask off PG_FRAME becausepeter2004-06-081-4/+5
OpenPOWER on IntegriCloud