summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-15Fix memory leak in case aspath_snprint() returns an error (-1).Claudio Jeker
2005-04-15pick up BINDIR from above; ok jorisTheo de Raadt
2005-04-15syncTheo de Raadt
2005-04-15seperate usage functions per sub-programTheo de Raadt
2005-04-15Use asprint(), not snprintf() when converting strings to numbersTodd C. Miller
2005-04-15rcs is now in usr.bin/rcs; ok jfb jorisTheo de Raadt
2005-04-15stuff moved to rcs dirTheo de Raadt
2005-04-15build cvs right out of the base directory, no need for a subdir (you mayTheo de Raadt
2005-04-15move rcs (and later on, clones of all the other rcs commands) out of theTheo de Raadt
2005-04-15snprintf() return values checks; joris okXavier Santolaria
2005-04-15Remove standard defines from cpp processing, to prevent accidentalOtto Moerbeek
2005-04-15regenJakob Schlyter
2005-04-15add Araneus True Random Number GeneratorJakob Schlyter
2005-04-15in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead ofDamien Bergamini
2005-04-15Missing spaceTom Cosgrove
2005-04-15braino; joris okXavier Santolaria
2005-04-15free salt&peper commitMichael Shalayeff
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-04-15Try this again.Joel Knight
2005-04-15don't need to check for NULL when using M_WAITOK, from mpech@Pedro Martelletto
2005-04-15some more errno use in cvs_log(); ok joris@.Xavier Santolaria
2005-04-15spacing, and a typo;Jason McIntyre
2005-04-15make the examples in this page work for a simple 2 machine, directlyJason McIntyre
2005-04-15i forgot to hook zaudio and pxadmac up to the build.David Gwynne
2005-04-15add `enable packet forwarding' to initial summary;Jason McIntyre
2005-04-15shudup useless warning; ok jfb@.Xavier Santolaria
2005-04-15t1: only do a short listing, t2: test for tar.c, rev 1.36Markus Friedl
2005-04-15zaurus audio driverDavid Gwynne
2005-04-15syncTheo de Raadt
2005-04-15Simplify matching logic using pci_matchbyid() and correct some comments.Jonathan Gray
2005-04-15Inconsistency between man page and code, spotted by joel@Christopher Pascoe
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-15re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right valuesBrad Smith
2005-04-15add another 8169 rev and remove vtophys() hack for alpha now that the driverBrad Smith
2005-04-15basic manpage for the dma controllerDavid Gwynne
2005-04-15correct a spelloChristopher Pascoe
2005-04-15regsub(3) should not be a link to regex(3) as it is not a POSIX regexTodd C. Miller
2005-04-15syncTheo de Raadt
2005-04-15Add TODO list for zaudio.Christopher Pascoe
2005-04-15Remove i2c entry, it is included from zaudio config.Christopher Pascoe
2005-04-15Add basic audio playback support for the Zaurus SL-C3000.Christopher Pascoe
2005-04-15syncTheo de Raadt
2005-04-15check snprintf return value and abort if the concatenated path is tooUwe Stuehler
2005-04-15print proper model string.Brad Smith
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe
2005-04-15Routines providing access to the pxa2x0 I2C controller.Christopher Pascoe
2005-04-15let tree build. brad -- check what you bustedTheo de Raadt
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
2005-04-14fix off-by-ones in path truncation checks. from Han Boetes; ok deraadt@Damien Miller
2005-04-14Try to start log message buffer on a new line. Helps install scripts avoidKenneth R Westerback