summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Revisit the capability failure trace points. The initial implementationdes2011-10-183-5/+27
* Fix double vision syndrome (read: double output) when in themarcel2011-10-161-13/+7
* Control the execution permission of the readable segments forkib2011-10-151-1/+9
* In elf32_trans_prot() and when compiling for amd64 or ia64, addmarcel2011-10-131-0/+6
* Make memguard(9) capable to guard uma(9) allocations.glebius2011-10-121-1/+1
* Correct a bug in export of capability-related information from the sysctlsrwatson2011-10-121-12/+20
* Don't call fixup_filename() on each witness lock call.adrian2011-10-121-41/+63
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-112-1/+30
* When unmounting a filesystem always wait for the vfs_busy lock to clearmckusick2011-10-111-12/+0
* In device_get_children() avoid malloc(0) in order to increase portabilitymarius2011-10-091-0/+5
* Fix the handling of an empty kmem map by sysctl_kmem_map_free(). Inalc2011-10-081-2/+2
* Change one printf() to log().jonathan2011-10-071-1/+1
* Disallow various debug.kdb sysctl's when securelevel is raised.obrien2011-10-071-9/+14
* Return proper errno when we hit error when doing sanity check.delphij2011-10-071-4/+22
* - Currently, sched_balance_pair() may cause a CPU to send an IPI_PREEMPT tomarius2011-10-061-4/+9
* Remove assertion against empty NFSv4 ACLs. An empty ACL is not exactlytrasz2011-10-051-4/+0
* Supply unique (st_dev, st_ino) value pair for the fstat(2) done on the pipes.kib2011-10-051-2/+26
* Move parts of the commit log for r166167, where Tor explained thekib2011-10-041-0/+32
* Actually enforce limit for inheritable resources on fork.trasz2011-10-041-6/+6
* Move some code inside the racct_proc_fork(); it spares a few lock operationstrasz2011-10-032-20/+22
* Assert that exiting process does not return to usermode.kib2011-10-031-0/+2
* Fix another bug introduced in r225641, which caused rctl to access certaintrasz2011-10-033-11/+40
* Fix bug introduced in r225641, which would cause panic if racct_proc_fork()trasz2011-10-031-18/+1
* The sigwait(3) function shall not return EINTR, according to thekib2011-10-011-0/+2
* Fix handling of corrupt compress(1)ed data. [11:04]bz2011-09-281-0/+4
* Revert r225372:attilio2011-09-271-14/+0
* Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() onkib2011-09-272-11/+9
* Fix interrupt counters dumping on SW_WATCHDOG fire.mav2011-09-271-1/+1
* Fix error handling bug that would prevent MAC structures from gettingtrasz2011-09-171-20/+18
* Fix long-standing thinko regarding maxproc accounting. Basically,trasz2011-09-172-37/+7
* Auto-generated code from sys_ prefixing makesyscalls.sh changekmacy2011-09-161-323/+323
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-1654-409/+427
* Ensure that ta_pending doesn't overflow u_short by capping its value at USHRT...adrian2011-09-151-1/+3
* Modify vfs_register() to use a hash calculationrmacklem2011-09-131-1/+44
* 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
OpenPOWER on IntegriCloud