summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the TCSA* definitions out of _KERNEL. They are processed in libc.ed2008-07-161-10/+10
* Sort the ioctl's in <sys/ttycom.h> by number.ed2008-07-161-48/+48
* Remove OTTYDISC, NETLDISC and NTTYDISC definitions.ed2008-07-161-8/+0
* Fix error in comment.rwatson2008-07-161-3/+3
* Fix a multicast handling regression on VT6105M introduced inyongari2008-07-162-25/+60
* Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9yongari2008-07-162-3/+4
* Merge last of a series of rwlock conversion changes to UDP, whichrwatson2008-07-152-34/+89
* Fix commment in typo.rpaulo2008-07-151-1/+1
* Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK isalc2008-07-153-10/+10
* Add quirk for Dell D630 laptops.delphij2008-07-151-1/+7
* Allow injecting big packets via bpf(4) up to min(MTU, 16K-byte).jkim2008-07-141-3/+9
* Match the implementation of the inline function from libkern.h.obrien2008-07-142-5/+17
* Fix carp(4) panics that can occur during carp interface configuration.eri2008-07-141-0/+8
* Add event notification at attach/detach so the NICjfv2008-07-141-0/+6
* Add an event handler to the vlan driver so the NIC driverjfv2008-07-141-0/+7
* Fill in the string portion of the bluetooth stack version sysctl.trhodes2008-07-141-1/+1
* Change the character prefixed to the svn version to "r" since that seemsdougb2008-07-131-1/+1
* Handle a race between pmap_kextract() and pmap_promote_pde(). This racealc2008-07-131-5/+13
* Staticize M_STACK.antoine2008-07-131-1/+1
* Make uart(4) the default serial port driver on i386 and amd64.ed2008-07-134-32/+30
* fix multicast hash register definitionticso2008-07-121-2/+2
* Refine the changes made in SVN rev 180430. Specifically, instantiate a newalc2008-07-121-16/+26
* In nmount(), if we see "update" in the mount options,rodrigc2008-07-121-4/+5
* In order to apply pmap_demote_pde() to a page directory entry (PDE) from thealc2008-07-121-2/+3
* A number of significant enhancements to the ciss driver:scottl2008-07-114-150/+494
* Don't leak DMA map if not freed.delphij2008-07-111-0/+2
* Dust off old code for support of USB isochronous transfers.emax2008-07-113-215/+341
* - Fix a logic error when updating plex configuration.lulf2008-07-111-1/+2
* Improve readability and cscope searches a little bit by not using theobrien2008-07-111-38/+38
* Use the VM_ALLOC_INTERRUPT for the page requests when allocating memorykib2008-07-111-7/+5
* Make it atomic for the devfs_populate_loop() to see the setting ofkib2008-07-111-1/+2
* Revert r180431.obrien2008-07-112-51/+47
* Detect ATA controllers in the Macbook3.remko2008-07-102-3/+5
* style(9): put parentheses around return values.brooks2008-07-101-4/+4
* Regenbrooks2008-07-104-16/+53
* id_t is a 64-bit integer and thus is passed as two arguments like off_t is.brooks2008-07-102-7/+70
* Allow 'elf_file_t' to be used in a wider scope.obrien2008-07-102-47/+51
* Extend pmap_demote_pde() to include the ability to instantiate a new pagealc2008-07-101-8/+29
* Slightly rearrange validation of UDP arguments and jail processing inrwatson2008-07-101-4/+25
* Use 'CSCOPE_ARCHDIR' to change the default architecture directories toobrien2008-07-101-3/+6
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-105-18/+19
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-104-6/+4
* Apply the MAC label to an outgoing UDP packet when other inpcb properties arerwatson2008-07-101-4/+4
* Get in some basic infrastructure for Bluetooth SCO support.emax2008-07-103-0/+59
* Band-aid a problem with 32 bit selector setup.peter2008-07-092-1/+9
* For consistency with the rest of the function use the locally cachedbz2008-07-091-1/+1
* Rather than checking for a NULL so_pcb in raw_attach(), assert thatrwatson2008-07-091-5/+6
* Add sysctl subtree net.raw for generic raw socket infrastructure;rwatson2008-07-091-2/+11
* Add quirk for the Samsung YP-U3remko2008-07-091-0/+8
* Improve the EEPROM parsing, based on finding a datasheet that describesimp2008-07-092-37/+46
OpenPOWER on IntegriCloud