summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add a hook to mi_switch() to abort via db_error() if we attempt tojhb2001-08-211-0/+12
* - Fix a bug in the previous workaround for the tsleep/endtsleep race.jhb2001-08-212-8/+33
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-211-0/+2
* Avoid sleeping while holding a mutex in dounmount(). This problemiedowse2001-08-202-12/+14
* Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sectionsdillon2001-08-201-0/+4
* Sync the default module search path with the one indd2001-08-201-1/+1
* Limit the amount of KVM reserved for the buffer cache and for swap-metadillon2001-08-201-0/+6
* Forgot to remove this un-needed test. (M_WAITOK won't fail)julian2001-08-192-3/+1
* fix typojulian2001-08-181-1/+1
* Unbreak linux compatibility by providing the correct length of the buffer.mp2001-08-181-1/+1
* Don't alocate a 400 byte buffer on the stack,julian2001-08-181-24/+40
* Implement a LOCAL_PEERCRED socket option which returns add2001-08-172-3/+82
* Fix part of another problem that bde pointed out. This is differentpeter2001-08-161-2/+3
* Remove redundant null-termination. The buffer is already explicitlypeter2001-08-161-8/+1
* Don't explicitly null-terminate. The buffer we are copying into ispeter2001-08-161-1/+0
* Reduce stack allocation (stack-fast?).mp2001-08-161-40/+65
* Use the backwards compatability mechanisms so that ps/top etc dont havepeter2001-08-161-9/+15
* Use explicit sizes for the prpsinfo command length string so thatpeter2001-08-161-1/+2
* Don't dump on the label sector or below. This avoids clobbering thebde2001-08-152-4/+5
* Implement kernel semaphores.jasone2001-08-141-0/+177
* Add sx_try_upgrade() and sx_downgrade().jasone2001-08-131-0/+46
* If we've panic'd already, then just bail in lockmgr rather than blocking orjhb2001-08-101-0/+5
* Fix some of the GDB linkage setup. The l_name member of the gdb linkagewpaul2001-08-102-4/+28
* - Close races with signals and other AST's being triggered while we are injhb2001-08-107-83/+85
* Make witness compile w/o DDB.jhb2001-08-101-1/+7
* Arbitrarily limit to 64k the number of bytes that can be read atiedowse2001-08-102-0/+6
* Work around a race between msleep() and endtsleep() where it was possiblejhb2001-08-101-3/+23
* Change callout_stop() to return an integer. If callout_stop() succeeds injhb2001-08-101-2/+3
* Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL).jhb2001-08-101-3/+3
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-101-9/+0
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-101-181/+1
* Axe spl's obsoleted by the callout mutex.jhb2001-08-101-26/+4
* *** empty log message ***peter2001-08-091-20/+0
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-081-43/+0
* Previously, the ELF linker would always just store the pointer to agreen2001-08-062-2/+10
* Remove the fildesc_clone() function and its associated unnecessary code.chris2001-08-061-23/+0
* Export the tk_nin and tk_nout variables (number of tty input/outputtmm2001-08-041-0/+4
* Export the head structure for the device statistics STAILQ intmm2001-08-041-1/+1
* Add KTR_INTR tracepoints for when clock interrupts are triggered.jhb2001-08-031-0/+2
* Anton kindly pointed out (and fixed) a bug in the Jail handling of therwatson2001-08-031-1/+8
* Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), inbmilekic2001-08-032-5/+5
* Remove some code that appears to have endian problems with INVARIANTS.jake2001-08-031-5/+0
* Use 'p' instead of the potentially more expensive 'curproc' inside ofjhb2001-08-021-5/+5
* Make the fmt arguments to make_dev and make_dev_alias const char *.imp2001-08-021-2/+2
* Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131.peter2001-08-012-8/+8
* Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will bebmilekic2001-08-011-15/+4
* Apply the cluebat to myself and undo the await() -> mawait() rename. Thejhb2001-07-311-31/+15
* Add a safety belt to mawait() for the (cold || panicstr) case identical tojhb2001-07-311-0/+12
* If we have already panic'd then don't bother enforcing mutex asserts asjhb2001-07-312-0/+6
* - Fix panicstr checks to explicitly check against NULL.jhb2001-07-311-8/+8
OpenPOWER on IntegriCloud