summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-17lcrap()kstailey
1999-09-17fix usage() stringkstailey
1999-09-17regenkstailey
1999-09-17rest of pread() etc., fdatasync() hackkstailey
1999-09-17Be thorough about NULL as __null for C++.Marc Espie
1999-09-17typo in commentkstailey
1999-09-17regenkstailey
1999-09-17start of pread(2) etc., stat(2) fixes, "ls -l" now runskstailey
1999-09-17Invoke sh move-if-change explicitly.Marc Espie
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@)
1999-09-17Avoid aliasing problems in K&R C.Marc Espie
1999-09-17bad style to include machine/vmparam.h carelesslyTheo de Raadt
1999-09-17add IFM_NONE instead of IFM_AUTO for isolationJason Wright
1999-09-16bring more inline with tcpdump 3.4Brad Smith
1999-09-16Do something sensible with division by 0 in expr.Marc Espie
Noticed by aaron@.
1999-09-16delcare esp_print and radius_printBrad Smith
1999-09-16remove unused variablesBrad Smith
1999-09-16adopt to the new frame frameworkMichael Shalayeff
1999-09-16use writev() where possibleTheo de Raadt
1999-09-16appropiate -> appropriate; inspired by it being misspelled in a NetBSD commitAaron Campbell
message :-)
1999-09-16syncTheo de Raadt
1999-09-16change some white space to tabsBrad Smith
1999-09-16add braces to avoid ambiguous elseBrad Smith
1999-09-16remove unused variablesBrad Smith
1999-09-163.3 -> 3.4Brad Smith
1999-09-16add raw supportBrad Smith
1999-09-16- #if __STDC__ --> #ifdef __STDC__Brad Smith
- remove unused variables
1999-09-16#if __STDC__ --> #ifdef __STDC__Brad Smith
1999-09-16match/attach 3c980cJason Wright
1999-09-16syncJason Wright
1999-09-163c980c; freebsdJason Wright
1999-09-16signal fixes (csh runs)kstailey
1999-09-16Do not try to output when there is no space in the FIFO, optimize tooNiklas Hallqvist
1999-09-16flesh out man -k even more because some people who probably deserve windows, ↵Theo de Raadt
still do not read that far
1999-09-16syncTheo de Raadt
1999-09-16new junkTheo de Raadt
1999-09-15Add CAVEATS sections.Aaron Campbell
1999-09-15tag + copyrightkstailey
1999-09-15regenkstailey
1999-09-15getdents(2)kstailey
1999-09-15MLINK pcmcia to pcicTheo de Raadt
1999-09-15repairsMichael Shalayeff
1999-09-15apply grammer fixes from pr#831; from kwesterback@home.comMichael Shalayeff
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere.
1999-09-15regenkstailey
1999-09-15more and better signal routines, vfork()kstailey
1999-09-15redo master.passwd.byname check if either the uid or euid changes, this wasTheo de Raadt
a case of bad caching; peter and I
1999-09-15OpenBSD-ify and remove staticsJason Wright
1999-09-14indentTheo de Raadt
1999-09-14Document scrollback support.Aaron Campbell
1999-09-14typesTheo de Raadt
1999-09-14When switching line modes (i.e., by bringing in new character sets viaAaron 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.