summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-09-08use -lkvm, various other fixes; thorpejTheo de Raadt
1997-09-08fix for sometimes/always ignored status; cato@ulysses.df.lth.seTheo de Raadt
1997-09-08disklabel spoofing code; briggsTheo de Raadt
1997-09-08ttyv0 stupidity goes awayTheo de Raadt
1997-09-08Don't buld rsh with kerb support for the install floppy. It buys youTodd C. Miller
nothing and takes up precious space.
1997-09-08include <m68k/param.h>kstailey
remove some redundant (and conflicting) #defines. There may be more redundant #defines that I will clean up later.
1997-09-08s/sun3_btop/m68k_btop/kstailey
1997-09-07Remove old bpf files no longer in use.Todd C. Miller
1997-09-07In pty* rule:\n Change 'rm -rf' to 'rm -f'\n Fix {pty,tty}$n -> {pty,tty}$namdgregor
1997-09-07Fix misplaced parens.Todd C. Miller
1997-09-07oops, fix typoTodd C. Miller
1997-09-07ttyqf/ttyv0 thing is not defunctTheo de Raadt
1997-09-07(Oops.. that last commit was supposed to be aborted.)dgregor
Use 'rm -f' instead of 'rm -rf'.
1997-09-07Build private versions of ftp and pppd w/o the bloat. This could be usedTodd C. Miller
to remove kerberos from the the floppy as well as Theo pointed out. This allows us to put back some things that were removed due to lack of space.
1997-09-07Fixed 'rm -f' on pty/tty nodes. [tp]ty$n was being removed instead of ↵dgregor
[tp]ty$nam
1997-09-07Enclose comments after #endif in /* */ and #if 0 out this sectionTodd C. Miller
instead of commenting it out to avoid nested comments.
1997-09-07Use mkstemp, not mktemp. Use snprintf for paranoia. Thanks to TheoTodd C. Miller
for noting an fd leak.
1997-09-07neat typoTheo de Raadt
1997-09-07typoTheo de Raadt
1997-09-07switch from private Mach derived conversion macros to m68k oneskstailey
1997-09-07check for acu typeNiels Provos
1997-09-07initial documentation for ipsec.Niels Provos
1997-09-07fill text on align with nop, not 0Michael Shalayeff
1997-09-07From NetBSD:Todd C. Miller
Add QUIRK_NOTAGS quirk type and quirk for HP C372. Print quirks (other than QUIRK_NOMSG) for a device when it is config'd.
1997-09-07right zlib Xr, 10x toddMichael Shalayeff
1997-09-07for broadcast/multicast packets, correct m_pkthdr.len on the way up to the ↵Theo de Raadt
socket; drochner@zelz26.zel.kfa-juelich.de
1997-09-07fix some spelling errorsTheo de Raadt
1997-09-07disable slip until -lpcap problem is fixedTheo de Raadt
1997-09-06I hate static buffer sizes! Prolongue the max length of a line to 8KNiklas Hallqvist
(from 1K which a patch in ports/print/ghostscript5 had a line longer than).
1997-09-06ln basename.3 dirname.3Todd C. Miller
1997-09-06fix #endif; David.Sainty@MCS.VUW.AC.NZTheo de Raadt
1997-09-06need -lpcap, this needs fixingTheo de Raadt
1997-09-06Use real pcvt termcap entry, not dec vt220.Todd C. Miller
1997-09-06more cleaningTheo de Raadt
1997-09-05Finishing? touches.Tobias Weingartner
1997-09-05make depend (in this case) is a total waste of timeTheo de Raadt
1997-09-05s/OpenBSD/.Ox/kstailey
1997-09-05make bpfread return ENXIO if a read is attempted on an uninitializedTheo de Raadt
descriptor; newsham@secnet.com
1997-09-05after configure, call "make all-recursive" instead of "make" -- thisflipk
short-circuits the dependencies that try to run things like automake which we don't have and touch timestamp files in the source dir. texinfo now appears to build in a read-only tree.
1997-09-05MKINSTALLDIRS is two words ("sh [..]/mkinstalldirs") and theflipk
"test -f" was failing (too many args). this test is defunct anyway, remove it. this removes (for real!) the necessity to have mkinstalldirs executable.
1997-09-05nuke e_spare. It never bought us any usable compatibility and costs storage.kstailey
1997-09-05change e_spare back to a long.kstailey
1997-09-05busted warnx; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-09-05man this; read, if you can readMichael Shalayeff
1997-09-05some manualMichael Shalayeff
1997-09-05copycenterMichael Shalayeff
1997-09-05Add SCSITERSE and make some other options less ugly.Todd C. Miller
1997-09-05SCSIVERBOSE is history, use SCSITERSE.Todd C. Miller
1997-09-05well, i thought it will fit );Michael Shalayeff
1997-09-05new pppd needs -lpcapMichael Shalayeff