summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Collapse)Author
1996-11-25Sync with reality, + Serial console on COM2Niklas Hallqvist
1996-11-25OopsNiklas Hallqvist
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-23remrq -> remrunqueuekstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-22fix booting with serial console - i replaced the bios code from OpenBSD withThomas Graichen
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting
1996-11-12Arrival of new bus.h from NetBSDNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
Removed MI *dev_decl() stuff that is now in sys/conf.h
1996-11-10Move fd back.Jason Downs
1996-11-10commentJason Downs
1996-11-10Repair setroot() to at least have a chance of working after Theo's changes.Jason Downs
1996-11-10Another change Theo missed, plus some stylistic changesJason Downs
1996-11-09Proper break handlingThorsten Lockert
1996-11-07Conditinally unused variable (-Wall fix)Niklas Hallqvist
1996-11-06fix for acdTheo de Raadt
1996-11-06fd moves, acd gets addedTheo de Raadt
1996-11-06use dk_mountrootTheo de Raadt
1996-11-06add blktochr()Theo de Raadt
1996-11-06move floppy to split-major for 4 unitsTheo de Raadt
1996-11-06fix mountroot declTheo de Raadt
1996-11-05Enable NFSThorsten Lockert
Add configuration for test machine
1996-11-05Remove a ^G that should not be hereThorsten Lockert
1996-10-29removed by accidentMichael Shalayeff
1996-10-29not int new libsa, or movedMichael Shalayeff
1996-10-28Enable quotasThorsten Lockert
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-26ep at same places at genericTheo de Raadt
1996-10-26floppy driver is now in dev/isa. Not in files.isa yet, though, since arcJason Downs
changes are still needed.
1996-10-25grow kvm space; fix an over-agressive pmap optimizationTheo de Raadt
1996-10-25be slightly more verbose for my sakeJason Downs
1996-10-25syncJason Downs
1996-10-24Discourage MATH_EMULATE.Jason Downs
1996-10-24add 3 another build directoriesMichael Shalayeff
1996-10-23correct disklabel writing; from priceTheo de Raadt
1996-10-23avoid long linesTheo de Raadt
1996-10-23Get memory configuration from boot blocks or /boot when it becomesetheisen
available. Use MEM_COMPUTE option to use old behavior. Use EXTMEM_SIZE to override extended memory size.
1996-10-22reality checkJason Downs
1996-10-22patch com speed initializationJason Downs
1996-10-21-Wall happinessMichael Shalayeff
1996-10-21random is stock nowMichael Shalayeff
1996-10-20Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.dm
1996-10-20pms0Theo de Raadt
1996-10-19random device is permanent now.Michael Shalayeff
1996-10-18-Wall happinessMichael Shalayeff
1996-10-18-Wall happiness (not happieness, pointed by theo ;)Michael Shalayeff
1996-10-18-Wall happienessMichael Shalayeff
1996-10-17Add pedantic warnings, as well as -m486 if we are only for the 486Niklas Hallqvist
1996-10-17Trim, and reflect realityNiklas Hallqvist
1996-10-17Conditionalize variable declsNiklas Hallqvist