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