summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1) Adds the rest of the VIMAGE change macrosrrs2008-07-0926-76/+126
* Document required locking in in6_sleectsrc() in case an inp isbz2008-07-091-2/+4
* Remove unused support for local and foreign addresses in generic rawrwatson2008-07-095-119/+32
* Driver failed to allocate MMIO resources. Attached patch adds a fallback path.remko2008-07-091-4/+9
* Add new device id for ICH8M, which supports greater than UDMA33 moderemko2008-07-092-0/+2
* Add support for the ICH9 in non AHCI mode (RAID mode).remko2008-07-092-0/+2
* Fix lines that are too long in pmap_growkernel() by substituting shorter butalc2008-07-091-3/+3
* Add driver support for RTL8102E and RTL8102EL which is the secondyongari2008-07-092-1/+10
* Disable jumbo frame support for RTL810x fast ethernet controllers.yongari2008-07-091-1/+2
* Fix a mutex LOR introduced by the conversion of if_ndis from spinlocks tocokane2008-07-091-0/+2
* Improve the output of kldload(8) to show which module can't be loaded.edwin2008-07-082-20/+26
OpenPOWER on IntegriCloud