Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-08 | use -lkvm, various other fixes; thorpej | Theo de Raadt | |
1997-09-08 | fix for sometimes/always ignored status; cato@ulysses.df.lth.se | Theo de Raadt | |
1997-09-08 | disklabel spoofing code; briggs | Theo de Raadt | |
1997-09-08 | ttyv0 stupidity goes away | Theo de Raadt | |
1997-09-08 | Don't buld rsh with kerb support for the install floppy. It buys you | Todd C. Miller | |
nothing and takes up precious space. | |||
1997-09-08 | include <m68k/param.h> | kstailey | |
remove some redundant (and conflicting) #defines. There may be more redundant #defines that I will clean up later. | |||
1997-09-08 | s/sun3_btop/m68k_btop/ | kstailey | |
1997-09-07 | Remove old bpf files no longer in use. | Todd C. Miller | |
1997-09-07 | In pty* rule:\n Change 'rm -rf' to 'rm -f'\n Fix {pty,tty}$n -> {pty,tty}$nam | dgregor | |
1997-09-07 | Fix misplaced parens. | Todd C. Miller | |
1997-09-07 | oops, fix typo | Todd C. Miller | |
1997-09-07 | ttyqf/ttyv0 thing is not defunct | Theo de Raadt | |
1997-09-07 | (Oops.. that last commit was supposed to be aborted.) | dgregor | |
Use 'rm -f' instead of 'rm -rf'. | |||
1997-09-07 | Build private versions of ftp and pppd w/o the bloat. This could be used | Todd 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-07 | Fixed 'rm -f' on pty/tty nodes. [tp]ty$n was being removed instead of ↵ | dgregor | |
[tp]ty$nam | |||
1997-09-07 | Enclose comments after #endif in /* */ and #if 0 out this section | Todd C. Miller | |
instead of commenting it out to avoid nested comments. | |||
1997-09-07 | Use mkstemp, not mktemp. Use snprintf for paranoia. Thanks to Theo | Todd C. Miller | |
for noting an fd leak. | |||
1997-09-07 | neat typo | Theo de Raadt | |
1997-09-07 | typo | Theo de Raadt | |
1997-09-07 | switch from private Mach derived conversion macros to m68k ones | kstailey | |
1997-09-07 | check for acu type | Niels Provos | |
1997-09-07 | initial documentation for ipsec. | Niels Provos | |
1997-09-07 | fill text on align with nop, not 0 | Michael Shalayeff | |
1997-09-07 | From 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-07 | right zlib Xr, 10x todd | Michael Shalayeff | |
1997-09-07 | for 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-07 | fix some spelling errors | Theo de Raadt | |
1997-09-07 | disable slip until -lpcap problem is fixed | Theo de Raadt | |
1997-09-06 | I hate static buffer sizes! Prolongue the max length of a line to 8K | Niklas Hallqvist | |
(from 1K which a patch in ports/print/ghostscript5 had a line longer than). | |||
1997-09-06 | ln basename.3 dirname.3 | Todd C. Miller | |
1997-09-06 | fix #endif; David.Sainty@MCS.VUW.AC.NZ | Theo de Raadt | |
1997-09-06 | need -lpcap, this needs fixing | Theo de Raadt | |
1997-09-06 | Use real pcvt termcap entry, not dec vt220. | Todd C. Miller | |
1997-09-06 | more cleaning | Theo de Raadt | |
1997-09-05 | Finishing? touches. | Tobias Weingartner | |
1997-09-05 | make depend (in this case) is a total waste of time | Theo de Raadt | |
1997-09-05 | s/OpenBSD/.Ox/ | kstailey | |
1997-09-05 | make bpfread return ENXIO if a read is attempted on an uninitialized | Theo de Raadt | |
descriptor; newsham@secnet.com | |||
1997-09-05 | after configure, call "make all-recursive" instead of "make" -- this | flipk | |
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-05 | MKINSTALLDIRS is two words ("sh [..]/mkinstalldirs") and the | flipk | |
"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-05 | nuke e_spare. It never bought us any usable compatibility and costs storage. | kstailey | |
1997-09-05 | change e_spare back to a long. | kstailey | |
1997-09-05 | busted warnx; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-09-05 | man this; read, if you can read | Michael Shalayeff | |
1997-09-05 | some manual | Michael Shalayeff | |
1997-09-05 | copycenter | Michael Shalayeff | |
1997-09-05 | Add SCSITERSE and make some other options less ugly. | Todd C. Miller | |
1997-09-05 | SCSIVERBOSE is history, use SCSITERSE. | Todd C. Miller | |
1997-09-05 | well, i thought it will fit ); | Michael Shalayeff | |
1997-09-05 | new pppd needs -lpcap | Michael Shalayeff | |