Age | Commit message (Expand) | Author |
2006-04-30 | add I2O to the RAMDISK | Brad Smith |
2006-04-30 | Enable rtw@pci | Brad Smith |
2006-04-30 | - Enable fxp and rl@CardBus on GENERIC and RAMDISK | Brad Smith |
2006-04-30 | sync the I2O section with macppc config, adding the I2O SCSI pass-through dri... | Brad Smith |
2006-04-30 | Do not leave behind half-initialized data structures so we don't stumble over | Mark Kettenis |
2006-04-30 | Backout last commit, it makes us crash when a ptraced program forks. | Mark Kettenis |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-30 | Add a missing , | Bjorn Sandell |
2006-04-30 | This stuff isn't used anymore. | Bjorn Sandell |
2006-04-30 | Fix long .Nd lines. Help from jmc@ | Bjorn Sandell |
2006-04-30 | - replace <> with .Aq | Jason McIntyre |
2006-04-30 | mention support for Maxim 6657, Maxim 6658 and Maxium 6659 parts | Damien Miller |
2006-04-30 | support the Maxim 6657, 6658 and 6659 parts, which are register-wise | Damien Miller |
2006-04-30 | Minor tweaks, mostly eyeballed by jmc@ | Bjorn Sandell |
2006-04-30 | Not used, niether by OpenBSD nor by Heimdal, anymore | Bjorn Sandell |
2006-04-30 | fix SEE ALSO; | Jason McIntyre |
2006-04-30 | these files should not exist. the developers have been given ample time | Theo de Raadt |
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 |