summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-22Remove gzip from many install floppies; not needed with zlib part of pax/tarThorsten Lockert
1996-09-22Pedanitic indentation: spaces -> tabsimp
1996-09-22Use maximum compression when building source distributionThorsten Lockert
1996-09-22Use zopen for compress-style compressed archivesThorsten Lockert
Use libz for gzip-style compressed archives
1996-09-22Add zdopen(); open a file descriptorThorsten Lockert
1996-09-22Revert to my version of buildfname(). Allman's didn't work, ya know?Jason Downs
Also fix a slight buffer overflow in get_column(), pointed out by Allman.
1996-09-22Tweak for FreeBSD cross compileimp
1996-09-22Fix unterminated constant complaintimp
1996-09-22cannot be static, named uses itTheo de Raadt
1996-09-22unaligned support for outs()Per Fogelstrom
1996-09-22We run OpenBSDPer Fogelstrom
1996-09-22warnx does not take a \\nTheo de Raadt
1996-09-22add ontrack formatTheo de Raadt
1996-09-22vis log entries; noted by bitbltTheo de Raadt
1996-09-22Get some things ready for later.Jason Downs
1996-09-22We support vesion 1 of rusers too nowThorsten Lockert
1996-09-22Make this work properly with corrected rnusers.xThorsten Lockert
Also implement protocol version 1 while at it
1996-09-22Always use private utmp structure definition; don't depend on host systemThorsten Lockert
not to change
1996-09-22Avoid name clashes with rusers.xThorsten Lockert
1996-09-22Make this work properly; we have to let the XDR routines allocate and freeThorsten Lockert
memory for us.
1996-09-22No broken push/pop for Theo's less -ewm.etheisen
1996-09-22I don't do curses and certainly not with termcap. Fix the librariesetheisen
being linked in.
1996-09-22add a slight delayJason Downs
1996-09-22random function nameTheo de Raadt
1996-09-22randomize _res.id at start; could do better i hopeTheo de Raadt
1996-09-22Add ex mode to vim, from eric@rainbow.uchicago.edu via mool@oce.nl.Jason Downs
1996-09-22vi -> nvi, ex -> nexJason Downs
1996-09-21Two more changes from vimdev: fix shell expansions and add command line exJason Downs
address commands.
1996-09-21Fix pattern match message, from mool@oce.nl via vimdev.Jason Downs
1996-09-21Need to include <term.h> here when no weak symbols.Thorsten Lockert
1996-09-21Make it compile without weak symbolsThorsten Lockert
1996-09-21dohTheo de Raadt
1996-09-21i so rarely forget htons & friends; this time i did -- warner caught meTheo de Raadt
1996-09-21Do not look for a.out t.o.c sections in the mips-based portsNiklas Hallqvist
1996-09-21Make vidattr() and vidputs() weak bindings, avoids problems with linking toThorsten Lockert
the curses library on some platforms (and the curses library has more complete implementation of them).
1996-09-21Add mopd to Makefile. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD, 3:rd try. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD. -mojMats O Jansson
1996-09-21Replace $Id with $OpenBSD. -mojMats O Jansson
1996-09-21Initial import of mopd-2.5.3. -mojMats O Jansson
1996-09-21When reading label -r first try the correct label location.Per Fogelstrom
Don't allow updates when original disklabel is found by scanning. NetBSD -> OpenBSD in printouts.
1996-09-21Added a swedish ISO 8859-1 keyboard map with national ISO 8859-1 characters.Mats O Jansson
The previous one used CP850 for national characters and not ISO 8859-1. -moj
1996-09-21fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10monthTheo de Raadt
old PR and the fix is mostly unchanged).
1996-09-21standardize the dmesg outputTheo de Raadt
1996-09-21document special MAKEOBJDIR/obj.$MACHINE/obj behaviour of makeTheo de Raadt
1996-09-21Disklabel on ARC has moved to sector 1 offset 0! BEWARE!Per Fogelstrom
1996-09-21Document BOOT_CONFIG kernel option. -mojMats O Jansson
1996-09-21pefo you're a clown!!Per Fogelstrom
1996-09-21pefo needs ktraceTheo de Raadt
1996-09-21gen ktrace.out with restrictive umask; from joerg@freebsd.orgTheo de Raadt