summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.kib2010-04-211-1/+1
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) tokib2010-04-211-4/+130
* Make sure that we free the passed in data message if we don't actuallyimp2010-04-201-3/+12
* Fix compilation in the !SMP case.attilio2010-04-201-0/+6
* The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-0/+2
* getblk lockmgr is mostly used as a msleep() and may lead too easilly toattilio2010-04-191-0/+1
* Fix a deadlock in the shutdown code:attilio2010-04-191-7/+12
* Fix typo.kib2010-04-151-1/+1
* Change the semantics of the debug.ktr.alq_enable control so that when youjulian2010-04-141-24/+30
* Handle a case in kern_openat() when vn_open() change file type fromkib2010-04-131-15/+2
* Remove XXX comment. Add another comment, describing why f_vnode assignmentkib2010-04-131-1/+6
* Initialize the virtual memory-related resource limits in a single place.alc2010-04-111-5/+12
* - Introduce a blessed list for sxlocks that prevents the deadlkres toattilio2010-04-111-1/+31
* Do not leak master pty or ptmx vnode.kib2010-04-081-0/+9
* When OOM searches for a process to kill, ignore the processes alreadykib2010-04-061-0/+1
* Add missing MNT_NFS4ACLS.jh2010-04-041-0/+1
* Make _vm_map_init() the one place where the vm map's pmap field isalc2010-04-031-3/+2
* Fix some whitespace nits.pjd2010-04-031-7/+5
* Add missing mnt_kern_flag flags in 'show mount' output.pjd2010-04-031-1/+5
* vn_stat: take into account va_blocksize when setting st_blksizeavg2010-04-031-3/+2
* bo_bsize: revert r205860 and take an alternative approch in getblkavg2010-04-021-1/+1
* Supply default implementation of VOP_RENAME() that does neccessarykib2010-04-021-0/+16
* Add function vop_rename_fail(9) that performs needed cleanup for lockskib2010-04-021-0/+14
* The ALQ should not be considered drained until it has been made inactive.lstewart2010-04-011-1/+1
* According to SLEEP(9), msleep() is deprecated in favour of mtx_sleep().lstewart2010-04-011-3/+3
* - Factor code to destroy an ALQ out of alq_close() into a private alq_destroy().lstewart2010-04-011-17/+20
* Add support for ALQ(9) to be compiled and loaded as a kernel module.lstewart2010-03-311-1/+83
* Defer freeing a kevent list until after dropping kqueue locks.jhb2010-03-301-4/+6
* Rename st_*timespec fields to st_*tim for POSIX 2008 compliance.ed2010-03-287-29/+29
* Support only LOOKUP operation for "/" in relookup() because lookup()jh2010-03-261-11/+9
* Add the ELF relocation base to struct image_params. This will benwhitehorn2010-03-252-0/+2
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-4/+3
* Change the way text_addr and data_addr are computed to use thenwhitehorn2010-03-251-11/+6
* Print the pointer to the lock with the panic message. The previousbz2010-03-241-2/+2
* The nargvstr and nenvstr properties of arginfo are ints, not longs,nwhitehorn2010-03-241-2/+2
* Actually make O_DIRECTORY work.ed2010-03-212-0/+8
* Split eventhandler_register() into an internal part and a wrapper functionbz2010-03-191-17/+54
* Convert aio syscall registration to SYSCALL_INIT_HELPER.kib2010-03-191-33/+59
* Implement compat32 shims for mqueuefs.kib2010-03-191-62/+303
* Implement compat32 shims for ksem syscalls.kib2010-03-191-59/+126
* Move SysV IPC freebsd32 compat shims from freebsd32_misc.c to correspondingkib2010-03-193-39/+712
* Move SysV IPC freebsd32 compat shims helpers from freebsd32_misc.c tokib2010-03-191-0/+66
* Introduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER macros andkib2010-03-191-0/+30
* Properly handle compat32 calls to sctp generic sendmsd/recvmsg functions thatkib2010-03-191-4/+19
* Remove dead statement.kib2010-03-191-1/+0
* Fix two style issues.kib2010-03-191-2/+2
* Style fixes.jhb2010-03-111-10/+10
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-119-40/+65
* Fix a comment nit.jhb2010-03-111-2/+2
* Add descriptions for debug.ktr sysctl nodes.jhb2010-03-101-5/+10
OpenPOWER on IntegriCloud