summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1996-09-23for errors, tell which line #Theo de Raadt
1996-09-23correct field nameTheo de Raadt
1996-09-23pw_abort() after yp change, does unlockTheo de Raadt
1996-09-22Pedanitic indentation: spaces -> tabsimp
1996-09-22Add zdopen(); open a file descriptorThorsten Lockert
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 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-21Do not look for a.out t.o.c sections in the mips-based portsNiklas Hallqvist
1996-09-21document special MAKEOBJDIR/obj.$MACHINE/obj behaviour of makeTheo de Raadt
1996-09-21gen ktrace.out with restrictive umask; from joerg@freebsd.orgTheo de Raadt
1996-09-21Cleanupetheisen
1996-09-21update to vim 4.4betaJason Downs
1996-09-21Incorporate less modifications for more and our bug fixes from previousetheisen
version.
1996-09-21Build less-290 using wrappers.etheisen
1996-09-21Import of unmolested less-290.etheisen
1996-09-21From NetBSD (christos):briggs
- Fix bug where the first line after a conditionally skipped was not ready in its entirety if it contained a continuation. - Print the whole error line, not just the first 20 characters of it.
1996-09-19fix bastille, add german union; netbsd pr#2767; hwr@pilhuhn.deTheo de Raadt
1996-09-18block info gathering attack; netbsd pr#2768; daw@panix.comTheo de Raadt
1996-09-17nvi 1.76:michaels
+ Fix bug where ^V didn't keep input mapping from happening. + Fix a core dump bug in the R command. + Give up on licensing: no more shareware, adware, whatever. + Fix cursor positioning bug for C, S and c$ in an empty file.
1996-09-16/tmp// -> /tmpTodd C. Miller
1996-09-16/tmp// -> /tmp/Todd C. Miller
1996-09-16Use $STATIC.Jason Downs
1996-09-16_PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible tooTheo de Raadt
1996-09-16use mkstemp correctlyTheo de Raadt
1996-09-16kill the race; spotted by bitbltTheo de Raadt
1996-09-16kill the race; spotted by bitbltTheo de Raadt
1996-09-15kill the race; noticed by bitbltTheo de Raadt
1996-09-15unused.Todd C. Miller
1996-09-15Be slightly safer opening temp files.Todd C. Miller
1996-09-15Slightly safer temp file open.Todd C. Miller
1996-09-15Slightly safer temp file open.Todd C. Miller
1996-09-15Blind update of wosch@FreeBSD's code:michaels
optimized search algorithm faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names fix prototypes/forward declarations/return type
1996-09-15Don't add a comma after the last entry in an enumThorsten Lockert
1996-09-13document our extensionsTheo de Raadt
1996-09-10Fix deref of free()'d ptr. NetBSD PR#2747 from beal@dilbert.umiacs.umd.eduTodd C. Miller
1996-09-09Add an fflush; from FreeBSD PR# bin/1589 (msmith@cain.atrad.adelaide.edu.au)Jason Downs
1996-09-07Add README file from dist.Jason Downs
1996-09-07One more slight fix.Jason Downs
1996-09-07Install the tags, too, and be more verbose.Jason Downs
1996-09-07+vimJason Downs
1996-09-07Initial import of vim 4.2.Jason Downs
This is meant to replace nvi in the tree. Vim, in general, works better, provides more features, and does not suffer from the license problems being imposed upon nvi. On the other hand, vim lacks a non-visual ex mode, in addition to open mode. This includes the GUI (X11) code, but doesn't try to compile it.
1996-09-07Don't dup stderr to stdout. This makes rdist happy with ssh when aTodd C. Miller
password is required.
1996-09-07remove defs.h hackery now that oldrdist just uses rcmdsh()Todd C. Miller
1996-09-06Add -n/no timeout option. FreeBSD PR bin/1567, obrien@Nuxi.cs.ucdavis.edu.Jason Downs
1996-09-05skey command for inline use; by brian@saturn.net (but i had to fix his sleep ↵Theo de Raadt
deprived code)
1996-09-05nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersTheo de Raadt
have, so that he may learn what the network is about and protect it better.