summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the puc-specific hacks. The puc(4) driver now properly usesmarcel2006-04-281-8/+0
* - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all childjeff2006-04-281-0/+1
* Reconstitute struct mac_policy_ops by breaking out individual functionrwatson2006-04-261-296/+575
* Bump __FreeBSD_version to reflect the addition of fcloseall() to libc.deischen2006-04-221-1/+1
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+3
* const'ify resource_spec to note that we won't be changing anything whilejmg2006-04-201-1/+1
* Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes ajhb2006-04-191-1/+5
* Update comments to mention that each turnstile contains two queues and tojhb2006-04-181-4/+11
* - Bring back turnstile_empty() which can check to see if an individualjhb2006-04-181-0/+2
* In vfs_hash_get(): mount point should never be changeddelphij2006-04-181-1/+1
* Update comments to indicate that locks are held by threads, not processes.jhb2006-04-171-3/+3
* Add a new module_file() function that returns the linker_file_t associatedjhb2006-04-171-0/+1
* backout rev 1.74sam2006-04-071-5/+1
* Introduce a new MAC entry point for label initialization of the NFS daemon'scsjp2006-04-062-0/+2
* Replace FILEDESC_[UN]LOCK_FAST() with a critical section on UP.ssouhlal2006-04-061-1/+5
* WARNS level 4 cleanup, still has work to do.davidxu2006-04-041-16/+17
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-2/+2
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-2/+2
* Add a comment describing SS_PROTOREF in detail. This will eventually berwatson2006-04-011-0/+7
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-311-0/+43
* - Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtxjeff2006-03-311-2/+4
* - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a bufjeff2006-03-311-1/+1
* o Don't make the SER_INT_* defines visible to userland. Theymarcel2006-03-301-0/+7
* Style fix.jhb2006-03-301-7/+6
* Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specificjhb2006-03-291-3/+4
* Remove unused symbols.jkoshy2006-03-282-4/+0
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTdes2006-03-282-7/+11
* The undocumented and deprecated system call _umtx_op() takes two pointerdes2006-03-282-4/+4
* Declare regression subtree in sysctl.h so that components outside ofrwatson2006-03-261-0/+1
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-265-19/+53
* The year field is the 4 digit year (eg, 2006), not 'year - 1900' (egimp2006-03-241-1/+1
* Regenerate.davidxu2006-03-233-5/+12
* Add aio_fsync() prototype.davidxu2006-03-231-0/+4
* Remove nested includes of <sys/_lock.h> and <sys/_mutex.h> which spill intophk2006-03-161-7/+2
* Change soabort() from returning int to returning void, since allrwatson2006-03-161-1/+1
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-0/+1
* Back out accidentally committed protosw.h:1.49. One of those days. Itrwatson2006-03-151-2/+2
* Add definitions for MD5_BLOCK_LENGTH, MD5_DIGEST_LENGTH andandre2006-03-151-0/+5
* Correct spelling of 0x4000 in previous commit. This one line change fromrwatson2006-03-152-3/+3
* Add SS_PROTOREF socket flag, which represents a strong reference by therwatson2006-03-151-0/+1
* Remove unused code.davidxu2006-03-131-1/+0
* Add macros for generating symbol version assembler opcodes.deischen2006-03-131-0/+8
* Remove comment that does not appy to FreeBSD.andre2006-03-121-8/+0
* Import of OpenBSD's sys/sys/hash.h providing generic 32bit hash functions.andre2006-03-121-0/+128
* Go over calcru and friends once more.phk2006-03-111-1/+1
* Remove last traces of disk_enumerate()phk2006-03-111-2/+0
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-0/+1
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-082-0/+7
* Add USB modes.sos2006-03-051-0/+3
* Add two new ATAPI commands.sos2006-03-051-0/+2
OpenPOWER on IntegriCloud