summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* dump_write() returns ENXIO if the dump is trying to be written outsideattilio2011-09-121-2/+5
* Fix error return codes for ioctls on init/lock state devices.ed2011-09-121-1/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-112-162/+213
* Improve the informations reported in case of busy buffers during the shutdown:attilio2011-09-082-9/+21
* Fix whitespace.trasz2011-09-071-1/+1
* Work around a kernel panic triggered by forkbomb with an rctl ruletrasz2011-09-061-0/+11
* Interrupts are disabled/enabled when entering and exiting the KDB context.attilio2011-09-041-0/+14
* Since r224036 the cputime and wallclock are supposed to be in seconds,trasz2011-09-041-2/+2
* Fix panic that happens when fork(2) fails due to a limit other thantrasz2011-09-031-7/+12
* Correct several issues in the integration of POSIX shared memory objectsrwatson2011-09-021-12/+16
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-1/+82
* Fix format strings for KTR_STATE in 4BSD ad ULE schedulers.delphij2011-08-262-4/+4
* Delay the recursive decrement of pr_uref when jails are made invisiblejamie2011-08-261-26/+5
* Fix a deficiency in the selinfo interface:attilio2011-08-258-0/+28
* 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/+15
* callout_cpu_switch() allows preemption when dropping the outcomingattilio2011-08-211-0/+7
* Prevent the hiwatermark for the unix domain socket from becomingkib2011-08-201-2/+5
* r222015 introduced a new assertion that the size of a fixed-length sbufrwatson2011-08-191-1/+1
* Auto-generated system call code based on r224987.jonathan2011-08-183-10/+73
* Add experimental support for process descriptorsjonathan2011-08-189-43/+735
* One of the general principles of the sysctl(3) API is that a user canjhb2011-08-181-1/+1
* Fix build breakage. Initialize error variables explicitely for !MAC case.kib2011-08-172-0/+2
* Add the fo_chown and fo_chmod methods to struct fileops and use themkib2011-08-1611-46/+308
* poll(2) implementation for capabilities.jonathan2011-08-161-0/+11
* Trim some warnings and notes from capabilities.conf -- these are left overrwatson2011-08-131-6/+1
* When falloc() was broken into separate falloc_noinstall() and finstall(),rwatson2011-08-131-2/+3
* Update use of the FEATURE() macro in sys_capability.c to reflect the moverwatson2011-08-131-1/+3
* Now that capability support has been committed, update and expand therwatson2011-08-131-3/+17
* Regenerate system call files following r224812 changes to capabilities.conf.rwatson2011-08-132-13/+13
* Allow openat(2), fstatat(2), etc. in capability mode.jonathan2011-08-131-25/+19
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-134-48/+141
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-123-6/+6
* Only call fdclose() on successfully-opened FDs.jonathan2011-08-111-2/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-1114-150/+348
* Revert r224655 and r224614 because vn_fullpath* does not always workmm2011-08-081-79/+7
* The change in r224615 didn't take into account that vn_fullpath_global()mm2011-08-051-31/+68
* Always disable mount and unmount for jails with enforce_statfs==2.mm2011-08-021-1/+2
* For mount, discover f_mntonname from supplied path argumentmm2011-08-021-7/+42
* Fix the LK_NOSHARE lockmgr flag interaction with LK_UPGRADE andkib2011-08-011-2/+12
* Don't leak kld_sx lock in kldunloadf().glebius2011-07-311-1/+2
* smp_rendezvous: master cpu should wait until all slaves are fully doneavg2011-07-301-31/+23
* Fix the devmtx lock leak from make_dev(9) when the old device cloningkib2011-07-301-1/+2
* remove RESTARTABLE_PANICS optionavg2011-07-251-9/+0
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+1
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-242-3/+4
* Turn on AUDIT_ARG_RIGHTS() for cap_new(2).jonathan2011-07-221-2/+0
* Export capability information via sysctls.jonathan2011-07-201-0/+32
* Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespaceattilio2011-07-191-1/+1
* Remove pc_name member of struct pcpu.attilio2011-07-191-3/+0
OpenPOWER on IntegriCloud