| Commit message (Expand) | Author | Age | Files | Lines |
* | posix_spawn() is supported, set _POSIX_SPAWN to 200212L. | davidxu | 2008-07-08 | 1 | -1/+1 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 7 | -0/+7 |
* | Add a `show cpusets' DDB command to print numbered root and | bz | 2008-07-07 | 2 | -1/+41 |
* | MFp4 144659: | bz | 2008-07-07 | 1 | -0/+4 |
* | Move cpuset_refroot and cpuset_refbase functions up, grouping the | bz | 2008-07-07 | 1 | -32/+32 |
* | Add inline function ia64_fc_i() to abstract inline assembly. | marcel | 2008-07-07 | 2 | -1/+10 |
* | In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT | alc | 2008-07-07 | 1 | -1/+1 |
* | In FreeBSD 7.0 and beyond, pmap_growkernel() should pass VM_ALLOC_INTERRUPT | alc | 2008-07-07 | 2 | -6/+12 |
* | reorder RSN/WPA2 ie in beacon and probe response frames to comply | sam | 2008-07-07 | 1 | -13/+13 |
* | When making release with NOPORTS, we'll checkout only the | marcel | 2008-07-07 | 1 | -1/+1 |
* | Fix some spelling errors (improper review from my | remko | 2008-07-07 | 1 | -1/+1 |
* | Allow udp_notify() to accept read, as well as write, locks on the passed | rwatson | 2008-07-07 | 1 | -3/+9 |
* | Add #include <inttypes.h> for the strtoimax(). | kib | 2008-07-07 | 1 | -0/+1 |
* | Add additional udbinfo and inpcb locking assertions to udp_output(); for | rwatson | 2008-07-07 | 1 | -0/+6 |
* | Add missing information for geom_mirror metadata. | remko | 2008-07-07 | 1 | -0/+14 |
* | First step towards parallel transmit in UDP: if neither a specific | rwatson | 2008-07-07 | 1 | -5/+12 |
* | Drop read lock on udbinfo earlier during delivery to the last matching | rwatson | 2008-07-07 | 1 | -1/+1 |
* | Apply learning from RAIEC (Redundant Array of Independeng English Courses) | phk | 2008-07-07 | 1 | -1/+1 |
* | The kqueue_register() function assumes that it is called from the top of | kib | 2008-07-07 | 3 | -19/+70 |
* | Update man page for addition of BIOCSETFNR. Subversion didn't want | dwmalone | 2008-07-07 | 1 | -3/+12 |
* | Drop read lock on udbinfo earlier during delivery to the last matching | rwatson | 2008-07-07 | 1 | -3/+5 |
* | Add a new ioctl for changing the read filter (BIOCSETFNR). This is | dwmalone | 2008-07-07 | 2 | -4/+9 |
* | The r178914 I erronously put the setting of the KQ_FLUXWAIT flag before | kib | 2008-07-07 | 1 | -2/+1 |
* | correct device name errors and wrong informations that currently malo(4) | weongyo | 2008-07-07 | 1 | -7/+5 |
* | Add hard sentence breaks. | csjp | 2008-07-06 | 1 | -8/+10 |
* | Change create_pagetables() and pmap_init() so that many fewer page table | alc | 2008-07-06 | 2 | -10/+12 |
* | As discussed on IRC and at BSDcan, move the mips32/* directories up a | imp | 2008-07-06 | 53 | -31/+31 |
* | Obsolete bsdlabel(8) on powerpc. Use gpart(8) instead. | marcel | 2008-07-06 | 2 | -1/+6 |
* | Document default ACLs and how to use them. | csjp | 2008-07-06 | 1 | -0/+16 |
* | - This code was intially obtained from NetBSD, but it's missing licence | danger | 2008-07-06 | 1 | -1/+29 |
* | Preserve ownership if cpio is run as root. | kientzle | 2008-07-06 | 1 | -1/+2 |
* | Fix comment: s/before/after. | rpaulo | 2008-07-06 | 1 | -1/+1 |
* | - Add description about a missing return value | danger | 2008-07-06 | 1 | -2/+6 |
* | - remove superfluous word | danger | 2008-07-06 | 1 | -3/+3 |
* | - avoid future breakage: cnw(4), sbni(4) and sbsh(4) have been removed | danger | 2008-07-06 | 1 | -9/+0 |
* | - fix build; oltr(4) has been removed in r180259 | danger | 2008-07-06 | 1 | -7/+0 |
* | Remove the $DUMPDIR variable. It's redundant and the rest of the | mtm | 2008-07-06 | 1 | -6/+1 |
* | Make checking for the availability of core dumps work in the case | mtm | 2008-07-06 | 1 | -1/+12 |
* | Add two corega cards and annotate 8041 V2 chipset. | imp | 2008-07-06 | 1 | -2/+2 |
* | Add two corega cards from NetBSD: FETEHR II PCC TXD and LAPCCTXD. | imp | 2008-07-06 | 1 | -0/+2 |
* | Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) where | imp | 2008-07-06 | 1 | -25/+28 |
* | Add a missing call to config_intrhook_establish(). | rpaulo | 2008-07-05 | 1 | -0/+1 |
* | Use config_intrhook API to create the dev.cpu.N.temperature sysctl node. | rpaulo | 2008-07-05 | 1 | -20/+42 |
* | Increase the kernel map's size to 7GB, making room for a kmem map of size | alc | 2008-07-05 | 2 | -4/+4 |
* | Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffer | csjp | 2008-07-05 | 3 | -0/+44 |
* | correct construction of delba action frame; don't shift+mask the initiator | sam | 2008-07-05 | 1 | -1/+1 |
* | Enable the creation of a kmem map larger than 4GB. | alc | 2008-07-05 | 2 | -12/+12 |
* | Clarify comments and prototypes in raw_cb.h: | rwatson | 2008-07-05 | 1 | -9/+13 |
* | Rename raw_append() to rip_append(): the raw_ prefix is generally used | rwatson | 2008-07-05 | 1 | -3/+3 |
* | Improve approximation of style(9) in raw socket code. | rwatson | 2008-07-05 | 5 | -180/+197 |