cg
4bfcb8b317
allow (broken) apps to use mixer ioctls on dsp devices. eg: vmware
...
Submitted by: "Vladimir N. Silyaev" <vsilyaev@mindspring.com>
1999-12-20 00:56:51 +00:00
jkh
b4b3bd7bb3
Whoops, this function is supposed to return a boolean status, not
...
flags.
1999-12-20 00:16:10 +00:00
imp
066f089c27
Add import of ntpd 4.x
...
Add movement of /etc/sendmail.cf to /etc/mail/sendmail.cf
1999-12-19 23:51:50 +00:00
jkh
81c7927f94
Do better things with router configuration (use proper display variable,
...
for one thing - it's router_enable to check, not router).
1999-12-19 22:38:59 +00:00
cg
85110b4344
stop playing if we underrun; if there is more data to come, the next write
...
will restart
1999-12-19 22:32:55 +00:00
jkh
1d70a13d49
Whoops, I broke the doc browser (not that anyone would notice since nobody
...
READS the docs, but anyway.. :). Fix it.
1999-12-19 22:28:41 +00:00
cg
c0e3cdc19d
note to self: vibra16c is not vibra16x
1999-12-19 22:28:31 +00:00
cg
51ac669d22
fix for ess cards to use auto-init dma mode, so they work
1999-12-19 22:25:26 +00:00
obrien
3df5935fa2
Install sendmail.cf into /etc/mail.
...
The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade
our repository to that version, we will get the change. It is best to make
the path change in 4.0-R (which may not have the latest Sendmail Inc. version,
than to change in mid-4.x stream when we may upgrade.
Ok'ed by: Peter (quite a while ago)
1999-12-19 22:05:32 +00:00
imp
2e989b1f0a
Merge changes from GENERIC into PCCARD (cdrom)
...
Merge changes from PCCARD into NEWCARD (cdrom and markm's comments)
1999-12-19 21:55:29 +00:00
jkh
0745b20d3b
D'oh! Inserted a clear() in a *very* wrong place with my last commit.
1999-12-19 20:41:06 +00:00
billf
4ff79d9136
Borrow phk's axe and chop off the old soundcard-CDROM devices. We get
...
about 40k of savings from this, and these abominations are still in LINT
if anyone needs to use them.
Reviewed by: jkh
1999-12-19 20:33:05 +00:00
obrien
21ba2a28bd
Add libcc_fbsd.a that contains libc and libiberty routines needed in
...
bootstraping on FreeBSD specifically.
3.2 upgrade path tested by: marcel
1999-12-19 20:22:42 +00:00
obrien
48ced86689
Install sendmail.cf into /etc/mail.
...
The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade
our repository to that version, we will get the change. It is best to make
the path change in 4.0-R (which may not have the latest Sendmail Inc. version,
than to change in mid-4.x stream when we may upgrade.
Ok'ed by: Peter (quite a while ago)
1999-12-19 19:55:19 +00:00
jkh
271f076406
Bah, I got the MFC and this commit backwards. :)
1999-12-19 19:42:02 +00:00
phantom
606120b2a0
Sync with reality.
...
PR: docs/15036
Submitted by: Jake Burkholder <jburkhol@home.com>
1999-12-19 19:12:14 +00:00
cg
d2578766ca
remove unused mixer stuff
1999-12-19 18:18:55 +00:00
cg
db57b06511
general tidyup
1999-12-19 17:51:32 +00:00
markm
8364513a9e
Comment and order to reduce diffs. No functional change.
1999-12-19 17:12:19 +00:00
peter
d82c29ef6e
I missed the LDADD/DPADD for -lmd in the secure cases. :-(
...
Pointed out by: marcel
1999-12-19 16:50:33 +00:00
roberto
58b687c462
Second part of bin/3648: add -flags to search for specific flags.
...
I added $FreeBSD$ whicle I was here. The patch wasn't usable anymore
due to its age so I adapted it.
PR: bin/3648
Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
1999-12-19 15:43:19 +00:00
roberto
b7335626ed
Rewriting of flags_to_string() and string_to_flags() to use an array.
...
PR: bin/3648
Submitted by: Martin Birgmeier <mbirg@austria.ds.philips.com>
1999-12-19 15:31:24 +00:00
cg
6221457152
move make_dev operations for audio channels to pcm_addchan(). in theory,
...
with modifications to MAKEDEV this will allow use of multiple output streams
on cards supporting it, eg trident 4dwave.
1999-12-19 15:27:24 +00:00
cg
34deed4b4f
fix a bug in sndstat output, tidy up a few bits
1999-12-19 15:07:56 +00:00
cg
444dfea7ab
generalise the code a bit, and add an irq handler so that the child devices
...
can share the irq
1999-12-19 14:44:08 +00:00
cg
1f7666d525
remove the restriction limiting the vibra16x to 8 bit
...
Noticed By: Clive Lin <clive@CirX.ORG>
1999-12-19 14:21:38 +00:00
peter
a80a848739
This commit was generated by cvs2svn to compensate for changes in r54820,
...
which included commits to RCS files with non-trunk default branches.
1999-12-19 14:14:37 +00:00
peter
3cf81c35ae
Import fparseln(3) from NetBSD. It's used for easily dealing with \
...
escaped lines etc. (used by mailwrapper)
1999-12-19 14:14:37 +00:00
nyan
73b600cb26
- Supported the bd_getbigeom function and use this function to get BIOS
...
geometry.
- Use i386/libi386/bootinfo.c instead of pc98/libpc98/bootinfo.c.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
1999-12-19 14:05:46 +00:00
peter
05fc7a4a72
Import NetBSD's mailwrapper to redirect /usr/sbin/sendmail to the user's
...
chosen mailer.
Obtained from: NetBSD
1999-12-19 13:50:37 +00:00
peter
55a1c6bee2
This commit was generated by cvs2svn to compensate for changes in r54816,
...
which included commits to RCS files with non-trunk default branches.
1999-12-19 13:50:37 +00:00
phk
1e02d32e93
Don't ignore return value from tsleep().
...
Spotted by: charnier
1999-12-19 12:36:41 +00:00
green
48b97c0997
Remove all vestiges of /usr programs (awk, sed, grep...) from MAKEDEV.
...
MAKEDEV can now run (with /sbin/chown and /bin/chgrp, still) without
any /usr. The default PATH for MAKEDEV is now "/sbin:/bin" to prevent
against further spammage of /usr programs in MAKEDEV. In the event
of an emergency, the variable "MAKEDEVPATH" can be used to replace
PATH, but I don't know what that emergency could be.
Let me know if you have any problems. I've tested it as well as
I could, which basically means everything except for RocketPorts.
Reviewed in principle by: peter
1999-12-19 09:42:15 +00:00
obrien
119cfeff30
Use symbolic values rather than constants in TARGET_DEFAULT.
...
Submitted by: bde on -current
1999-12-19 07:40:17 +00:00
imp
8fe589f18a
o Hide pcic_chip functions inside file
...
o Attach children in a better way than before.
o Remove some dead code
o collapse the socket attach routines into pcic_attach
1999-12-19 07:39:10 +00:00
jkh
d686cb2f42
MFC: can't stop tweaking this compulsively.
1999-12-19 07:02:46 +00:00
jkh
b844608749
cosmetics missed in last commit.
1999-12-19 06:50:44 +00:00
obrien
4cced586e8
Use a unified CPP_SPEC.
1999-12-19 06:42:24 +00:00
jkh
bead2e7139
More cosmetic surgery and a nasty null pointer bug in index.c fixed.
1999-12-19 06:34:22 +00:00
green
c3ff65ba4e
Allow LINT to build again.
...
The wd(4) family had to be disabled; wd(4) and ata(4) are mutually
exclusive, even at link level.
1999-12-19 06:22:11 +00:00
rwatson
4b6baecfc7
Second pass commit to introduce new ACL and Extended Attribute system
...
calls, vnops, vfsops, both in /kern, and to individual file systems that
require a vfsop_ array entry.
Reviewed by: eivind
1999-12-19 06:08:07 +00:00
rwatson
114c517da1
First pass commit to introduce new ACL and Extended Attribute system calls.
...
The second pass commit with all the supporting code will happen shortly
afterwards.
Reviewed by: eivind
1999-12-19 05:54:46 +00:00
imp
c6fae80569
i82365_isasubr is gone, remove from building module.
1999-12-19 05:49:56 +00:00
jkh
a9a9f9ac90
Be paranoid about refreshing after an action.
1999-12-19 04:06:46 +00:00
green
99a0254a52
M_PREPEND-related cleanups (unregisterifying struct mbuf *s).
1999-12-19 01:55:37 +00:00
green
2de76d5ad3
I've been style(9)izing mbuf.h and making the macros more resilient
...
with guidance from EE. This is as far as I'm going without using
inline functions.
Reviewed by: eivind
1999-12-19 01:47:16 +00:00
billf
1fabd91386
-Wall fixes.
...
XXX: This code is sick, and so are some of the "fixes".
1999-12-19 00:21:51 +00:00
green
55d5a145e5
Fix a broken macro usage. It had no semicolon.
...
Noticed by: eivind
1999-12-18 23:26:26 +00:00
eivind
c110f988cc
Since VOP_LOCK can be used to up and downgrade locks, it is not possible
...
to say anything about the lockstate before and after it. Thus, change the
lockspec from U L U to ? ? ?.
1999-12-18 23:01:52 +00:00
eivind
b264357e5d
Do NOT unlock dvp if LOCKPARENT && vp == dvp. Does not affect any code
...
presently in the tree.
1999-12-18 22:57:38 +00:00