Age | Commit message (Expand) | Author |
2001-09-18 | clean | Artur Grabowski |
2001-09-18 | Reorder includes. (ext2fs_extern.h needs ufs/inode.h) | Artur Grabowski |
2001-09-18 | cosmetic fixes from NetBSD | Artur Grabowski |
2001-09-18 | cosmetic and endianness fixes from NetBSD | Artur Grabowski |
2001-09-18 | More cleanups from NetBSD and a bunch of endianness fixes. | Artur Grabowski |
2001-09-17 | missing -B in usage string | Kevin Steves |
2001-09-17 | Typo and grammar fixes, one from PR/2058 (Dennis Schwarz); ok millert@ | Paul Janzen |
2001-09-17 | Some changes from NetBSD. Some cosmetic, some endianness fixes. | Artur Grabowski |
2001-09-17 | Cleanups. Mostly from NetBSD. | Artur Grabowski |
2001-09-17 | document flags for cu | Theo de Raadt |
2001-09-17 | ensure that DV has a /dev/ in it | Theo de Raadt |
2001-09-17 | Clean up the cd-dir directory and the cdxx.fs file. | Dale Rahn |
2001-09-17 | handle names without / in them | Theo de Raadt |
2001-09-17 | ramdisk kernel for sparc64 (compiles... will need tweaking) | Jason Wright |
2001-09-17 | more versions suffering the SSH_BUG_DEBUG bug; | Markus Friedl |
2001-09-17 | don't send fake dummy packets on CR (\r) | Markus Friedl |
2001-09-17 | try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example; | Markus Friedl |
2001-09-17 | better error handling if you try to export a bad key to ssh.com | Markus Friedl |
2001-09-17 | cleanup and document -1, -s and -S; ok markus@ | Kevin Steves |
2001-09-17 | sync | Theo de Raadt |
2001-09-17 | Save the result of the configure children, so that the device | Dale Rahn |
2001-09-17 | never keep a connection to the smartcard open. | Markus Friedl |
2001-09-17 | Don't treated return length of recvfrom() as a size_t... it's a socklen_t. | Jason Wright |
2001-09-17 | u_char*/char* cleanup; ok markus@ | Kevin Steves |
2001-09-17 | The first implementation of the buffer flushing daemon. It solves our | Grigoriy Orlov |
2001-09-17 | more missing dmesg | Theo de Raadt |
2001-09-17 | cast a few more long's to int32_t | Jason Wright |
2001-09-17 | zap kernfs | Theo de Raadt |
2001-09-17 | add -Fssh_config option; ok markus@ | Kevin Steves |
2001-09-17 | Add support for -d in usbdevs(8); from Jason Ackley <jason@ackley.net>, pr#2005 | Michael Shalayeff |
2001-09-17 | icmpv6 nat fix, from Ryan McBride | Daniel Hartmeier |
2001-09-17 | No need to define TIMEZONE and DST to 0 here, param.c does that automagically. | Artur Grabowski |
2001-09-17 | Fix and update /var/named entry. Also fix a sentence to end with | Camiel Dobbelaar |
2001-09-17 | Remove all of the last vestiges of vtophys (namely RFA's): | Jason Wright |
2001-09-17 | 8 bit quotes | Marc Espie |
2001-09-17 | slightly better error message | Marc Espie |
2001-09-17 | Enable DMA for wdc_obio devices. This was the mode in which the recent | Dale Rahn |
2001-09-17 | Use pmap_k* to map the buffer cache. | Artur Grabowski |
2001-09-17 | pagemove() should use the pmap_k* functions instead of pmap_enter/remove. | Dale Rahn |
2001-09-17 | The gfx display buffer should request that it be mapped cached (writethru). | Dale Rahn |
2001-09-17 | mount -u, not mount_ffs -u | Todd C. Miller |
2001-09-17 | skip to uid field, not gid | Mike Pechkin |
2001-09-17 | Allocate the profiling buffer from kernel_map, not with malloc. | Artur Grabowski |
2001-09-17 | I'm sure that it's not supposed to say: | Artur Grabowski |
2001-09-17 | genassym changes | Theo de Raadt |
2001-09-17 | sync actual with flags with usage and man page | assar |
2001-09-17 | Remove STATIC memory optimization. It's buggy (see regression test trip) | Marc Espie |
2001-09-17 | Scary interaction | Marc Espie |
2001-09-17 | Support for arm and sparc64 platforms. ok espie | Kevin Lo |
2001-09-17 | make ksyms work on sparc64 (requires essentially same goop as db_sym) | Jason Wright |