aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't use local variable 'p' in a debug statement.. we removed it.Julian Elischer2002-09-232-2/+2
* oops don't do dthe copy range in a new KSE. There isn't one any more.Julian Elischer2002-09-231-0/+2
* slightly clean up the thread_userret() and thread_consider_upcall() calls.Julian Elischer2002-09-233-27/+52
* Add code to create > 1 KSe per process.Julian Elischer2002-09-231-16/+39
* Indentation does not define a block.. you need breces {} as well..Julian Elischer2002-09-231-1/+3
* - Hold the credential of the caller and use it in all subsequent vn ops.Jeff Roberson2002-09-231-6/+7
* - Add support for logging KTR via ALQ. This is optional and enabled by theJeff Roberson2002-09-221-3/+92
* - Tell witness about ALQ's spin lock.Jeff Roberson2002-09-221-0/+1
* - Add an asynchronous fixed length record logging mechanism calledJeff Roberson2002-09-221-0/+499
* Removed unneeded include (missed in last revision).Jake Burkholder2002-09-221-2/+0
* Moved netisr code from kern/kern_intr.c to net/netisr.c as threatened in aJake Burkholder2002-09-221-79/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-217-38/+66
* Assert my copyright on this file (using the default 2-clause BSD).Poul-Henning Kamp2002-09-201-11/+4
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-202-1/+8
* For reasons now lost in historical fog, the bounds_check_with_label()Poul-Henning Kamp2002-09-201-0/+58
* We don't need the <sys/disklabel.h> include for alpha anymore.Poul-Henning Kamp2002-09-201-3/+0
* Make FreeBSD "struct disklabel" agnostic, step 312 of 723:Poul-Henning Kamp2002-09-202-151/+150
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-203-66/+45
* Remove unused variable.Poul-Henning Kamp2002-09-201-1/+0
* Retire now unused DIOCGDVIRGIN kludge.Poul-Henning Kamp2002-09-201-33/+0
* Switch to using strlcpy() in several places. It seems thereMaxime Henrion2002-09-191-7/+7
* Add ability to dump stacktraces on kernel panics when DDB is compiled intoJohn Baldwin2002-09-191-2/+17
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()Don Lewis2002-09-193-3/+7
* While well intentionned the check to see it there is a packetJulian Elischer2002-09-191-3/+0
* fix style.. Return in the kernel always has () around the arguments.Julian Elischer2002-09-191-1/+1
* Compiler was correct:Julian Elischer2002-09-191-1/+1
* If M_PKTHDR is set then we don't need to do a loop to find the total length.Darren Reed2002-09-191-0/+3
* Regen for added syscalls.Alfred Perlstein2002-09-192-0/+28
* Add the rest of the kernel support for the sem_ API in kern/uipc_sem.c.Alfred Perlstein2002-09-193-3/+30
* Bring in my implementation of kernel support for posix realtime semaphoresAlfred Perlstein2002-09-181-0/+835
* Remove un-needed stack variable 'ops'.Robert Watson2002-09-181-3/+2
* style nit: unsigned -> u_int in the kernel, particularly toBosko Milekic2002-09-181-11/+11
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-8/+8
* Use m_length() instead of home-rolled versions.Poul-Henning Kamp2002-09-182-42/+20
* Make m_length() and m_fixhdr() return unsigned.Poul-Henning Kamp2002-09-181-4/+4
* Introduce the m_length() function which will return the accumulatedPoul-Henning Kamp2002-09-181-6/+19
* Move m_fixhdr() from "mbchain" to "mbuf" where it belongs.Poul-Henning Kamp2002-09-182-14/+14
* - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH.Jeff Roberson2002-09-181-33/+9
* Add a toggle to disable VM enforcement.Robert Watson2002-09-181-0/+7
* At the cost of seeming a little gauche, make use of more traditionalRobert Watson2002-09-181-4/+4
* Don't call VOP_LEASE() while holding the accounting mutex.Robert Watson2002-09-181-1/+1
* Argh. I've been reading makefiles for too long. Change comment to aPeter Wemm2002-09-172-8/+16
* Stub out the calls to get_mcontext and set_mcontext which only exist onPeter Wemm2002-09-172-0/+20
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-16/+0
* Add kernel support needed for the KSE-aware libpthread:Jonathan Mini2002-09-166-245/+491
* Add a cast to make this file compile in userland on sparc64 withoutPoul-Henning Kamp2002-09-161-1/+1
* fcntl(..., F_SETLKW, ...) takes a pointer to a struct flock just likeThomas Moestl2002-09-161-0/+1
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.Julian Elischer2002-09-159-125/+213
* s/Danglish/English/Poul-Henning Kamp2002-09-151-4/+5
* Un-inline the non-trivial "trivial" bio* functions.Poul-Henning Kamp2002-09-141-0/+39