aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove ng_setisr() call from ng_dequeue(). It is useless as we any wayAlexander Motin2008-03-271-11/+0
* Remove option headers that do not exist and are not usedAntoine Brodin2008-03-277-10/+10
* Switch from timeval to bintime, to use 1/(2^20) of seconds instead ofAlexander Motin2008-03-271-22/+23
* Add IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user-level codeIan Dowse2008-03-271-1/+2
* Remove the '-k' option.Doug Rabson2008-03-271-1/+1
* Add nfslockd and krpc modules.Doug Rabson2008-03-272-0/+67
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-2722-11/+74
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-277-12/+12
* MFamd64 with few changes:Alan Cox2008-03-272-91/+1108
* Remove the C flag from slip.log. The current slip userbase does notBrooks Davis2008-03-271-1/+1
* Regen after makesyscalls.sh change.John Birrell2008-03-271-0/+4767
* Generate another function for the DTrace syscall provider to specifyJohn Birrell2008-03-271-2/+14
* Allow awk (the one true one!) to handle 64 files instead of just 20.John Birrell2008-03-271-1/+1
* Really, smb_iod_main() is not totally MPSAFE, so just acquire and dropAttilio Rao2008-03-271-0/+3
* Allow an application to define FOPEN_MAX (like we allow for OPEN_MAXJohn Birrell2008-03-261-0/+2
* Removed no longer existing CTL_MACHDEP defines.Ruslan Ermilov2008-03-261-12/+1
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-2611-601/+0
* Further cleanup of sound generation in syscons:Poul-Henning Kamp2008-03-262-17/+1
* Allow the characters .-+/ to appear in ppp profile names by folding themBrooks Davis2008-03-262-5/+31
* Make speaker a pseudo device driver instead of attaching to a PnP id.Poul-Henning Kamp2008-03-261-90/+19
* Add a comment explaining that we initialize the 'a' buffer forRobert Watson2008-03-261-0/+5
* Some minor code and math optimizations.Alexander Motin2008-03-261-40/+21
* Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo'John Baldwin2008-03-262-4/+4
* Remove two variables which are handled MI now.Poul-Henning Kamp2008-03-261-3/+0
* Eliminate unnecessary #includesPoul-Henning Kamp2008-03-261-9/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-2626-332/+153
* Fix the __FreeBSD_version check.Doug Rabson2008-03-261-1/+1
* Bump __FreeBSD_version for the addition of 'l_sysid' to the flock structure.Doug Rabson2008-03-261-1/+1
* Add some regression tests for posix record locks.Doug Rabson2008-03-262-0/+1356
* Add \n to the end of a printf string and remove it from panic strings.Ed Maste2008-03-261-6/+6
* Regen.Doug Rabson2008-03-2610-13/+33
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-2680-525/+20923
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-2612-253/+258
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-267-14/+6
* Remove old sysctl stuff which is long gone in other arch's.Poul-Henning Kamp2008-03-261-21/+0
* Fix some "in in" typos in comments.Christian Brueffer2008-03-2612-12/+12
* Document the removal data for usbdevs.h and usbdevs_data.h,Remko Lodder2008-03-261-2/+3
* Enable the automatic creation of superpage reservations.Alan Cox2008-03-261-2/+2
* split out tty create part of ucom_attach into ucom_attach_tty soSam Leffler2008-03-252-7/+13
* add some CDMA modemsSam Leffler2008-03-251-0/+9
* Implement taskqueue_block() and taskqueue_unblock(). These functions allowScott Long2008-03-252-1/+30
* fix botched merge of syslog support to the vendor branch; these filesSam Leffler2008-03-252-2/+13
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ AdaptecEd Maste2008-03-254-5/+17
* add __noinlineSam Leffler2008-03-251-0/+6
* expose if_purgemaddrs, it will be used by the vap code unless someoneSam Leffler2008-03-252-2/+2
* IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace itSam Leffler2008-03-251-2/+2
* enable dynamic addition of "show all" commandsSam Leffler2008-03-253-2/+15
* Bring this manpage more in line with other wlan driver manpages.Christian Brueffer2008-03-251-10/+15
* Regen.John Baldwin2008-03-254-6/+21
* Add entries for the cpuset-related system calls. The existing system callsJohn Baldwin2008-03-251-0/+12