summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-24lint prefers ANSI C function definitions if a prototype is available;Otto Moerbeek
i can only agree
2006-04-24small delint; ok deraadt@Otto Moerbeek
2006-04-24further document how revisions are selected; mostly from xsaJason McIntyre
2006-04-24- the argument to -r is optionalJason McIntyre
- beef up DESCRIPTION - better descriptions of -r and -u - sync usage() help/ok xsa
2006-04-24- do not show file ... as optionalJason McIntyre
- remove angle brackets - sync usage() ok xsa
2006-04-24a little more verbose about -h...Jason McIntyre
2006-04-24Use NULL where NULL is meant, from thib, no binary changePedro Martelletto
2006-04-24Enable profling in asm if either PROF or GPROF is enabled, kernel profilingDale Rahn
builds with GPROF, libraries build with PROF. ok espie, miod
2006-04-24Properly terminate ENTRY with a semicolon, required for asm profiling.Dale Rahn
ok miod, espie
2006-04-24regenJonathan Gray
2006-04-24Add id for 82801GBM SATA in AHCI mode.Jonathan Gray
Seemingly the default mode on X60/T60 Thinkpads.
2006-04-24- move -A into compat landJason McIntyre
- tweak -E description accordingly ok xsa
2006-04-24make the -r description match that in rcsmerge(1), as far as is possible;Jason McIntyre
ok xsa
2006-04-24-r is not optional: simplify its synopsis, but improve its description;Jason McIntyre
ok xsa
2006-04-24be consistent in error messages for wrongly specified keyword substitutionXavier Santolaria
mode for `-k'.
2006-04-24bad space interrupted the flow of this morning's fortune;Jason McIntyre
2006-04-24don't clear interface flags (set skip on) when -N/-F is used without -O,Daniel Hartmeier
from Jon Simola, ok henning@
2006-04-24o Better match GNU behavior (a bare -t does NOT read from stdin,Ray Lai
unlike rcs). o Share code with rcs by moving rcs_set_description() to rcsutil.c. o Change description prompt from #define to const char *. OK xsa@
2006-04-24oopsTheo de Raadt
2006-04-24syncTheo de Raadt
2006-04-24egalaxTheo de Raadt
2006-04-24syncTheo de Raadt
2006-04-24add a missing return here.Brad Smith
2006-04-23Another forgotten man pageBjorn Sandell
2006-04-23some more ANSI, KNF and other tidying up.Brad Smith
2006-04-23Heimdal provides these now.Bjorn Sandell
2006-04-23Install man page. Noted by Antoine JacoutotBjorn Sandell
2006-04-23Remove superfluous use of usb_callout_init() (== timeout_set()).Kenneth R Westerback
Superfluous because the immediately following usb_callout() does the same timeout_set(). And superfluous because the same usb_callout_init was done during attach. ok dlg@
2006-04-23Make code path for ADMTek variant endian-safe; fixes dc(4) on macppc.Mark Kettenis
ok brad@
2006-04-23Recognize the D-Link DRP32TXD CardBus adapter. It is anotherBrad Smith
ADMTek AN983 clone. From FreeBSD
2006-04-23regenBrad Smith
2006-04-23add the D-Link DRP32TXD CardBus id.Brad Smith
From FreeBSD
2006-04-23regenBrad Smith
2006-04-23add the Dell Bluetooth 350 module.Brad Smith
From Ben Lovett <ben at tilderoot dot com>
2006-04-23'fall into' -> FALLTHROUGHPedro Martelletto
2006-04-23Remove unnecessary ARGSUSED commentPedro Martelletto
2006-04-23KNFPedro Martelletto
2006-04-23Fix an embarrassing pasto that triggered a panic. Reported by henning.Marco Peereboom
ok dlg
2006-04-23Allow Intel SATA to map compatibility interrupts.Jonathan Gray
This makes a bunch of ICH6M/ICH7M systems that don't present an IDE controller work. And stop treating ICH6M like an IDE controller now this works for everyone. Thanks to all the people who tested.
2006-04-23Add puc(4) and com at puc.Mark Kettenis
ok deraadt@
2006-04-23Avoid passing the device file descriptor to executed commands; deraadt@ okFederico G. Schwindt
2006-04-23remove all the compat stuff for the otherbsds. this is openbsd, i preferDavid Gwynne
reading openbsd code when im working in the openbsd source tree. this makes the file immediately less confusing since you can search for a macro and see how its implemented on openbsd without having to figure out if you're in the netbsd or freebsd chunk first. "no problem with me" deraadt@
2006-04-22Simplify time calculations.Marc Balmer
help and ok kettenis@
2006-04-22Routes announced via rt_missmsg() do not have rtm_index set. While in mostClaudio Jeker
cases harmless it is used by the IPv6 code. The result is that bgpd is unable to assigning link local addresses to the correct interface. OK henning@ Fix for PR 5063.
2006-04-22Set signal handlers directly after the fork(2), so that we avoidMoritz Jodeit
situations, where the privileged child dies before the unprivileged parent has set a signal handler for SIGCHLD. ok deraadt@ canacar@
2006-04-22Henning reported a crash I can't explain while using the new sensor code.Marco Peereboom
Disable until diagnosed and fixed.
2006-04-22remove extra spacesKevin Steves
2006-04-22Remove remaining stuff from state QUIT, adjust some commentsMoritz Jodeit
and close a fd leak in read_infile(). ok deraadt@
2006-04-22update output after uaudio(4) changes.Federico G. Schwindt
2006-04-22typo.Federico G. Schwindt