Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-27 | Make more like other install.md's | Todd C. Miller | |
1998-03-27 | Make compile without diagnistic possible. (Yes very small kernel) | Per Fogelstrom | |
1998-03-27 | fictious disklabels for hpib disks we have in the table. | Todd C. Miller | |
1998-03-27 | now that we have fictious disklabels, this becomes more like the | Todd C. Miller | |
other ports. | |||
1998-03-27 | if you break tree compilation once more with your local system hacks, expect ↵ | Theo de Raadt | |
drastic action | |||
1998-03-27 | fictitious disklabels for scsi disks | Todd C. Miller | |
1998-03-27 | Sync from miniroot version. Should really go away at some point and | Todd C. Miller | |
we can just use the miniroot one. | |||
1998-03-27 | Sync with miniroot version (currently there are no differences). | Todd C. Miller | |
1998-03-27 | Add support for the COMES_WITH variable. COMES_WITH is set to the OpenBSD | Marco 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-26 | cleanup after art | Theo de Raadt | |
1998-03-26 | add LIBKAFS | Theo de Raadt | |
1998-03-26 | correctly count ru_majflt. the fix pulled in from netbsd pr#1397 is | chuck | |
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-26 | improved interactive input and minor tweaks | Paul Janzen | |
1998-03-26 | grammar | Paul Janzen | |
1998-03-26 | Quit rather than crashing if screen is too small | Paul Janzen | |
1998-03-26 | -Wall for suid-root. | Artur Grabowski | |
1998-03-26 | fix 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-26 | RCS id cleanup | Niklas Hallqvist | |
1998-03-26 | build and install manpage correctly | Theo de Raadt | |
1998-03-26 | httpd was missing. | Per Fogelstrom | |
1998-03-26 | DESTDIR... | Per Fogelstrom | |
1998-03-26 | typo in last commit | Niklas Hallqvist | |
1998-03-26 | Amiga works more stably with the old MAX_KMAP* entries, besides they | Niklas Hallqvist | |
are dynamic today anyhow. I want to look into this a bit more after release because this a bit XXX | |||
1998-03-26 | Use new defs from MI endian.h for swapping, remove register | Niklas Hallqvist | |
1998-03-26 | Some KNF | Niklas Hallqvist | |
1998-03-26 | Remove register specifiers, add one explicit int | Niklas Hallqvist | |
1998-03-26 | Move man page - get rid of build artifact - have makefile install | Bob Beck | |
man page. | |||
1998-03-26 | fix Id; add comments | Jason Wright | |
1998-03-26 | rudimentary httpd man page - cribbed from ../support/httpd.8, modified | Bob Beck | |
for OpenBSD. | |||
1998-03-26 | For non-anonymous ftp, ask for the password twice and and make sure | Todd 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-26 | fix disk prompt | Theo de Raadt | |
1998-03-26 | Make 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-26 | pass host name with GET request so servers hosting multiple virtual | Marco S Hyman | |
hosts know to which host the given path applies | |||
1998-03-26 | Only build/install everything for alpha, mips, and powerpc. Others willl | Todd 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. | |||
1998-03-26 | Pass in SUBDIRS variable for "make install" like we do for "make all". | Todd C. Miller | |
Required for when we use binutils gdb for all ports. | |||
1998-03-26 | install sysctl.conf | Theo de Raadt | |
1998-03-26 | pretty | Theo de Raadt | |
1998-03-25 | Add a missing ntohs. fixes llc/snap connections. | chuck | |
from: bouyer@netbsd | |||
1998-03-25 | usage to stderr, not syslog | Theo de Raadt | |
1998-03-25 | no need for another line of output | Theo de Raadt | |
1998-03-25 | savecore prints a message; no need to print another | Theo de Raadt | |
1998-03-25 | pretty | Theo de Raadt | |
1998-03-25 | distribution build in httpd | Theo de Raadt | |
1998-03-25 | www sync | Theo de Raadt | |
1998-03-25 | get_ad_tkt.c : -Wall | Artur Grabowski | |
get_host.c : "==" != "=" + -Wall getaddrs.c : #include <err.h> krb_locl.h : add prototypes for k_{{,v},{,v}m}concat | |||
1998-03-25 | explicit braces to avoid ambigious `else', some small -Wall fixes | Artur Grabowski | |
and prettier output when asking for kerberos passwd. | |||
1998-03-25 | Update to reality. (don't think this man-page has been valid for the last | Artur Grabowski | |
3 years) | |||
1998-03-25 | satisfy -Wall | Artur Grabowski | |
1998-03-25 | fix a bug, use fd_set for select() and cleanup a bit. | Artur Grabowski | |
1998-03-25 | random cleanup. | Artur Grabowski | |