aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-208-158/+466
* o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().Alan Cox2002-07-191-4/+3
* Wrap a line longer than 80 characters.Maxime Henrion2002-07-191-2/+2
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().Maxime Henrion2002-07-191-19/+113
* Add support to UFS2 to provide storage for extended attributes.Kirk McKusick2002-07-192-53/+87
* Clear up confusion in ugly code. ^T gave wrong results for RSS.Julian Elischer2002-07-181-4/+9
* ia64 does not have the same degree of stealth include file nesting,Peter Wemm2002-07-172-0/+4
* Pacify gcc on ia64Peter Wemm2002-07-172-0/+6
* Fix a reversed test.Julian Elischer2002-07-171-7/+15
* Make sure the process state for the idle proc is set correctlyJulian Elischer2002-07-171-0/+1
* Preallocate a struct file as the first thing in falloc() before we lockJohn Baldwin2002-07-171-16/+5
* Add a KASSERT() to assert that td_critnest is == 1 when mi_switch() isJohn Baldwin2002-07-171-0/+2
* Allow alphas to do crashdumps: Refuse to run anything in choosethread()Andrew Gallatin2002-07-174-9/+15
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-173-12/+32
* Change the name of st_createtime to st_birthtime. This change isKirk McKusick2002-07-163-3/+3
* Fix a bazillion lint and WARNS warnings. One major fix is the removal ofMark Murray2002-07-151-2/+2
* Use ISO 9X variadic macro format; arguments are not optional, justMark Murray2002-07-151-1/+1
* o Introduce new m_getcl() interface routine that allocates an mbufBosko Milekic2002-07-152-140/+395
* Consistently use semicolons to terminate macro invocations. CleanerMark Murray2002-07-151-1/+1
* Convert GNU-styled variadic macros to ISO(9x) style.Mark Murray2002-07-151-4/+4
* 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