Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-29 | Don'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-29 | grammar from netbsd via kame | Jun-ichiro itojun Hagino | |
2002-05-29 | KNF, strlcpy, cleanups from kame | Jun-ichiro itojun Hagino | |
2002-05-29 | there is no need to store ioaddr/iosize into the softc | Michael Shalayeff | |
2002-05-29 | oops | Michael Shalayeff | |
2002-05-29 | bzero before setting | Jun-ichiro itojun Hagino | |
2002-05-29 | receivedra field is gone | Jun-ichiro itojun Hagino | |
2002-05-29 | Add a few missing tests for BFREADONLY. | Vincent Labrecque | |
ok art@ | |||
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque | |
certain patterns. for example, `auto-execute "*.c" auto-indent-mode'. ok art@ | |||
2002-05-29 | oops | Michael 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-v | Vincent 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-29 | don't start if privsep is enabled and SSH_PRIVSEP_USER or | Markus Friedl | |
_PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@ | |||
2002-05-29 | KNF | Theo de Raadt | |
2002-05-29 | snprintf blah blah blah | Theo de Raadt | |
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-29 | more sprintf | Theo de Raadt | |
2002-05-29 | Initial 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-29 | no need to supply obsolete field name "receivedra" | Jun-ichiro itojun Hagino | |
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-29 | more snprintf | Theo de Raadt | |
2002-05-29 | grammar, from netbsd | Jun-ichiro itojun Hagino | |
2002-05-29 | splbio around biodone. | Artur Grabowski | |
2002-05-29 | use new SIOCGIFINFO_IN6. random other cleanups. sync w/kame. | Jun-ichiro itojun Hagino | |
2002-05-29 | attach 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-29 | set rmx_mtu to 0 on PMTUD route entry timeout. | Jun-ichiro itojun Hagino | |
2002-05-29 | regen | Michael Shalayeff | |
2002-05-29 | i830 and 80312 chps; from form@ | Michael Shalayeff | |
2002-05-29 | sync | Theo de Raadt | |
2002-05-29 | spelling | Kevin Steves | |
2002-05-29 | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-29 | simplify comment, sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-29 | Add a cast to keep time from overflowing. Checked by millert. | Hugh Graham | |
2002-05-29 | Elite 3D; also noted by Dries Schellekens <gwyllion@ace.ulyssis.org>. | Federico G. Schwindt | |
2002-05-29 | Elite3D should be supported as well. | Federico G. Schwindt | |
2002-05-29 | rm obsolete comment | Jun-ichiro itojun Hagino | |
2002-05-29 | remove unneeded header. | Federico G. Schwindt | |
2002-05-28 | splbio protection for biodone() | Thierry Deval | |
ok art@ | |||
2002-05-28 | o 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-28 | use correct function name in fatal() | Kevin Steves | |
2002-05-28 | Repair remote printing; maxfd was not set correctly for remote connections. | Todd C. Miller | |
2002-05-28 | Remove useless sigaddset() | Todd C. Miller | |
2002-05-28 | document when the bridge will fragment ip packets.. | jasoni | |
- ok jason@, dhartmei@ | |||
2002-05-28 | remove duplicated fragmentation code in favour of ip_fragment().. | jasoni | |
- ok dhartmei@ | |||
2002-05-28 | format spec change/casts and some KNF; ok markus@ | Kevin Steves | |
2002-05-28 | kill register; ok deraadt@ | jasoni | |
2002-05-28 | print strerror(errno) on mmap/munmap error; ok markus@ | Kevin Steves | |
2002-05-28 | refragment ip packets if too large for the outgoing interface | jasoni | |
- ok jason@, dhartmei@ |