summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Modify p_candebug() such that there is no longer automatic acceptancerwatson2001-07-311-3/+0
* o Introduce new kern.security sysctl tree for kernel security policyrwatson2001-07-311-3/+11
* Don't try to find an eventhandler list if the list of lists hasn'tjake2001-07-311-0/+3
* Don't try to print a field that doesn't exist; in usually commentedjake2001-07-311-2/+2
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-312-10/+10
* Fix obsolete code.asmodai2001-07-301-5/+0
* Revert previous accidental commit. FWIW, it was part of enablingpeter2001-07-272-23/+3
* Fix cut/paste blunder. Serves me right for doing a last minute tweakpeter2001-07-273-4/+24
* Use the tunable maxusers rather than the compile-time one. Evaluate andpeter2001-07-261-12/+18
* Move param.c out of the conf directory and make it fully dynamic.peter2001-07-262-27/+52
* - Do not handle the per-CPU containers in mbuf code as though the cpuidsbmilekic2001-07-261-6/+23
* Don't bother passing p to rtioctl just so it can fail to pass it to mrt_ioctlfenner2001-07-251-1/+1
* Make dynamic sysctl entries start at 0x100, not decimal 100 - there areroam2001-07-251-3/+7
* Style(9): function names on a separate line, max line length 80 chars.roam2001-07-251-4/+8
* sys/kern/tty_snoop.c is now sys/dev/snp/snp.c.dd2001-07-251-610/+0
* correct description of `vpp' for mknod/symlink: they are actuallyassar2001-07-241-2/+2
* As per further discussions on hackers redo the SIGCHLD patch to not generatedillon2001-07-222-8/+8
* revert previous commit (bad style and not needed)assar2001-07-221-1/+0
OpenPOWER on IntegriCloud