Age | Commit message (Expand) | Author |
2008-04-20 | - Recognize the 8168C chipset. | Brad Smith |
2008-04-20 | Remove redundant checks for the 8139C+ chipset, this code can only | Brad Smith |
2008-04-20 | - Add some more defines. | Brad Smith |
2008-04-20 | Remove unused flags. | Brad Smith |
2008-04-20 | Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set. | Brad Smith |
2008-04-20 | two more i2c probe checks. adt has split off or been sold to ON | Theo de Raadt |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-04-19 | in nfsm_reqh(), only allocate an mbuf cluster if the | Thordur I. Bjornsson |
2008-04-19 | remove build warnings: | Charles Longeau |
2008-04-19 | Sort functions and remove obsolete bits. | Marcus Glocker |
2008-04-19 | Decrement len variable after removing newline, prevents copying the | Ray Lai |
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller |
2008-04-18 | sync | Theo de Raadt |
2008-04-18 | shorten name | Theo de Raadt |
2008-04-18 | remove unneccessary parentheses | Damien Miller |
2008-04-18 | convert select() => poll(), saves a runtime malloc+free per retry | Damien Miller |
2008-04-18 | add filtering on direction; ok mpf@ deraadt@ feedback jmc@ | Damien Miller |
2008-04-18 | Add VS_INPUT_HEADER descriptor. | Marcus Glocker |
2008-04-18 | Fix return value of i_add_match() and remove some bogus APPLE_HYB | Todd C. Miller |
2008-04-18 | Properly check memory allocation in client code. While at it, unified | Tobias Stoeckmann |
2008-04-18 | Now that i386 has a per-process astpending, we can garbage collect ipi_ast | Mark Kettenis |
2008-04-18 | If memory allocation fails during error message buffering, print all hold | Tobias Stoeckmann |
2008-04-18 | detect adm1034 | Theo de Raadt |
2008-04-18 | Halt CPUs upon reboot/halt. | Mark Kettenis |
2008-04-18 | adm1033 has a rev register to check as well | Theo de Raadt |
2008-04-18 | if an iic operation fails to move all the data, return error | Theo de Raadt |
2008-04-18 | tweaks; | Jason McIntyre |
2008-04-18 | macro fixage; | Jason McIntyre |
2008-04-18 | fix the list width; | Jason McIntyre |
2008-04-18 | remove wparekey from the list of 802.11 ifconfig options. | Damien Bergamini |
2008-04-18 | Allow cal to show week numbers. Switch between sunday based week numbering | Pierre-Yves Ritschard |
2008-04-18 | Add a function which can identify an USB descriptor explicitly by it's | Marcus Glocker |
2008-04-18 | introduce sftp extension methods statvfs@openssh.com and | Damien Miller |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-04-18 | sync | Theo de Raadt |
2008-04-18 | install it | Theo de Raadt |
2008-04-18 | Add two cams. | Marcus Glocker |
2008-04-18 | correct sizeof; palmeida | Theo de Raadt |
2008-04-17 | attach FTDI 2232L | Felix Kronlage |
2008-04-17 | Add missing monitor mode capabilities flag. | Brad Smith |
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis |
2008-04-17 | Teach security(8) to check for world-readable hostname.if files. | Stuart Henderson |
2008-04-17 | save some space by making use of the WEP CRC table from net80211 | Damien Bergamini |
2008-04-17 | before using them, force hostname.* files to be unreadable by world | Theo de Raadt |
2008-04-17 | make it more apparent that when we are dealing with 16 bit registers | Theo de Raadt |
2008-04-17 | do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). | Damien Bergamini |
2008-04-17 | call ieee80211_crc_init() only once, when the first 802.11 device | Damien Bergamini |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt |