summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Trivially avoid a null pointer dereference when driversmarcel2008-10-221-1/+2
* Fix spelling mistake in the last rev.thompsa2008-10-211-1/+1
* If we have getc_inject hooked then the outq buffer is inaccessible to thethompsa2008-10-211-0/+4
* Change vn_start_write() to clear *mpp on all failures when non-NULL vpkib2008-10-211-1/+10
* In the actual code for witness_warn:attilio2008-10-201-19/+12
* Assert that v_holdcnt is non-zero before entering lockmgr in vn_lockkib2008-10-201-0/+4
* In vfs_busy(), lockmgr() cannot legitimately sleep, because code checkedkib2008-10-201-1/+1
* In realtimer_delete(), clear timer's value and interval to telldavidxu2008-10-201-0/+8
* Ktr(9) stores format string and arguments in the event circular buffer,kib2008-10-191-21/+25
* - Forward port flush of page table updates on context switch or userretkmacy2008-10-193-2/+25
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-171-0/+35
* make sure that SO_NO_DDP and SO_NO_OFFLOAD get passed in correctlykmacy2008-10-171-0/+2
* - Fix a race in witness_checkorder() where, between the PCPU_GET() andattilio2008-10-161-30/+52
* Restore code wrongly removed in SVN revision 173004, it causes threadeddavidxu2008-10-161-1/+9
* Import some improvements to the TTY code from the MPSAFE TTY branch.ed2008-10-151-37/+162
* Move per-thread userland debugging flags into seperated field,davidxu2008-10-154-22/+15
* Check the result of copyin and in a case of errorrdivacky2008-10-131-0/+2
* Downgrade XXX to a Note for fgetsock() and fputsock().rwatson2008-10-121-2/+2
* Remove stale comment: while uipc_connect2() was, until recently, notrwatson2008-10-111-3/+0
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-103-12/+10
* Close, but not eliminate, a race condition. It is one that properlyimp2008-10-101-4/+6
* If the ABI-overriden interpreter was not loaded, do not setkib2008-10-081-1/+2
* Remove stale comment (and XXX saying so) about why we zero the filerwatson2008-10-081-6/+0
* Differentiate pr_usrreqs for stream and datagram UNIX domain sockets, andrwatson2008-10-081-4/+25
* In soreceive_dgram, when a 0-length buffer is passed into recv(2) andrwatson2008-10-071-1/+2
* Remove temporary debugging KASSERT's introduced to detect protocolsrwatson2008-10-071-12/+0
* Rewrite sbreserve_locked()'s comment on NULL thread pointers, eliminatingrwatson2008-10-071-4/+5
* Lock receive socket buffer in soo_stat() rather than commenting that werwatson2008-10-071-5/+4
* Now that portalfs doesn't directly invoke uipc_connect2(), make it arwatson2008-10-061-1/+2
* dynamically allocate the task structure in firmware_mountroot: whensam2008-10-041-4/+10
* Oops, missed updating a place with with 's/lock1/plock/' when addingjhb2008-10-031-3/+4
* Further minor cleanups to UNIX domain sockets:rwatson2008-10-031-24/+16
* Remove or update several stale comments.rwatson2008-10-031-16/+16
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-024-3/+12
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-0/+22
* Enable shared locks for path name lookups on supported filesystems (NFSjhb2008-10-011-1/+1
* Remove the LOOKUP_SHARED kernel option. Instead, make vfs.lookup_sharedjhb2008-10-011-5/+1
* Wait until after dropping the receive socket buffer lock to allocate spacejhb2008-10-011-23/+13
* Various cleanups for soreceive_dgram():rwatson2008-10-011-58/+19
* Update the function name in several assertions in soreceive_dgram().jhb2008-09-301-4/+4
* If the panic thread is preempted after setting panicstr but beforekib2008-09-271-0/+2
* Move uminor() and umajor() to the same place as userspace minor() and major().ed2008-09-271-14/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Don't forget to initialize `int error' in ttydev_open().ed2008-09-261-1/+1
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-261-9/+9
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Regen.jhb2008-09-253-12/+4
* Tidy up a few things with syscall generation:jhb2008-09-252-27/+17
* - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the conditionjhb2008-09-252-4/+14
* Part 1 of making shared lookups more resilient with respect to forcedjhb2008-09-241-8/+18
OpenPOWER on IntegriCloud