Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-23 | for errors, tell which line # | Theo de Raadt | |
1996-09-23 | correct field name | Theo de Raadt | |
1996-09-23 | pw_abort() after yp change, does unlock | Theo de Raadt | |
1996-09-22 | Pedanitic indentation: spaces -> tabs | imp | |
1996-09-22 | Add zdopen(); open a file descriptor | Thorsten Lockert | |
1996-09-22 | No broken push/pop for Theo's less -ewm. | etheisen | |
1996-09-22 | I don't do curses and certainly not with termcap. Fix the libraries | etheisen | |
being linked in. | |||
1996-09-22 | Add ex mode to vim, from eric@rainbow.uchicago.edu via mool@oce.nl. | Jason Downs | |
1996-09-22 | vi -> nvi, ex -> nex | Jason Downs | |
1996-09-21 | Two more changes from vimdev: fix shell expansions and add command line ex | Jason Downs | |
address commands. | |||
1996-09-21 | Fix pattern match message, from mool@oce.nl via vimdev. | Jason Downs | |
1996-09-21 | Do not look for a.out t.o.c sections in the mips-based ports | Niklas Hallqvist | |
1996-09-21 | document special MAKEOBJDIR/obj.$MACHINE/obj behaviour of make | Theo de Raadt | |
1996-09-21 | gen ktrace.out with restrictive umask; from joerg@freebsd.org | Theo de Raadt | |
1996-09-21 | Cleanup | etheisen | |
1996-09-21 | update to vim 4.4beta | Jason Downs | |
1996-09-21 | Incorporate less modifications for more and our bug fixes from previous | etheisen | |
version. | |||
1996-09-21 | Build less-290 using wrappers. | etheisen | |
1996-09-21 | Import of unmolested less-290. | etheisen | |
1996-09-21 | From 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-19 | fix bastille, add german union; netbsd pr#2767; hwr@pilhuhn.de | Theo de Raadt | |
1996-09-18 | block info gathering attack; netbsd pr#2768; daw@panix.com | Theo de Raadt | |
1996-09-17 | nvi 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// -> /tmp | Todd C. Miller | |
1996-09-16 | /tmp// -> /tmp/ | Todd C. Miller | |
1996-09-16 | Use $STATIC. | Jason Downs | |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too | Theo de Raadt | |
1996-09-16 | use mkstemp correctly | Theo de Raadt | |
1996-09-16 | kill the race; spotted by bitblt | Theo de Raadt | |
1996-09-16 | kill the race; spotted by bitblt | Theo de Raadt | |
1996-09-15 | kill the race; noticed by bitblt | Theo de Raadt | |
1996-09-15 | unused. | Todd C. Miller | |
1996-09-15 | Be slightly safer opening temp files. | Todd C. Miller | |
1996-09-15 | Slightly safer temp file open. | Todd C. Miller | |
1996-09-15 | Slightly safer temp file open. | Todd C. Miller | |
1996-09-15 | Blind 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-15 | Don't add a comma after the last entry in an enum | Thorsten Lockert | |
1996-09-13 | document our extensions | Theo de Raadt | |
1996-09-10 | Fix deref of free()'d ptr. NetBSD PR#2747 from beal@dilbert.umiacs.umd.edu | Todd C. Miller | |
1996-09-09 | Add an fflush; from FreeBSD PR# bin/1589 (msmith@cain.atrad.adelaide.edu.au) | Jason Downs | |
1996-09-07 | Add README file from dist. | Jason Downs | |
1996-09-07 | One more slight fix. | Jason Downs | |
1996-09-07 | Install the tags, too, and be more verbose. | Jason Downs | |
1996-09-07 | +vim | Jason Downs | |
1996-09-07 | Initial 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-07 | Don't dup stderr to stdout. This makes rdist happy with ssh when a | Todd C. Miller | |
password is required. | |||
1996-09-07 | remove defs.h hackery now that oldrdist just uses rcmdsh() | Todd C. Miller | |
1996-09-06 | Add -n/no timeout option. FreeBSD PR bin/1567, obrien@Nuxi.cs.ucdavis.edu. | Jason Downs | |
1996-09-05 | skey command for inline use; by brian@saturn.net (but i had to fix his sleep ↵ | Theo de Raadt | |
deprived code) | |||
1996-09-05 | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers | Theo de Raadt | |
have, so that he may learn what the network is about and protect it better. |