Age | Commit message (Expand) | Author |
2000-01-23 | rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ie | Todd C. Miller |
2000-01-23 | Correct serial device names | brian |
2000-01-22 | Don't allow the time to be set forward so far it will wrap and become negative, | Todd C. Miller |
2000-01-22 | minor getdents cleanup: | Todd C. Miller |
2000-01-22 | Some minor doc updates that should have gotten commited ages ago. | Todd C. Miller |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
2000-01-22 | getsockname() requires initialized tolen; andy@guildsoftware.com | Theo de Raadt |
2000-01-22 | Remove vga and wscons, not used yet due to openfirmware console. | Dale S. Rahn |
2000-01-22 | canceled -> cancelled | Aaron Campbell |
2000-01-22 | Spell it "usable", not "useable", for consistency across the man pages. | Aaron Campbell |
2000-01-22 | Add a couple of useful examples. | Aaron Campbell |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell |
2000-01-22 | Use .Va macro when referring to the global variable errno. | Aaron Campbell |
2000-01-22 | changes to GENERIC must be matched in GENERIC_SCSI3 | Theo de Raadt |
2000-01-22 | sync | Theo de Raadt |
2000-01-22 | mislabeling | Theo de Raadt |
2000-01-22 | Fix pci probing for the powerpc port, it was previously only probing a | Dale S. Rahn |
2000-01-22 | Allow the address specified in the bus_space_map to either be | Dale S. Rahn |
2000-01-22 | do not interpret a '-' character in a file or bootpath as the beginning of | Dale S. Rahn |
2000-01-22 | Use .Va. | Aaron Campbell |
2000-01-22 | ie. -> i.e., | Aaron Campbell |
2000-01-21 | sync | Theo de Raadt |
2000-01-21 | instead of blocking SIGINT, catch it ourselves, so that we can clean the | Theo de Raadt |
2000-01-21 | Make token_output not static. | Federico G. Schwindt |
2000-01-21 | Hide cursor if possible | Paul Janzen |
2000-01-21 | Improve score table formatting (partially from malcolm@bits.bris.ac.uk | Paul Janzen |
2000-01-21 | use net/mask notation for the private networks | Theo de Raadt |
2000-01-21 | Work with files larger than 2 Gb; from NetBSD change by mycroft@netbsd.org | Thorsten Lockert |
2000-01-21 | Deal with getcwd() returning NULL. | Todd C. Miller |
2000-01-21 | Remove unused function; jsm@netbsd.org | Paul Janzen |
2000-01-21 | Fix comment. | Angelos D. Keromytis |
2000-01-21 | ip4 -> ipip | Angelos D. Keromytis |
2000-01-21 | Typo. | Angelos D. Keromytis |
2000-01-21 | Forgot to delete this. | Angelos D. Keromytis |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-21 | ip4.allow -> ipip.allow | Angelos D. Keromytis |
2000-01-21 | sync | Theo de Raadt |
2000-01-21 | Rename ip4.allow to ipip.allow | Angelos D. Keromytis |
2000-01-21 | Deal with getcwd() returning NULL. This code is not currently | Todd C. Miller |
2000-01-20 | sync | Theo de Raadt |
2000-01-20 | DEC 21150-BC bridge chip, AKA DC1111D | Theo de Raadt |
2000-01-20 | buffer overflow in readline(;) from espie@ | Michael Shalayeff |
2000-01-20 | Use sysopen() when opening recover files. This is purely paranoia | Todd C. Miller |
2000-01-20 | Fix problem pointed out by FreeBSD, regen temp file name each time, to | Marc Espie |
2000-01-20 | log with level log() not fatal() if peer behaves badly. | Markus Friedl |
2000-01-20 | use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; | Markus Friedl |
2000-01-20 | track seconds more accurately. ok pjanzen@ | David Leonard |
2000-01-20 | set[ug]id, not just setuid | Theo de Raadt |
2000-01-20 | Default value for -s option is ARG_MAX - 4096, not - 2048; enami | Theo de Raadt |
2000-01-20 | when procfs is compiled in, if a setuid process has any of descriptors 0-2 | Theo de Raadt |