summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/commit.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-01-02+.Xr tftp-proxy 8jmc1-3/+4
2006-01-02#include <signal.h>, not <sys/signal.h>millert1-2/+2
2006-01-02#include <signal.h>, not <sys/signal.h>millert1-3/+3
2006-01-02#include <sys/signal.h> not neededmillert1-3/+2
2006-01-02No need to include both <sys/signal.h> and <signal.h>, only <signal.h>millert5-15/+10
is needed.
2006-01-02fix typo in commenttom1-2/+2
ok deraadt@
2006-01-02fcu(4) is a master, not slave;jmc1-3/+1
checked with deraadt
2006-01-02ASB 100 here too;jmc1-2/+2
2006-01-02`i2c' -> `I2C';jmc6-15/+15
2006-01-02sort the lists, and a couple minor tweaks;jmc1-5/+5
2006-01-02start to cut some duplicate info from FILES;jmc1-24/+7
help/ok djm
2006-01-02ASB100 is ASB 100, which I should use consistently; thanks jmc@djm1-2/+2
2006-01-02correct .Dd;jmc1-2/+2
2006-01-02remove duplicate SEE ALSO entry;jmc3-8/+5
2006-01-02sort SEE ALSO;jmc1-2/+2
2006-01-02clean up error paths using "goto", part 1. From Andrey Matveev <evol athshoexer1-33/+15
online dot ptt dot ru>. Thanks!
2006-01-02more includes cleanup;xsa4-21/+4
2006-01-02rename variable to fix shadow warning;xsa1-7/+7
2006-01-02#include's cleanup; ok joris@ niallo@.xsa50-462/+157
2006-01-02add the 82801E SMBus controller id.brad1-3/+4
2006-01-02use the correct format string directive %llu instead of "%ull".reyk1-3/+3
pointed out by Thorsten Glaser.
2006-01-02clarify tun(4) opening - set the mode and bring the interface up. alsoreyk1-5/+11
(re)sets the tun(4) layer 2 LINK0 flag for existing tunnel interfaces. suggested and ok by djm@
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.brad16-152/+16
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile.
2006-01-02regenjsg2-163/+53
2006-01-02Make this generate code with ansi function declarations.jsg1-6/+15
No binary change in compiled version of generated file.
2006-01-02mostly style nits; from kent@netbsd.org.fgsch1-161/+154
some other cosmetical changes to make future merges easier. dlg@ ok.
2006-01-02use pci_matchbyid.brad1-8/+8
2006-01-02fix some typos and add open/close code of sync pipe, disabled for now.fgsch1-7/+23
from kent@netbsd.org. dlg@ ok.
2006-01-02make mixer names compatible with other audio devices. from kent@netbsd.orgfgsch1-148/+664
via netbsd pr 15441 by Kazuhito Honda. dlg@ ok this and previous diffs.
2006-01-02regenbrad2-2/+7
2006-01-02add ATI IXP300 SMBus controller id.brad1-1/+2
2006-01-02regenbrad2-2/+34
2006-01-02add SMSC PCI vendor id and product id's for the Victory66 chipset.brad1-1/+9
2006-01-02add the name sparc64 calls this thingderaadt1-2/+3
2006-01-02document macppc and sparc64 use prom instead of scanningderaadt1-5/+5
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisderaadt4-2/+104
this may require some changes for non-pmu controllers later, which may do the ofw tables slightly differently
2006-01-02recognize sync-pipe audio stream; disabled for now. from kent@netbsd.orgfgsch1-8/+72
2006-01-02use a common max. packet length, no binary changedjm3-9/+9
2006-01-02syncderaadt1-0/+1
2006-01-02add source selector support. netbsd pr 26538.fgsch1-14/+57
2006-01-02Correctly set the %di register on PXENV calls. This should helptom4-16/+32
older PXE clients get a bit further. Prompted by Rolf Sommerhalder's comments on misc@. ok krw@ (thanks) "no objection" mbalmer@ "go for it" fgsch@ "fine" deraadt@
2006-01-02knf. add some debug and use const.fgsch1-272/+265
2006-01-01Xr asbtmderaadt1-1/+3
2006-01-01correct a typo and reorder check.fgsch1-4/+4
2006-01-01Rearrange to fix a potential crash when changing parameters with audioctlfgsch1-42/+29
and the device is closed. netbsd pr 24066. Some cleanup and also correctly set the mode via audioctl. from mycroft.
2006-01-01fix desc of struct kevent, OK millert@marc1-7/+7
2006-01-01mention change in raisechar/rc default here toodjm1-3/+2
2006-01-01disable case-mapping (evil software caps-lock) by default. if you are crazydjm1-3/+3
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@
2006-01-01add a manpage for asbtm(4)djm2-6/+51
2006-01-01fix cut and paste error on FAN2 sysctl defdjm1-4/+4