aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Make this look less dubious :-)Poul-Henning Kamp2004-06-111-3/+0
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-1133-106/+84
* Merge boot0 and boot0sio so they behave the same.Poul-Henning Kamp2004-06-111-42/+17
* Back out the last change as that broke some SATA devices.Søren Schmidt2004-06-111-9/+4
* Reduce the number of preallocated pv entries and lpte entries inAlan Cox2004-06-111-9/+2
* Remove unneeded Giant acquisition in divert_packet(), which isRobert Watson2004-06-111-15/+0
* Constify raw_sendspace and raw_recvspace, as they're not mutable.Robert Watson2004-06-111-2/+2
* Switch to conditionally acquiring and dropping Giant around calls intoRobert Watson2004-06-111-2/+2
* Un-staticize 'dst' sockaddr in the stack of bpfwrite() to preventRobert Watson2004-06-111-1/+2
* Lock down parallel router_info list for tracking multicast IGMPRobert Watson2004-06-111-1/+27
* Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a newEric Anholt2004-06-1121-249/+609
* Make sysctl_wire_old_buffer() respect ENOMEM from vslock() by markingBrian Feldman2004-06-111-2/+5
* Remove second <sys/cdefs.h> and __FBSDID.Marius Strobl2004-06-101-3/+0
* Argh. Add the mini-stack-frame back in for mcount's benefit for syscallPeter Wemm2004-06-101-0/+4
* Make profiling work for varargs functions.. %al is an additional argumentPeter Wemm2004-06-101-0/+2
* Add a first version of a pcf(4) front-end for the Sun i2c devices ("i2c"Marius Strobl2004-06-101-0/+261
* - Add missing <sys/module.h>.Marius Strobl2004-06-101-3/+4
* - Add missing <sys/module.h>.Marius Strobl2004-06-101-20/+20
* - #define\tFOO\tBARMarius Strobl2004-06-101-2/+2
* Introduce a subsystem lock around UNIX domain sockets in order to protectRobert Watson2004-06-101-58/+193
* Insta-MFi386: ignore disabled cpu apic id's entirelyPeter Wemm2004-06-101-13/+8
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isJohn Baldwin2004-06-105-12/+6
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-1020-22/+17
* init_tables() must be run after sys/net/route.c:route_init().Ruslan Ermilov2004-06-101-1/+4
* Completely ignore disabled CPU entries as their APIC IDs tend to beJohn Baldwin2004-06-101-13/+8
* Free tty at detach().Roman Kurakin2004-06-101-1/+15
* Fix typo that prevents esp_sbus.c and lsi64854.c from being built on sparc64.Marius Strobl2004-06-101-1/+1
* Add esp(4) to NOTES.Scott Long2004-06-101-0/+2
* Add esp to the sparc64 GENERICScott Long2004-06-101-0/+1
* Add the esp(4) files. Two of them are sbus-specific and therefore onlyScott Long2004-06-102-0/+3
* Port the NetBSD esp(4) driver. This only includes the sbus front-end, soScott Long2004-06-1011-0/+6363
* MFamd64Alan Cox2004-06-101-5/+1
* Initialise `restartcnt' in the newly malloc'd usbd_port structure,Ian Dowse2004-06-101-0/+1
* - Add a LLADDR() forgotten in the conversion to ether_crc32_le().Marius Strobl2004-06-101-4/+2
* Plug a race where upon free this scenario could occur:Bosko Milekic2004-06-101-15/+30
* - Remove a variable no longer used after the conversion to ether_crc32_le().Marius Strobl2004-06-101-4/+2
* Add eisa_if.hWarner Losh2004-06-091-1/+1
* Add eisa_if.h to the list of things to build for new eisa_if.m for theWarner Losh2004-06-091-1/+1
* Backout previous change, I think Julian has a better solution whichBosko Milekic2004-06-091-1/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulRuslan Ermilov2004-06-094-1/+354
* Make the sysctl kern.geom.collectstats more granular.Poul-Henning Kamp2004-06-091-8/+8
* Make the slabrefzone, the zone from which we allocated slabs withBosko Milekic2004-06-091-1/+2
* Check if we control device. Else we will go to panic cause we don't haveRoman Kurakin2004-06-091-1/+1
* When adding files to the repo, it is very important to not forgetWarner Losh2004-06-091-0/+65
* Step 1 in moving EISA devices to kobj/newbus. Use kobj methods forWarner Losh2004-06-094-14/+39
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)Bill Paul2004-06-092-0/+71
* Fix a panic happening when m_getm() is called with len < MCLBYTES.Maxime Henrion2004-06-091-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-0932-796/+78
* Add a comment explaining td_critnest's initial state and its life from thatJuli Mallett2004-06-091-0/+13
* Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"Poul-Henning Kamp2004-06-091-65/+65