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