summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
ok jmc@
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
has been bus_dma-ified
2005-04-15basic manpage for the dma controllerDavid Gwynne
ok pascoe@
2005-04-15correct a spelloChristopher Pascoe
ok jolan@
2005-04-15regsub(3) should not be a link to regex(3) as it is not a POSIX regexTodd C. Miller
routine and is not described in regex(3).
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
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15syncTheo de Raadt
2005-04-15check snprintf return value and abort if the concatenated path is tooUwe Stuehler
long instead of using the truncated path. also, use the strerror() database instead of repeating the text here. ok krw@, millert@
2005-04-15print proper model string.Brad Smith
2005-04-15Functions for accessing the pxa2x0 I2S controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15Routines providing access to the pxa2x0 I2C controller.Christopher Pascoe
ok dlg@ drahn@ uwe@ deraadt@
2005-04-15let tree build. brad -- check what you bustedTheo de Raadt
2005-04-14Add basic support for the pxa2x0 DMA controller.Christopher Pascoe
ok deraadt@ dlg@ drahn@ uwe@
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
detecting phantom devices when scanning dmesg output. Suggested by miod@, ok deraadt@.
2005-04-14clarifyTheo de Raadt
2005-04-14major bump:Marc Espie
- activate partial wchar_t support; - kill old compatibility function that happens to use strcpy, poor guy.
2005-04-14temp scaffolding to switch on partial wchar_t support based onMarc Espie
_GLIBCPP_USE_TYPE_WCHAR_T
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie
okay deraadt@, cloder@, pvalchev@ thanks to everyone who commented on that.
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie
2005-04-14add a man page for luphyBrad Smith
2005-04-14enable HW transmit checksum offloadBrad Smith
ok pvalchev@
2005-04-14+luphy and add hme to RAMDISK_CDBrad Smith
2005-04-14+luphyBrad Smith
2005-04-14detail missing step in summary;Jason McIntyre
2005-04-14Some format string cleanup. OK deraadtChad Loder
2005-04-14+luphyBrad Smith
2005-04-14handle snprintf out of range conditions; otto okTheo de Raadt
2005-04-14The value of the Bxxx defines are not guaranteed to match their value.Todd C. Miller
E.g. B9600 is not guaranteed to have a value of 9600 (on OpenBSD it does).
2005-04-14+luphyBrad Smith
2005-04-14add a PHY driver for the Lucent LU6612 10/100 PHY used on PCIBrad Smith
quad port hme(4)'s and other newer Sun systems with hme(4)'s. derived from a diff posted to freebsd-sparc64 by Marius Strobl <marius at alchemy dot franken dot de> ok mickey@
2005-04-14fix reading of the binary image.Damien Bergamini
binary image is not a set of ezdata structures.
2005-04-14write actual data to file, not pointers.Damien Bergamini
store the address field in little endian order.
2005-04-14drop some krb4 stuffBjorn Sandell
ok beck@
2005-04-14mention kerberos(8)Bjorn Sandell
fine jmc@, ok beck@
2005-04-14use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickeyTheo de Raadt
2005-04-14move return values to a seperate section, and split them out so that itTheo de Raadt
is more clear which variants return which values; ok jmc otto
2005-04-14Explain what happens when len equals 0 for snprintf().Otto Moerbeek
ok jmc@ millert@
2005-04-14completely fix the diff commandJoris Vink
2005-04-14Make spamd stutter at greylisted connections for a short period before talkingBob Beck
full speed. By default do this for 10 seconds. Many spammers disconnect by then. Adds -S option to select the amount of time greylisted connections will be stuttered at. feedback from jmc@, deraadt@, ok deraadt@