summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef.ru2005-12-041-1/+1
* Add "rdonly" to global_opts, and parse it in vfs_donmount().rodrigc2005-12-031-0/+4
* - Add "rw" mount option to global_opts.rodrigc2005-12-031-0/+10
* 1. Cleanup including.davidxu2005-12-021-5/+4
* 1. Check if message priority is less than MQ_PRIO_MAX.davidxu2005-12-021-3/+4
* 1. Set timer configuration values for sysconf().davidxu2005-12-011-2/+15
* set signal queue values for sysconf().davidxu2005-12-011-0/+4
* Last step to make mq_notify conform to POSIX standard, If the processdavidxu2005-11-303-107/+230
* Fix snderr() to not leak the socket buffer lock if an error occurs injhb2005-11-291-1/+1
* Move zero copy statistics structure before sosend_copyin().rwatson2005-11-281-15/+15
* When checking to see if a process has exceeded its time limit, flag thejhb2005-11-281-2/+2
* Break out functionality in sosend() responsible for building mbufrwatson2005-11-281-141/+170
* Fix a stupid compiler warining, remove a redundant line.davidxu2005-11-271-1/+1
* Change filesystem name from mqueue to mqueuefs for style consistent.davidxu2005-11-271-2/+2
* Regen.davidxu2005-11-272-14/+26
* Don't use OpenBSD syscall numbers, instead, use new syscall numbersdavidxu2005-11-271-16/+22
* Add several aliases for existing clockid_t names to indicate that therwatson2005-11-271-2/+26
* Regen.davidxu2005-11-262-14/+14
* Bring in experimental kernel support for POSIX message queue.davidxu2005-11-262-6/+2374
* In nmount() and vfs_donmount(), do not strcmp() the options in the iovecrodrigc2005-11-231-36/+46
* Fix a bug in the loop in sonewconn that makes room on the incompletejdp2005-11-222-2/+2
* Fix bug introduced in revision 1.186:marcel2005-11-191-3/+8
* Parse more mount options in vfs_donmount(), before vfs_domount()rodrigc2005-11-191-0/+42
* Add CLOCK_UPTIME to clock_gettime(2) reporting the currentandre2005-11-181-0/+2
* In vfs_nmount(), check to see if "update" mount option was passedrodrigc2005-11-181-0/+9
* Prefer NULL to 0.yongari2005-11-171-25/+29
* Add a new sysctl, kern.elf[32|64].can_exec_dyn. When set to 1, one cancognet2005-11-141-1/+7
* In ktr_getrequest(), acquire ktrace_mtx earlier -- while the racerwatson2005-11-141-2/+3
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-136-92/+201
* style(9) cleanups.rodrigc2005-11-121-16/+17
* Significant refactoring of the accounting code to improve locking and VFSrwatson2005-11-121-108/+93
* Make sure only remove one signal by debugger.davidxu2005-11-121-1/+2
* Correct a number of serious and closely related bugs in the UNIX domainrwatson2005-11-101-50/+45
* Add the f_msgcount field to the set of struct file fields printed in showrwatson2005-11-101-4/+5
* Expanet of details printed for each file descriptor to include it'srwatson2005-11-101-5/+5
* Add a DDB "show files" command to list the current open file list, somerwatson2005-11-101-0/+73
* This is a workaround for a complicated issue involving VFS cookies and devfs.dwhite2005-11-091-0/+4
* Fix typo in recent comment tweak.rwatson2005-11-091-1/+1
* In closef(), remove the assumption that there is a thread associatedrwatson2005-11-091-2/+6
* General consensus is that it would be even better to run this in aimp2005-11-091-1/+1
* Use intptr_t casts to convert void * <--> int to make 64-bit archs happy.jhb2005-11-091-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-18/+24
* WIFxxx macros requires an int type but p_xstat is short, convert itdavidxu2005-11-091-2/+3
* Kick off the suspend sequence from the keyboard in a SWI rather thanimp2005-11-091-2/+13
* Clarify panic message, I parsed the old one 'trying to sleep while sleeping'imp2005-11-091-1/+1
* For nmount(), allow a text string error message to be propagated backrodrigc2005-11-091-2/+37
* In aio_waitcomplete, do not return EAGAIN if no other threadsdavidxu2005-11-081-1/+1
* Make sure pending SIGCHLD is removed from previous parent when processdavidxu2005-11-081-1/+10
* Various and sundry cleanups:jhb2005-11-081-80/+84
* Giant clean up for exit(2)csjp2005-11-081-7/+7
OpenPOWER on IntegriCloud