Age | Commit message (Expand) | Author |
2007-06-07 | strncpy -> strlcpy, plus a little spacing line up. | Ray Lai |
2007-06-07 | more XXsize() fallout | Theo de Raadt |
2007-06-07 | Comment 'fixes'. All bounds_check_with_label now identical except for | Kenneth R Westerback |
2007-06-07 | Eliminate unnecessary duplicate defines *_LABELSECTOR and | Kenneth R Westerback |
2007-06-07 | Type of raidsize is now daddr64_t, not int. Fixes compile. | Kenneth R Westerback |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
2007-06-07 | another XXsize() function forgotten | Theo de Raadt |
2007-06-06 | Oops, dispatch packets to the correct hci_input_xxx() function | Uwe Stuehler |
2007-06-06 | correct format strings for large types; ok marco | Theo de Raadt |
2007-06-06 | Let it compile with SBT_DEBUG | Uwe Stuehler |
2007-06-06 | clamp the disklabel d_secperunit to what the disk actually says it has, | Theo de Raadt |
2007-06-06 | fix format strings for block #'s now that they are 64 bit; ok tedu (who | Theo de Raadt |
2007-06-06 | add another revision "RTL8168 3"; from NetBSD via Brad | Peter Valchev |
2007-06-06 | an XXsize() function that got skipped | Theo de Raadt |
2007-06-06 | the copyright holder changed the license from "dual bsd/gpl" to be | Reyk Floeter |
2007-06-06 | No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwk | Uwe Stuehler |
2007-06-06 | Remove IPS_D_INTR debug level, IPS_D_XFER is good enough. | Alexander Yurchenko |
2007-06-06 | comment an unused function (wpi_setup_beacon). | Damien Bergamini |
2007-06-06 | - #undef the correct macro | Damien Bergamini |
2007-06-06 | Ansify. No binary change. | Michael Knudsen |
2007-06-06 | The license permits us to redistribute this code under the BSD or the GPLv2. | Damien Bergamini |
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen |
2007-06-06 | - Recognize the 8110SCe 8169 revision in re(4) | Peter Valchev |
2007-06-06 | Do not dereference a garbage pointer in hci_acl_send() | Uwe Stuehler |
2007-06-06 | make sensors framework usage consistent with other drivers; ok damien@ | Constantine A. Murenin |
2007-06-06 | sync | Damien Bergamini |
2007-06-06 | Remove incorrect entry for Intel PRO/Wireless 3945ABG. | Damien Bergamini |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | oops | Theo de Raadt |
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt |
2007-06-06 | even more problems with disk size consistancy checks | Theo de Raadt |
2007-06-06 | remove an unused typedef. | Thordur I. Bjornsson |
2007-06-06 | vlan interfaces do not allow the parent interface and the vlan number to be | Henning Brauer |
2007-06-06 | bye bye | Henning Brauer |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |
2007-06-06 | put IPX in the unsupported boat | Henning Brauer |
2007-06-06 | remove ifdef'd out ipx-in-ip registration | Henning Brauer |
2007-06-06 | Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of a | Pedro Martelletto |
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer |
2007-06-06 | Shrink dmesg output. Tweaked version of a diff from tedu@ | Jonathan Gray |
2007-06-05 | Remove the comment "Static function protoypes". Static is gone in USB. | Marc Balmer |
2007-06-05 | Major wpi(4) update: | Damien Bergamini |
2007-06-05 | Use phys_map, not kernel_map in v{,un}mapbuf. ok mickey | Miod Vallat |
2007-06-05 | Shuffle calculation of physical block so that bounds checking is not off by | Marco Peereboom |
2007-06-05 | Remove the "Static" function declaration. It is defined to be | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-05 | Switch to rwlock(9) | Jonathan Gray |
2007-06-05 | IPX is about to go away, remove commented out IPX options in GENERIC and | Henning Brauer |
2007-06-05 | consistently use one variable instead of deriving it repeatedly | Todd T. Fries |