summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* coda_vptofh is never defined nor used.pjd2007-02-022-2/+0
* Remove dead email address.joel2007-02-023-3/+3
* Clean up the BSD license to match the preferred license injoel2007-02-026-17/+13
* Add a standard BSD license to these files.joel2007-02-022-5/+52
* Quoting Alexander:glebius2007-02-021-4/+5
* Since rev. 1.94 of netinet/in.c, the netinet layer frees all itsglebius2007-02-021-6/+24
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Remove extern int hz; use proper include file instead.kib2007-02-021-2/+1
* Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.kevlo2007-02-021-15/+18
* Move the seting of the idle_mask bits to a place where theyjulian2007-02-021-17/+25
* Remove a bogus i = 0kevlo2007-02-021-1/+1
* Add support for IPI_PREEMPT in order to enable use of the ULE schedulerkmacy2007-02-024-1/+21
* match against both dirty and writeable for marking page dirtykmacy2007-02-021-1/+1
* add IEEE80211_IS_CHAN_PASSIVEsam2007-02-021-0/+2
* Auto sizing TCP socket buffers.andre2007-02-015-10/+236
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-012-0/+9
* Change the way the advertized TCP window scaling is computed. Instead ofandre2007-02-012-4/+15
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-013-0/+32
* No need to lock emul_lock in exit_group() because em->sharedkib2007-02-011-3/+2
* No need to synchronize linux_schedtail with linux_proc_init.kib2007-02-011-26/+28
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-012-16/+16
* MFi386: Use LINUX_SIG_VALID macro.kib2007-02-011-1/+1
* Fix huge memory leak within sound buffer (during channel destruction,ariff2007-02-012-0/+13
* Fix apparent memory leak (during vchan destruction) that was hereariff2007-02-011-0/+1
* Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173.avatar2007-02-011-2/+2
* Prevent quotactl calls that pass in an id of -1 from incorrectlympp2007-02-011-7/+20
* Disallow negative UIDs when processing quotactl options.mpp2007-02-011-0/+5
* Fix for a vnode lock leak in nfs_create() in the event of an error.mohans2007-01-311-0/+2
* - Add 99% of a callout based watchdog. The remaining 1% is waitinggallatin2007-01-312-30/+168
* destroy busdma maps even if they are NULL, so as to avoid leakinggallatin2007-01-311-18/+16
* Abandon using sleepable locks in favor of mutexes for mxge's if_ioctlgallatin2007-01-312-72/+83
* Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL().bms2007-01-311-0/+10
* Put #ifndef... after the license.joel2007-01-311-2/+3
* s/WHETHERIN/WHETHER IN/ & s/THEPOSSIBILITY/THE POSSIBILITY/ in thejoel2007-01-311-2/+2
* MFsparc64: Add .cvsignore file here too.ru2007-01-301-0/+1
* Remove the last vestige of opt_msdosfs.h.ru2007-01-301-1/+1
* Minor updates:gallatin2007-01-302-3/+20
* Fixing compilation bustage by removing references to opt_msdosfs.h.avatar2007-01-302-4/+0
* Remove MSDOSFS_LARGE compile time option. It has been convertedrodrigc2007-01-302-15/+0
* Fix spacing from my previous commit to this file:trhodes2007-01-301-1/+1
* Add a "-o large" mount option for msdosfs. Convert compile-time checks forrodrigc2007-01-303-37/+55
* Use our own timer that piggybacks on npe_tick() callout instead ofkevlo2007-01-301-13/+16
* Instead of always hard-coding the socket type for the nfs root mount askris2007-01-301-1/+1
* Update comment for struct bpf_d: we now store buffered packets for BPFrwatson2007-01-291-3/+3
* We expect 'bio_data != NULL' for BIO_{READ,WRITE,GETATTR}, but forpjd2007-01-281-2/+7
* Clean up the BSD license to match the preferred license injoel2007-01-2810-138/+160
* It is possible that GEOM taste provider before SMP is started.pjd2007-01-281-0/+7
* ath and ath_rate_sample now have a compile-time dependency on the halsam2007-01-281-2/+10
* As we now have an SFB_NOWAIT flag, change 'will' to 'may' where therwatson2007-01-281-1/+1
* Remove slightly dubious comment; add descriptive strings for severalrwatson2007-01-281-5/+2
OpenPOWER on IntegriCloud