summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Make kdb_dbbe_select() available as an interface function. This allowsmarcel2004-07-121-9/+20
* Use sockbuf_pushsync() to synchronize stack and socket buffer staterwatson2004-07-111-34/+47
* Add sockbuf_pushsync(), an inline function that, following a change torwatson2004-07-111-0/+38
* Better descriptions of the cdev malloc class and mutex.phk2004-07-111-2/+2
* Add additional annotations to soreceive(), documenting the effects ofrwatson2004-07-111-1/+35
* Expand and rewrite documentation using doxygen markup so that we candfr2004-07-111-49/+206
* Fix braino: Make sure there is a current backend before we return itsmarcel2004-07-111-2/+5
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-0/+64
* In the 'dontblock' section of soreceive(), assert that the mbuf on handrwatson2004-07-111-0/+1
* Break out non-inline out-of-band data receive code from soreceive()rwatson2004-07-111-38/+63
* Assign pointers values of NULL rather than 0 in soreceive().rwatson2004-07-111-2/+2
* Update for the KDB framework:marcel2004-07-102-3/+5
* When the MT_SONAME mbuf is popped off of a receive socket bufferrwatson2004-07-101-0/+2
* Update for the KDB framework:marcel2004-07-102-18/+6
* Update for the KDB framework:marcel2004-07-101-21/+22
* Update for the KDB framework:marcel2004-07-101-4/+2
* Make the GDB dynamic linker hooks (r_debug_state) conditional uponmarcel2004-07-101-9/+9
* Update for the KDB framework:marcel2004-07-106-60/+33
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+384
* Clean up and wash struct iovec and struct uio handling.phk2004-07-106-353/+181
* Now socket buffer locks are being asserted at higher code blocks inrwatson2004-07-101-4/+1
* Assert socket buffer lock at strategic points between sections of coderwatson2004-07-101-0/+5
* Check the lock lists to see if they are empty directly rather thanjhb2004-07-091-9/+21
* Cosmetic adjustment to previous commit: name the second argument todes2004-07-091-4/+4
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-091-3/+5
* Eliminate struct shm_handle. It is an unnecessary level of indirection toalc2004-07-091-24/+12
* Remove spl()'s from do_sendfile().rwatson2004-07-091-6/+1
* - Move contents of sched_add() into a sched_add_internal() function thatjhb2004-07-081-5/+11
* fixup sysctl by fsid nodealfred2004-07-081-2/+2
* style(9)alfred2004-07-071-1/+12
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-072-0/+12
* Fix bug introduced in rev 1.434:peadar2004-07-061-3/+3
* Use vfs_suser() where appropriate.alfred2004-07-061-11/+7
* Introduce vfs_suser(), used to test if a user should have special privsalfred2004-07-061-0/+16
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-062-3/+3
* Temporarily disable preemption in SCHED_ULE due to reported panics andrwatson2004-07-061-0/+2
* Unconditionally set last_work_seen while in the SYNCER_RUNNING statetruckman2004-07-051-5/+4
* Drop the socket buffer lock around a call to m_copym() with M_TRYWAIT.rwatson2004-07-051-1/+4
* Rework syncer termination code:truckman2004-07-051-33/+79
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.phk2004-07-041-0/+1
* Pass the operation in with the fsidctl.alfred2004-07-041-2/+8
* Make the last commit handle non-phk root devices better.phk2004-07-042-2/+4
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-3/+3
* Blocksize for I/O should be a property of the vnode and not found by gropingphk2004-07-042-0/+6
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-043-0/+66
* Revision 1.496 would not boot on my system due toalfred2004-07-041-1/+2
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-043-47/+63
* Remove stale commentphk2004-07-031-1/+0
* Add NULL arg to mi_switch() call to stop kernel compiles from breaking.phk2004-07-031-1/+1
* Add a NULL param to an mi_switch() that I missed.jhb2004-07-031-1/+1
OpenPOWER on IntegriCloud