summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-2512-75/+172
* patches from Julian Elischer -dg1993-11-221-1/+27
* Fixed comments that start within a comment, so code compiles cleanly withwollman1993-11-173-6/+5
* If netmask == 0, new value changed from 0x8000 to 0x10000ache1993-11-171-4/+2
* new process tracing code from Sean Eric Fagen (sef@kithrup.com).dg1993-11-162-12/+197
* if netmask == 0, then the loopback code can do some reallyache1993-11-141-1/+8
* Add _bde_exists: label so that the global is really defined. Fix spellingrgrimes1993-11-142-6/+6
* First steps in rewriting locore.s, and making info usefuldg1993-11-1314-3624/+4049
* Applied David Greenman's hack to disable IRQ conflict checkingalm1993-11-091-1/+3
* Get rid of WFJ's use of sleep() for more user-friendly tsleep().wollman1993-11-072-4/+4
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-1/+5
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-0718-28/+93
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-073-3/+27
* splnone()'s in the trap code can be deadly. Save/restore previous prioritydg1993-11-041-5/+7
* DST offset calculation removed, it is wrong in any case.ache1993-11-042-22/+2
* Restored comments that were removed from npx.c using # commentpaul1993-11-032-10/+10
* Removed comments from within asm block.paul1993-11-032-10/+10
* Modified the "rude stack hack" that it only applies to addresses withinchmr1993-11-011-2/+4
* Whoops, the algorithm I last used was messed up - I left off parans, anddg1993-10-291-2/+2
* Change filesystem buffer cache size calculation to be less for 4MBdg1993-10-291-2/+2
* >From: Julian Elischer <julian@jules.dialix.oz.au>rgrimes1993-10-181-2/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1615-70/+29
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-166-94/+11
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-167-81/+17
* genassym.c:rgrimes1993-10-157-159/+113
* param.h:rgrimes1993-10-152-23/+14
* >From David Greenmanrgrimes1993-10-141-8/+6
* ALL:rgrimes1993-10-133-194/+205
* Removed hack that did the R_SHIFT of unsigned numbers, no longer needrgrimes1993-10-132-82/+66
* Add Page Table Directory Indexes (NKPDE, KPTDI, PTDPTDI, APTDPTDI) torgrimes1993-10-121-1/+5
* KPTDI_LAST renamed to KPTDIrgrimes1993-10-122-5/+5
* Eliminate definition of I386_PAGE_SIZE and use NBPG insteadrgrimes1993-10-121-23/+29
* Eliminate definition of I386_PAGE_SIZE and use NBPG insteadrgrimes1993-10-121-16/+15
* SYSPDROFF and SYSPDREND are now calculated using KERNBASE, KERNSIZE andrgrimes1993-10-102-1052/+1036
* Added a compile time #error so that if the user does not specify on ofrgrimes1993-10-101-1/+4
* Added PDRSHIFT and KERNSIZE so that the PDR offsets can be calculated inrgrimes1993-10-101-1/+3
* Correct spelling of "SHMMAXPGS" so the config override will actually work.dg1993-10-091-1/+1
* All:rgrimes1993-10-083-31/+41
* All:rgrimes1993-10-084-168/+323
* Define the types of cpu's there are, from NetBSDrgrimes1993-10-081-0/+49
* Architecture specific syscalls (i386) from NetBSDrgrimes1993-10-081-0/+10
* Removed patch kit headers, and rcsid, add $Id$, relocate Terry Lambertsrgrimes1993-10-081-20/+3
* This is a fix for the 32K DMA buffer region that was not accounted for,rgrimes1993-09-301-15/+12
* Add symbolic name for system page directory end, and change constant torgrimes1993-09-292-4/+6
* define SHMMAXPGS where it is suppose to be, you can over ride this withrgrimes1993-09-271-0/+7
* >From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)rgrimes1993-09-241-1/+4
* Removed volatile functions which were causing grief in the system, sincenate1993-09-101-4/+8
* This is just to shut the compiler uprgrimes1993-09-101-1/+3
* Changed the pg("ptdi> %x") to a printf and then a panic, since we arergrimes1993-09-091-2/+3
OpenPOWER on IntegriCloud