summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinmarcel2008-03-291-1/+1
* Include math.h for the fmaf() prototype.das2008-03-291-0/+2
* Fix some rather obscene code that has ambiguous if...if...else...das2008-03-296-10/+36
* Document modff() and modfl(). Technically, modff() and modfl()das2008-03-292-12/+23
* Adding glabel alias killed gpart alias; fix it.ru2008-03-291-2/+1
* - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() andjeff2008-03-292-2/+159
* - Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hookjeff2008-03-292-1/+227
* - Use vm_object_reference_locked() directly fromjeff2008-03-291-15/+2
* Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pairmav2008-03-291-5/+8
* Eliminate an #if 0/#endif that was unintentionally introducedalc2008-03-291-2/+0
* Initialize the head pointer in kld_current_sos() to NULL to avoid returningjhb2008-03-291-0/+1
* Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-295-2/+167
* ARC-1680 is supported.brueffer2008-03-281-1/+3
* Forced commit to note that these files were repo copied.jb2008-03-280-0/+0
* Document lockmgr_waiters(9).brueffer2008-03-282-1/+9
* Implement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATURES ioctls. RAIDemaste2008-03-282-0/+64
* Add a couple of missing NIC driver modules.brueffer2008-03-281-0/+6
* Add support for PC-9800 partition tables.marcel2008-03-286-0/+444
* Add Qualcomm, Inc. ZTE CDMA Technologies MSM to the list of supportedrpaulo2008-03-281-1/+3
* If we're returning successfully from bus_dmamem_alloc, don't record a KTRemaste2008-03-281-1/+1
* Add Qualcomm ZTE CMDMA MSM modem to the list of supported modems.rpaulo2008-03-282-0/+4
* Bump __FreeBSD_version in order to reflect BUF_LOCKWAITERS() reintegrationattilio2008-03-281-1/+1
* b_waiters cannot be adequately protected by the interlock because it isattilio2008-03-284-52/+24
* Minor changes to improve compatibility with older FreeBSD releases.dfr2008-03-2820-24/+45
* Use ; instead of : to end a line.brooks2008-03-281-1/+3
* Add support for hardwiring ppp sessions to particular devices with newbrooks2008-03-282-2/+17
* Support gif_interface values that don't follow the pattern gif###.brooks2008-03-281-9/+6
* When retasting, wither any existing GEOMs of the same class. Thismarcel2008-03-281-1/+7
* Add support to mincore for detecting whether a page is part of aps2008-03-284-2/+7
* _lockmgr_args() accepts a 'char *' string as file, so modify _BUF_LOCK()attilio2008-03-281-2/+2
* In revision 1.70, 1.71 and 1.84 re(4) tried to workaround checksumyongari2008-03-281-12/+14
* Remove the last 3 files I missed. These have been repo copied to the newjb2008-03-283-341/+0
* Instruments buffer lock objects in order to track correctly consumersattilio2008-03-281-38/+33
* Remove files that have been repo copied to their new locationjb2008-03-28319-128164/+0
* The sources covered by Sun's CDDL have been repo copied below thejb2008-03-2713-108/+108
* Remove ng_setisr() call from ng_dequeue(). It is useless as we any waymav2008-03-271-11/+0
* Remove option headers that do not exist and are not usedantoine2008-03-277-10/+10
* Switch from timeval to bintime, to use 1/(2^20) of seconds instead ofmav2008-03-271-22/+23
* Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level codeiedowse2008-03-271-1/+2
* Remove the '-k' option.dfr2008-03-271-1/+1
* Add nfslockd and krpc modules.dfr2008-03-272-0/+67
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-2722-11/+74
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-277-12/+12
* MFamd64 with few changes:alc2008-03-272-91/+1108
* Remove the C flag from slip.log. The current slip userbase does notbrooks2008-03-271-1/+1
* Regen after makesyscalls.sh change.jb2008-03-271-0/+4767
* Generate another function for the DTrace syscall provider to specifyjb2008-03-271-2/+14
* Allow awk (the one true one!) to handle 64 files instead of just 20.jb2008-03-271-1/+1
* Really, smb_iod_main() is not totally MPSAFE, so just acquire and dropattilio2008-03-271-0/+3
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXjb2008-03-261-0/+2
OpenPOWER on IntegriCloud