summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implementation of posix-style clock_* and nanosleep syscalls as implementedpeter1997-05-081-33/+215
* regeneratepeter1997-05-085-30/+64
* oops. NODIDE -> NOHIDEpeter1997-05-081-2/+2
* Define entries for the posix-style clock/timer syscalls includingpeter1997-05-081-14/+26
* Add posix-style clock and timer types (clockid_t and timer_t)peter1997-05-081-1/+11
* Add posix clock and timer definitionspeter1997-05-082-2/+16
* Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer supportpeter1997-05-081-1/+3
* Synchronize with sys/i386/i386/machdep.c revision 1.240.kato1997-05-082-138/+116
* Synchronize with sys/i386/i386/trap.c revision 1.95.kato1997-05-081-3/+3
* Synchronize with sys/i386/isa/syscons.c revision 1.215.kato1997-05-081-6/+3
* Synchronize with sys/i386/isa/npx.c revision 1.43.kato1997-05-081-2/+2
* Synchronize with sys/i386/conf/options.i386 revision 1.44.kato1997-05-082-6/+12
* Synchronize with sys/i386/conf/Makefile.pc98 revision 1.96.kato1997-05-082-2/+16
* fix bug in get_isa_apic_mask() where EISA bus was ignored.fsmp1997-05-077-21/+49
* Don't allow access to illegal addresses in /dev/kmem to panic kernelpeter1997-05-072-4/+14
* clean up forked child creation. This is simplified also by havingpeter1997-05-072-34/+72
* md_regs is struct trapframe * now, rather than int []peter1997-05-072-138/+116
* md_regs is now a struct trapframe *peter1997-05-073-9/+9
* forgotten commentpeter1997-05-073-3/+18
* md_regs is a struct trapframe * now, not int []peter1997-05-075-88/+88
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-076-39/+17
* Back out all of yesterdays include file changes.eivind1997-05-072-8/+2
* remove now redundant (struct trapframe *) castpeter1997-05-073-6/+6
* Convert md_regs from an int[] to a struct trapframe *. It simplifiespeter1997-05-072-14/+8
* remove #include "opt_smp.h"peter1997-05-073-18/+3
* remove #include "opt_smp.h" and <machine/smp.h>. Slightly elaborate onpeter1997-05-072-14/+6
* remove #include "opt_smp.h"peter1997-05-072-9/+2
* remove #include opt_smp.hpeter1997-05-072-6/+10
* remove opt_smp.hpeter1997-05-071-2/+4
* remove #include "opt_smp.h"peter1997-05-071-6/+5
* Round 1 of a long series of commits..peter1997-05-072-8/+12
* This is the kernel linker. To use it, you will first need to applydfr1997-05-0715-5/+1885
* Add accessors for STAILQ.dfr1997-05-071-1/+6
* 1. Added cast and parenthesis in block size calculaion inkato1997-05-074-156/+156
* Synchronize with sys/i386/isa/syscons.c revision 1.214.kato1997-05-071-48/+46
* Synchronize with sys/i386/isa/isa.c revision 1.84.kato1997-05-071-1/+25
* Hide the kernel-only stuff inside #ifdef KERNEL.joerg1997-05-072-10/+28
* Now that we have replaced video-related block copy calls withyokota1997-05-073-102/+96
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-072-2/+8
* Force user to config SMP kernel with "options APIC_IO".fsmp1997-05-063-3/+15
* Pull up the IP header in ip_mloopback(). This makes sure that thefenner1997-05-061-6/+8
* Make ident equal file name, ie SMP-GENERIC.fsmp1997-05-061-3/+3
* A *little* more descriptive test for options.fsmp1997-05-063-18/+12
* Added a generic config file for SMP kernels.fsmp1997-05-061-0/+180
* Fix a race condition that did, after all, exist.phk1997-05-062-6/+10
* Add SMPHDRS to CLEANFILES instead of replacing its current value.dfr1997-05-061-2/+2
* removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.fsmp1997-05-061-3/+2
* Create the default rule with flags IP_FW_F_IN | IP_FW_F_OUT.alex1997-05-061-1/+2
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-0510-48/+240
* Code to handle SMP/APIC_IO mapping of ISA INTs to APIC pins above IRQ15.fsmp1997-05-052-2/+50
OpenPOWER on IntegriCloud