summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1997-07-2017-85/+17
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).bde1997-07-201-7/+3
* Removed unused #includes.bde1997-07-2097-510/+72
* Removed unused #includes.kato1997-07-201-11/+0
* Removed yet another vestige of devconf.bde1997-07-201-3/+1
* Finished (?) converting md_regs to a `struct trapframe *'. Some bogus castsbde1997-07-201-2/+2
* Uniformized idempotency ifdef.bde1997-07-201-4/+4
* Fixed missing indent protection in copyright.bde1997-07-201-5/+5
* Fixed the place of the `}' in comparam().kato1997-07-202-8/+8
* Removed unused #includes.bde1997-07-202-8/+1
* Synchronize with sys/i386/i386/microtime.s revision 1.25.kato1997-07-201-7/+19
* Synchronize with sys/i386/isa/clock.c revision up to 1.92.kato1997-07-203-72/+159
* #include <machine/stdarg.h> in the one place in pcvt that it is usedbde1997-07-202-6/+6
* Removed a stray semicolon.bde1997-07-201-1/+1
* Removed unused #includes.bde1997-07-201-3/+2
* Removed unused #includes and a stale forward declaration.bde1997-07-203-18/+3
* Oops, I removed one too many #include. <machine/frame.h> was previouslybde1997-07-201-1/+2
* Hide definitions that depend on the APIC_IO option from LKMs so that LKMsbde1997-07-201-3/+7
* Fixed pedantic ANSI C errors:bde1997-07-201-11/+2
* Moved some definitions of initialized data nearer to the start ofbde1997-07-201-157/+157
* Removed unused #includes.bde1997-07-2014-113/+9
* Fixed bitrot in fpu LKMs.bde1997-07-204-15/+13
* Removed unused #includes.bde1997-07-2041-205/+41
* Removed unused #includes.bde1997-07-207-76/+7
* Disabled option SMP_TIMER_NC. It now conflicts with a default "option".bde1997-07-203-12/+21
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentfenner1997-07-193-15/+6
* Remove crufty LBL ifdef that only applies to Suns.fenner1997-07-191-5/+1
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-198-21/+61
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-196-44/+145
* Added #define APIC_PIN0_TIMER.fsmp1997-07-191-1/+9
* SMP or APIC_IO:fsmp1997-07-198-105/+206
* Increased NIDT to 256 for case of SMP or APIC_IO.fsmp1997-07-192-2/+10
* Added "options DDB", given the experimental nature of SMP...fsmp1997-07-181-1/+5
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-1820-408/+192
* Assign correct chip set register dump functions to Triton II device IDs.se1997-07-181-2/+3
* Fix "unexpected phase change" interrupt handler: Do not access these1997-07-181-7/+10
* An actual fix for the routing default crashes thatjulian1997-07-181-15/+25
* Made the printing of the APIC INTs depend on bootverbose.fsmp1997-07-185-30/+40
* printf cleanup.fsmp1997-07-187-21/+21
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-1712-26/+69
* Synchronize with sys/i386/isa/sio.c revision 1.172.kato1997-07-172-16/+94
* Synchronize with sys/i386/isa/npx.c revision 1.47.kato1997-07-171-3/+2
* Fix Julian's fixed fix. Routing is weird.msmith1997-07-171-3/+6
* Merge WebNFS support from NetBSDdfr1997-07-174-4/+196
* Add some support for the 16650 type UARTS.dyson1997-07-176-27/+147
* Clean up some lint associated with the AIO code.dyson1997-07-173-6/+14
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-1711-46/+549
* Turned OFF DEBUG_CPUSTOP as the default. This was necessary as kernels withoutfsmp1997-07-171-2/+2
* Remove the disable for the P5 cpu class bcopy using the FPU on SMP kernels,peter1997-07-173-9/+6
* Merge WebNFS changes from NetBSD.dfr1997-07-161-1/+17
OpenPOWER on IntegriCloud