summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1996-12-18todd is under post-exam stress reliefTheo de Raadt
1996-12-18support getting multiple files at once, e.gmichaels
1996-12-17missing unsigned caused bad sign-extensionNiklas Hallqvist
1996-12-17rnd -> random doncha knowTodd C. Miller
1996-12-17Add traditional handling of all upper-case inputThorsten Lockert
1996-12-17Fix oversight in column handling with OCRNL enabledThorsten Lockert
1996-12-17Reset output column when outputting \r with ONLCRThorsten Lockert
1996-12-17Fix typoThorsten Lockert
1996-12-17Get TAB expansion rightThorsten Lockert
1996-12-17NFS attribute cache timeout mount paramdm
1996-12-17strncpy that strerror, found by oliver@secnet.comTheo de Raadt
1996-12-17use snprintf when storing the string from strerror(). Who knows howTodd C. Miller
1996-12-17if pathname given is a valid directory, cd to it at remote, alsomichaels
1996-12-16Implement more tty flags for better portability from other systems:Thorsten Lockert
1996-12-16avoid more oflows; at this stage paranoia exceeds reality by a lot since our ...Theo de Raadt
1996-12-16strncat like THISTheo de Raadt
1996-12-16does noone know how to use strncat correctly?Theo de Raadt
1996-12-16strncat related oflowsTheo de Raadt
1996-12-16strncat botchesTheo de Raadt
1996-12-16fix .Nm stuff so that man -k worksTheo de Raadt
1996-12-16be more careful with selectTheo de Raadt
1996-12-16strncat botchTheo de Raadt
1996-12-16stncat misuseTheo de Raadt
1996-12-16yet another strncat botchTheo de Raadt
1996-12-16uiomove not checked for failure; wpaul@skynet.ctr.columbia.eduTheo de Raadt
1996-12-16Generate library versions of macro implementations as wellThorsten Lockert
1996-12-16add gomokuJason Downs
1996-12-16Import of gomoku from 4.4BSD Lite2. Uses ocurses.Jason Downs
1996-12-16changed not to hardcode sun console name as "console"kstailey
1996-12-16CompatibilityJason Downs
1996-12-16"Opps"Jason Downs
1996-12-16Closer to being correct; set local_prefix as well so it stays out ofJason Downs
1996-12-16add "return (0)" to end of zsstop() since it's not a void function anymorekstailey
1996-12-15Update to g77 0.5.19Jason Downs
1996-12-15Use inet_aton() instead of inet_addr()Todd C. Miller
1996-12-15CompileJason Downs
1996-12-15Conflict, conflict, conflict. Who wants a conflict?Jason Downs
1996-12-15Import of texinfo-3.9.Jason Downs
1996-12-15man page update for -c and -s flagskstailey
1996-12-15Added /var/cron/{log,tabs} /var/log/authlogTodd C. Miller
1996-12-15Sync'd with new syslog.conf changesTodd C. Miller
1996-12-15Now with more fiber. Now is more of a "real world" config. Some ideasTodd C. Miller
1996-12-15Log to LOG_AUTHPRIV not LOG_LOCAL2 (which conflicts with chat)Todd C. Miller
1996-12-15Less output when not needed.Todd C. Miller
1996-12-15added -s (display server report only) and -c (ditto client) flagskstailey
1996-12-15Fix strncpy usage and correct strncat length field, from Theo.Todd C. Miller
1996-12-15FIxed an ofF-by-one error.bitblt
1996-12-15allow sd0a for root device promptTheo de Raadt
1996-12-14stop gunique() open/fopen raceTheo de Raadt
1996-12-14solve /tmp-style race spotted by bitbltTheo de Raadt