Age | Commit message (Expand) | Author |
2004-05-04 | adjust, need privsep.c here too | Henning Brauer |
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn |
2004-04-05 | move to our new dhclient | Theo de Raadt |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-20 | - uppercase CRT | Jason McIntyre |
2004-02-07 | pegasos gets kbd too, bad dale | Theo de Raadt |
2004-02-07 | and cats too, says miod | Theo de Raadt |
2004-02-07 | kbd needed for amd64 | Theo de Raadt |
2004-01-03 | Todd forgot to make obj there | Theo de Raadt |
2003-12-17 | don't use inffast on the boot floppies; saves more space | Henning Brauer |
2003-12-17 | SMALL version of ccdconfig | Todd C. Miller |
2003-12-17 | prettify, no real changes | Henning Brauer |
2003-12-16 | disabling the gzip header handling that we do ourselves anyway gains us | Henning Brauer |
2003-12-16 | millert@ found about NOBYFOUR in crc32.c while looking at sys/lib/libz/ | Henning Brauer |
2003-12-16 | not used | Henning Brauer |
2003-12-16 | space saver for the boot floppies: | Henning Brauer |
2003-09-05 | add a null compressor from canacar@ that lets gzcat work with uncompressed | Ted Unangst |
2003-09-04 | put escapes in the right place; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-06-22 | special/gzip is smart enough to grovel in usr.bin/compress for what it | Theo de Raadt |
2003-06-22 | use -DNOZ option, and rearrange for new source files | Theo de Raadt |
2003-06-05 | Add my license | Todd C. Miller |
2003-06-05 | Attempt to deal w/ large files sanely by using off_t and fseeko(). | Todd C. Miller |
2003-06-04 | Handle arbitrarily long lines and add a special case for \r\n pair; | Todd C. Miller |
2003-06-04 | Correctly set dlines on terminal resize; missed this in rev 1.20. | Todd C. Miller |
2003-06-04 | Fix for machines w/ unsigned chars; part from drahn@ | Todd C. Miller |
2003-06-04 | o print screensize - 1 lines for each screenful, not screensize - 2. | Todd C. Miller |
2003-06-04 | Check for alternate screen support and if it exists, don't print stuff | Todd C. Miller |
2003-06-04 | Fix mergo that resulted in 2 copies of the handle_signal() function. | Todd C. Miller |
2003-06-04 | simplify some tty handling code: | Todd C. Miller |
2003-06-03 | Eliminate setjmp/longjmp by using interruptible syscalls when reading input | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | permit the input file to contain " if needed; millert ok | Theo de Raadt |
2003-05-28 | We need the hard-coded dependency after all since special bits | Todd C. Miller |
2003-05-28 | Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer). | Todd C. Miller |
2003-05-28 | even simpler help storage w/ a tweak from millert@ | Michael Shalayeff |
2003-05-28 | errno saving in signal handlers; millert ok | Theo de Raadt |
2003-05-28 | Revert last commit; it is not needed | Todd C. Miller |
2003-05-28 | No more help file, add /usr/bin/vi to FILES section | Todd C. Miller |
2003-05-28 | more.o needs to depend on morehelp.h since "make clean" removes morehelp.h. | Todd C. Miller |
2003-05-28 | help file incorporated, does not grow that much; millert@ ok | Michael Shalayeff |
2003-05-28 | o use _POSIX_VDISABLE instead of hard-coding 255 | Todd C. Miller |
2003-05-28 | silence remaining gcc warning; now compiles -Wall clean | Todd C. Miller |
2003-05-28 | o Deal with EDITOR not being a fully-qualified pathname | Todd C. Miller |
2003-05-28 | mdocify; with help from jmc@ | Todd C. Miller |
2003-05-28 | Shrink a bit by replacing custom functions w/ libc equivalents. | Todd C. Miller |
2003-05-28 | o Some more KNF | Todd C. Miller |
2003-05-27 | KNF this sucka + some -Wall cleanage | Todd C. Miller |
2003-05-06 | more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OK | Todd C. Miller |
2003-04-25 | strings... ok millert@, tedu@ | Thierry Deval |