Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-27 | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-27 | typo; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |
1999-02-24 | Grok protocol/address family PF_KEY. | Angelos D. Keromytis | |
1999-02-24 | cpu -> CPU | Aaron Campbell | |
1999-02-24 | -{a,c,m}min are extensions to posix | Theo de Raadt | |
1999-02-24 | updates from ncurses-4.2-990220 | Todd C. Miller | |
1999-02-23 | Check lp->target for NULL, not *lp->target as required by dynamic allocation ↵ | Todd C. Miller | |
introduce in rev 1.8 | |||
1999-02-23 | Document the other side of .MAIN | Marc Espie | |
1999-02-21 | vis() buf overflow | Theo de Raadt | |
1999-02-21 | note that the escape character brings you to command mode of the telnet process | Aaron Campbell | |
with the controlling terminal, and that the `send escape' command should be used to jump to command mode in subsequent telnet processes on remote hosts | |||
1999-02-20 | First step at supporting files > 2gig. Use off_t as POSITION | Todd C. Miller | |
and replace get_maxlong() with a get_maxpos() and modify percentage() appropriately. There are still problems seeking to the end of a large file and line numbers should probably be 64bit (or at the very least unsigned). This has been sitting in my tree for quite some time now so I am committing what I have now since I don't know when I'll have a chance to really finish it. | |||
1999-02-19 | Xr | Theo de Raadt | |
1999-02-19 | broken usage line | Theo de Raadt | |
1999-02-18 | fix netstat -A header | Theo de Raadt | |
1999-02-17 | print ips_rcvmemdrop | Theo de Raadt | |
1999-02-17 | -f option for case folding; twofsonet@graffiti.com | Theo de Raadt | |
1999-02-12 | Note that vacation can now use the Return-Path | Marco S Hyman | |
header as well as UNIX From to find the sender | |||
1999-02-12 | parse "Return-Path:" headers in addition to UUCP style | Marco S Hyman | |
"From " lines; remove redundant program name from log messages | |||
1999-02-11 | fix usage messages | Theo de Raadt | |
1999-02-09 | correct a default; js3guj@gold.ocn.ne.jp | Theo de Raadt | |
1999-02-09 | for 1 min up, report min instead of mins; abs@netbsd | Theo de Raadt | |
1999-02-09 | if we read less than Content-Length, whine and error | Theo de Raadt | |
1999-02-08 | Don't call curses routines beep() or flash() if the screen has not been | Todd C. Miller | |
setup yet (as they will try to us SP which is NULL at this point). | |||
1999-02-07 | fix fold -s early break; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-07 | fgets -> fgetln, don't lie about lines being too long | Aaron Campbell | |
1999-02-06 | kill redundant (and incorrect) check for mallco failure | Todd C. Miller | |
1999-02-05 | Use rchildfdsn+1, not FD_SETSIZE for nfds in select() | Todd C. Miller | |
1999-02-04 | Fix a serious memory consumption problem when running over directories | Todd C. Miller | |
that contain many hard-linked files; johnh@isi.edu Also add an xstrdup() that behaves like xmalloc() on failure. | |||
1999-02-04 | remove strcpy, even if safe | Theo de Raadt | |
1999-02-04 | report on no udp checksum | Theo de Raadt | |
1999-02-04 | From FreeBSD: | Todd C. Miller | |
Add new option '-p pattern' for splitting files based on matching lines in the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and use defines from <sysexits.h>. | |||
1999-02-03 | Use ${COPTS}; wd@ics.nara-wu.ac.jp | Todd C. Miller | |
1999-02-03 | Fix broken conversion of private err() function and make ierr() and oerr() | Todd C. Miller | |
back into functions, not macros. Also make functions that call mmap() return an int so we can fall back to non-mmap (slow) version on mmap failure. Noticable effects: o when you tail multiple files, if one of the files doesn't exist or is otherwise broken, keep on going to the next file. o it is now possible to tail files > 2gig, though it will be *very* slow since tail will be unable to use mmap() | |||
1999-02-02 | Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as ↵ | Todd C. Miller | |
"%lld" so we get a warning on alpha with -Wall. Live with it. | |||
1999-02-02 | o Some minor updates from lite2 (mostly in the man page) | Todd C. Miller | |
o Add support for large files by using quads as counters | |||
1999-01-26 | Add a -b(ackup) flag to move any existing file(s) aside by renaming | Todd C. Miller | |
them to file.old instead of simply deleting them. A different backup suffix may be chosen with the -B option's argument. hubertf@netbsd.org | |||
1999-01-24 | updates from ncurses-4.2-990123 | Todd C. Miller | |
1999-01-23 | add HISTORY section | Todd C. Miller | |
1999-01-22 | remove references to toe(1) since we don't have it | Todd C. Miller | |
1999-01-22 | infocmp from ncurses-4.2-990116. Needs current libcurses to be useful | Todd C. Miller | |
1999-01-18 | updates from ncurses-4.2-990116 | Todd C. Miller | |
1999-01-14 | hmm, after all it seems Julian again, but still has nothing to do w/ the ↵ | Michael Shalayeff | |
united states (; | |||
1999-01-14 | this is Gregorian calendar, and it has nothing to do w/ united states | Michael Shalayeff | |
1999-01-11 | Move break statement so that -Q really works | Thorsten Lockert | |
1999-01-11 | fix seg fault on sparc | Marco S Hyman | |
1999-01-10 | Forgot to add midiplay here | Niklas Hallqvist | |
1999-01-09 | behave reasonably if malloc fails | Todd C. Miller | |
1999-01-09 | close PR 685. | Marc Espie | |
Slightly trimmed down version of fix by assar@sics.se (strtol failure is usually simpler to test, and error messages should identify the program that produces them) | |||
1999-01-05 | do not concern ourselves with MAX_PID | Theo de Raadt | |