summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* posix_spawn() is supported, set _POSIX_SPAWN to 200212L.davidxu2008-07-081-1/+1
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-077-0/+7
* Add a `show cpusets' DDB command to print numbered root andbz2008-07-072-1/+41
* MFp4 144659:bz2008-07-071-0/+4
* Move cpuset_refroot and cpuset_refbase functions up, grouping thebz2008-07-071-32/+32
* Add inline function ia64_fc_i() to abstract inline assembly.marcel2008-07-072-1/+10
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTalc2008-07-071-1/+1
* In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPTalc2008-07-072-6/+12
* reorder RSN/WPA2 ie in beacon and probe response frames to complysam2008-07-071-13/+13
* When making release with NOPORTS, we'll checkout only themarcel2008-07-071-1/+1
* Fix some spelling errors (improper review from myremko2008-07-071-1/+1
* Allow udp_notify() to accept read, as well as write, locks on the passedrwatson2008-07-071-3/+9
* Add #include <inttypes.h> for the strtoimax().kib2008-07-071-0/+1
* Add additional udbinfo and inpcb locking assertions to udp_output(); forrwatson2008-07-071-0/+6
* Add missing information for geom_mirror metadata.remko2008-07-071-0/+14
* First step towards parallel transmit in UDP: if neither a specificrwatson2008-07-071-5/+12
* Drop read lock on udbinfo earlier during delivery to the last matchingrwatson2008-07-071-1/+1
* Apply learning from RAIEC (Redundant Array of Independeng English Courses)phk2008-07-071-1/+1
* The kqueue_register() function assumes that it is called from the top ofkib2008-07-073-19/+70
* Update man page for addition of BIOCSETFNR. Subversion didn't wantdwmalone2008-07-071-3/+12
* Drop read lock on udbinfo earlier during delivery to the last matchingrwatson2008-07-071-3/+5
* Add a new ioctl for changing the read filter (BIOCSETFNR). This isdwmalone2008-07-072-4/+9
* The r178914 I erronously put the setting of the KQ_FLUXWAIT flag beforekib2008-07-071-2/+1
* correct device name errors and wrong informations that currently malo(4)weongyo2008-07-071-7/+5
* Add hard sentence breaks.csjp2008-07-061-8/+10
* Change create_pagetables() and pmap_init() so that many fewer page tablealc2008-07-062-10/+12
* As discussed on IRC and at BSDcan, move the mips32/* directories up aimp2008-07-0653-31/+31
* Obsolete bsdlabel(8) on powerpc. Use gpart(8) instead.marcel2008-07-062-1/+6
* Document default ACLs and how to use them.csjp2008-07-061-0/+16
* - This code was intially obtained from NetBSD, but it's missing licencedanger2008-07-061-1/+29
* Preserve ownership if cpio is run as root.kientzle2008-07-061-1/+2
* Fix comment: s/before/after.rpaulo2008-07-061-1/+1
* - Add description about a missing return valuedanger2008-07-061-2/+6
* - remove superfluous worddanger2008-07-061-3/+3
* - avoid future breakage: cnw(4), sbni(4) and sbsh(4) have been removeddanger2008-07-061-9/+0
* - fix build; oltr(4) has been removed in r180259danger2008-07-061-7/+0
* Remove the $DUMPDIR variable. It's redundant and the rest of themtm2008-07-061-6/+1
* Make checking for the availability of core dumps work in the casemtm2008-07-061-1/+12
* Add two corega cards and annotate 8041 V2 chipset.imp2008-07-061-2/+2
* Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD.imp2008-07-061-0/+2
* Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) whereimp2008-07-061-25/+28
* Add a missing call to config_intrhook_establish().rpaulo2008-07-051-0/+1
* Use config_intrhook API to create the dev.cpu.N.temperature sysctl node.rpaulo2008-07-051-20/+42
* Increase the kernel map's size to 7GB, making room for a kmem map of sizealc2008-07-052-4/+4
* Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffercsjp2008-07-053-0/+44
* correct construction of delba action frame; don't shift+mask the initiatorsam2008-07-051-1/+1
* Enable the creation of a kmem map larger than 4GB.alc2008-07-052-12/+12
* Clarify comments and prototypes in raw_cb.h:rwatson2008-07-051-9/+13
* Rename raw_append() to rip_append(): the raw_ prefix is generally usedrwatson2008-07-051-3/+3
* Improve approximation of style(9) in raw socket code.rwatson2008-07-055-180/+197
OpenPOWER on IntegriCloud