summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1998-03-26add LIBKAFSTheo de Raadt
1998-03-26correctly count ru_majflt. the fix pulled in from netbsd pr#1397 ischuck
incorrect. calling vm_pager_get() doesn't count as a "majflt" unless the pager returns VM_PAGER_OK. when walking an object chain we can get VM_PAGER_FAIL (indicating that the requested data does not reside in this object and we must continue to walk the chain) -- we don't want to count this as a majflt. i also added code to count ru_minflt.
1998-03-26improved interactive input and minor tweaksPaul Janzen
1998-03-26grammarPaul Janzen
1998-03-26Quit rather than crashing if screen is too smallPaul Janzen
1998-03-26-Wall for suid-root.Artur Grabowski
1998-03-26fix cleaning up of bad environment variables (LD_* and IFS),Artur Grabowski
-Wall cleanup and add ability to fetch AFS-tokens for those who happen to have AFS.
1998-03-26RCS id cleanupNiklas Hallqvist
1998-03-26build and install manpage correctlyTheo de Raadt
1998-03-26httpd was missing.Per Fogelstrom
1998-03-26DESTDIR...Per Fogelstrom
1998-03-26typo in last commitNiklas Hallqvist
1998-03-26Amiga works more stably with the old MAX_KMAP* entries, besides theyNiklas Hallqvist
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX
1998-03-26Use new defs from MI endian.h for swapping, remove registerNiklas Hallqvist
1998-03-26Some KNFNiklas Hallqvist
1998-03-26Remove register specifiers, add one explicit intNiklas Hallqvist
1998-03-26 Move man page - get rid of build artifact - have makefile installBob Beck
man page.
1998-03-26fix Id; add commentsJason Wright
1998-03-26 rudimentary httpd man page - cribbed from ../support/httpd.8, modifiedBob Beck
for OpenBSD.
1998-03-26For non-anonymous ftp, ask for the password twice and and make sureTodd C. Miller
they match. This is because passwords are no longer echo'd so we want to make sure they are correct before we do any xfers.
1998-03-26fix disk promptTheo de Raadt
1998-03-26Make nfs/cdrom/localdisk install the same as ftp/http install.Todd C. Miller
Ie: select the sets once and then extract en mass.
1998-03-26pass host name with GET request so servers hosting multiple virtualMarco S Hyman
hosts know to which host the given path applies
1998-03-26Only build/install everything for alpha, mips, and powerpc. Others willlTodd C. Miller
just get gdb. This will be used in the future when we use the binutils gdb for all platforms. As things stand right now, this change affects nothing since only alpha, mips, and powerpc use binutils.