summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-136-0/+24
* Introduce socket and UNIX domain socket locks into hard-coded lockrwatson2004-06-131-1/+8
* Correct whitespace errors in merge from rwatson_netperf: tabs instead ofrwatson2004-06-121-5/+5
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-124-1/+21
* Introduce a mutex into struct sockbuf, sb_mtx, which will be used torwatson2004-06-121-0/+4
* Fix registration of loadable line disciplines.phk2004-06-121-1/+2
* Gah! Plug a mbuf leak I introduced in the last commit.bmilekic2004-06-111-2/+3
* Shuffle some code around.julian2004-06-112-43/+67
* Deorbit COMPAT_SUNOS.phk2004-06-1111-46/+34
* 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
OpenPOWER on IntegriCloud