summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add new CONSOLE_DRIVER macro which takes just the name of the consolephk2006-05-261-0/+10
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-5/+1
* Be less harsh on brueffers eyes :-)phk2006-05-261-1/+1
* Remove SI_SUB_CONSOLE, porting from 4.4-Lite is no longer an issue.phk2006-05-261-3/+2
* QUEUE_MACRO_DEBUG is intended for userland code, so don't include checksemaste2006-05-261-2/+2
* GC long unused hostnamelen and domainnamelen.ru2006-05-241-2/+0
* Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirementdavidxu2006-05-181-1/+1
* Allow concurrent read(2)/readv(2) access to a file.ps2006-05-161-1/+7
* Switch to a 64bit time_t, while it's not a big problem to do so.cognet2006-05-151-1/+1
* Update UPDATING and bump __FreeBSD_version for the ip6fw removal.mlaier2006-05-131-1/+1
* drop D_MEMDISK, not used in the tree...jmg2006-05-121-1/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-127-21/+5
* Avoid dereferencing NULL pointer.tegge2006-05-051-1/+3
* 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
OpenPOWER on IntegriCloud