Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-15 | shudup useless warning; ok jfb@. | Xavier Santolaria | |
2005-04-15 | t1: only do a short listing, t2: test for tar.c, rev 1.36 | Markus Friedl | |
2005-04-15 | zaurus audio driver | David Gwynne | |
ok jmc@ | |||
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | Simplify matching logic using pci_matchbyid() and correct some comments. | Jonathan Gray | |
2005-04-15 | Inconsistency between man page and code, spotted by joel@ | Christopher Pascoe | |
2005-04-15 | re(4) cannot handle a standard sized Jumbo frame. | Brad Smith | |
2005-04-15 | re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values | Brad Smith | |
2005-04-15 | add another 8169 rev and remove vtophys() hack for alpha now that the driver | Brad Smith | |
has been bus_dma-ified | |||
2005-04-15 | basic manpage for the dma controller | David Gwynne | |
ok pascoe@ | |||
2005-04-15 | correct a spello | Christopher Pascoe | |
ok jolan@ | |||
2005-04-15 | regsub(3) should not be a link to regex(3) as it is not a POSIX regex | Todd C. Miller | |
routine and is not described in regex(3). | |||
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | Add TODO list for zaudio. | Christopher Pascoe | |
2005-04-15 | Remove i2c entry, it is included from zaudio config. | Christopher Pascoe | |
2005-04-15 | Add basic audio playback support for the Zaurus SL-C3000. | Christopher Pascoe | |
ok dlg@ drahn@ uwe@ deraadt@ | |||
2005-04-15 | sync | Theo de Raadt | |
2005-04-15 | check snprintf return value and abort if the concatenated path is too | Uwe Stuehler | |
long instead of using the truncated path. also, use the strerror() database instead of repeating the text here. ok krw@, millert@ | |||
2005-04-15 | print proper model string. | Brad Smith | |
2005-04-15 | Functions for accessing the pxa2x0 I2S controller. | Christopher Pascoe | |
ok dlg@ drahn@ uwe@ deraadt@ | |||
2005-04-15 | Routines providing access to the pxa2x0 I2C controller. | Christopher Pascoe | |
ok dlg@ drahn@ uwe@ deraadt@ | |||
2005-04-15 | let tree build. brad -- check what you busted | Theo de Raadt | |
2005-04-14 | Add basic support for the pxa2x0 DMA controller. | Christopher Pascoe | |
ok deraadt@ dlg@ drahn@ uwe@ | |||
2005-04-14 | fix off-by-ones in path truncation checks. from Han Boetes; ok deraadt@ | Damien Miller | |
2005-04-14 | Try to start log message buffer on a new line. Helps install scripts avoid | Kenneth R Westerback | |
detecting phantom devices when scanning dmesg output. Suggested by miod@, ok deraadt@. | |||
2005-04-14 | clarify | Theo de Raadt | |
2005-04-14 | major bump: | Marc Espie | |
- activate partial wchar_t support; - kill old compatibility function that happens to use strcpy, poor guy. | |||
2005-04-14 | temp scaffolding to switch on partial wchar_t support based on | Marc Espie | |
_GLIBCPP_USE_TYPE_WCHAR_T | |||
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie | |
okay deraadt@, cloder@, pvalchev@ thanks to everyone who commented on that. | |||
2005-04-14 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Marc Espie | |
2005-04-14 | add a man page for luphy | Brad Smith | |
2005-04-14 | enable HW transmit checksum offload | Brad Smith | |
ok pvalchev@ | |||
2005-04-14 | +luphy and add hme to RAMDISK_CD | Brad Smith | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-14 | detail missing step in summary; | Jason McIntyre | |
2005-04-14 | Some format string cleanup. OK deraadt | Chad Loder | |
2005-04-14 | +luphy | Brad Smith | |
2005-04-14 | handle snprintf out of range conditions; otto ok | Theo de Raadt | |
2005-04-14 | The 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 | +luphy | Brad Smith | |
2005-04-14 | add a PHY driver for the Lucent LU6612 10/100 PHY used on PCI | Brad 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-14 | fix reading of the binary image. | Damien Bergamini | |
binary image is not a set of ezdata structures. | |||
2005-04-14 | write actual data to file, not pointers. | Damien Bergamini | |
store the address field in little endian order. | |||
2005-04-14 | drop some krb4 stuff | Bjorn Sandell | |
ok beck@ | |||
2005-04-14 | mention kerberos(8) | Bjorn Sandell | |
fine jmc@, ok beck@ | |||
2005-04-14 | use f{chown,chmod,utimes,chflags} instead; done with hshoexer, ok otto mickey | Theo de Raadt | |
2005-04-14 | move return values to a seperate section, and split them out so that it | Theo de Raadt | |
is more clear which variants return which values; ok jmc otto | |||
2005-04-14 | Explain what happens when len equals 0 for snprintf(). | Otto Moerbeek | |
ok jmc@ millert@ | |||
2005-04-14 | completely fix the diff command | Joris Vink | |
2005-04-14 | Make spamd stutter at greylisted connections for a short period before talking | Bob 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@ |