summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump up the firmware_table from 30 to 50. bwn needs more than 30, itimp2010-03-071-1/+1
* put calls to gzclose() under ifdef COMPRESS_USER_CORES to preventalfred2010-03-041-1/+1
* sched_getparam was just plain broke for time-sharerrs2010-03-032-10/+27
* Allow lseek(SEEK_END) to work on disk devices by using the DIOCGMEDIASIZEjhb2010-03-031-1/+11
* Document the VM detection type and sysctl a bit better.ivoras2010-03-021-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-023-25/+683
* Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properlybruno2010-03-011-4/+17
* Remove stale comment about socket buffer accounting from access(2) code.rwatson2010-02-271-2/+1
* When running as a guest operating system, the FreeBSD kernel must assumealc2010-02-271-4/+4
* For kinfo_proc in kp->ki_siglist, return the set of the signals pendingkib2010-02-271-4/+6
* Fix several style issues.kib2010-02-271-2/+5
* Include terminated threads in ps's process cpu time field.jilles2010-02-271-2/+0
* Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit wasbrooks2010-02-241-2/+0
* Decompose the most lousy named file in sys/kern; kern_subr.c.ed2010-02-212-93/+132
* Set curvnet earlier so that it also covers calls to sodisconnect(), whichbz2010-02-201-2/+3
* Use the cached value within comparison.attilio2010-02-191-1/+1
* Fix the grammar.attilio2010-02-191-4/+4
* Fix a race in regard of p_numthreads.attilio2010-02-191-9/+8
* - Reduce scope of vnode lock. vfs_mount_alloc() doesn't need vnode to bepjd2010-02-181-7/+4
* Use vput() instead of VOP_UNLOCK()+vrele(). The comment here is out-dated,pjd2010-02-181-4/+1
* Use NULL instead of 0 when setting up pointer.pjd2010-02-181-2/+2
* Kernel module support for mips.neel2010-02-181-2/+2
* Do not leak process lock when current thread is not allowed to see target.kib2010-02-141-1/+3
* Initialize pve_fsid and pve_fileid to VNOVAL.marcel2010-02-111-0/+3
* o Add support for COMPAT_IA32.marcel2010-02-111-69/+123
* In function umtxq_insert_queue, use parameter q (shared/exclusive queue)davidxu2010-02-101-1/+1
* Unbreak building kernels with COMPAT_32 enabled. The actual supportmarcel2010-02-091-0/+19
* Add PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing process canmarcel2010-02-091-0/+103
* Remove unused LIBCOMPAT keyword from syscalls.master.ed2010-02-082-19/+1
* Set waiters flag before checking semaphore's counter,davidxu2010-02-081-5/+2
* Spelling nitgavin2010-02-071-1/+1
OpenPOWER on IntegriCloud