summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove a bogus panic. It is possible more than one threads willdavidxu2004-06-181-1/+2
* If thread singler wants to terminate other threads, make sure it includesdavidxu2004-06-181-2/+16
* Hold SOCK_LOCK(so) while frobbing so_options. Note that while therwatson2004-06-181-1/+4
* Merge some additional leaf node socket buffer locking fromrwatson2004-06-181-13/+26
* Implement CLOCK_VIRTUAL and CLOCK_PROF for clock_gettime(2) andkbyanc2004-06-171-9/+39
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-175-16/+108
* Reduce the thaumaturgical level of root filesystem mounts: Instead of usingphk2004-06-171-9/+51
* Second half of the dev_t cleanup.phk2004-06-1711-63/+57
* Do the dreaded s/dev_t/struct cdev */phk2004-06-1614-114/+114
* Nice, is a property of a process as a whole..julian2004-06-166-66/+51
* Change strategy based on a suggestion from Ian Dowse. Instead of tryingpeter2004-06-151-37/+30
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-152-0/+16
* Fix symbol lookups between modules. This caused modules that depend onpeter2004-06-151-1/+5
* Insurance: cause a proper symbol lookup failure for symbol entries thatpeter2004-06-151-0/+2
* Change the return value of sema_timedwait() so it returns 0 onjdp2004-06-141-7/+5
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-146-27/+35
* Remove a left over from userland buffer-cache access to disks.phk2004-06-141-5/+2
* 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
OpenPOWER on IntegriCloud