summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1998-03-26Pass 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-26install sysctl.confTheo de Raadt
1998-03-26prettyTheo de Raadt
1998-03-25Add a missing ntohs. fixes llc/snap connections.chuck
from: bouyer@netbsd
1998-03-25usage to stderr, not syslogTheo de Raadt
1998-03-25no need for another line of outputTheo de Raadt
1998-03-25savecore prints a message; no need to print anotherTheo de Raadt
1998-03-25prettyTheo de Raadt
1998-03-25distribution build in httpdTheo de Raadt
1998-03-25www syncTheo de Raadt
1998-03-25get_ad_tkt.c : -WallArtur Grabowski
get_host.c : "==" != "=" + -Wall getaddrs.c : #include <err.h> krb_locl.h : add prototypes for k_{{,v},{,v}m}concat
1998-03-25explicit braces to avoid ambigious `else', some small -Wall fixesArtur Grabowski
and prettier output when asking for kerberos passwd.
1998-03-25Update to reality. (don't think this man-page has been valid for the lastArtur Grabowski
3 years)
1998-03-25satisfy -WallArtur Grabowski
1998-03-25fix a bug, use fd_set for select() and cleanup a bit.Artur Grabowski
1998-03-25random cleanup.Artur Grabowski
1998-03-25for *utimes(), deal with tv_sec == VNOVAL; problem noted by ↵Theo de Raadt
syssgm@dtir.qld.gov.au
1998-03-25cleanup and please -WallArtur Grabowski
1998-03-25like a knechtMichael Shalayeff
1998-03-25ppc needs a pci chip bug workaroundPer Fogelstrom
1998-03-25shlib soon...Per Fogelstrom
1998-03-25use sysv4.hPer Fogelstrom
1998-03-25Add openbsd as targetPer Fogelstrom
1998-03-25don't localise .lcomm if it's defined .globlPer Fogelstrom
1998-03-25Handle systems without MS-DOS partitionsPer Fogelstrom
1998-03-25not the samePer Fogelstrom
1998-03-25Use INT slot 7 for on chip timerPer Fogelstrom
1998-03-25flush -> syncPer Fogelstrom
1998-03-25DDB vs DEBUGPer Fogelstrom
1998-03-25We now have DDB, use std generic configPer Fogelstrom
1998-03-25another configPer Fogelstrom
1998-03-25call vm_set_page_sizePer Fogelstrom
1998-03-25DDB vs DEBUGPer Fogelstrom
1998-03-25c++ h filesPer Fogelstrom
1998-03-25-DV7 removed, -lcompat not neededPaul Janzen
1998-03-25handle exponents, leading whitespace, and +Paul Janzen
1998-03-25Driver for the 8 leds on the back of sun4 machines.Jason Wright
1998-03-25add httpdBob Beck
1998-03-25Install cgi's 000 by default - user must chmod to enable.Bob Beck
1998-03-25add SIOCGIFDATA; fetches ifdata structure attached to each interfaceTheo de Raadt