| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to remove this un-needed test. (M_WAITOK won't fail) | julian | 2001-08-19 | 2 | -3/+1 |
* | fix typo | julian | 2001-08-18 | 1 | -1/+1 |
* | Unbreak linux compatibility by providing the correct length of the buffer. | mp | 2001-08-18 | 1 | -1/+1 |
* | Don't alocate a 400 byte buffer on the stack, | julian | 2001-08-18 | 1 | -24/+40 |
* | Implement a LOCAL_PEERCRED socket option which returns a | dd | 2001-08-17 | 2 | -3/+82 |
* | Fix part of another problem that bde pointed out. This is different | peter | 2001-08-16 | 1 | -2/+3 |
* | Remove redundant null-termination. The buffer is already explicitly | peter | 2001-08-16 | 1 | -8/+1 |
* | Don't explicitly null-terminate. The buffer we are copying into is | peter | 2001-08-16 | 1 | -1/+0 |
* | Reduce stack allocation (stack-fast?). | mp | 2001-08-16 | 1 | -40/+65 |
* | Use the backwards compatability mechanisms so that ps/top etc dont have | peter | 2001-08-16 | 1 | -9/+15 |
* | Use explicit sizes for the prpsinfo command length string so that | peter | 2001-08-16 | 1 | -1/+2 |
* | Don't dump on the label sector or below. This avoids clobbering the | bde | 2001-08-15 | 2 | -4/+5 |
* | Implement kernel semaphores. | jasone | 2001-08-14 | 1 | -0/+177 |
* | Add sx_try_upgrade() and sx_downgrade(). | jasone | 2001-08-13 | 1 | -0/+46 |
* | If we've panic'd already, then just bail in lockmgr rather than blocking or | jhb | 2001-08-10 | 1 | -0/+5 |
* | Fix some of the GDB linkage setup. The l_name member of the gdb linkage | wpaul | 2001-08-10 | 2 | -4/+28 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 7 | -83/+85 |
* | Make witness compile w/o DDB. | jhb | 2001-08-10 | 1 | -1/+7 |
* | Arbitrarily limit to 64k the number of bytes that can be read at | iedowse | 2001-08-10 | 2 | -0/+6 |
* | Work around a race between msleep() and endtsleep() where it was possible | jhb | 2001-08-10 | 1 | -3/+23 |
* | Change callout_stop() to return an integer. If callout_stop() succeeds in | jhb | 2001-08-10 | 1 | -2/+3 |
* | Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL). | jhb | 2001-08-10 | 1 | -3/+3 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -9/+0 |
* | - Remove asleep(), await(), and M_ASLEEP. | jhb | 2001-08-10 | 1 | -181/+1 |
* | Axe spl's obsoleted by the callout mutex. | jhb | 2001-08-10 | 1 | -26/+4 |
* | *** empty log message *** | peter | 2001-08-09 | 1 | -20/+0 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 1 | -43/+0 |
* | Previously, the ELF linker would always just store the pointer to a | green | 2001-08-06 | 2 | -2/+10 |
* | Remove the fildesc_clone() function and its associated unnecessary code. | chris | 2001-08-06 | 1 | -23/+0 |
* | Export the tk_nin and tk_nout variables (number of tty input/output | tmm | 2001-08-04 | 1 | -0/+4 |
* | Export the head structure for the device statistics STAILQ in | tmm | 2001-08-04 | 1 | -1/+1 |
* | Add KTR_INTR tracepoints for when clock interrupts are triggered. | jhb | 2001-08-03 | 1 | -0/+2 |
* | Anton kindly pointed out (and fixed) a bug in the Jail handling of the | rwatson | 2001-08-03 | 1 | -1/+8 |
* | Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), in | bmilekic | 2001-08-03 | 2 | -5/+5 |
* | Remove some code that appears to have endian problems with INVARIANTS. | jake | 2001-08-03 | 1 | -5/+0 |
* | Use 'p' instead of the potentially more expensive 'curproc' inside of | jhb | 2001-08-02 | 1 | -5/+5 |
* | Make the fmt arguments to make_dev and make_dev_alias const char *. | imp | 2001-08-02 | 1 | -2/+2 |
* | Temporarily back out kern_sig.c rev 1.125 and kern_exit.c rev 1.131. | peter | 2001-08-01 | 2 | -8/+8 |
* | Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will be | bmilekic | 2001-08-01 | 1 | -15/+4 |
* | Apply the cluebat to myself and undo the await() -> mawait() rename. The | jhb | 2001-07-31 | 1 | -31/+15 |
* | Add a safety belt to mawait() for the (cold || panicstr) case identical to | jhb | 2001-07-31 | 1 | -0/+12 |
* | If we have already panic'd then don't bother enforcing mutex asserts as | jhb | 2001-07-31 | 2 | -0/+6 |
* | - Fix panicstr checks to explicitly check against NULL. | jhb | 2001-07-31 | 1 | -8/+8 |
* | o Modify p_candebug() such that there is no longer automatic acceptance | rwatson | 2001-07-31 | 1 | -3/+0 |
* | o Introduce new kern.security sysctl tree for kernel security policy | rwatson | 2001-07-31 | 1 | -3/+11 |
* | Don't try to find an eventhandler list if the list of lists hasn't | jake | 2001-07-31 | 1 | -0/+3 |
* | Don't try to print a field that doesn't exist; in usually commented | jake | 2001-07-31 | 1 | -2/+2 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 2 | -10/+10 |
* | Fix obsolete code. | asmodai | 2001-07-30 | 1 | -5/+0 |
* | Revert previous accidental commit. FWIW, it was part of enabling | peter | 2001-07-27 | 2 | -23/+3 |