summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-29more strlcatTheo de Raadt
2002-05-29snprintf, strlcpy, strlcatTheo de Raadt
2002-05-29a few more strlcatTheo de Raadt
2002-05-29strlcat boundsTheo de Raadt
2002-05-29even more strlcpyTheo de Raadt
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-29strlcatTheo de Raadt
2002-05-29Don't call fclose() on a NULL file handle; from markus@Todd C. Miller
2002-05-29grammar from netbsd via kameJun-ichiro itojun Hagino
2002-05-29KNF, strlcpy, cleanups from kameJun-ichiro itojun Hagino
2002-05-29there is no need to store ioaddr/iosize into the softcMichael Shalayeff
2002-05-29oopsMichael Shalayeff
2002-05-29bzero before settingJun-ichiro itojun Hagino
2002-05-29receivedra field is goneJun-ichiro itojun Hagino
2002-05-29Add a few missing tests for BFREADONLY.Vincent Labrecque
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent Labrecque
2002-05-29oopsMichael Shalayeff
2002-05-29 add an entry for "find-file-read-only" and one for toggle-read-only,Vincent Labrecque
2002-05-29 add a function to visit a file read-only mapped to C-x C-vVincent Labrecque
2002-05-29 show the line number in the config file when we find an error.Vincent Labrecque
2002-05-29don't start if privsep is enabled and SSH_PRIVSEP_USER orMarkus Friedl
2002-05-29KNFTheo de Raadt
2002-05-29snprintf blah blah blahTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-29more sprintfTheo de Raadt
2002-05-29Initial fix:Mike Pechkin
2002-05-29no need to supply obsolete field name "receivedra"Jun-ichiro itojun Hagino
2002-05-29more snprintfTheo de Raadt
2002-05-29more snprintfTheo de Raadt
2002-05-29grammar, from netbsdJun-ichiro itojun Hagino
2002-05-29splbio around biodone.Artur Grabowski
2002-05-29use new SIOCGIFINFO_IN6. random other cleanups. sync w/kame.Jun-ichiro itojun Hagino
2002-05-29attach nd_ifinfo structure to if_afdata.Jun-ichiro itojun Hagino
2002-05-29set rmx_mtu to 0 on PMTUD route entry timeout.Jun-ichiro itojun Hagino
2002-05-29regenMichael Shalayeff
2002-05-29i830 and 80312 chps; from form@Michael Shalayeff
2002-05-29syncTheo de Raadt
2002-05-29spellingKevin Steves
2002-05-29move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kameJun-ichiro itojun Hagino
2002-05-29simplify comment, sync w/kameJun-ichiro itojun Hagino
2002-05-29Add a cast to keep time from overflowing. Checked by millert.Hugh Graham
2002-05-29Elite 3D; also noted by Dries Schellekens <gwyllion@ace.ulyssis.org>.Federico G. Schwindt
2002-05-29Elite3D should be supported as well.Federico G. Schwindt
2002-05-29rm obsolete commentJun-ichiro itojun Hagino
2002-05-29remove unneeded header.Federico G. Schwindt
2002-05-28splbio protection for biodone()Thierry Deval
2002-05-28o spaces, tabs, spelling cleanup.Federico G. Schwindt
2002-05-28use correct function name in fatal()Kevin Steves
2002-05-28Repair remote printing; maxfd was not set correctly for remote connections.Todd C. Miller