summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect comment about now corrected manpage.alfred2002-07-131-1/+0
* Lock accesses to the page queues.alc2002-07-131-0/+2
* o Lock accesses to the page queues.alc2002-07-131-0/+11
* - Change chroot_refuse_vdir_fds() to require that the passed in structjhb2002-07-132-32/+36
* We don't need to clear oldcred here since newcred is not NULL yet.jhb2002-07-131-3/+1
* Lock accesses to the page queues by sendfile() and friends.alc2002-07-131-0/+8
* Re-enable the idle page-zeroing code. Remove all IPIs from the idledillon2002-07-121-0/+7
* also set the KSE state for the idle KSE/thread case.julian2002-07-121-2/+2
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-121-2/+1
* Lock accesses to the page queues.alc2002-07-121-0/+4
* Fix ptrace(PT_READ_*, ...) for non-little-endian architectures wheretmm2002-07-121-3/+5
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-0/+3
* regen for freebsd4_sendfile(2) compat.alfred2002-07-122-4/+12
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move thealfred2002-07-122-5/+41
* Introduce syscall.master option 'COMPAT4' which allows one to wrapalfred2002-07-121-18/+64
* Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETSken2002-07-121-16/+11
* Remove debugging code that I originally only wanted to be there for a couple ...julian2002-07-111-23/+2
* Add a missing newline during panic printf's for SMP systems that don'tjhb2002-07-111-0/+2
* o Lock accesses to the page queues.alc2002-07-111-1/+6
* Revert removal of cred_free_thread(): It is used to ensure that a thread'smini2002-07-113-0/+19
* Open accounting file for appending, not general writing.johan2002-07-101-7/+8
* Replace the global buffer hash table with per-vnode splay trees using adillon2002-07-103-96/+263
* Don't slow every syscall and trap by doing locks and stuff if thejulian2002-07-101-3/+7
* Rearrange the code so that it checks whether the file is somethingtruckman2002-07-101-9/+8
* Remove vfs_stdmount() and vfs_stdunmount(). They are notmux2002-07-091-20/+0
* - Use the new vop_lookup_{pre,post} instead of simpler locking specification.jeff2002-07-091-2/+4
* - Use standard locking functions in syncer's opvjeff2002-07-092-9/+50
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.jhb2002-07-091-1/+2
* Add a VFS_START() call in vfs_mountroot_try() for the sakemux2002-07-081-1/+2
* Fixed some printf format errors (one new one reported by gcc and 3 nearbybde2002-07-081-2/+2
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-073-2/+123
* - Require locks for getattr. At some point this could only require sharedjeff2002-07-071-3/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually donejeff2002-07-071-5/+4
* Make this compile on 64 bit platformspeter2002-07-072-8/+8
* - Don't hold the vn lock while calling VOP_CLOSE in vclean().jeff2002-07-071-6/+10
* - BUF_REFCNT() seems to be the preferred method for verifying a locked buf.jeff2002-07-071-3/+9
* Add two asserts that prove & document getblk and geteblk's behavior ofjeff2002-07-071-0/+2
* Fix a mistake in my last commit. Don't grab an extra reference to the objectjeff2002-07-062-4/+1
* Fixup uses of GETVOBJECT.jeff2002-07-062-15/+14
* make this repect ps_sigintr if there is a pre-existing signaljulian2002-07-061-1/+0
* Clean up execve locking:jeff2002-07-063-5/+20
* - Disable original vop_strategy lock specification.jeff2002-07-061-1/+2
* - Add vop_strategy_pre to validate VOP_STRATEGY locking.jeff2002-07-061-0/+16
* Use the new #! directive for vop_rename. Leave the old lock specificationjeff2002-07-061-4/+5
* Add "vop_rename_pre" to do pre rename lock verification. This is enabled onlyjeff2002-07-061-1/+20
* Fix at least one of the things wrong with signalsjulian2002-07-061-6/+9
* Remove the advertising clause from the Duke BSD copyright on thegallatin2002-07-062-8/+2
* dd %i as an alias for %d for greater compatibility with our *BSD bretherenimp2002-07-051-0/+1
* Include systm.h before vnode.h so Debugger() and printf() are available whenjeff2002-07-051-1/+1
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freealc2002-07-041-0/+1
OpenPOWER on IntegriCloud