| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer | ru | 2008-03-29 | 14 | -36/+14 |
* | Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (within | marcel | 2008-03-29 | 1 | -1/+1 |
* | Include math.h for the fmaf() prototype. | das | 2008-03-29 | 1 | -0/+2 |
* | Fix some rather obscene code that has ambiguous if...if...else... | das | 2008-03-29 | 6 | -10/+36 |
* | Document modff() and modfl(). Technically, modff() and modfl() | das | 2008-03-29 | 2 | -12/+23 |
* | Adding glabel alias killed gpart alias; fix it. | ru | 2008-03-29 | 1 | -2/+1 |
* | - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() and | jeff | 2008-03-29 | 2 | -2/+159 |
* | - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hook | jeff | 2008-03-29 | 2 | -1/+227 |
* | - Use vm_object_reference_locked() directly from | jeff | 2008-03-29 | 1 | -15/+2 |
* | Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pair | mav | 2008-03-29 | 1 | -5/+8 |
* | Eliminate an #if 0/#endif that was unintentionally introduced | alc | 2008-03-29 | 1 | -2/+0 |
* | Initialize the head pointer in kld_current_sos() to NULL to avoid returning | jhb | 2008-03-29 | 1 | -0/+1 |
* | Make ALTQ cope with disappearing interfaces (particularly common with mpd | mlaier | 2008-03-29 | 5 | -2/+167 |
* | ARC-1680 is supported. | brueffer | 2008-03-28 | 1 | -1/+3 |
* | Forced commit to note that these files were repo copied. | jb | 2008-03-28 | 0 | -0/+0 |
* | Document lockmgr_waiters(9). | brueffer | 2008-03-28 | 2 | -1/+9 |
* | Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAID | emaste | 2008-03-28 | 2 | -0/+64 |
* | Add a couple of missing NIC driver modules. | brueffer | 2008-03-28 | 1 | -0/+6 |
* | Add support for PC-9800 partition tables. | marcel | 2008-03-28 | 6 | -0/+444 |
* | Add Qualcomm, Inc. ZTE CDMA Technologies MSM to the list of supported | rpaulo | 2008-03-28 | 1 | -1/+3 |
* | If we're returning successfully from bus_dmamem_alloc, don't record a KTR | emaste | 2008-03-28 | 1 | -1/+1 |
* | Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems. | rpaulo | 2008-03-28 | 2 | -0/+4 |
* | Bump __FreeBSD_version in order to reflect BUF_LOCKWAITERS() reintegration | attilio | 2008-03-28 | 1 | -1/+1 |
* | b_waiters cannot be adequately protected by the interlock because it is | attilio | 2008-03-28 | 4 | -52/+24 |
* | Minor changes to improve compatibility with older FreeBSD releases. | dfr | 2008-03-28 | 20 | -24/+45 |
* | Use ; instead of : to end a line. | brooks | 2008-03-28 | 1 | -1/+3 |
* | Add support for hardwiring ppp sessions to particular devices with new | brooks | 2008-03-28 | 2 | -2/+17 |
* | Support gif_interface values that don't follow the pattern gif###. | brooks | 2008-03-28 | 1 | -9/+6 |
* | When retasting, wither any existing GEOMs of the same class. This | marcel | 2008-03-28 | 1 | -1/+7 |
* | Add support to mincore for detecting whether a page is part of a | ps | 2008-03-28 | 4 | -2/+7 |
* | _lockmgr_args() accepts a 'char *' string as file, so modify _BUF_LOCK() | attilio | 2008-03-28 | 1 | -2/+2 |
* | In revision 1.70, 1.71 and 1.84 re(4) tried to workaround checksum | yongari | 2008-03-28 | 1 | -12/+14 |
* | Remove the last 3 files I missed. These have been repo copied to the new | jb | 2008-03-28 | 3 | -341/+0 |
* | Instruments buffer lock objects in order to track correctly consumers | attilio | 2008-03-28 | 1 | -38/+33 |
* | Remove files that have been repo copied to their new location | jb | 2008-03-28 | 319 | -128164/+0 |
* | The sources covered by Sun's CDDL have been repo copied below the | jb | 2008-03-27 | 13 | -108/+108 |
* | Remove ng_setisr() call from ng_dequeue(). It is useless as we any way | mav | 2008-03-27 | 1 | -11/+0 |
* | Remove option headers that do not exist and are not used | antoine | 2008-03-27 | 7 | -10/+10 |
* | Switch from timeval to bintime, to use 1/(2^20) of seconds instead of | mav | 2008-03-27 | 1 | -22/+23 |
* | Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level code | iedowse | 2008-03-27 | 1 | -1/+2 |
* | Remove the '-k' option. | dfr | 2008-03-27 | 1 | -1/+1 |
* | Add nfslockd and krpc modules. | dfr | 2008-03-27 | 2 | -0/+67 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 22 | -11/+74 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 7 | -12/+12 |
* | MFamd64 with few changes: | alc | 2008-03-27 | 2 | -91/+1108 |
* | Remove the C flag from slip.log. The current slip userbase does not | brooks | 2008-03-27 | 1 | -1/+1 |
* | Regen after makesyscalls.sh change. | jb | 2008-03-27 | 1 | -0/+4767 |
* | Generate another function for the DTrace syscall provider to specify | jb | 2008-03-27 | 1 | -2/+14 |
* | Allow awk (the one true one!) to handle 64 files instead of just 20. | jb | 2008-03-27 | 1 | -1/+1 |
* | Really, smb_iod_main() is not totally MPSAFE, so just acquire and drop | attilio | 2008-03-27 | 1 | -0/+3 |