Age | Commit message (Expand) | Author |
2001-01-16 | Elsa products; from netbsd | Michael Shalayeff |
2001-01-16 | limit the scsi_link.openings to 128 to be safe | Michael Shalayeff |
2001-01-16 | make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand... | Markus Friedl |
2001-01-16 | Don't include machine/elf_machdep.h, not all archs have it yet. | Artur Grabowski |
2001-01-16 | add timeout variable, alphabetize the var list; pointed out by Rob Francis <r... | Michael Shalayeff |
2001-01-16 | Indentation nit. | Artur Grabowski |
2001-01-16 | Add a check for MNT_NOEXEC that was in exec_elf.c but not here. | Artur Grabowski |
2001-01-16 | Allow use of ELFSIZE to get Elf_* types and macros instead of explicit Elf{32... | Artur Grabowski |
2001-01-16 | Print more diagnostics on bus_space_map failure. | Artur Grabowski |
2001-01-16 | Use objcopy to build the bootblocks instead of a hairy dd. | Artur Grabowski |
2001-01-16 | First shot at loading elf symbols. Not sure yet if it works correctly. | Artur Grabowski |
2001-01-16 | Fix ELF64_MACHDEP_ID_CASES | Artur Grabowski |
2001-01-16 | Fix cross-builds of the kernel. (ELF only). | Artur Grabowski |
2001-01-16 | typo; bk@rt.fm | Aaron Campbell |
2001-01-16 | Add half of PT101 support: init codec, no mixer. And provide for | Marc Espie |
2001-01-16 | do not trash errno in signal handler | Theo de Raadt |
2001-01-16 | Revert last commit. | Marc Espie |
2001-01-16 | s/ND6DEBUG/ND6_DEBUG/ to synchronize with other places | Jun-ichiro itojun Hagino |
2001-01-16 | Changes from Don Beusee: | Todd C. Miller |
2001-01-16 | bzero the sets before FD_SET'n them | Jason Wright |
2001-01-16 | fix fd_set overflows | Jason Wright |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2001-01-16 | Document NO_BUILD. | Angelos D. Keromytis |
2001-01-16 | Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com) | Angelos D. Keromytis |
2001-01-16 | Changes from Don Beusee: | Todd C. Miller |
2001-01-16 | fd_set overflow handling | Theo de Raadt |
2001-01-16 | _exit() in signal handler | Theo de Raadt |
2001-01-16 | cleanup strcpy, strncpy, signal races, etc | Theo de Raadt |
2001-01-16 | use a private svc_run(), which looks at a global touched by SIGHUP handler | Theo de Raadt |
2001-01-16 | pull 8.12.x change (or equivalent to), | Jun-ichiro itojun Hagino |
2001-01-16 | Don't define __indr_reference for ELF. | Artur Grabowski |
2001-01-15 | Fix bug that sometime ignored first command in -e mode. -moj | Mats O Jansson |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright |
2001-01-15 | Random fixes for cross builds. (especiaslly new binutils) | Artur Grabowski |
2001-01-15 | Careful with bitmasks (henric@aimnet.com) | Angelos D. Keromytis |
2001-01-15 | update from netbsd: | Jason Wright |
2001-01-15 | readable long listing for sftp-server, ok deraadt@ | Markus Friedl |
2001-01-15 | rename must fail if newpath exists, debug off by default | Markus Friedl |
2001-01-15 | use error() not stderr! | Markus Friedl |
2001-01-15 | use log() instead of stderr | Markus Friedl |
2001-01-15 | sendmail 8.11.2 with BSD Makefiles | Todd C. Miller |
2001-01-15 | remove useless file | Todd C. Miller |
2001-01-15 | remove unused files | Todd C. Miller |
2001-01-15 | sendmail 8.11.2 | Todd C. Miller |
2001-01-15 | use _exit() in term handler if real signal | Theo de Raadt |
2001-01-15 | _exit() in signal handler | Theo de Raadt |
2001-01-15 | avoid using warnx() in a signal handler, suggestion from aaron | Theo de Raadt |
2001-01-15 | save_errno in signal handler | Theo de Raadt |
2001-01-15 | include <sys/buf.h> for B_READ that we need in the UVM case | Artur Grabowski |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt |