summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-26ypu sure get the impression the number of memory leaks in error patheshenning1-1/+4
is infinite... Andrey Matveev <andrushock@korovino.net> spotted a few again!
2005-02-26cosmetic clean-upespie1-8/+16
2005-02-26simpler macros;jmc1-2/+2
2005-02-26document wep;jmc1-1/+10
tweaks/ok dlg@
2005-02-26- underlying file system of /tmp is not relevant here, so do notjmc1-6/+5
talk about it; from krw and beck - /tmp is never preserved, so say it; from pval
2005-02-25unlink() control socket in error path. Spotted by Theo.claudio1-1/+2
2005-02-25add ar5211reyk1-13/+10
2005-02-25add support for the atheros ar5211 802.11A/B/g wireless chipset.reyk8-160/+4104
ok deraadt@
2005-02-25- switch to rcsnum_parse() where appropriatejfb4-14/+9
- make rcsnum_parse() fail if it encounters an invalid character
2005-02-25exit with an error message if cvs_file_init() failsjfb1-2/+5
2005-02-25add rcsnum_parse() to simplify the most common casejfb2-3/+26
2005-02-25document `cvs diff' options; input/ok jmc; ok jfb Joris Vink;xsa1-4/+68
2005-02-25no more Strncpy or Strncat, everderaadt1-6/+2
2005-02-25spacingderaadt5-24/+24
2005-02-25update zoltrix entry; pt out by jsg@mickey3-6/+6
2005-02-25forgot to remove -P from getopt().hshoexer1-2/+2
2005-02-25Zap -P option. It has never done anything. While there tweak descripton ofhshoexer4-24/+8
-N. zap -P ok ho@
2005-02-25Mention that if a cbq/hfsc queue definition doesn't specify 'bandwidth'joel1-3/+4
that it defauls to 100% of the parent queue. Fix examples to match. ok dhartmei@
2005-02-25minor white spacingderaadt1-4/+4
2005-02-25Enable re(4) on alpha.jsg4-4/+16
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.jsg1-5/+5
From NetBSD rtl8169.c -r 1.11 ok pvalchev@
2005-02-25Add support for software WEP.jsg1-5/+9
Pointers from and ok damien@
2005-02-25syncderaadt2-2/+7
2005-02-25via is integrating s3 video components now..; maxim@chl.chalmers.sederaadt1-1/+2
2005-02-25knfderaadt4-4/+8
2005-02-25add /etc/motd and $HOME/.hushlogin to FILES;jmc1-1/+15
from michael knudsen;
2005-02-25big changes.dlg1-75/+139
- capitalise the chipset names since thats what the manufacturer uses. - lowercase b in 802.11b because thats what ieee uses. - dont lie about supporting hostap and adhoc demo modes. - better descriptions of what the hardware can do, especially the operating modes. - replace the ifconfig examples with real documentation what options are used to configure operation of the interface - list caveats lots and lots of help from and ok jmc@
2005-02-25avoid specifying which hash to use;jmc1-2/+2
this after some discussion w/ otto; started by pr #4120, from andy isaacson;
2005-02-25document bsd.rd; text from tom;jmc1-1/+6
ok nick@ tom@
2005-02-25This test is only valid on archs that have shared kernel and user addressotto1-1/+5
space, as mickey@ pointed out. Enable only for i386 and amd64, since it might give false negatives on other archs.
2005-02-25Be correct in our man pages when talking about NUL termination (that is,cloder43-108/+108
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
2005-02-25Fix an obviously incorrect call to memset. '0' and 0 are not the samecloder1-3/+2
thing. Input and OK from markus@, ho@, niklas@, deraadt@, hshoexer@
2005-02-24fixes inspired by netbsd and pointed out by jsg@dlg1-4/+11
- make sure the interface is up before continuing in atu_start - use IFQ_DEQUEUE instead of IF_DEQUEUE
2005-02-24mention more chips, jumbo frames and receive checksum offload.brad1-5/+7
2005-02-24Don't use inline assembly for cpuid instruction, it clobbersgrange1-7/+8
registers that are used by gcc. Use cpuid() function instead like all others do. Problem noticed by david@. ok tom@
2005-02-24Workaround for a suspend problem when building on the zaurus.drahn1-4/+4
2005-02-24another Netgear card.brad3-10/+15
2005-02-24another Netgear card.brad1-2/+2
From: Dmitry Bogdan <dsb at eastonline dot ru>
2005-02-24add zoltrix/geniex tv/fm; form jakemsr@mickey1-2/+4
2005-02-24support zoltrix tv/fm; from jakemsr@ pr4096mickey4-5/+46
2005-02-24add zoltrix vendor and a bktr device; from jakemsr@mickey1-1/+5
2005-02-24changes for ccd changesmickey1-4/+4
2005-02-24fix a buffer-done race that makes mirroring work now;mickey2-132/+155
use pool instead of malloc/free and this fixes new buffer mode; implement DIOCGPDINFO for disklabel -d; tested by henning@ millert@ fries@
2005-02-24do not even ask for btlb on 8k cpus as pdc pretends there is some but then it does not work; found w/ Moritz Kiese <mbk@mytum.de> on c180; add a debug print and fix pcxu entrymickey1-4/+8
2005-02-24add wax@uturn; found on c180mickey1-1/+2
2005-02-24Add two missing breaks and suddenly using filter has no strange side effects.claudio1-1/+3
Sometimes it is good to look at the rib output of a test box.
2005-02-24Close files after we are done with them; from mpech@millert1-2/+4
2005-02-24Remove the kroute nexthop specific code as there is no need for this inclaudio3-303/+5
ospfd. While there clean up some other no longer needed stuff. OK norby@
2005-02-24disable the SA dpd timer on sa_free(). this avoid a racemarkus2-6/+14
between DPD and initial contact (double free); ok hshoexer
2005-02-24dpd_find_sa: only ready SAs, otherwise DPD will delete SAs owned bymarkus1-2/+2
an exchange; ok hshoexer