summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-10-24checksumming stuff from niklasMichael Shalayeff
1997-10-24better segmentsMichael Shalayeff
1997-10-24space by niklasMichael Shalayeff
1997-10-24map a piece of memory after the msgbuf and copy bootargv there.Michael Shalayeff
pass cksumlen argument, sysctl it mostly by niklas me just did slite editing.
1997-10-24export bootarg* varsMichael Shalayeff
1997-10-24fix cylinders in getdiskinfoMichael Shalayeff
get EDD fot hd* only more debug
1997-10-24prevent open() with wrong flagsTheo de Raadt
1997-10-24fix the case when data/code segment is not in the ISA memoryMichael Shalayeff
hole, so map 'em separatelly (or together if they intersect) and use that mapped region for segment creations... must help on some machines to avoid weird apm errors
1997-10-24Fix hang on disk probe.Tobias Weingartner
1997-10-24use real boot deviceMichael Shalayeff
1997-10-24remove bogus definesMichael Shalayeff
1997-10-24s/DEBUG/SPKR_DEBUG/gMichael Shalayeff
1997-10-23Better BIOS diskprobe. Cleanup and re-org by mickey.Tobias Weingartner
Fix bug in BIOS memprobe. Cleanup and re-org by mickey. Do checksum of HD devices.
1997-10-23correct obj buildingTheo de Raadt
1997-10-23SUBDIR includes ../m68kTheo de Raadt
1997-10-22fix makebootargsMichael Shalayeff
1997-10-22support new libsaMichael Shalayeff
1997-10-22newer, better stuff; some parts by toby@Michael Shalayeff
1997-10-22use bootargMichael Shalayeff
1997-10-22honour DEBUGFLAGS, rm before ldMichael Shalayeff
1997-10-22Cleanup.Tobias Weingartner
1997-10-22remap 0-->reserved; toby@Michael Shalayeff
1997-10-21fix by toby againMichael Shalayeff
1997-10-21Dig out the ethernet address from the board configuration. This just takesPer Fogelstrom
the first "network" with a "mac-address" for this. In the future this has to be improved (probably) to handle more than one ethernet ifc.
1997-10-21restore timezone/dstMichael Shalayeff
1997-10-21Straighten up boot options.Per Fogelstrom
1997-10-21When the input queues are flushed on a blocked tty, make sure to unblockNiklas Hallqvist
it, if it's currently in a blocked state due to input flow control. This was typically seen with drivers implementing th t_hwiflow function, and starting of ppp (line discipline changes flushes the input queue). Independently discovered and fixed slightly different than NetBSD PR#4227.
1997-10-21argument vector supportMichael Shalayeff
1997-10-21temp fix, sorryMichael Shalayeff
1997-10-20Few minor changes to make if_de work big endian on 21140Per Fogelstrom
1997-10-20change typesMichael Shalayeff
1997-10-20Add IPSEC to GENERIC, move if_de srom emul to pciPer Fogelstrom
1997-10-20even better memprobeMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-20Do not spoof OpenBSD partitionsNiklas Hallqvist
1997-10-20Sync with GENERIC.Jason Downs
1997-10-20This time, consistency for all.Todd T. Fries
1997-10-20build all arch/ obj thingiesTheo de Raadt
1997-10-20hardcode mvme68k, so that obj dirs can be built from elsewhereTheo de Raadt
1997-10-19Remove some old, out of date kernel configurations.briggs
Add HZ=60 to GENERIC and GENERICSBC configurations. Make sure clockreg.h does not compile unless HZ is defined. We can't just define it here since param.c needs to agree with whatever clockreg.h uses. This has been broken since June. Only effect is that the clocks would lose time badly.
1997-10-19fix 'ma boot' cmd; toby@Michael Shalayeff
1997-10-19mvmve68k does not use rcons.etheisen
1997-10-19Fix busted links and tags targets.etheisen
1997-10-19add a comment.Todd T. Fries
1997-10-19no, not good. will be fixed soonMichael Shalayeff
xyu te6e B poT, teo
1997-10-18oopsTheo de Raadt
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-18avoid "no disklabel" error messagesTheo de Raadt
1997-10-18do not create spoofed partition for DOSTYP_OPENBSDTheo de Raadt
1997-10-18correctMichael Shalayeff