summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-03-29Adapt the newer of our GDB versions to a.out ports. The main part of thisNiklas Hallqvist
commit comes from NetBSD. Also, the kernel debugging mode is a bit different but you will notice when you type gdb -k because it documents the difference
1998-03-29GDB 6.3 (excluding .info files)Niklas Hallqvist
1998-03-29GDB 6.1 (excluding .info files)Niklas Hallqvist
1998-03-29Select base*, etc* and bsd by default in the file selector.Todd C. Miller
1998-03-29Support $MODE in welcome message.Todd C. Miller
1998-03-29Make welcome message line up with other textTodd C. Miller
1998-03-29Allow +/- in file selector (works with glob patterns too).Todd C. Miller
1998-03-29glob against files in the selector not in the total file listTodd C. Miller
(although it would be nice to be able to do that too). Now '*' does what the user might expect.
1998-03-29Set ALL_MODULES and INSTALL_MODULES variables to really control whatTodd C. Miller
gets built. Needed for gdb-only platforms.
1998-03-29Fix a typoTodd C. Miller
Move fileset selector code into its own function Add support for globbing patters in the file selector (needs documenting) Ie: `*.gz' or even `*23.tar.gz|bsd'
1998-03-29Fix welcome in "upgrade" case.Todd C. Miller
1998-03-28slight improvementTodd C. Miller
1998-03-28make erase ^H as that is more convenient on an hp300 hil keyboard.Todd C. Miller
1998-03-28More complete info on network booting. You need to setup ethers/rarpdTodd C. Miller
bootparms/bootparamd as well as rbootd. Needs more work.
1998-03-28Use miniroot install.{sh,sub}.Todd C. Miller
1998-03-28oopsTheo de Raadt
1998-03-28copyrightsTheo de Raadt
1998-03-28complete TVGA 9660 supportTheo de Raadt
1998-03-28syncTheo de Raadt
1998-03-28indentTheo de Raadt
1998-03-28syncTheo de Raadt
1998-03-28add bt848/849Theo de Raadt
1998-03-28nasty indentTheo de Raadt
1998-03-28add ep* at isapnp; move le0 to where GENERIC expects itTheo de Raadt
1998-03-28grok trident 9660Theo de Raadt
1998-03-28support ed* at pci?Theo de Raadt
1998-03-28syncTheo de Raadt
1998-03-28diamond monster 3dTheo de Raadt
1998-03-28syncTheo de Raadt
1998-03-28sync against PCI listTheo de Raadt
1998-03-28syncTheo de Raadt
1998-03-28WallTheo de Raadt
1998-03-28s/^nat/ipnat/Theo de Raadt
1998-03-27simplifyTheo de Raadt
1998-03-27simplify a messageTheo de Raadt
1998-03-27default hostname "noname" with unconfigured ip address 192.168.254.254. ↵Theo de Raadt
Sound ok?
1998-03-27do not nest RS/RETheo de Raadt
1998-03-27Messed up configuration, can live without it.Angelos D. Keromytis
1998-03-27Fix bug (I introduced) with aliases and in_broadcast().Angelos D. Keromytis
1998-03-27Fix strncpy usage and call a cdrom a cdrom in the fake labelTodd C. Miller
1998-03-27Make more like other install.md'sTodd C. Miller
1998-03-27Make compile without diagnistic possible. (Yes very small kernel)Per Fogelstrom
1998-03-27fictious disklabels for hpib disks we have in the table.Todd C. Miller
1998-03-27now that we have fictious disklabels, this becomes more like theTodd C. Miller
other ports.
1998-03-27if you break tree compilation once more with your local system hacks, expect ↵Theo de Raadt
drastic action
1998-03-27fictitious disklabels for scsi disksTodd C. Miller
1998-03-27Sync from miniroot version. Should really go away at some point andTodd C. Miller
we can just use the miniroot one.
1998-03-27Sync with miniroot version (currently there are no differences).Todd C. Miller
1998-03-27Add support for the COMES_WITH variable. COMES_WITH is set to the OpenBSDMarco S Hyman
version that a port became part of the standard distribution. If someone tries to generate the port on that version (or later) they will see the message "<port> comes with OpenBSD as of release ${COMES_WITH}". Users of earlier versions of OpenBSD will still generate the port.
1998-03-26cleanup after artTheo de Raadt