| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 1 | -50/+102 |
* | Bring in some kernel bootp support. This removes the need for netboot | tegge | 1997-05-11 | 1 | -1/+8 |
* | Fixes from Bruce: | peter | 1997-05-10 | 1 | -59/+64 |
* | Add a DDB command `show buffer', to display a struct buf. It's impossible | joerg | 1997-05-10 | 1 | -1/+30 |
* | Pay attention to what Bruce actually says | brian | 1997-05-10 | 1 | -5/+2 |
* | Don't require that it_interval be valid if | brian | 1997-05-10 | 1 | -2/+5 |
* | Implementation of posix-style clock_* and nanosleep syscalls as implemented | peter | 1997-05-08 | 1 | -33/+215 |
* | regenerate | peter | 1997-05-08 | 2 | -26/+32 |
* | oops. NODIDE -> NOHIDE | peter | 1997-05-08 | 1 | -2/+2 |
* | Define entries for the posix-style clock/timer syscalls including | peter | 1997-05-08 | 1 | -14/+26 |
* | fix bug in get_isa_apic_mask() where EISA bus was ignored. | fsmp | 1997-05-07 | 1 | -3/+7 |
* | md_regs is now a struct trapframe * | peter | 1997-05-07 | 1 | -3/+3 |
* | This is the kernel linker. To use it, you will first need to apply | dfr | 1997-05-07 | 6 | -1/+1481 |
* | Fix a race condition that did, after all, exist. | phk | 1997-05-06 | 2 | -6/+10 |
* | removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART. | fsmp | 1997-05-06 | 1 | -3/+2 |
* | Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15. | fsmp | 1997-05-05 | 1 | -6/+33 |
* | Make sure that *fork() always returns with %edx == 1 in the | dyson | 1997-05-05 | 1 | -1/+2 |
* | don't #ifdef out reference to i586_ctr_freq. | peter | 1997-05-04 | 1 | -3/+3 |
* | 1. Add a {pointer, v_id} pair to the vnode to store the reference to the | phk | 1997-05-04 | 3 | -195/+209 |
* | Finish off and activate the smp_active sysctl handler.. | peter | 1997-05-04 | 1 | -40/+21 |
* | code to allow range checking on smp_active. | fsmp | 1997-05-03 | 1 | -2/+44 |
* | new function to turn an APIC pin# into an INT mask. | fsmp | 1997-05-03 | 1 | -1/+25 |
* | fixed spelling error. | fsmp | 1997-05-01 | 1 | -2/+2 |
* | This is obvious to people who've been using the smp kernel for a while, | peter | 1997-05-01 | 1 | -1/+3 |
* | Staticize an unnecessarily global function: vputrele. | dyson | 1997-04-30 | 2 | -6/+6 |
* | Enabled 'FIX_MP_TABLE_WORKS' code. | fsmp | 1997-04-29 | 1 | -33/+39 |
* | removed all the TEST_UPPERPRIO crud. | fsmp | 1997-04-28 | 1 | -31/+4 |
* | remove all the SMP_INVLTLB defines, making the code default for APIC_IO. | fsmp | 1997-04-28 | 1 | -45/+15 |
* | remove all the SMP_INVLTLB defines, making the code default for APIC_IO. | fsmp | 1997-04-28 | 1 | -9/+4 |
* | Remove bogon from previous commit: doubly included sys/systm.h. | alex | 1997-04-27 | 1 | -2/+1 |
* | informal discussion between Bruce Evans <bde@zeta.org.au>, | fsmp | 1997-04-27 | 1 | -132/+7 |
* | The long-awaited mega-massive-network-code- cleanup. Part I. | wollman | 1997-04-27 | 8 | -305/+411 |
* | Prevent debugger attachment to init when securelevel > 0. | alex | 1997-04-27 | 1 | -1/+6 |
* | Create sysctl kern.fast_vfork, on for uniprocessor by default, off for | peter | 1997-04-26 | 1 | -6/+11 |
* | Disable RFMEM in vfork for smp case.. It doesn't seem to work too well | peter | 1997-04-26 | 1 | -2/+7 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 11 | -16/+2040 |
* | Don't zero b_dirtyoff and b_dirtyend on error. | dfr | 1997-04-25 | 1 | -3/+3 |
* | copyin the export network mask to the correct variable. | peter | 1997-04-25 | 2 | -4/+4 |
* | Restore memory space separation (RFMEM) for vfork() after | ache | 1997-04-23 | 1 | -1/+1 |
* | Don't clobber user space argv0 memory on shell exec, mainly for vfork() | ache | 1997-04-23 | 2 | -17/+26 |
* | Give up on the fast vfork() for a while. | dyson | 1997-04-23 | 1 | -2/+2 |
* | Re-institute the efficent version of vfork. It appears to make a | dyson | 1997-04-20 | 1 | -2/+2 |
* | Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0. | bde | 1997-04-19 | 1 | -8/+11 |
* | Don't allow partial buffers to be cluster-comitted. | dfr | 1997-04-18 | 1 | -1/+2 |
* | Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugs | dg | 1997-04-18 | 1 | -3/+14 |
* | #include <sys/queue.h> | phk | 1997-04-14 | 1 | -1/+2 |
* | Fixed printing of registers in dbflalt_handler(). The registers | bde | 1997-04-14 | 1 | -9/+7 |
* | Make a problem that I cannot reproduce go away for now. This commit | dyson | 1997-04-14 | 1 | -2/+2 |
* | Improve the buffer cache memory policy by moving pages over to the | dyson | 1997-04-13 | 1 | -13/+12 |
* | Correct the previous thread-fix commit. I made a clerical error. | dyson | 1997-04-13 | 1 | -13/+3 |