summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Refactor auto-quirk solution so that we break as few externalhselasky2011-09-101-1/+1
* Improve the informations reported in case of busy buffers during the shutdown:attilio2011-09-081-0/+6
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-021-1/+1
* Bump shared libraries version numbers in preparation for 9.0.kib2011-08-281-1/+1
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-0/+2
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+1
* Increase the defaults for the maximum socket buffer limit,bz2011-08-251-1/+1
* Generalize ffs_pages_remove() into vn_pages_remove().mm2011-08-251-0/+1
* Add two new macros DRIVER_MODULE_ORDERED() and EARLY_DRIVER_MODULE_ORDERED()jhb2011-08-221-2/+12
* Auto-generated system call code based on r224987.jonathan2011-08-183-3/+27
* Add experimental support for process descriptorsjonathan2011-08-186-4/+138
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-162-1/+36
* Bump __FreeBSD_version to reflect the availability of capabilities, butrwatson2011-08-131-1/+1
* Regenerate system call files following r224812 changes to capabilities.conf.rwatson2011-08-133-3/+3
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-132-4/+16
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-121-2/+2
* Reorder and renumber capability rights.jonathan2011-08-121-28/+36
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-113-12/+22
* Remove timeval2timespec and its converse, since we already havejonathan2011-08-091-18/+0
* Create timeval2timespec() and timespec2timeval().jonathan2011-08-081-0/+18
* remove RESTARTABLE_PANICS optionavg2011-07-251-4/+0
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+2
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-36/+36
* Declare more capability method rights.jonathan2011-07-211-1/+68
* Export capability information via sysctls.jonathan2011-07-201-1/+5
* Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespaceattilio2011-07-191-3/+1
* Remove pc_name member of struct pcpu.attilio2011-07-191-3/+0
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+7
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-181-0/+1
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-2/+2
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichrwatson2011-07-171-1/+5
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+18
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIjhb2011-07-151-0/+1
* Auto-generated system call code with cap_new(), cap_getrights().jonathan2011-07-153-0/+16
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-151-0/+12
* Add implementation for capabilities.jonathan2011-07-151-0/+6
* Prefer uint64_t over u_int64_t.jkim2011-07-141-1/+1
* If TSC stops ticking in C3, disable deep sleep when the user forcefullyjkim2011-07-141-0/+2
* Rename resource names to match these in login.conf.trasz2011-07-141-3/+3
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-2/+1
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that iskib2011-07-121-0/+8
* Update locking annotations for the struct vnode.kib2011-07-101-5/+2
* Fix the definition for PCPU_NAME_LEN, which is intended to fitmarius2011-07-091-1/+1
* Add a facility to disable processing page faults. When activated,kib2011-07-093-1/+6
* Use 'curthread_pflags' instead of 'thread_pflags' to signify that onlykib2011-07-091-2/+2
* Implement a helper functions to locally set thread-private flag, andkib2011-07-091-0/+19
* Implement bitcount16.kib2011-07-091-0/+11
* Style fix - macros are supposed to be uppercase.trasz2011-07-071-5/+5
* Rework _fget to accept capability parameters.jonathan2011-07-051-0/+1
OpenPOWER on IntegriCloud