Age | Commit message (Expand) | Author |
2009-12-07 | When netbooting the kernel image from ARCBios, our load address may not be | Miod Vallat |
2009-12-07 | When trying to return to ARCBios on a 32 bit ARCBios machine (such as the O2), | Miod Vallat |
2009-12-07 | Get page size information by reading the kernel image' struct uvmexp, instead | Miod Vallat |
2009-12-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | Miod Vallat |
2009-12-07 | update to sudo 1.7.2p2 | Todd C. Miller |
2009-12-07 | Avoid dereferencing a null pointer when logging a DNS lookup failure. | Joel Sing |
2009-12-07 | Fix a spacing nit, and replace a magic number with ETHER_ADDR_LEN. | Stuart Henderson |
2009-12-07 | don't use $set->print, consistent messages. | Marc Espie |
2009-12-07 | Cleanup discipline initialisation. | Joel Sing |
2009-12-07 | Define discipline capabilities using a set of flags. | Joel Sing |
2009-12-07 | simplify tracker a bit now we know what we're doing. | Marc Espie |
2009-12-07 | oops, wrong version of previous diff. | David Gwynne |
2009-12-07 | get rid of the return codes from command submission, ata_cmd handlers | David Gwynne |
2009-12-07 | do not forward and drop packets with M_MCAST flag set in ip_forward() | Joerg Goltermann |
2009-12-07 | behaviour for the -l flag differs between this implementation and posix; | Jason McIntyre |
2009-12-07 | Re-enable SCSIDEBUG display of commands and data. Original diff | Kenneth R Westerback |
2009-12-06 | fix potential divide-by-zero in sftp's "df" output when talking to a server | Darren Tucker |
2009-12-06 | use socklen_t for getsockopt optlen parameter; reported by | Damien Miller |
2009-12-06 | zap unused variable and strlen; from Steve McClellan, ok djm | Darren Tucker |
2009-12-06 | missing space; | Jason McIntyre |
2009-12-06 | Make internal file descriptor handling async-signal safe by eliminating | Kurt Miller |
2009-12-06 | Nuke SCSI_URGENT after removing its only use, in ncr53c9x.c. That use | Kenneth R Westerback |
2009-12-06 | Add /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES. | Antoine Jacoutot |
2009-12-06 | During the session's initialization, when playing the passive role, send | Michele Marchetto |
2009-12-06 | Improve divert.4 man page. | Michele Marchetto |
2009-12-06 | change M_WAITOK --> M_WAITOK|M_CANFAIL | Charles Longeau |
2009-12-06 | Doh, switch src and dst in memcpy calls or the wrong thing gets copied. | Claudio Jeker |
2009-12-06 | SCSI_USER is deprecated. the ioctl handlers arent special with regard to | David Gwynne |
2009-12-06 | -U before -u; | Jason McIntyre |
2009-12-06 | consistently refer to the softc pointer as sc, not sd. | David Gwynne |
2009-12-06 | biodone must be called at splbio. | David Gwynne |
2009-12-06 | nitems(array) is prettier than sizeof(array)/sizeof(array[0]) | David Gwynne |
2009-12-06 | whitespace tweaks | David Gwynne |
2009-12-06 | ansify dvd functions a bit. | David Gwynne |
2009-12-06 | fix previous | Jacek Masiulaniec |
2009-12-05 | a bit more documentation, including revisit of OpenBSD::Intro to reflect | Marc Espie |
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray |
2009-12-05 | Ignore HID devices that have the same vendor and product ids than | Matthieu Herrb |
2009-12-05 | fix interface tagging listeners in the ipv6 case | Charles Longeau |
2009-12-05 | use eval {} everywhere around quirks. | Marc Espie |
2009-12-05 | since we don't redisplay missing libraries message, tell why we can't install | Marc Espie |
2009-12-05 | quirks exists | Marc Espie |
2009-12-05 | avoid progressmeter warning | Marc Espie |
2009-12-05 | better quirks interface: pass the search object that was built, so we can | Marc Espie |
2009-12-05 | change the internal representation of Search::Stem to allow the addition | Marc Espie |
2009-12-05 | oops | Marc Espie |
2009-12-05 | cosmetic | Marc Espie |
2009-12-05 | fix quirks object construction. Simplify its handling: just install/update | Marc Espie |
2009-12-05 | make quirks silent. Track # of updates found, instead of newer size, since | Marc Espie |
2009-12-05 | fix off-by-one, noticed by frantisek holop | Marc Espie |