summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-05-29Don't call fclose() on a NULL file handle; from markus@Todd C. Miller
Also: Use ANSI function headers Use pid_t for pids Never do exit(-1)
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
ok art@
2002-05-29 add an "auto-execute" feature, that allows binding function calls toVincent Labrecque
certain patterns. for example, `auto-execute "*.c" auto-indent-mode'. ok art@
2002-05-29oopsMichael Shalayeff
2002-05-29 add an entry for "find-file-read-only" and one for toggle-read-only,Vincent Labrecque
which was missing for an unknown reason. ok art@
2002-05-29 add a function to visit a file read-only mapped to C-x C-vVincent Labrecque
ok art@
2002-05-29 show the line number in the config file when we find an error.Vincent Labrecque
ok art@
2002-05-29don't start if privsep is enabled and SSH_PRIVSEP_USER orMarkus Friedl
_PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@
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
o) There are no .%C tag; o) Add two .%I and .%Q; millert@ ok Note: Send me more not documented tags.
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
split IPv6 MTU (advertised by RA) from real link MTU. sync with kame
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
ok art@
2002-05-28o spaces, tabs, spelling cleanup.Federico G. Schwindt
o remove unneeded headers. o makes this to compile if RASOPS_SMALL is defined. o makes rasops2 to compile.
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
2002-05-28Remove useless sigaddset()Todd C. Miller
2002-05-28document when the bridge will fragment ip packets..jasoni
- ok jason@, dhartmei@
2002-05-28remove duplicated fragmentation code in favour of ip_fragment()..jasoni
- ok dhartmei@
2002-05-28format spec change/casts and some KNF; ok markus@Kevin Steves
2002-05-28kill register; ok deraadt@jasoni
2002-05-28print strerror(errno) on mmap/munmap error; ok markus@Kevin Steves
2002-05-28refragment ip packets if too large for the outgoing interfacejasoni
- ok jason@, dhartmei@