Age | Commit message (Expand) | Author |
2005-03-01 | Print display resolution as %dx%d, not %d x %d. | Miod Vallat |
2005-03-01 | fix call to rcs_open() so the file gets created, and remove the | Jean-Francois Brousseau |
2005-03-01 | use one uint64_t instead of two uint32_t in rx radiotap header. | Damien Bergamini |
2005-03-01 | make sure radiotap structures are packed. | Damien Bergamini |
2005-03-01 | import rssadapt man page from NetBSD. | Damien Bergamini |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride |
2005-03-01 | a little spacing; some list adjustment; | Jason McIntyre |
2005-03-01 | - make large packets work without hanging the interface | Ryan Thomas McBride |
2005-03-01 | Regen | Miod Vallat |
2005-03-01 | Move serial and parallel devices left by mistake in the ``other'' section | Miod Vallat |
2005-03-01 | sort options (no attempt made at synopsis clean up though); | Jason McIntyre |
2005-03-01 | occurance -> occurrence; | Jason McIntyre |
2005-03-01 | sort options; | Jason McIntyre |
2005-03-01 | sync usage() w/ man SYNOPSIS; | Jason McIntyre |
2005-03-01 | add HashKnownHosts to -o list; | Jason McIntyre |
2005-03-01 | make sure the ttl does not wrap; pr 4093; ok Jared | Markus Friedl |
2005-03-01 | sort options and sync usage(); | Jason McIntyre |
2005-03-01 | Update struct _ftsent to match with fts.h. | Marco Pfatschbacher |
2005-03-01 | whitespace; | Jason McIntyre |
2005-03-01 | only call eaio_l2() if kernel has support for pcxl2 compiled in; from weissma... | Michael Shalayeff |
2005-03-01 | new sentence, new line; | Jason McIntyre |
2005-03-01 | do not mark up punctuation; | Jason McIntyre |
2005-03-01 | too fast little futterbly; cvs said it was before 1.2 | Michael Shalayeff |
2005-03-01 | remove some unneccesary macros; | Jason McIntyre |
2005-03-01 | Fix an integer overflow that prevented us from reading files >= 2 GB | Tom Cosgrove |
2005-03-01 | The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so | Tom Cosgrove |
2005-03-01 | pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave the | Daniel Hartmeier |
2005-03-01 | Set errno right before return(), so that it does not risk being reset | Miod Vallat |
2005-03-01 | regen | Otto Moerbeek |
2005-03-01 | Increase the default number of usb dev nodes to 6. Some new machines | Otto Moerbeek |
2005-03-01 | Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). Solves | Aaron Campbell |
2005-03-01 | apm and apmd appeared for 2.0 not 1.2; spotted by marc@ | Miod Vallat |
2005-03-01 | add tools for managing known_hosts files with hashed hostnames, including | Damien Miller |
2005-03-01 | option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@ | Damien Miller |
2005-03-01 | add support for hashing host names and addresses added to known_hosts files, | Damien Miller |
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller |
2005-03-01 | `Mac mini' takes a capital`M'; ok otto | Xavier Santolaria |
2005-03-01 | document `cvs rdiff'; ok joris jmc | Xavier Santolaria |
2005-03-01 | fix the radiotap bpf listener | Reyk Floeter |
2005-03-01 | only use MAX_KMAPENT 2000 on i386 amd64 sparc64 and revert to 1000 on all | Henning Brauer |
2005-02-28 | Store interrupt state in one variable not two, remove inlines which | Dale Rahn |
2005-02-28 | +mac mini | Otto Moerbeek |
2005-02-28 | do not forget to call cvs_connect() when we are using a remote cvs server. | Joris Vink |
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat |
2005-02-28 | Fix confusion between KS_paragraph and KS_section; inspired from a PS/2 | Miod Vallat |
2005-02-28 | update my email address. | Joris Vink |
2005-02-28 | add radiotap, monitor and promiscuous mode support. | Damien Bergamini |
2005-02-28 | do per-node rate adaptation. paves the way for ibss support. | Damien Bergamini |
2005-02-28 | Use .Ox instead of \*(oS since we don't want the OS version displayed | Todd C. Miller |
2005-02-28 | Document some limitations of the MS-DOS filesystem. | Tom Cosgrove |