| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Assert that the proc to return is not NULL in runq_choose the | Jake Burkholder | 2001-02-24 | 1 | -0/+2 |
| * | Bump FreeBSD version to correspond to addition of CPUTYPE make variable. | Kris Kennaway | 2001-02-24 | 1 | -1/+1 |
| * | It turns out the kernel console works fine and thus doesn't need quite this | John Baldwin | 2001-02-24 | 1 | -23/+0 |
| * | Add an EV_SET() convenience macro for initializing struct kevent prior | Jonathan Lemon | 2001-02-24 | 2 | -2/+11 |
| * | Introduce a NOTE_LOWAT flag for use with the read/write filters, which | Jonathan Lemon | 2001-02-24 | 2 | -0/+9 |
| * | When returning EV_EOF for the socket read/write filters, also return | Jonathan Lemon | 2001-02-24 | 1 | -0/+2 |
| * | Stricter style(9) conformance - remove unnecessary blank lines in previous | Peter Wemm | 2001-02-23 | 1 | -2/+0 |
| * | When converting soft error into a hard error, drop the connection. The | Jonathan Lemon | 2001-02-23 | 2 | -6/+14 |
| * | Allow ICMP unreachables which map into PRC_UNREACH_ADMIN_PROHIB to | Jonathan Lemon | 2001-02-23 | 4 | -182/+38 |
| * | Fix typo in comment (knode -> knote). | Jonathan Lemon | 2001-02-23 | 1 | -1/+1 |
| * | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | Jonathan Lemon | 2001-02-23 | 4 | -0/+24 |
| * | Test out the kernel console just before launching the AP's. | John Baldwin | 2001-02-23 | 1 | -0/+24 |
| * | Use correct list pointer when detaching knote from list. | Jonathan Lemon | 2001-02-23 | 1 | -1/+2 |
| * | Introduce per-swap area accounting in the VM system, and export | Robert Watson | 2001-02-23 | 4 | -3/+44 |
| * | Shuffle sysctls a bit (thankyou whoever made them dynamic for modules) | Julian Elischer | 2001-02-23 | 5 | -7/+59 |
| * | Free lock before calling panic so that subsequent attempt to write out | Kirk McKusick | 2001-02-23 | 1 | -62/+191 |
| * | Additional enhancments to allow IBM Etherjet cards to be probed, | Warner Losh | 2001-02-23 | 4 | -110/+136 |
| * | Fix a longstanding bug- we had the sense of what bit 14 | Matt Jacob | 2001-02-23 | 3 | -12/+27 |
| * | If the symbolic links @ or machine exist, do not depend on them. | Warner Losh | 2001-02-23 | 1 | -3/+12 |
| * | Display the Joliet Extension 'level' in the log message. | Alfred Perlstein | 2001-02-23 | 2 | -2/+2 |
| * | Sigh, nobody ever got back to me about this. So, here it is.. | Peter Wemm | 2001-02-23 | 1 | -8/+35 |
| * | Activate USER_LDT by default. The new thread libraries are going to | Peter Wemm | 2001-02-23 | 34 | -143/+20 |
| * | Remove undefined and unreferenced doreti_syscall_ret globl. While I'm | John Baldwin | 2001-02-23 | 1 | -3/+1 |
| * | Redo the security update done in rev 1.54 of src/sys/netinet/tcp_subr.c | Jesper Skriver | 2001-02-22 | 5 | -74/+95 |
| * | Streamline updating of switchtime (don't copy code from kern_sync.c). | Tor Egge | 2001-02-22 | 1 | -4/+2 |
| * | Backout previous commit. sched_lock is held, thus interrupts are prevented | Tor Egge | 2001-02-22 | 1 | -14/+6 |
| * | Protect update of the per processor switchtime variable against | Tor Egge | 2001-02-22 | 2 | -7/+19 |
| * | The p_md.md_regs member of proc is used in signal handling to reference | John Baldwin | 2001-02-22 | 3 | -0/+3 |
| * | Apply patch to allow TX underrun handling without issuing a complete | Bill Paul | 2001-02-22 | 4 | -52/+128 |
| * | Since the PC is a pointer to a code address, change the second parameter of | John Baldwin | 2001-02-22 | 2 | -4/+4 |
| * | - Change ast() to take a pointer to a trapframe like other architectures. | John Baldwin | 2001-02-22 | 4 | -21/+23 |
| * | Add a 'splitter' node to separate a bidirectional | Julian Elischer | 2001-02-22 | 3 | -0/+280 |
| * | The ia64 hasn't needed machine/ipl.h included in sys/systm.h for a while | John Baldwin | 2001-02-22 | 1 | -4/+0 |
| * | Axe pcb_schednest as it is no longer used. | John Baldwin | 2001-02-22 | 2 | -2/+0 |
| * | Rename switch_trampoline() to fork_trampoline() on the alpha and ia64. | John Baldwin | 2001-02-22 | 8 | -13/+13 |
| * | Don't set the sched_lock lesting level for new processes as it is no | John Baldwin | 2001-02-22 | 1 | -7/+0 |
| * | Catch comments up to child_return() -> fork_return() as well. | John Baldwin | 2001-02-22 | 1 | -2/+2 |
| * | Synch up with the other architectures: | John Baldwin | 2001-02-22 | 1 | -39/+18 |
| * | - Use TRAPF_PC() on the alpha to acess the PC in the trap frame. | John Baldwin | 2001-02-22 | 4 | -13/+9 |
| * | Use the MI fork_return() fork trampoline callout function for child | John Baldwin | 2001-02-22 | 1 | -1/+1 |
| * | - Don't dink with sched_lock in cpu_switch() since mi_switch() does this | John Baldwin | 2001-02-22 | 1 | -23/+14 |
| * | GC unused and now obsolete assertion macros. | John Baldwin | 2001-02-22 | 4 | -36/+0 |
| * | - Axe the now unused ASS_* assertions for interrupt status. | John Baldwin | 2001-02-22 | 1 | -10/+1 |
| * | Add a inline function to read the psr. | John Baldwin | 2001-02-22 | 1 | -0/+11 |
| * | Add a mtx_intr_enable() macro. | John Baldwin | 2001-02-22 | 1 | -0/+1 |
| * | Axe the astpending per-cpu variable. | John Baldwin | 2001-02-22 | 3 | -3/+0 |
| * | Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() and | John Baldwin | 2001-02-22 | 1 | -3/+6 |
| * | Cleanup and clarify the comments above switch_trampoline(). | John Baldwin | 2001-02-22 | 1 | -2/+5 |
| * | Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit. | Dag-Erling Smørgrav | 2001-02-22 | 1 | -2/+7 |
| * | Add a mtx_assert() in maybe_resched() just to be sure it's always called | John Baldwin | 2001-02-22 | 1 | -0/+1 |