summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-111-1/+8
* Fixes from Bruce:peter1997-05-101-59/+64
* Add a DDB command `show buffer', to display a struct buf. It's impossiblejoerg1997-05-101-1/+30
* Pay attention to what Bruce actually saysbrian1997-05-101-5/+2
* Don't require that it_interval be valid ifbrian1997-05-101-2/+5
* Implementation of posix-style clock_* and nanosleep syscalls as implementedpeter1997-05-081-33/+215
* regeneratepeter1997-05-082-26/+32
* oops. NODIDE -> NOHIDEpeter1997-05-081-2/+2
* Define entries for the posix-style clock/timer syscalls includingpeter1997-05-081-14/+26
* fix bug in get_isa_apic_mask() where EISA bus was ignored.fsmp1997-05-071-3/+7
* md_regs is now a struct trapframe *peter1997-05-071-3/+3
* This is the kernel linker. To use it, you will first need to applydfr1997-05-076-1/+1481
* Fix a race condition that did, after all, exist.phk1997-05-062-6/+10
* removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.fsmp1997-05-061-3/+2
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-051-6/+33
* Make sure that *fork() always returns with %edx == 1 in thedyson1997-05-051-1/+2
* don't #ifdef out reference to i586_ctr_freq.peter1997-05-041-3/+3
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-043-195/+209
* Finish off and activate the smp_active sysctl handler..peter1997-05-041-40/+21
* code to allow range checking on smp_active.fsmp1997-05-031-2/+44
* new function to turn an APIC pin# into an INT mask.fsmp1997-05-031-1/+25
* fixed spelling error.fsmp1997-05-011-2/+2
* This is obvious to people who've been using the smp kernel for a while,peter1997-05-011-1/+3
* Staticize an unnecessarily global function: vputrele.dyson1997-04-302-6/+6
* Enabled 'FIX_MP_TABLE_WORKS' code.fsmp1997-04-291-33/+39
* removed all the TEST_UPPERPRIO crud.fsmp1997-04-281-31/+4
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.fsmp1997-04-281-45/+15
* remove all the SMP_INVLTLB defines, making the code default for APIC_IO.fsmp1997-04-281-9/+4
* Remove bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* informal discussion between Bruce Evans <bde@zeta.org.au>,fsmp1997-04-271-132/+7
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-278-305/+411
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-271-1/+6
* Create sysctl kern.fast_vfork, on for uniprocessor by default, off forpeter1997-04-261-6/+11
* Disable RFMEM in vfork for smp case.. It doesn't seem to work too wellpeter1997-04-261-2/+7
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-2611-16/+2040
* Don't zero b_dirtyoff and b_dirtyend on error.dfr1997-04-251-3/+3
* copyin the export network mask to the correct variable.peter1997-04-252-4/+4
* Restore memory space separation (RFMEM) for vfork() afterache1997-04-231-1/+1
* Don't clobber user space argv0 memory on shell exec, mainly for vfork()ache1997-04-232-17/+26
* Give up on the fast vfork() for a while.dyson1997-04-231-2/+2
* Re-institute the efficent version of vfork. It appears to make adyson1997-04-201-2/+2
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.bde1997-04-191-8/+11
* Don't allow partial buffers to be cluster-comitted.dfr1997-04-181-1/+2
* Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugsdg1997-04-181-3/+14
* #include <sys/queue.h>phk1997-04-141-1/+2
* Fixed printing of registers in dbflalt_handler(). The registersbde1997-04-141-9/+7
* Make a problem that I cannot reproduce go away for now. This commitdyson1997-04-141-2/+2
* Improve the buffer cache memory policy by moving pages over to thedyson1997-04-131-13/+12
* Correct the previous thread-fix commit. I made a clerical error.dyson1997-04-131-13/+3
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-135-11/+62
OpenPOWER on IntegriCloud