aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* White space & spelling fixesPaul Saab2004-06-252-6/+6
* Whitespace.Bruce M Simpson2004-06-251-3/+3
* Correct the tracking of various bits of the process's vmspace and vm_mapBrian Feldman2004-06-241-3/+44
* Annotate that we don't check the returned data length from ufs_readdir()Robert Watson2004-06-241-0/+6
* Fix a typo that made the busdma tag have a 0 highaddr. This driver heavilyScott Long2004-06-241-1/+1
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.Doug Ambrisko2004-06-241-0/+7
* Remove unnecessary setting of VV_SYSTEM on extended attribute backingRobert Watson2004-06-241-2/+0
* Remove the entry for configuring pcm0 mixer channels.Josef El-Rayes2004-06-241-1/+0
* Protect a non-text comment with a '-'.Robert Watson2004-06-241-1/+1
* White space cleanup: use spaces instead of tabs in variable declarationsRobert Watson2004-06-241-57/+55
* Change the possibility to configure pcm(4) via boot/loader.confJosef El-Rayes2004-06-241-8/+7
* Don't cuddle else's so much as we removed additional parts of eachRobert Watson2004-06-242-16/+8
* Remove temporary API bandage that allowed applications speaking theRobert Watson2004-06-242-18/+0
* Add a couple of #ifdef DEBUG printf()s in vlan_input() I found to beJoerg Wunsch2004-06-241-0/+6
* When considering an ethernet frame that is not destined for us, do notJoerg Wunsch2004-06-241-3/+9
* Make dependencies on the TCP/IP stack conditional on INET / INET6. ThisDag-Erling Smørgrav2004-06-241-0/+21
* Don't force class to give a valid softc to g_slice_new(), it is not alwaysPawel Jakub Dawidek2004-06-241-2/+6
* #include <sys/serial.h>Poul-Henning Kamp2004-06-241-0/+1
* Use the correct names for modem control signals as the primary and makePoul-Henning Kamp2004-06-241-4/+5
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-246-105/+92
* Use CTASSERT to enforce the relationship between the new serial portPoul-Henning Kamp2004-06-241-0/+17
* Add a tty-independent include file for definitions pertaining to serialPoul-Henning Kamp2004-06-241-0/+62
* Update some comments and remove non-standard notation.Nate Lawson2004-06-241-4/+7
* Hook acpi_quirks up to the build for kernel and modules.Nate Lawson2004-06-242-0/+16
* Add a script to parse acpi_quirks into a header file that we can compileNate Lawson2004-06-241-0/+191
* Add a quirks array based on matching ACPI tables. The entries in this fileNate Lawson2004-06-241-0/+482
* Sync to usbdevs 1.183John Birrell2004-06-242-2/+25
* Add Delorme Publishing Earthmate GPSJohn Birrell2004-06-241-0/+5
* Acquire the receive socket buffer lock when modifying out-of-bandRobert Watson2004-06-241-5/+4
* Lock socket buffers when processing setting socket options SO_SNDLOWATRobert Watson2004-06-241-0/+4
* Annotate so_error as being used for simple assignment and reads, andRobert Watson2004-06-241-1/+2
* Call vm_pageout_page_stats() with the page queues lock held.Alan Cox2004-06-241-3/+2
* Introduce a temporary mutex, mac_ifnet_mtx, to lock MAC labels onRobert Watson2004-06-248-0/+55
* Remove spl calls.Alan Cox2004-06-241-14/+1
* Annotate which SB_ constants are for sb_flags fields.Robert Watson2004-06-241-0/+3
* When updating sb_flags, acquire the socket buffer lock to preventRobert Watson2004-06-241-0/+4
* Constify send and receive space constants in natm.Robert Watson2004-06-241-4/+4
* Broaden scope of the socket buffer lock when processing an ACK so thatRobert Watson2004-06-242-4/+8
* Protect so_oobmark with with SOCKBUF_LOCK(&so->so_rcv), and broadenRobert Watson2004-06-243-9/+7
* Better OFW console support on Sun Ultra2 machines.David E. O'Brien2004-06-243-9/+20
* Currently, if the drives specified for volume creation areChristian S.J. Peron2004-06-241-2/+19
* Add casts so all these quantities are a constant type.David E. O'Brien2004-06-241-1/+1
* Cast variable-sized (based on platform) quantities before printing out.David E. O'Brien2004-06-241-2/+2
* In ip_ctloutput(), acquire the inpcb lock around some of the basicRobert Watson2004-06-241-5/+10
* When asserting non-Giant locks in the network stack, also assertRobert Watson2004-06-244-9/+33
* Attach the correct handle, not the one that was just deleted. Also,Nate Lawson2004-06-241-3/+2
* Clean up use of ng_hdhasb_mtx a little:Robert Watson2004-06-241-0/+5
* Acquire socket lock in the "waiting for connection" loop inRobert Watson2004-06-241-1/+4
* Introduce sbreserve_locked(), which asserts the socket buffer lock onRobert Watson2004-06-245-18/+66
* Slide socket buffer lock earlier in sopoll() to cover the call intoRobert Watson2004-06-241-2/+2