summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-10-21make fdisk grok extended partitions again. we have to keep track of theNiels Provos
absolute offset of the current mbr and its relative position. because: the starting sector of the first mbr entry in an extended partition is relative to the starting offset of the whole mbr itself. the starting offset of a new extended partition is relative to the offset of the very first extended partition.
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-21Make arrow keys work under pcvt using vt220 entry.Todd C. Miller
1997-10-21Sync mode of authlog to what mtree/special says.Todd C. Miller
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-21fix root backupMichael Shalayeff
1997-10-21temp fix, sorryMichael Shalayeff
1997-10-21Bring some file owner/group/mode's into sync with mtree/special.Todd C. Miller
1997-10-21Make /etc/sendmail.cf mode 644 like /etc/security says.Todd C. Miller
1997-10-21/etc/netstart should be mode 644 like the other rc files. The x bit doesn'tTodd C. Miller
apply to root anyway...
1997-10-21arghJason Downs
1997-10-20Enable history and emacs-stye command editing. A lot of this stuffTodd C. Miller
is not used but who knows what...
1997-10-20Sync /var/spool/ftp/* modes to special.Todd C. Miller
1997-10-20Few minor changes to make if_de work big endian on 21140Per Fogelstrom
1997-10-20no ingresTheo de Raadt
1997-10-20change typesMichael Shalayeff
1997-10-20new afterboot man page, and root logins will be told about itTheo de Raadt
1997-10-20Add IPSEC to GENERIC, move if_de srom emul to pciPer Fogelstrom
1997-10-20point to mdoc.template instead of man.template from m4@umn.eduNiels Provos
1997-10-20even better memprobeMichael Shalayeff
1997-10-20get ready for the fix in memprobeMichael Shalayeff
1997-10-20.lif, god damnit.Jason Downs
1997-10-20Do not spoof OpenBSD partitionsNiklas Hallqvist
1997-10-20format the "print" units better, in all casesTheo de Raadt
1997-10-20Sync.Jason Downs
1997-10-20First cut at an updated INSTALL.Jason Downs
1997-10-20Suport the idea of an OpenBSD portion of the disk.Todd C. Miller
Allow user to abort commands via ^D at a prompt. Normalize usage of sectors vs. blocks Allow real numbers when specifying in b/k/m/g Be smarter when suggesting offsets and sizes Always add a 'c' partition BUGS: not all functions make sure they are operating within the OpenBSD part
1997-10-20s,\("[^"]"\)/bins,\1,Todd T. Fries
.. and related.
1997-10-20No 'bins'Jason Downs
1997-10-20cksum *BOOT*, too.Jason Downs
1997-10-20install target.Jason Downs
1997-10-20Copy SYS_UBOOT as well.Jason Downs
1997-10-20Consistant.Jason Downs
1997-10-20Increase inodes, make compressed ramdisk build automatic.Jason Downs
1997-10-20typosTodd T. Fries
1997-10-20pcapJason Downs
1997-10-20Set default OS version tag and import various NetBSD version tags as well.etheisen
1997-10-20Sync with GENERIC.Jason Downs
1997-10-20This time, consistency for all.Todd T. Fries
1997-10-20sync with GENERIC.Todd T. Fries
1997-10-20for obj; make both libkvm thingiesTheo de Raadt
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-20make more obj thingiesTheo de Raadt
1997-10-19when we reinit, show what we didTheo 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-19spellingTheo de Raadt