summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Regroup order of operations to better reflect what was probably intended.scottl2006-01-301-3/+3
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-0/+25
* Move pts master devices into /dev/pty/ instead of littering /dev with them;rwatson2006-01-301-2/+2
* - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-301-2/+3
* - Add a comment warning about an anomalous condition where we VOP_UNLOCKjeff2006-01-301-0/+1
* - Lock access to vrele() with VFS_LOCK_GIANT() rather than mtx_lock(&Giant).jeff2006-01-302-4/+10
* Take a stab at making this compile when WITNESS is not defined. gcc can'tscottl2006-01-291-4/+4
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+270
* Unbreak on archs where %d doesn't print uintptr_t arithmetic.mlaier2006-01-291-1/+2
* Rename use_old_pty variable to use_pts, as this more accurately reflectsrwatson2006-01-281-5/+4
* Don't try to load KLDs if we're mounting the root. We'd otherwise panic.ssouhlal2006-01-281-4/+12
* Back out r1.653; it turns out that the race (or at least the printf) iskris2006-01-281-20/+0
* lock unused when INVARIANTS not defined, so don't declare it thenimp2006-01-281-0/+2
* Add a basic reader/writer lock implementation to the kernel. Thisjhb2006-01-272-0/+588
* Whitespace.jhb2006-01-271-3/+3
* - Add support for having both a shared and exclusive queue of threads injhb2006-01-272-52/+180
* Add a new ddb command 'show sleepq'. It takes a wait channel as anjhb2006-01-271-2/+64
* Add a new sysctl, debug.ktr.clear. If you write a non-zero value to thisjhb2006-01-271-0/+20
* Merge a bunch of changes that where done in tty_pty.c after tty_pts.c wascognet2006-01-271-104/+7
* Grr. Backout previous change. vn_open_cred() will call NDFREE() on failure.pjd2006-01-271-1/+1
* Don't forget to call NDFREE(9) in case of vn_open_cred() failure.pjd2006-01-271-2/+2
* Just like dofilewrite(), call bwillwrite before fo_write.davidxu2006-01-271-0/+2
* return final error code in aio_return rather than a hardcoded 0.davidxu2006-01-271-1/+0
* Take into account that bits 0x0000ff00 can't be used for minor.cognet2006-01-271-4/+7
* Don't attempt to re-create the /dev entry for the slave part if it alreadycognet2006-01-262-3/+8
* in aio_aqueue, store same return code into job->_aiocb_private.error.davidxu2006-01-261-3/+5
* Bring in a sysv-style pts implementation, as found in the rwatson_pts perforc...cognet2006-01-262-7/+1024
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefjhb2006-01-252-1/+1
* Back out changes made in rev. 1.151.ups2006-01-251-1/+1
* Touch all the pages wired by sysctl_wire_old_buffer() to avoid PTEtruckman2006-01-251-1/+12
* Whitespace fix.jhb2006-01-241-1/+1
* - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystemjhb2006-01-241-0/+6
* Add locking annotation and comments about socket, pipe, fifo problem.davidxu2006-01-241-125/+126
* Er, rescure a deleted comment line.davidxu2006-01-241-0/+1
* More cleanup for aio code:davidxu2006-01-241-11/+9
* Add bracket.davidxu2006-01-231-1/+1
* Fix a vnode reference leak in the ktrace code. We always grab a referencejhb2006-01-231-0/+1
* Hopefully fix the "calcru: runtime went backwards from ..." problem byups2006-01-232-3/+4
* In mb_zinit_pack() explicitly ignore the return value of uma_zalloc_arg().andre2006-01-231-1/+1
* Verify all supported notification types.davidxu2006-01-231-3/+18
* 1) Merge _aio_aqueue and aio_aqueue, check quota in aio_aqueue,davidxu2006-01-231-45/+29
* Remove an unnecessary call to pmap_remove_all(). The given page is notalc2006-01-231-1/+0
* Tweak previous vfs_lookup.c commit to return an EINVAL error fromtruckman2006-01-223-3/+3
* Fix a bogus panic.davidxu2006-01-221-1/+1
* Decrease kaio_active_count first, because user process may go awaydavidxu2006-01-221-2/+5
* Regen.davidxu2006-01-222-13/+13
* Make aio code MP safe.davidxu2006-01-222-854/+585
* Add a devd(8) event that is sent after the system resumes. This can benjl2006-01-221-1/+13
* Convert remaining functions to ANSI C function declarations.rwatson2006-01-221-86/+28
* Avoid a vm object reference leak in a rarely used code path.alc2006-01-211-10/+7
OpenPOWER on IntegriCloud