summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename timer0_max_count to i8254_max_count.phk2008-03-2612-253/+258
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-267-14/+6
* Remove old sysctl stuff which is long gone in other arch's.phk2008-03-261-21/+0
* Fix some "in in" typos in comments.brueffer2008-03-264-4/+4
* Enable the automatic creation of superpage reservations.alc2008-03-261-2/+2
* split out tty create part of ucom_attach into ucom_attach_tty sosam2008-03-252-7/+13
* add some CDMA modemssam2008-03-251-0/+9
* Implement taskqueue_block() and taskqueue_unblock(). These functions allowscottl2008-03-252-1/+30
* Add 64-bit array support for RAIDs > 2TB. This corresponds to ~ Adaptecemaste2008-03-254-5/+17
* add __noinlinesam2008-03-251-0/+6
* expose if_purgemaddrs, it will be used by the vap code unless someonesam2008-03-252-2/+2
* IFM_IEEE80211_IBSSMASTER hasn't been used in many years; replace itsam2008-03-251-2/+2
* enable dynamic addition of "show all" commandssam2008-03-253-2/+15
* Regen.jhb2008-03-254-6/+21
* Add entries for the cpuset-related system calls. The existing system callsjhb2008-03-251-0/+12
* Correct data direction flags in aac_bio_command() in theemaste2008-03-251-2/+2
* Fix build.ru2008-03-251-2/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-2535-250/+121
* Regen after changing prototypes of cpuset_{get,set}affinity().ru2008-03-256-14/+14
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-254-18/+17
* Check for a NULL free buffer pointer in BPF before invokingrwatson2008-03-251-1/+1
* Add support for Marvell Libertas 88W8335 based PCI network adapters.weongyo2008-03-257-0/+4705
* Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pairmav2008-03-242-241/+284
* Belatedly add BPF_JITTER in NOTES for supported architectures.jkim2008-03-243-0/+12
* Fix build with option BPF_JITTER.jkim2008-03-242-1/+3
OpenPOWER on IntegriCloud