summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to OpenSSL 0.9.8d.simon2006-10-01285-284/+346
|
* Resolve conflicts after import of OpenSSL 0.9.8d.simon2006-10-018-27/+235
|
* This commit was generated by cvs2svn to compensate for changes in r162911,simon2006-10-0190-485/+5802
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL 0.9.8d.simon2006-10-0198-511/+6053
| |
* | o Strip eol w/spaces.maxim2006-10-011-2/+2
| |
* | o Add a Gedenktag.maxim2006-10-011-0/+1
| | | | | | | | | | | | PR: conf/85143 Submitted by: Helge Oldach MFC after: 1 weeks
* | Remove licence clauses 3 & 4thompsa2006-10-011-5/+0
| | | | | | | | OKed by: Jason L. Wright
* | Readd rev. 1.145 because of vfs bugs and races near revoke(). Until theymbr2006-09-301-4/+14
| | | | | | | | | | are fixed we can't free any slaves. Add a workaround to not to leak ptys by number.
* | Markup glitch.ru2006-09-301-1/+2
| |
* | Fix build.ru2006-09-301-0/+1
| |
* | A better fix is to check if it is a host route.jhay2006-09-301-1/+1
| | | | | | | | | | Submitted by: ume MFC after: 5 days
* | Require rpc.lockd(8) only if make is running with the -j option.ru2006-09-301-2/+5
| |
* | The ioctl(2) API has changed, and some ioctl command codes too.ru2006-09-301-0/+7
| | | | | | | | | | Hint users to add "options COMPAT_FREEBSD6" to their kernel config files, so that X.Org and friends still work without recompiling.
* | Revise markup.ru2006-09-309-184/+302
| |
* | Respect style.Makefile(5).netchild2006-09-303-12/+15
| | | | | | | | Cluebat waving by: ru
* | Fix usage().ru2006-09-302-2/+4
| |
* | Add snd_envy24ht and remove the snd_ak4* module.netchild2006-09-301-1/+2
| |
* | Add man page for snd_envy24ht(4).netchild2006-09-302-0/+100
| |
* | Add spicds, envy24ht and remove ak4*.netchild2006-09-302-4/+7
| |
* | Add the envy24ht driver to the build.netchild2006-09-302-2/+10
| |
* | Driver for Envy24HT (ICE1724 or VT1724)-based cards likenetchild2006-09-302-1186/+889
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Terratec Aureon 7.1 Space: tested Terratec Aureon 5.1 Sky: tested Terratec PHASE 28: tested Terratec Aureon 7.1 Universe: tested Audiotrak Prodigy 7.1: tested Audiotrak Prodigy 7.1 LT: not tested Terratec PHASE 22: not tested M-Audio Revolution 7.1: not tested M-Audio Revolution 5.1: not tested M-Audio Audiophile 192: tested Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
* | Add the snd_spicds(4) man page.netchild2006-09-302-0/+88
| |
* | Revise markup.ru2006-09-301-18/+21
| |
* | Revise markup.ru2006-09-302-62/+72
| |
* | - it uses the spicds driver now, change the kernel compile instructionsnetchild2006-09-301-3/+4
| | | | | | | | - add info about the chipsets
* | Remove the ak452x code, superseeded by spicds.netchild2006-09-302-338/+0
| |
* | Remove the ak452x module.netchild2006-09-301-8/+0
| |
* | Disconnect ak452x from the build, it is not needed anymore.netchild2006-09-301-1/+1
| |
* | We don't need the ISA interface.netchild2006-09-301-1/+1
| | | | | | | | Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
* | Revise markup.ru2006-09-306-174/+98
| |
* | - fix memory leak, when "number of adcs" != "number of dacs"netchild2006-09-301-24/+17
| | | | | | | | | | | | | | | | - fix multiple initialization of the first codec (support for more than one codec should be added in the future) - use spicds instead of ak452x module Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
* | Add the spicds module to the build.netchild2006-09-302-1/+9
| | | | | | | | Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
* | After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codenetchild2006-09-302-72/+192
| | | | | | | | | | | | used by the Envy* drivers. Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
* | Remove duplicated $FreeBSD$.pjd2006-09-301-1/+0
| |
* | Revise markup.ru2006-09-306-69/+95
| |
* | Revise markup.ru2006-09-3019-225/+261
| |
* | Forcet commit to note repo copy:netchild2006-09-300-0/+0
| | | | | | | | | | | | | | | | ak452x.c -> spicds.c ak452x.h -> spicds.h Fast repo copy by: simon (30min turn-around) Pointy hat to: netchild (for doing a forced commit to ak452x.*)
* | MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.pjd2006-09-308-53/+53
| | | | | | | | Changes: 98722
* | MFp4:pjd2006-09-302-47/+47
| | | | | | | | | | | | | | | | | | | | | | - Print proper error message when argument is specified twice. Before the change it was detected properly, because of how G_OPT_DONE() macro worked. - Use err(3) functions where appropriate. - Add some assertions. - Bump version number, because G_TYPE_BOOL addition breaks API and ABI. Changes: 98721,98722,98723,101360,106985
* | Add __printflike() attribute to various functions.pjd2006-09-301-4/+4
| |
* | Fixed small markup glitches and removed the CAVEATS section.ru2006-09-301-6/+2
| |
* | My previous commit broke "route add -inet6 <network_addr> -interface gif0".jhay2006-09-301-1/+2
| | | | | | | | | | | | Fix that by excluding point-to-point interfaces. MFC after: 5 days
* | Update for OpenSSH 4.4p1.des2006-09-302-3/+3
| | | | | | | | MFC after: 1 week
* | Regenerate.des2006-09-301-9/+60
| | | | | | | | MFC after: 1 week
* | #include <errno.h>; this has the unfortunate side effect of taking the filedes2006-09-301-0/+2
| | | | | | | | | | | | off the vendor branch. MFC after: 1 week
* | Removed from vendor branch.des2006-09-301-58/+0
| | | | | | | | MFC after: 1 week
* | Bump version addendum.des2006-09-305-5/+5
| | | | | | | | MFC after: 1 week
* | Merge conflicts.des2006-09-3069-1973/+3349
| | | | | | | | MFC after: 1 week
* | Document ioctls differently, like is done in other section four manpages.ru2006-09-301-60/+38
| |
* | This commit was generated by cvs2svn to compensate for changes in r162852,des2006-09-30182-745/+6505
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud