summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Garbage collect now-unused struct malloc_type fields, bump __FreeBSD_versionrwatson2009-04-192-27/+6
* | When allocating 'struct acl' instances, use malloc(9) instead of uma(9).trasz2009-04-191-15/+3
* | Add docs category.blackend2009-04-191-0/+1
* | Now that IFF_NEEDSGIANT has been removed from the networkbms2009-04-191-48/+3
* | Calling pmap_clear_modify() after calling pmap_remove_write() is pointless.alc2009-04-191-1/+0
* | When compiled for the release crunches, be a bitkientzle2009-04-192-9/+37
* | Fix a typo in the SRR1 comparison for program exceptions. While here,nwhitehorn2009-04-192-3/+13
* | When verifying '..' after VFS_VGET() in ufs_lookup(), do not returnkib2009-04-191-15/+17
* | - Allocate a small flowtable in ip_input.c (changeable by tuneable)kmacy2009-04-193-2/+19
* | update TODO listkmacy2009-04-191-1/+4
* | - put larger flowtable members at the endkmacy2009-04-191-13/+17
* | Allow valid pages to be mapped for read access when they have a non-zeroalc2009-04-192-3/+1
OpenPOWER on IntegriCloud