summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Define NPRIMES in terms of the number of elements in 'primes' (as opposedalex1997-05-281-2/+2
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-271-3/+7
* Add support for shared interrupts to the kernel. This code is meantse1997-05-261-0/+418
* Added a test called 'LATE_START'.fsmp1997-05-261-190/+194
* Broke up parse_mp_table() into 2 passes:fsmp1997-05-251-156/+224
* Now that panic() is properly printing messages for early SMP panics allfsmp1997-05-241-51/+27
* Move the printing of "cpu#%d" to AFTER the general panic argument string.fsmp1997-05-241-5/+4
* Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-242-2/+14
* Convert all:fsmp1997-05-221-27/+49
* Remove cruft relating to p_selbits and p_selbits_sizephk1997-05-221-7/+1
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-191-50/+102
* 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
OpenPOWER on IntegriCloud