summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Disabled the kern.vnode sysctl variable. It's causing system crashes ondg1997-06-102-2/+16
* Add safety check in case "conflicts" keyword specified more times thanache1997-06-081-1/+7
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-071-1/+20
* Don't throw NFS B_DELWRI buffers back to the vm system in brelse.dfr1997-06-061-3/+11
* Fix some performance problems with the NFS mmap fixes.dfr1997-06-031-2/+6
* The defines INTR_FAST and INTR_EXCL are part of the public interface. Thedfr1997-06-021-3/+1
* Change isa_device.h to intr_machdep.hdfr1997-06-021-2/+2
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-022-5/+5
* tiny spelling fix in commentjulian1997-06-021-3/+3
* Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.cpeter1997-06-011-1/+14
* oops, fix a braino that I noticed during the commit.. Don't verify thepeter1997-06-011-5/+7
* - implement signanosleep(2) by moving common code from nanosleep() into apeter1997-06-011-28/+102
* Regeneratepeter1997-06-012-2/+4
* New syscall, signanosleep(), which is a hybrid of sigsuspend(2) andpeter1997-06-011-2/+3
* <machine/spl.h> -> <machine/ipl.h>peter1997-05-311-10/+10
* Include file updates.. <machine/spl.h> -> <machine/ipl.h>, addpeter1997-05-311-1/+2
* The previous fix didn't work properly for small block size filesystems,dfr1997-05-301-20/+39
* Code such as apic_base[APIC_ID] converted to lapic__idfsmp1997-05-291-16/+16
* minor style police (recent divergence from KNF code)peter1997-05-291-5/+5
* remove opt_smp.h and fix the reason it was needed.peter1997-05-291-3/+2
* Don't need "opt_smp.h" on these filespeter1997-05-292-4/+2
* Fix problem reported by PHK: Panic in pcic probe because of NULL pointerse1997-05-281-12/+15
* 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
OpenPOWER on IntegriCloud