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