Ruslan Ermilov
04876cf3eb
Require rpc.lockd(8) only if make is running with the -j option.
2006-09-30 20:18:28 +00:00
Ruslan Ermilov
014a1a844d
The ioctl(2) API has changed, and some ioctl command codes too.
...
Hint users to add "options COMPAT_FREEBSD6" to their kernel config
files, so that X.Org and friends still work without recompiling.
2006-09-30 20:01:15 +00:00
Ruslan Ermilov
66f6e0e5df
Revise markup.
2006-09-30 19:07:03 +00:00
Alexander Leidinger
5cc415a9eb
Respect style.Makefile(5).
...
Cluebat waving by: ru
2006-09-30 18:12:33 +00:00
Ruslan Ermilov
0708945a3c
Fix usage().
2006-09-30 18:11:59 +00:00
Alexander Leidinger
5fb623adda
Add snd_envy24ht and remove the snd_ak4* module.
2006-09-30 18:07:26 +00:00
Alexander Leidinger
9faa7e6cd2
Add man page for snd_envy24ht(4).
2006-09-30 18:04:57 +00:00
Alexander Leidinger
9f5482400b
Add spicds, envy24ht and remove ak4*.
2006-09-30 17:59:08 +00:00
Alexander Leidinger
3d00f0efff
Add the envy24ht driver to the build.
2006-09-30 17:53:25 +00:00
Alexander Leidinger
0971278e54
Driver for Envy24HT (ICE1724 or VT1724)-based cards like
...
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>
2006-09-30 17:52:28 +00:00
Alexander Leidinger
586697a94c
Add the snd_spicds(4) man page.
2006-09-30 17:30:02 +00:00
Ruslan Ermilov
e9aa046ba9
Revise markup.
2006-09-30 17:27:50 +00:00
Ruslan Ermilov
6b4674389d
Revise markup.
2006-09-30 17:21:37 +00:00
Alexander Leidinger
d5bc223a98
- it uses the spicds driver now, change the kernel compile instructions
...
- add info about the chipsets
2006-09-30 17:19:22 +00:00
Alexander Leidinger
b7bfe2fc89
Remove the ak452x code, superseeded by spicds.
2006-09-30 17:14:14 +00:00
Alexander Leidinger
e1ce6f3dab
Remove the ak452x module.
2006-09-30 17:13:26 +00:00
Alexander Leidinger
b108934510
Disconnect ak452x from the build, it is not needed anymore.
2006-09-30 17:12:25 +00:00
Alexander Leidinger
12502e6b9f
We don't need the ISA interface.
...
Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
2006-09-30 17:10:37 +00:00
Ruslan Ermilov
bd84dd2f8f
Revise markup.
2006-09-30 17:09:59 +00:00
Alexander Leidinger
f0b43758d7
- fix memory leak, when "number of adcs" != "number of dacs"
...
- 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>
2006-09-30 17:08:51 +00:00
Alexander Leidinger
08f5a34ed1
Add the spicds module to the build.
...
Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
2006-09-30 16:57:41 +00:00
Alexander Leidinger
f198ead2a5
After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec code
...
used by the Envy* drivers.
Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
2006-09-30 16:53:40 +00:00
Pawel Jakub Dawidek
2342d5216e
Remove duplicated $FreeBSD$.
2006-09-30 16:33:29 +00:00
Ruslan Ermilov
8167eab9ef
Revise markup.
2006-09-30 16:01:33 +00:00
Ruslan Ermilov
ae91966b64
Revise markup.
2006-09-30 15:14:49 +00:00
Alexander Leidinger
2479cf3fd4
Forcet commit to note repo copy:
...
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.*)
2006-09-30 14:58:40 +00:00
Pawel Jakub Dawidek
5e527bc0c9
MFp4: G_TYPE_BOOL sounds much better than G_TYPE_NONE.
...
Changes: 98722
2006-09-30 14:40:50 +00:00
Pawel Jakub Dawidek
6fc6000883
MFp4:
...
- 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
2006-09-30 14:39:18 +00:00
Pawel Jakub Dawidek
710d02a403
Add __printflike() attribute to various functions.
2006-09-30 14:35:37 +00:00
Ruslan Ermilov
d053cbd0cf
Fixed small markup glitches and removed the CAVEATS section.
2006-09-30 14:30:07 +00:00
John Hay
c482f11edb
My previous commit broke "route add -inet6 <network_addr> -interface gif0".
...
Fix that by excluding point-to-point interfaces.
MFC after: 5 days
2006-09-30 14:08:57 +00:00
Dag-Erling Smørgrav
bb79c11d8a
Update for OpenSSH 4.4p1.
...
MFC after: 1 week
2006-09-30 13:41:26 +00:00
Dag-Erling Smørgrav
4a20f963ec
Regenerate.
...
MFC after: 1 week
2006-09-30 13:40:56 +00:00
Dag-Erling Smørgrav
1aa495cac5
#include <errno.h>; this has the unfortunate side effect of taking the file
...
off the vendor branch.
MFC after: 1 week
2006-09-30 13:40:35 +00:00
Dag-Erling Smørgrav
0bdb06c305
Removed from vendor branch.
...
MFC after: 1 week
2006-09-30 13:39:35 +00:00
Dag-Erling Smørgrav
3c492e28cd
Bump version addendum.
...
MFC after: 1 week
2006-09-30 13:39:07 +00:00
Dag-Erling Smørgrav
333ee03933
Merge conflicts.
...
MFC after: 1 week
2006-09-30 13:38:06 +00:00
Ruslan Ermilov
a4f3c15342
Document ioctls differently, like is done in other section four manpages.
2006-09-30 13:34:46 +00:00
Dag-Erling Smørgrav
a435c625d7
This commit was generated by cvs2svn to compensate for changes in r162852,
...
which included commits to RCS files with non-trunk default branches.
2006-09-30 13:29:51 +00:00
Dag-Erling Smørgrav
761efaa70c
Vendor import of OpenSSH 4.4p1.
2006-09-30 13:29:51 +00:00
Ruslan Ermilov
cf35cbe5d9
Fix build due to the incomplete removal of demangle.h.
2006-09-30 12:52:15 +00:00
Alexander Leidinger
080fc956ee
Forcet commit to note repo copy:
...
envy24.c -> envy24ht.c
envy24.h -> envy24ht.h
ak452x.c -> spicds.c
ak452x.h -> spicds.h
Fast repo copy by: simon (30min turn-around)
2006-09-30 12:44:30 +00:00
Alexander Leidinger
63272d3036
Don't use data after free.
...
Found by: Coverity Prevent
CID: 536
Submitted by: harti (via vs)
2006-09-30 12:37:43 +00:00
Ruslan Ermilov
85213a8004
Revise markup.
2006-09-30 11:48:12 +00:00
Ruslan Ermilov
69d09334bd
Regen (removal of WITHOUT_LIBC_R).
2006-09-30 11:34:22 +00:00
Ruslan Ermilov
2e97500669
Removed libc_r build support.
2006-09-30 11:32:46 +00:00
Ruslan Ermilov
5bb9f2101b
Remove mentions of libc_r.
2006-09-30 11:22:26 +00:00
Ruslan Ermilov
975d4c58c0
Markup nit.
2006-09-30 11:12:36 +00:00
Ruslan Ermilov
bfe56fe830
Revise markup.
2006-09-30 11:02:17 +00:00
Ruslan Ermilov
ad136d1e29
Revise markup in recently added manpages.
2006-09-30 10:34:13 +00:00