Age | Commit message (Expand) | Author |
2006-04-30 | style | Brad Smith |
2006-04-30 | - check for IFF_RUNNING being set before calling lge_init(). | Brad Smith |
2006-04-30 | rv not set. Sloppy but didn't matter. | Marco Peereboom |
2006-04-30 | Bring the function list back into reality. | Marco Peereboom |
2006-04-30 | - Use SK_IS_GENESIS/SK_IS_YUKON where appropriate | Brad Smith |
2006-04-30 | - Interrupt handler now checks shared interrupt source and protects | Brad Smith |
2006-04-30 | Update if_oerrors if we encounter watchdog error. | Brad Smith |
2006-04-30 | - Added/corrected register definitions for Yukon. | Brad Smith |
2006-04-30 | Prune remaining of the code, no binary change | Pedro Martelletto |
2006-04-30 | Free one more resource on attach failure. | Brad Smith |
2006-04-30 | Prune getcwd_common() and vn_isunder(), no binary change | Pedro Martelletto |
2006-04-30 | Prune proc_isunder() and sys___getcwd(), no binary change | Pedro Martelletto |
2006-04-29 | no need for using rwlocks in dirhash. i was confused about the purpose | Ted Unangst |
2006-04-29 | check mmap for failure. the helper functions using it return -1, but | Ted Unangst |
2006-04-29 | KNF bits | Pedro Martelletto |
2006-04-29 | fix build after timestamping addition; sparc pointed out by pvalchev@ | Christian Weisgerber |
2006-04-29 | Change the compile time option -DINFO into a runtime option to get ride | Mats O Jansson |
2006-04-29 | remove get_linux_name() and an accompanying variable; | Martin Reindl |
2006-04-29 | use calloc(3) instead of malloc(3) to allocate cpu state structs; it's | Otto Moerbeek |
2006-04-29 | Add a few man pages, remove some old and fix MLINKS | Bjorn Sandell |
2006-04-29 | bring back skip_fc SMI workaround for max6657 chips; ok kettenis@ | Damien Miller |
2006-04-29 | Add umsm(4) and uslcom(4). | Jonathan Gray |
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 |
2006-04-29 | Add tests for keywords in ci, not enabled yet. We are still missing | Ray Lai |
2006-04-29 | Check return values for all strlcpy, and strlcat calls. | Ray Lai |
2006-04-29 | Clarify man pages to match -t behavior and pretty up usage strings. | Ray Lai |
2006-04-29 | Make ci store gmtime instead of localtime in RCS files, like GNU. | Ray Lai |
2006-04-29 | Remove dead code. | Ray Lai |
2006-04-29 | Add a close method to send the shutdown command, which presumably | Jonathan Gray |
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray |
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 |
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 |
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 |
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 |
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 |
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 |
2006-04-28 | do not log "interface with index 0 not found". ifindex == 0 happens on | Henning Brauer |