summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make sysctl_wire_old_buffer() respect ENOMEM from vslock() by markinggreen2004-06-111-2/+5
* Introduce a subsystem lock around UNIX domain sockets in order to protectrwatson2004-06-101-58/+193
* Plug a race where upon free this scenario could occur:bmilekic2004-06-101-15/+30
* Fix a panic happening when m_getm() is called with len < MCLBYTES.mux2004-06-091-1/+1
* Add a comment explaining td_critnest's initial state and its life from thatjmallett2004-06-091-0/+13
* Rename struct pt_ioctl to "ptsc" and pointers to it from "pti" to "pt"phk2004-06-091-65/+65
* Ditch K&R function stylephk2004-06-091-63/+15
* Reference count struct tty.phk2004-06-092-22/+96
* Fix a race in destruction of sessions.phk2004-06-091-2/+3
* Move PTY private defines into PTY private files.phk2004-06-091-0/+4
* Avoid assignments to cast expressions.stefanf2004-06-081-2/+2
* Remove remnants of PGINPROF.tjr2004-06-081-5/+0
* Correct a resource leak introduced in recent accept locking changes:rwatson2004-06-071-4/+4
* Make linesw[] an array of pointers to linedesc instead of an array ofphk2004-06-072-64/+60
* Split kern_thread.c into 2 parts. kern_kse.c and kern_thread.cjulian2004-06-071-1209/+13
* According to SUSv3, sigwait is different with sigwaitinfo, sigwaitdavidxu2004-06-071-5/+12
* Remove unused code.pjd2004-06-072-12/+2
* allow more than MLEN bytes for ancillary data to meet theume2004-06-071-1/+9
* Remove a stale and misleading comment.tjr2004-06-071-7/+0
* Move the KSE ABI specific code here and separate it from code thatjulian2004-06-071-977/+19
* Remove filename+line number from panic messages.phk2004-06-061-3/+3
* Detect interrupt storms better. The storm detection didn't work at allbde2004-06-051-23/+50
* When we don't have any meaningful value to print for the device sysctlmux2004-06-051-8/+4
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-053-6/+8
* Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitationtjr2004-06-051-21/+8
* Centralize the line discipline optimization determination in a functionphk2004-06-041-0/+18
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-1/+1
* Machine generated patch which changes linedisc calls from accessingphk2004-06-042-13/+13
* Remove a stale comment.tjr2004-06-042-8/+0
* Add a devclass level to the dev sysctl tree, in order to support per-des2004-06-041-10/+64
* Get rid of ttyregister(). All drivers now use ttymalloc() for structphk2004-06-041-8/+2
* Use ttymalloc() instead of ttyregister(). Use ttyioctl() instead ofphk2004-06-041-8/+6
* Write segments to core dump files in maximally-sized chunks that neithertjr2004-06-041-8/+21
* Mark sun_noname as const since it's immutable. Update definitionsrwatson2004-06-043-7/+7
* Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h toalc2004-06-041-5/+0
* - Comment out NULL, NULL barrier for Unix domain sockets section as thejhb2004-06-031-1/+2
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-032-13/+6
* Expand the hard-coded WITNESS lock order to include the followingrwatson2004-06-021-0/+35
* As discussed on arch@, flatten the device sysctl tree to make itmux2004-06-021-13/+12
* Remove a redundant "td = curthread" statement from profclock().tjr2004-06-021-1/+0
* Move TDF_SA from td_flags to td_pflags (and rename it accordingly)tjr2004-06-025-31/+27
* - Run sched_balance() and sched_balance_groups() from hardclock viajeff2004-06-021-38/+21
* Integrate accept locking from rwatson_netperf, introducing a newrwatson2004-06-024-107/+164
* Rather than assert f_type==DTYPE_VNODE, conditionally perform therwatson2004-06-011-2/+1
* Add GIANT_REQUIRED to kqueue_close(), since kqueue currently requiresrwatson2004-06-011-0/+2
* Push the VOP_ADVLOCK() call to release advisory locks on vnode filerwatson2004-06-012-12/+19
* Fix a couple of bugs in the mbuf and packet ctors. In the latter case,bmilekic2004-06-011-5/+3
* Introduce a ttyioctl() cdevsw default function.phk2004-06-012-0/+16
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
OpenPOWER on IntegriCloud