summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-079-9/+9
* Add KLD_DEBUG option.fjoe2011-11-061-0/+1
* Regen.jhb2011-11-043-4/+33
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-046-18/+264
* Move the cleanup of f_cdevpriv when the reference count of a devfsjhb2011-11-041-6/+0
* Disable interrupt and preemption for smp_rendezvous() also in theattilio2011-11-031-0/+12
* Revert rev. 226893: subr_syscall.c is being included from C files andmarcel2011-10-301-9/+0
* Define systrace_probe_func in subr_syscall.c where it's used, insteadmarcel2011-10-291-0/+9
* Fix arguments list for proc:::signal-discard DTrace probe.pluknet2011-10-281-1/+1
* Whitespace fix.jhb2011-10-271-1/+1
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-271-4/+3
* Remove the long reprecated ``/stand/sysinstall'' from the init_path.pluknet2011-10-271-1/+1
* contigmalloc(9) and contigfree(9) are now implemented in terms of otheralc2011-10-271-0/+37
* - Fixup filenames in a few more places where they are used.jhb2011-10-261-21/+20
* The v_data field is a pointer, so set it to NULL, not 0.pjd2011-10-251-1/+1
* Don't terminate the interactive root mount prompt on mount failure.marcel2011-10-231-20/+21
* 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
OpenPOWER on IntegriCloud