summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use new atomic_fetchadd() primitive instead of looping atomic_cmpset().mav2008-03-301-8/+5
* - Don't allow calls to vn_lock() with no lock type requested. Callersjeff2008-03-291-14/+4
* - Use vget() to lock the vnode rather than refing without a lock andjeff2008-03-291-6/+3
* - Simplify null_hashget() and null_hashins() by using vref() ratherjeff2008-03-291-21/+4
* There is no need to erase hook->hk_node before freing hook.mav2008-03-291-3/+1
* Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (withinmarcel2008-03-291-1/+1
* - Use vm_object_reference_locked() directly fromjeff2008-03-291-15/+2
* Eliminate an #if 0/#endif that was unintentionally introducedalc2008-03-291-2/+0
* Make ALTQ cope with disappearing interfaces (particularly common with mpdmlaier2008-03-293-2/+129
* 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
* 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
* 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-283-2/+5
* _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-28246-91397/+0
* The sources covered by Sun's CDDL have been repo copied below thejb2008-03-271-4/+4
* 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
* Add nfslockd and krpc modules.dfr2008-03-272-0/+67
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-2720-0/+60
* 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
* Regen after makesyscalls.sh change.jb2008-03-271-0/+4767
* Generate another function for the DTrace syscall provider to specifyjb2008-03-271-2/+14
* Really, smb_iod_main() is not totally MPSAFE, so just acquire and dropattilio2008-03-271-0/+3
* Back in the good old days, PC's had random pieces of rock forphk2008-03-2611-601/+0
* Further cleanup of sound generation in syscons:phk2008-03-262-17/+1
* Make speaker a pseudo device driver instead of attaching to a PnP id.phk2008-03-261-90/+19
* Add a comment explaining that we initialize the 'a' buffer forrwatson2008-03-261-0/+5
* Some minor code and math optimizations.mav2008-03-261-40/+21
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'jhb2008-03-262-4/+4
* Remove two variables which are handled MI now.phk2008-03-261-3/+0
* Eliminate unnecessary #includesphk2008-03-261-9/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-2626-332/+153
* Bump __FreeBSD_version for the addition of 'l_sysid' to the flock structure.dfr2008-03-261-1/+1
* Add \n to the end of a printf string and remove it from panic strings.emaste2008-03-261-6/+6
* Regen.dfr2008-03-2610-13/+33
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-2671-505/+20527
OpenPOWER on IntegriCloud