summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of fixing the boot code: gcc 3.4 fixes.marcel2004-08-222-2/+2
* diff reduction for upcoming patch. Use a macro that masksjulian2004-08-221-8/+9
* Add support for Intel E7205 AGP.anholt2004-08-222-0/+12
* Currently, if the secure level is low enough, system flags cancsjp2004-08-221-1/+1
* When sliding the m_data pointer forward, update m_pktrhdr.len as wellrwatson2004-08-221-1/+3
* Part 1 of fixing the boot code: binutils 2.15 fixes.marcel2004-08-222-1/+202
* In the previous revision, I failed to condition an early release of Giantalc2004-08-221-1/+2
* If a tunable for the routing socket netisr queue max is defined, allow itrwatson2004-08-211-1/+3
* Allow the size of the routing socket netisr queue to be configured usingrwatson2004-08-211-1/+6
* Add version history.pjd2004-08-211-0/+5
* Allow mac_bsdextended(4) to log failed attempts to syslog's AUTHPRIVtrhodes2004-08-211-5/+19
* Give the mac_bsdextended(4) policy the ability to match and apply on a firsttrhodes2004-08-211-2/+21
* Clarify __FreeBSD_version scheme.obrien2004-08-211-1/+3
* Further reduce the use of Giant by vm_fault(): Giant is held only whenalc2004-08-211-4/+3
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin oralc2004-08-212-2/+7
* Fix PCI link irq programming on resume. A logic bug prevented a devicenjl2004-08-211-1/+1
* Implement new reading algorithm, which will use parity component for readingpjd2004-08-213-102/+143
* Fix where my automated script blew the SCM ID format conversion.obrien2004-08-213-9/+9
* When a prison is given the ability to create raw sockets (when thecsjp2004-08-213-0/+25
* When notifying protocol components of an event on an in6pcb, use therwatson2004-08-211-3/+5
* When prepending space onto outgoing UDP datagram payloads to hold therwatson2004-08-211-4/+7
* Attempt to make the probe for hardware more specific.phk2004-08-211-3/+22
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsanholt2004-08-212-8/+8
* Apply some stylistic changes based off of kern/70037 (content changes toanholt2004-08-212-20/+20
* Don't bother calling the module event handlers from module_shutdown()truckman2004-08-201-0/+3
* Don't attempt to trigger the syncer thread final sync code in thetruckman2004-08-201-0/+3
* Correct the args to busdma, mostly cosmetic.sos2004-08-201-6/+5
* Remove some dead code under a straggling APIC_IO #ifdef that I missedjhb2004-08-201-7/+1
* Use the new start for the offset, not the old end.njl2004-08-201-1/+1
* Correctly handle BIOS resources that are duplicated (!). There are manynjl2004-08-201-4/+49
* Remove a check that is too strict. With BIOSen that specify an IO/ctl portnjl2004-08-201-4/+0
* Back out uipc_socket.c:1.208, as it incorrectly assumes that allrwatson2004-08-201-3/+1
* Remove unused file.phk2004-08-201-67/+0
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:phk2004-08-206-1916/+1418
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-204-88/+112
* DONT PANICsos2004-08-201-1/+2
* Revert the previous change. It works great for 4BSD but causes majorscottl2004-08-201-4/+0
* In maybe_preempt(), ignore threads that are in an inconsistent state. Thisscottl2004-08-201-0/+4
* put function's name at begining of column...jmg2004-08-202-2/+4
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-204-0/+22
* make sure that the socket is either accepting connections or is connectedjmg2004-08-201-1/+3
* Align netgraph message fields ready for 64-bit (and 128 bit :-) machines.julian2004-08-203-10/+7
* Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaningandre2004-08-201-1/+1
* When unloading ipfw module use callout_drain() to make absolutely sure thatandre2004-08-191-1/+1
* Unconditionally support the AMD64 GART HW.obrien2004-08-198-34/+2
* For IPv6 access pointer to tcpcb only after we have checked it is valid.andre2004-08-192-2/+8
* Add a newline.njl2004-08-191-1/+1
* Temporary bandaid to help sparc64 systems with ATA disks boot. Recentkensmith2004-08-191-1/+3
* Add bioq_takefirst().phk2004-08-192-6/+13
* 86 new vendor ID's from USB.org, and 3 corrections of existing vendor ID's.obrien2004-08-192-9/+88
OpenPOWER on IntegriCloud