summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
...
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-0/+1
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-141-0/+4
* Constify args to copyiniov and copyinuio.alfred2011-11-141-2/+2
* Fix kernel build breakage after r227475. I had forgotten kernels aredim2011-11-121-8/+8
* Expose all of the C99 limits.h stuff when we're in C++11 mode (or some approx...theraven2011-11-121-0/+11
* Assert that _PRELE() is done for the held process.kib2011-11-091-0/+1
* Simplify the code emitted by makeobjops.awk slightly.ed2011-11-091-1/+1
* Make kobj_methods constant.ed2011-11-081-1/+1
* Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()jhb2011-11-081-1/+1
* Add KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmmap for markingtrociny2011-11-071-0/+1
* SDT's struct sdt_argtype can be marked static everywhere.ed2011-11-071-1/+1
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-062-8/+0
* Silence an (otherwise harmless) very recurrent warning when building thermh2011-11-041-1/+2
* Regen.jhb2011-11-043-4/+14
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-044-3/+27
* Sort function prototypes.jhb2011-10-271-3/+3
* Add missing DEBUG define from r226514.fabient2011-10-191-0/+1
* Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-182-1/+3
* Get rid of D_PSEUDO.ed2011-10-181-1/+0
* Revisit the capability failure trace points. The initial implementationdes2011-10-181-1/+8
* Fix whitespace.ed2011-10-171-25/+25
* Control the execution permission of the readable segments forkib2011-10-151-0/+4
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-111-0/+11
* Increase MSGBUF_SIZE.obrien2011-10-071-1/+1
* Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.kib2011-10-051-0/+1
* Export devfs inode number allocator for the kernel consumers.kib2011-10-051-0/+3
* Add strnlen() to libkern.jkim2011-10-041-0/+1
* Fix another bug introduced in r225641, which caused rctl to access certaintrasz2011-10-031-0/+1
* The sigwait(3) function shall not return EINTR, according to thekib2011-10-011-0/+1
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-261-1/+1
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-368/+368
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-163-2/+19
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-3/+0
* 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
OpenPOWER on IntegriCloud