summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-02-26Fix boot flags not working. The latest gas patches, which caught someTobias Weingartner
problems in our locore (which were then fixed), caused this latest bug to appear. Basically the clearing of the BSS was being done after the boothowto integer was already filled in. The new bootblocks already clear the BSS, so the clearing of the BSS could well be removed from locore. However, for backwards compatibility we might still need it in there for a while. (I believe the 2.1 boot- blocks did not clear the BSS).
1998-02-26Oops. Pull ddb/db_var.h in. Should db_console be in db_extern.h, maybe?gene
1998-02-26Backout of cpu init changes, breaks on sun4m currently..johns
1998-02-26Backout of Jason's cpu init changes, causes an immediate panic on sun4mjohns
machines..
1998-02-26syncTheo de Raadt
1998-02-26doc CTL0001Theo de Raadt
1998-02-26updated to reflect cpu initializationJason Wright
1998-02-26Change order of cpu initialization to force the correct dmesg output.Jason Wright
1998-02-26150ms delayTheo de Raadt
1998-02-26Only break to Debugger() when the panic switch is hit if the syctl'ablegene
db_console is set.
1998-02-26clean dmesgTheo de Raadt
1998-02-26remember model number; skip PNP cards; etc etc etcTheo de Raadt
1998-02-26nicer messageTheo de Raadt
1998-02-25pretty print for pci cards tooTheo de Raadt
1998-02-25do not print model number twiceTheo de Raadt
1998-02-25patch could not have been tested. panics machine on bootTheo de Raadt
1998-02-25check for zerodev special case before kicking out all VCHR casesTheo de Raadt
1998-02-25Add command to print out extents. This helps in debugging PnP stuff,Tobias Weingartner
and "it's just plain cool".
1998-02-2532bit carenessMichael Shalayeff
1998-02-25please indent as the file is currently indentedTheo de Raadt
1998-02-25Pay attention.Angelos D. Keromytis
1998-02-25Disallow TCP connects to 255.255.255.255 or local broadcast addresses.Angelos D. Keromytis
1998-02-24Various fixes (timeout, uninited vars), as well as some semanticsTobias Weingartner
improvements. Needs another overhaul still though...
1998-02-24Prototype strtol()Tobias Weingartner
1998-02-24Fix OpenBSD tag.Tobias Weingartner
1998-02-24I found at least two places that could have used this function.Tobias Weingartner
Ripped screaming from libc.
1998-02-24Ooops, forgot these two here.Tobias Weingartner
1998-02-24Changes/updates to /boot stuff. More to come.Tobias Weingartner
Fixes many divide by zero and pointer bugs.
1998-02-24First commit of /boot changes/fixes. More to come.Tobias Weingartner
Add BIOS PCI probe stuff.
1998-02-24MNLINK boot.conf(8)Theo de Raadt
1998-02-24compensate for new gasTheo de Raadt
1998-02-24rename some DOS MBR partition typesTheo de Raadt
1998-02-24Support PCI_PRODUCT_CONTAQ_SIO for 164SX. Based on patch by ragge@ludd.luth.se.Todd C. Miller
1998-02-23regenTodd C. Miller
1998-02-23Add CONTAQ CY82C693UTodd C. Miller
1998-02-23strong signedness typing a version of egcs I tried months ago wantedNiklas Hallqvist
me to fix. I am not sure these are necessary for gas 2.8 but I figure I would commit them anyhow.
1998-02-23KNFNiklas Hallqvist
1998-02-23KNFNiklas Hallqvist
1998-02-23GAS 2.8 + KNFNiklas Hallqvist
1998-02-23Please GCC 2.8 -Wall + some KNFNiklas Hallqvist
1998-02-23Please GCC2.8Niklas Hallqvist
1998-02-23New probe routine and support for ST16650.Jason Downs
Compiles, but completely untested.
1998-02-23New probe routine, add support for ST16650 (works).Jason Downs
Tested with some 16450 and 16550 UARTs.
1998-02-23I broke this... fixed it againPer Fogelstrom
1998-02-23do not copy from past end of mbuf; found by ivanTheo de Raadt
1998-02-23GCC 2.8 -WallNiklas Hallqvist
1998-02-23Some NetBSD merge changes I have had lying around for quite a whileNiklas Hallqvist
1998-02-22This has been in my tree for a *very* long time. cua devices like onNiklas Hallqvist
the com devices and sparc zs ones. This replaces the old broken dialin/out mechanism.
1998-02-22GCC 2.8 WallNiklas Hallqvist
1998-02-22Forgot this oneNiklas Hallqvist