summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-29regenJonathan Gray
2006-04-29Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.comJonathan Gray
2006-04-29o Simplify ci by using strchr and strcspn instead of custom loops.Ray Lai
2006-04-29Add tests for keywords in ci, not enabled yet. We are still missingRay Lai
2006-04-29Check return values for all strlcpy, and strlcat calls.Ray Lai
2006-04-29Clarify man pages to match -t behavior and pretty up usage strings.Ray Lai
2006-04-29Make ci store gmtime instead of localtime in RCS files, like GNU.Ray Lai
2006-04-29Remove dead code.Ray Lai
2006-04-29Add a close method to send the shutdown command, which presumablyJonathan Gray
2006-04-29Driver for Silicon Laboratories CP2101/CP2102 based serial adapters.Jonathan Gray
2006-04-29regenJonathan Gray
2006-04-29Add a bunch of CP210x based serial adapters found in Linux driver.Jonathan Gray
2006-04-29With last pdisk and full functionality for mac68k now in place, startMartin Reindl
2006-04-28remove -h; ok xsaJason McIntyre
2006-04-28add another variant of `rlog -z' usage (still not enabled);Xavier Santolaria
2006-04-28In mapped mode, when allowaperture != 0,also allow mmapping of theMatthieu Herrb
2006-04-28add various tests for `rlog -z' (not enabled yet);Xavier Santolaria
2006-04-28In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctlMiod Vallat
2006-04-28ensure NUL termination after read(); ok rayJared Yanovich
2006-04-28The W83627THF is pretty much identical to the W83637HF, not the W83627HF.Mark Kettenis
2006-04-28remove p flag from LINTFLAGS; ok cloder@Otto Moerbeek
2006-04-28when setting the interface address, only call em_init() if the interfaceBrad Smith
2006-04-28Fix a copy/paste error.Jonathan Gray
2006-04-28typo; from sstullJason McIntyre
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28do not log "interface with index 0 not found". ifindex == 0 happens onHenning Brauer
2006-04-28Fix cast warning in sys/arch/i386/i386/acpi_machdep.c, caused by recent PAEDimitry Andric
2006-04-28fix date format output if a timezone is specified (-z);Xavier Santolaria
2006-04-28regenJonathan Gray
2006-04-28Add some ids for newer ralink wireless chips.Jonathan Gray
2006-04-28backout previous, Brad probably forgot to commit some bits hereMartin Reindl
2006-04-28regenSteven Mestdagh
2006-04-28add National Instruments PCI-GPIB card; ok kettenisSteven Mestdagh
2006-04-28RegenPedro Martelletto
2006-04-28Instrumentation for an in-kernel getcwd() implementation.Pedro Martelletto
2006-04-28check for IFF_RUNNING being set before calling vr_init().Brad Smith
2006-04-28and store a copy of the current interface flags in the softc.Brad Smith
2006-04-28remove function prototypes for a few functions removed in rev 1.25.Brad Smith
2006-04-27Quirk for MSI Megabook S270 audio output. Ok deraadt@.Matthieu Herrb
2006-04-27Make test use explicit signed char, instead of just char. We'll makeOtto Moerbeek
2006-04-27print a quad as %lld, not %dOtto Moerbeek
2006-04-27Add test for "expression has null effect" warnings.Otto Moerbeek
2006-04-27Correctly process comma operator when hunting for "expression has nullOtto Moerbeek
2006-04-27<machine/mvme1x7.h> is not really used anymore, remove it.Miod Vallat
2006-04-27Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap().Miod Vallat
2006-04-27Manage a local copy of the MVME188 nvram and update the real data whenMiod Vallat
2006-04-27update for pdisk 0.8a2, from NetBSD, retaining our local changes;Martin Reindl
2006-04-272 lines of code to support tty timestampsTheo de Raadt
2006-04-272 lines of code in most drivers, to do the timestamping; ok miod kettenisTheo de Raadt
2006-04-27create a (very simple) method for timestamping CTS & DCD events on ttys,Theo de Raadt