Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre | |
tweaked by mickey/krw ok deraadt | |||
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat | |
2006-01-04 | mac68k here too now | Miod Vallat | |
2005-08-04 | activate libstubs (setlocale + dbopen) | Marc Espie | |
okay deraadt@ | |||
2005-08-03 | libstubs stuff, not yet active. | Marc Espie | |
2005-08-02 | replace dd with NO_CONV version. | Marc Espie | |
okay deraadt@ | |||
2005-07-18 | two files deleted and krw did not notice | Theo de Raadt | |
2005-07-11 | hash.c no longer used | Theo de Raadt | |
2005-05-09 | Sync architectures list with /sbin/kbd; prompted by martin@ | Miod Vallat | |
2004-12-25 | enter ifconfig | Theo de Raadt | |
2004-12-25 | a -DSMALL varient of ifconfig for media | Theo de Raadt | |
2004-08-06 | add sgi | Per Fogelstrom | |
2004-07-02 | Accept but ignore -E and -X since they specify default more(1) behavior. | Todd C. Miller | |
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 | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
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 | |
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now. | |||
2004-02-20 | - uppercase CRT | Jason McIntyre | |
- kill .Pp before list - \\ -> \e - "" -> .Sq | |||
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 | |
ok millert@ | |||
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 | |
1532 more bytes | |||
2003-12-16 | millert@ found about NOBYFOUR in crc32.c while looking at sys/lib/libz/ | Henning Brauer | |
which has teh effect of disabling some new code so that the resulting object file is the exact same size as the one from our local, older copy. get rid of it. | |||
2003-12-16 | not used | Henning Brauer | |
2003-12-16 | space saver for the boot floppies: | Henning Brauer | |
on the install media, gzip only need to decompress, but never to compress. so leave the (gz-)compress code out. don't link libz but compile the needed parts in. use an older much smaller crc32.c version and a cut down compress.c tested by nick@ ok deraadt@ | |||
2003-09-05 | add a null compressor from canacar@ that lets gzcat work with uncompressed | Ted Unangst | |
files. also introduce SMALLness that removes null and Z compressors to save floppy space. ok deraadt@ | |||
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-06-22 | special/gzip is smart enough to grovel in usr.bin/compress for what it | Theo de Raadt | |
needs. This is better than putting a compress link on each media; saves us a few bytes | |||
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 | |
just ignore the \r, otherwise we end up with a blank line. An \r in the middle of a line is left as-is. | |||
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 | |
Use 'ch' as variable name for int-sized characters (e.g. EOF) Use 'c' as variable name for char-sized characters | |||
2003-06-04 | o print screensize - 1 lines for each screenful, not screensize - 2. | Todd C. Miller | |
o get rid of tailequ(); use __progname to see if we were invoked as page | |||
2003-06-04 | Check for alternate screen support and if it exists, don't print stuff | Todd C. Miller | |
that would mess up the existing contents. This fixes some ugliness when running commands from more on an xterm. | |||
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 | |
o instead of otty and osavetty, use otty (original) and ntty (new) o only call tcsetattr() from set_tty() and reset_tty() o simplify set_tty() and reset_tty() o use isatty() instead of tcgetattr() to see if stdin is a tty o when we reset no_intty=0, also dup stderr -> stdin since stderr is a tty | |||
2003-06-03 | Eliminate setjmp/longjmp by using interruptible syscalls when reading input | Todd C. Miller | |
from the user. The signal handlers are now safe (they just set a flag). | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. | |||
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 | |
are not depended. | |||
2003-05-28 | Fix ERASEONECHAR macro and BSB so we don't do sizeof(pointer). | Todd C. Miller | |
Also remove some extraneous spaces. | |||
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 | |