summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* simplify code by removing bit_fns and replacing with the use of a temporary maskkmacy2009-04-201-56/+20
* Close some but not all writer-writer races when maintaining IPv6rwatson2009-04-201-1/+18
* - Give a warning and start the oscillator if it was not previouslystas2009-04-204-25/+72
* Sometimes we can call ed_detach() before the mtx has been initialized.imp2009-04-201-2/+4
* Make mse(4) use si_drv1, instead of using unit numbers.ed2009-04-201-16/+12
* Fix typo.kib2009-04-201-1/+1
* vlan(4) no longer depends on miibus(4).antoine2009-04-202-13/+1
* Lock interface address lists before iterating over them in nd6.rwatson2009-04-201-0/+5
* Conditionally add the interface name and address if availablebz2009-04-204-4/+14
* In ufs_checkpath(), recheck that '..' still points to the inode withkib2009-04-203-41/+55
* In ip_input(), cache the received mbuf's network interface in a localrwatson2009-04-201-16/+23
* On the exit of the child process which parent either set SA_NOCLDWAITkib2009-04-201-4/+4
* Adjust route(4) manual page to remove rtm_use field, which was removedtrasz2009-04-201-1/+0
* In icmp_reflect(), acquire the inteface address list lock whenrwatson2009-04-201-12/+28
* - Unlock softc mutex on failure.stas2009-04-201-8/+15
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-208-19/+3
* - Properly unlock mutex on failure in channel_trigger. Before thisstas2009-04-201-8/+15
* Provide locking for PowerPC interrupt sources config.raj2009-04-201-5/+20
* While we currently still seem to have a gateway address, for futurebz2009-04-201-2/+5
* Back out r186308:bz2009-04-201-3/+1
* Get rid of the device index number stored in the sa(4) unit number.ed2009-04-201-21/+12
* Prefer <sys/param.h> to <machine/param.h> for the definition ofrwatson2009-04-201-1/+1
* Merge r191298 into HEAD.roberto2009-04-201-2/+2
* For RTL8139C+ controllers, have controller handle padding shortyongari2009-04-202-4/+7
* MFamd64/i386alc2009-04-201-39/+70
* Cleanup resource allocation code a bit. Store the rids on theimp2009-04-205-47/+48
* Pass int arguments to auditon(2)'s A_GETCOND API rather than longrwatson2009-04-191-6/+6
* Temporarily relax the constraints on argument size checking for A_GETCOND;rwatson2009-04-191-12/+6
* Explicitly include machine/param.h for CACHE_LINE_SIZE.rwatson2009-04-191-0/+2
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-198-16/+0
* Lock the interface address list when searching for a matching interfacerwatson2009-04-191-5/+13
* In divert_packet(), lock the interface address list before iterating overrwatson2009-04-191-1/+5
* Lock interface address lists in in_pcbladdr() when searching for arwatson2009-04-191-1/+12
* Protect against some writer-writer races in in_control() by acquiringrwatson2009-04-191-3/+7
* Lock the interface address list while building replies torwatson2009-04-191-0/+2
* Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRSrwatson2009-04-191-0/+3
* Lock interface address list lock around ifaddr inserts and deletesrwatson2009-04-191-1/+5
* Build sound modules on PowerPC.nwhitehorn2009-04-191-0/+1
* Lock the interface address list while iterating a network interface'srwatson2009-04-191-0/+3
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-198-0/+32
* In both pageout oom handler and vm_daemon, acquire the reference tokib2009-04-191-8/+21
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-198-0/+39
* A script for plucking packages and their runtime dependencies forphk2009-04-191-0/+96
* Don't try to setup interrupts for drivers that don't support them.rnoland2009-04-191-19/+22
* Merge OpenBSM 1.1 from OpenBSM vendor branch to head.rwatson2009-04-1962-2904/+4977
|\
| * Vendor import of OpenBSM 1.1, which incorporates the following changesrwatson2009-04-1960-2902/+4971
| * Vendor import of OpenBSM 1.1 beta1, which incorporates the followingrwatson2009-03-0228-289/+890
* | Merge OpenBSM 1.1 changes to the FreeBSD 8.x kernel:rwatson2009-04-1911-76/+278
* | Remove support for FUTEX_REQUEUE operation.dchagin2009-04-193-13/+20
* | struct malloc_type has had a 'magic' field statically initialized torwatson2009-04-191-1/+13
OpenPOWER on IntegriCloud