| Commit message (Expand) | Author | Age | Files | Lines |
* | Cast nfds to u_int before range checking it in order to catch negative | jlemon | 2001-02-27 | 1 | -1/+2 |
* | Initialize native priority to PRI_MAX. It was usually 0 which made a | jake | 2001-02-26 | 5 | -33/+8 |
* | Remove brackets around variables in a function that used to be | jake | 2001-02-25 | 3 | -30/+30 |
* | Make this compile in a.out mode. link.h has extra dependencies for a.out. | peter | 2001-02-25 | 2 | -0/+6 |
* | Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc. | peter | 2001-02-25 | 1 | -3/+3 |
* | Remove superfluous m_pkthdr.rcv_if = NULL assignment following | bmilekic | 2001-02-25 | 1 | -2/+0 |
* | Move netgraph spimlock order entries out of | julian | 2001-02-25 | 3 | -6/+6 |
* | - Rename the lcall system call handler from Xsyscall to Xlcall_syscall | jake | 2001-02-25 | 1 | -3/+3 |
* | MFS: bring the consistent `compat_3_brand' support into -CURRENT | obrien | 2001-02-24 | 1 | -8/+12 |
* | Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/. | jhb | 2001-02-24 | 3 | -3/+3 |
* | - Axe RETIP() as it was very i386 specific and unwieldy. Instead, use the | jhb | 2001-02-24 | 3 | -39/+36 |
* | Introduce API for sequential reads/writes (build/dissect) of mbuf chains. | bp | 2001-02-24 | 1 | -0/+549 |
* | Add knowledge of the netgraph spinlocks into the Witness code. | julian | 2001-02-24 | 3 | -0/+6 |
* | - Assert that the proc to return is not NULL in runq_choose the | jake | 2001-02-24 | 1 | -0/+2 |
* | It turns out the kernel console works fine and thus doesn't need quite this | jhb | 2001-02-24 | 1 | -23/+0 |
* | Add an EV_SET() convenience macro for initializing struct kevent prior | jlemon | 2001-02-24 | 1 | -1/+1 |
* | Introduce a NOTE_LOWAT flag for use with the read/write filters, which | jlemon | 2001-02-24 | 1 | -0/+4 |
* | When returning EV_EOF for the socket read/write filters, also return | jlemon | 2001-02-24 | 1 | -0/+2 |
* | Stricter style(9) conformance - remove unnecessary blank lines in previous | peter | 2001-02-23 | 1 | -2/+0 |
* | Fix typo in comment (knode -> knote). | jlemon | 2001-02-23 | 1 | -1/+1 |
* | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | jlemon | 2001-02-23 | 2 | -0/+10 |
* | Test out the kernel console just before launching the AP's. | jhb | 2001-02-23 | 1 | -0/+24 |
* | Activate USER_LDT by default. The new thread libraries are going to | peter | 2001-02-23 | 1 | -3/+0 |
* | Streamline updating of switchtime (don't copy code from kern_sync.c). | tegge | 2001-02-22 | 1 | -4/+2 |
* | Backout previous commit. sched_lock is held, thus interrupts are prevented | tegge | 2001-02-22 | 1 | -14/+6 |
* | Protect update of the per processor switchtime variable against | tegge | 2001-02-22 | 2 | -7/+19 |
* | The p_md.md_regs member of proc is used in signal handling to reference | jhb | 2001-02-22 | 1 | -0/+1 |
* | Since the PC is a pointer to a code address, change the second parameter of | jhb | 2001-02-22 | 1 | -2/+2 |
* | - Change ast() to take a pointer to a trapframe like other architectures. | jhb | 2001-02-22 | 1 | -7/+7 |
* | - Use TRAPF_PC() on the alpha to acess the PC in the trap frame. | jhb | 2001-02-22 | 1 | -3/+2 |
* | Add a mtx_assert() in maybe_resched() just to be sure it's always called | jhb | 2001-02-22 | 1 | -0/+1 |
* | Lock need_resched with sched_lock. | jhb | 2001-02-22 | 1 | -2/+7 |
* | Work around a race condition where an interrupt handler can be removed from | jhb | 2001-02-22 | 1 | -3/+34 |
* | Just use the ithread->it_proc directly in a KTR tracepoint instead of | jhb | 2001-02-22 | 1 | -2/+1 |
* | Add KTR tracepoints for adding/removing interrupt handlers, | jhb | 2001-02-22 | 1 | -0/+8 |
* | - Use the NOCPU constant. | jhb | 2001-02-22 | 3 | -9/+9 |
* | Quiet a warning with a uintptr_t cast. | jhb | 2001-02-22 | 1 | -1/+1 |
* | - Use the new NOCPU constant. | jhb | 2001-02-22 | 1 | -2/+2 |
* | Fix a bug where the 'ithread' variable was being set in a KASSERT() | jhb | 2001-02-22 | 1 | -2/+2 |
* | Remove attempt to add in PREEMPTION #ifdef test in MI code that didn't | jhb | 2001-02-21 | 1 | -2/+0 |
* | Fix parameter order in the calls to MGET(). | bp | 2001-02-21 | 1 | -2/+2 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 16 | -78/+131 |
* | Ensure that RLIMIT_NPROC limits are at least 1 to avoid bad interaction | tegge | 2001-02-20 | 1 | -0/+4 |
* | - In the KTR_EXTEND case, use a const char * to point to the passed in | jhb | 2001-02-20 | 1 | -5/+5 |
* | - Add a new ithread_schedule() function to do the bulk of the work of | jhb | 2001-02-20 | 1 | -47/+101 |
* | - Abolish the 'show ktr_first' and 'show ktr_next' commands. | jhb | 2001-02-20 | 1 | -40/+38 |
* | Preserve alignment of first mbuf in m_copypacket. | luigi | 2001-02-20 | 1 | -0/+4 |
* | - Don't call clear_resched() in userret(), instead, clear the resched flag | jhb | 2001-02-20 | 3 | -1/+14 |
* | Removed all traces of T_ASTFLT (except for gaps where it was). It became | bde | 2001-02-19 | 1 | -1/+1 |
* | Fixed a longstanding latency bug in signal delivery. When a signal | bde | 2001-02-19 | 1 | -6/+2 |