Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-17 | lcrap() | kstailey | |
1999-09-17 | fix usage() string | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | rest of pread() etc., fdatasync() hack | kstailey | |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie | |
1999-09-17 | typo in comment | kstailey | |
1999-09-17 | regen | kstailey | |
1999-09-17 | start of pread(2) etc., stat(2) fixes, "ls -l" now runs | kstailey | |
1999-09-17 | Invoke sh move-if-change explicitly. | Marc Espie | |
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@) | |||
1999-09-17 | Avoid aliasing problems in K&R C. | Marc Espie | |
1999-09-17 | bad style to include machine/vmparam.h carelessly | Theo de Raadt | |
1999-09-17 | add IFM_NONE instead of IFM_AUTO for isolation | Jason Wright | |
1999-09-16 | bring more inline with tcpdump 3.4 | Brad Smith | |
1999-09-16 | Do something sensible with division by 0 in expr. | Marc Espie | |
Noticed by aaron@. | |||
1999-09-16 | delcare esp_print and radius_print | Brad Smith | |
1999-09-16 | remove unused variables | Brad Smith | |
1999-09-16 | adopt to the new frame framework | Michael Shalayeff | |
1999-09-16 | use writev() where possible | Theo de Raadt | |
1999-09-16 | appropiate -> appropriate; inspired by it being misspelled in a NetBSD commit | Aaron Campbell | |
message :-) | |||
1999-09-16 | sync | Theo de Raadt | |
1999-09-16 | change some white space to tabs | Brad Smith | |
1999-09-16 | add braces to avoid ambiguous else | Brad Smith | |
1999-09-16 | remove unused variables | Brad Smith | |
1999-09-16 | 3.3 -> 3.4 | Brad Smith | |
1999-09-16 | add raw support | Brad Smith | |
1999-09-16 | - #if __STDC__ --> #ifdef __STDC__ | Brad Smith | |
- remove unused variables | |||
1999-09-16 | #if __STDC__ --> #ifdef __STDC__ | Brad Smith | |
1999-09-16 | match/attach 3c980c | Jason Wright | |
1999-09-16 | sync | Jason Wright | |
1999-09-16 | 3c980c; freebsd | Jason Wright | |
1999-09-16 | signal fixes (csh runs) | kstailey | |
1999-09-16 | Do not try to output when there is no space in the FIFO, optimize too | Niklas Hallqvist | |
1999-09-16 | flesh out man -k even more because some people who probably deserve windows, ↵ | Theo de Raadt | |
still do not read that far | |||
1999-09-16 | sync | Theo de Raadt | |
1999-09-16 | new junk | Theo de Raadt | |
1999-09-15 | Add CAVEATS sections. | Aaron Campbell | |
1999-09-15 | tag + copyright | kstailey | |
1999-09-15 | regen | kstailey | |
1999-09-15 | getdents(2) | kstailey | |
1999-09-15 | MLINK pcmcia to pcic | Theo de Raadt | |
1999-09-15 | repairs | Michael Shalayeff | |
1999-09-15 | apply grammer fixes from pr#831; from kwesterback@home.com | Michael Shalayeff | |
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere. | |||
1999-09-15 | regen | kstailey | |
1999-09-15 | more and better signal routines, vfork() | kstailey | |
1999-09-15 | redo master.passwd.byname check if either the uid or euid changes, this was | Theo de Raadt | |
a case of bad caching; peter and I | |||
1999-09-15 | OpenBSD-ify and remove statics | Jason Wright | |
1999-09-14 | indent | Theo de Raadt | |
1999-09-14 | Document scrollback support. | Aaron Campbell | |
1999-09-14 | types | Theo de Raadt | |
1999-09-14 | When switching line modes (i.e., by bringing in new character sets via | Aaron Campbell | |
loadfont(1)), free the scrollback buffer and reallocate it with the new row/col sizes. We must do this to ensure our future calculations are correct. |