Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-29 | Unbreak tree. -moj | Mats O Jansson | |
2006-04-29 | tweaks; | Jason McIntyre | |
2006-04-29 | regen | Jonathan Gray | |
2006-04-29 | Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.com | Jonathan Gray | |
2006-04-29 | o Simplify ci by using strchr and strcspn instead of custom loops. | Ray Lai | |
o Search for the ending `$' until the end of the line instead of the end of the string. OK niallo@ and xsa@, possibly joris@. | |||
2006-04-29 | Add tests for keywords in ci, not enabled yet. We are still missing | Ray Lai | |
$Log$ functionality. OK xsa@ | |||
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai | |
OK xsa@ and probably others. | |||
2006-04-29 | Clarify man pages to match -t behavior and pretty up usage strings. | Ray Lai | |
OK xsa@ and jmc@. | |||
2006-04-29 | Make ci store gmtime instead of localtime in RCS files, like GNU. | Ray Lai | |
OK xsa@ | |||
2006-04-29 | Remove dead code. | Ray Lai | |
OK niallo@ | |||
2006-04-29 | Add a close method to send the shutdown command, which presumably | Jonathan Gray | |
put the adapter in a low power usage state. | |||
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray | |
ok dlg@ | |||
2006-04-29 | regen | Jonathan Gray | |
2006-04-29 | Add a bunch of CP210x based serial adapters found in Linux driver. | Jonathan Gray | |
2006-04-29 | With last pdisk and full functionality for mac68k now in place, start | Martin Reindl | |
cleaning the maze of ifdef's not relevant for us. This round wipes most linux and/or MacOS-only bits, more to come. | |||
2006-04-28 | remove -h; ok xsa | Jason McIntyre | |
2006-04-28 | add another variant of `rlog -z' usage (still not enabled); | Xavier Santolaria | |
2006-04-28 | In mapped mode, when allowaperture != 0,also allow mmapping of the | Matthieu Herrb | |
PC-style 0xa0000-0xb0000 region, as the nv X driver uses it. Noticed and patch tested by xsa@ and aanriot@. | |||
2006-04-28 | add various tests for `rlog -z' (not enabled yet); | Xavier Santolaria | |
2006-04-28 | In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctl | Miod Vallat | |
WSKBDIO_SETMODE, or it will be ignored. | |||
2006-04-28 | ensure NUL termination after read(); ok ray | Jared Yanovich | |
2006-04-28 | The W83627THF is pretty much identical to the W83637HF, not the W83627HF. | Mark Kettenis | |
stolen from wilfried@ | |||
2006-04-28 | remove p flag from LINTFLAGS; ok cloder@ | Otto Moerbeek | |
2006-04-28 | when setting the interface address, only call em_init() if the interface | Brad Smith | |
is not already running. | |||
2006-04-28 | Fix a copy/paste error. | Jonathan Gray | |
2006-04-28 | typo; from sstull | Jason McIntyre | |
2006-04-28 | and store a copy of the current interface flags in the softc. | Brad Smith | |
this time without mixing in another diff. | |||
2006-04-28 | do not log "interface with index 0 not found". ifindex == 0 happens on | Henning Brauer | |
routes. same as in bgpd now. norby ok | |||
2006-04-28 | Fix cast warning in sys/arch/i386/i386/acpi_machdep.c, caused by recent PAE | Dimitry Andric | |
checkins which change paddr_t for i386 into an unsigned long long. ok marco | |||
2006-04-28 | fix date format output if a timezone is specified (-z); | Xavier Santolaria | |
2006-04-28 | regen | Jonathan Gray | |
2006-04-28 | Add some ids for newer ralink wireless chips. | Jonathan Gray | |
2006-04-28 | backout previous, Brad probably forgot to commit some bits here | Martin Reindl | |
found by dhartmei@ | |||
2006-04-28 | regen | Steven Mestdagh | |
2006-04-28 | add National Instruments PCI-GPIB card; ok kettenis | Steven Mestdagh | |
2006-04-28 | Regen | Pedro Martelletto | |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto | |
Not yet activated. Diff by marius@ long ago, from NetBSD. Okay miod@ and krw@. | |||
2006-04-28 | check for IFF_RUNNING being set before calling vr_init(). | Brad Smith | |
2006-04-28 | and store a copy of the current interface flags in the softc. | Brad Smith | |
2006-04-28 | remove function prototypes for a few functions removed in rev 1.25. | Brad Smith | |
ok krw@ | |||
2006-04-27 | Quirk for MSI Megabook S270 audio output. Ok deraadt@. | Matthieu Herrb | |
2006-04-27 | Make test use explicit signed char, instead of just char. We'll make | Otto Moerbeek | |
unspecified char tests later, when lint is smarter about char that. Discussed with cloder@ | |||
2006-04-27 | print a quad as %lld, not %d | Otto Moerbeek | |
2006-04-27 | Add test for "expression has null effect" warnings. | Otto Moerbeek | |
2006-04-27 | Correctly process comma operator when hunting for "expression has null | Otto Moerbeek | |
effect" warnings. NetBSD has same fix, I found out after the fact. ok cloder@ | |||
2006-04-27 | <machine/mvme1x7.h> is not really used anymore, remove it. | Miod Vallat | |
2006-04-27 | Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap(). | Miod Vallat | |
Saves up to 12KB of no longer necessary page tables. | |||
2006-04-27 | Manage a local copy of the MVME188 nvram and update the real data when | Miod Vallat | |
necessary; allow opening /dev/nvram0 on MVME188 again (but no mmap). | |||
2006-04-27 | update for pdisk 0.8a2, from NetBSD, retaining our local changes; | Martin Reindl | |
summing it up: - Clean up sources - fix naming, delete old email addresses - Added support for display of Mac volume names - Fix block 0 display to show logical offset of drivers - Require confirmation of quit without write - Fix iteration to not complain about missing devices - Warn when creating/writing a map with more than 15 entries and, most important, add do_update_dpme() which allows us to partition OpenBSD slices without previous MacOS setup. Tested with shared MacOS install on macppc, procedure there remains the same. grammer and spelling help and ok jmc@ ok miod@ | |||
2006-04-27 | 2 lines of code to support tty timestamps | Theo de Raadt | |