aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Use a semicolon at the end of a function-like macro invocation. KillsMark Murray2002-07-151-1/+1
* Silence compiler warnings when DDB is not defined.Mark Peek2002-07-151-3/+7
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+6
* In execve(), delay the acquisition of Giant until after kmem_alloc_wait().Alan Cox2002-07-141-2/+2
* part of a greater patch set..Julian Elischer2002-07-141-1/+1
* Thinking about it I came to the conclusion that the KSE states were incorrectlyJulian Elischer2002-07-148-161/+17
* oops, state cannot be two different values at once..Julian Elischer2002-07-141-1/+1
* o Lock some page queue accesses, in particular, those by vm_page_unwire().Alan Cox2002-07-131-1/+6
* Remove incorrect comment about now corrected manpage.Alfred Perlstein2002-07-131-1/+0
* Lock accesses to the page queues.Alan Cox2002-07-131-0/+2
* o Lock accesses to the page queues.Alan Cox2002-07-131-0/+11
* - Change chroot_refuse_vdir_fds() to require that the passed in structJohn Baldwin2002-07-132-32/+36
* We don't need to clear oldcred here since newcred is not NULL yet.John Baldwin2002-07-131-3/+1
* Lock accesses to the page queues by sendfile() and friends.Alan Cox2002-07-131-0/+8
* Re-enable the idle page-zeroing code. Remove all IPIs from the idleMatthew Dillon2002-07-121-0/+7
* also set the KSE state for the idle KSE/thread case.Julian Elischer2002-07-121-2/+2
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-121-2/+1
* Lock accesses to the page queues.Alan Cox2002-07-121-0/+4
* Fix ptrace(PT_READ_*, ...) for non-little-endian architectures whereThomas Moestl2002-07-121-3/+5
* Revive backed out pmap related changes from Feb 2002. The highlights are:Peter Wemm2002-07-121-0/+3
* regen for freebsd4_sendfile(2) compat.Alfred Perlstein2002-07-122-4/+12
* Create a bug-for-bug FreeBSD4 compatible version of sendfile and move theAlfred Perlstein2002-07-122-5/+41
* Introduce syscall.master option 'COMPAT4' which allows one to wrapAlfred Perlstein2002-07-121-18/+64
* Fix compilation with ENABLE_VFS_IOOPT turned on and ZERO_COPY_SOCKETSKenneth D. Merry2002-07-121-16/+11
* Remove debugging code that I originally only wanted to be there for a couple ...Julian Elischer2002-07-111-23/+2
* Add a missing newline during panic printf's for SMP systems that don'tJohn Baldwin2002-07-111-0/+2
* o Lock accesses to the page queues.Alan Cox2002-07-111-1/+6
* Revert removal of cred_free_thread(): It is used to ensure that a thread'sJonathan Mini2002-07-113-0/+19
* Open accounting file for appending, not general writing.Johan Karlsson2002-07-101-7/+8
* Replace the global buffer hash table with per-vnode splay trees using aMatthew Dillon2002-07-103-96/+263
* Don't slow every syscall and trap by doing locks and stuff if theJulian Elischer2002-07-101-3/+7
* Rearrange the code so that it checks whether the file is somethingDon Lewis2002-07-101-9/+8
* Remove vfs_stdmount() and vfs_stdunmount(). They are notMaxime Henrion2002-07-091-20/+0
* - Use the new vop_lookup_{pre,post} instead of simpler locking specification.Jeff Roberson2002-07-091-2/+4
* - Use standard locking functions in syncer's opvJeff Roberson2002-07-092-9/+50
* Fix a minor whitespace style nit that broke 'grep ^uuidgen'.John Baldwin2002-07-091-1/+2
* Add a VFS_START() call in vfs_mountroot_try() for the sakeMaxime Henrion2002-07-081-1/+2
* Fixed some printf format errors (one new one reported by gcc and 3 nearbyBruce Evans2002-07-081-2/+2
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/Peter Wemm2002-07-073-2/+123
* - Require locks for getattr. At some point this could only require sharedJeff Roberson2002-07-071-3/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually doneJeff Roberson2002-07-071-5/+4
* Make this compile on 64 bit platformsPeter Wemm2002-07-072-8/+8
* - Don't hold the vn lock while calling VOP_CLOSE in vclean().Jeff Roberson2002-07-071-6/+10
* - BUF_REFCNT() seems to be the preferred method for verifying a locked buf.Jeff Roberson2002-07-071-3/+9
* Add two asserts that prove & document getblk and geteblk's behavior ofJeff Roberson2002-07-071-0/+2
* Fix a mistake in my last commit. Don't grab an extra reference to the objectJeff Roberson2002-07-062-4/+1
* Fixup uses of GETVOBJECT.Jeff Roberson2002-07-062-15/+14
* make this repect ps_sigintr if there is a pre-existing signalJulian Elischer2002-07-061-1/+0
* Clean up execve locking:Jeff Roberson2002-07-063-5/+20
* - Disable original vop_strategy lock specification.Jeff Roberson2002-07-061-1/+2