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
cg
c663a6bbe9
make vibra16x cards announce what they are in /dev/sndstat
1999-12-18 22:47:23 +00:00
cg
2257ad71d8
fix the buffer repetition on ^c problem
1999-12-18 22:24:50 +00:00
cg
42c32f7a3b
make the vibra16x work for playback at least, record is untested
1999-12-18 22:21:47 +00:00
eivind
cf78a64fe5
Correct the documentation of LOCKPARENT - it does not reliably result in the
...
parent being locked, but rather plays some hide and seek (does not lock if
dvp == vp).
Also add a BUGS section noting that this is undesired behaviour.
1999-12-18 20:50:48 +00:00
sos
b9dd0b7b17
Relax the requirements for doing WDMA2, this should enable DMA
...
on non ATA[234] compliant disks.
Move all PCI dependent stuff under #ifdef NPCI > 0
1999-12-18 20:06:30 +00:00
green
794cbab436
Woops, I'm so sorry I forgot this! From the last mbuf.h change:
...
m_mballoc_wakeup() (inline) -> MMBWAKEUP() (macro)
m_clalloc_wakeup() (inline) -> MCLWAKEUP() (macro)
Noticed by: peter
1999-12-18 20:04:19 +00:00
peter
3535351421
Make this compile again.
...
GENERIC-broken-by: imp
1999-12-18 19:33:59 +00:00
dillon
00382428de
Fix compilation warning on alpha when converting pointer to integer
...
to generate hash index.
Reviewed by: Andrew Gallatin <gallatin@cs.duke.edu>
1999-12-18 19:20:05 +00:00
eivind
1a2b8e413c
Make NDFREE unlock VP if appropriate and not asked not to, as documented in
...
the manpage for namei(). This capability is not yet used attempted used
anywhere in the source tree.
1999-12-18 17:12:15 +00:00
peter
bf11704e75
Revert -lmd changes now that libcrypt doesn't expose this binutils/ld
...
bug any more.
1999-12-18 16:42:33 +00:00
peter
d44e2d4226
Revert the libcrypt/libmd stuff back to how it was. This should not have
...
happened as it was working around problems elsewhere (ie: binutils/ld
not doing the right thing according to the ELF design). libcrypt has
been adjusted to not need the runtime -lmd. It's still not quite right
(ld is supposed to work damnit) but at least it doesn't impact all the
users of libcrypt in Marcel's cross-build model.
1999-12-18 13:55:17 +00:00
green
2c47e5f1e9
I've been Bruceified! As penance, I've fixed my error (improper ordering,
...
moving #ifdefs to the non-historically-correct place, indentation bugs),
and I've also completely restyle(9)d mbuf.h. There shouldn't be any
KNF issues with it anymore, nor should there be any internal
discrepencies.
(Oh, I also fixed a small bug, but it was benign. The spl was not
released in MCLALLOC if M_NOWAIT and there were no free mclusters.)
Not objected to by: bde
1999-12-18 13:52:44 +00:00
tanimura
794bfd9b4d
Correct the logical ID of Avance Asound 110.
...
Submitted by: Bryan Liesner <bleez@netaxs.com>
1999-12-18 12:17:02 +00:00
marcel
0895fb994c
Use long long format specifiers and cast each parameter to long long.
...
This avoids the ugly #if ARCH/#else/#endif construct.
Prompted to by: bde
Could have thought of this himself: marcel
1999-12-18 12:12:12 +00:00
obrien
76277b31cd
Provide complete coverage in switch statement to quiet -Wall.
1999-12-18 09:56:15 +00:00
imp
15ae28d41d
spell isa right on sn0 line
1999-12-18 07:49:54 +00:00
imp
802c4a9f4e
Merge GENERIC into PCCARD
...
Merge PCCARD into NEWCARD
1999-12-18 07:47:34 +00:00
imp
3ee6905fe7
Remove vestiages of now obsolete zp and ze drivers.
...
Forgotten by: phk
1999-12-18 06:27:31 +00:00
imp
f7dd0a4025
Add sn device: smc 91xx based ethernet controllers
1999-12-18 06:23:03 +00:00
imp
b4e3577a75
Driver for the smc91xx series of ethernet chips. Ported from PAO to
...
3.3R and then to -current. The pccard support has been left in the
driver, but is presently non-functional because we are using the
isa_compat layer for the moment.
Obtained From: PAO
Sponsored by: Timing Solutions
1999-12-18 06:11:22 +00:00
obrien
e723c230ec
Initialize a var to quiet -Wall.
1999-12-18 04:47:43 +00:00
green
74c1e8397d
Switch over to the OpenBSD fts.c, fixing lots of things.
...
Obtained from: OpenBSD
1999-12-18 04:36:14 +00:00
jkh
0b50cdfa85
Yet more cosmetic fixes (I have a little time to kill while waiting for
...
something else, so I might as well tweak 3.4's look-and-feel for the better
while I'm at it - final release build should be sometime later on tonite).
1999-12-18 03:13:19 +00:00
brian
e320900d11
Learn to do pointer arithmatic (doh!)
1999-12-18 02:31:36 +00:00
jkh
597529e0d5
Add more strategic screen clears
1999-12-18 02:29:24 +00:00
jkh
47050d6c13
Better screen handling in X desktop setup.
...
Don't get cute with nested dialogs now.
1999-12-18 02:04:02 +00:00
cpiazza
edb45ae096
Remove duplicate entry
1999-12-18 01:26:38 +00:00
cpiazza
f846b34123
Spelling fixes. first change from openbsd second from netbsd
1999-12-18 01:13:18 +00:00
jasone
432d84cbec
Fix some minor POSIX/SUSv2 compliance nits.
...
PR: kern/11982
1999-12-18 01:00:42 +00:00
archie
abf915c20a
Fix bugs in the MP fragment reassembly code that can cause a panic.
1999-12-17 23:29:04 +00:00
peter
4d14b7fce6
Be more consistant in using perl vs. perl5. We were using perl5 in the
...
kernel builds so as not to confuse with perl4 when bootstrapping from old
systems. I don't know if this is still applicable but it shouldn't hurt
to be consistant at least.
Also copy vnode_if.sh to vnode_if.pl. Doing a 'sh vnode_if.sh' when it
was a perl script was kinda silly.
1999-12-17 22:07:43 +00:00
peter
81c8f9fa6d
Make a dlopen failure consistant with dlsym(). "Shouldn't happen."
1999-12-17 20:21:45 +00:00
peter
3da8bcb7dc
patch glitch
1999-12-17 20:19:28 +00:00
peter
1c7b33fb91
Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* and
...
SHA* routines so that callers of libcrypt are not exposed to the internal
implementation.
1999-12-17 20:04:01 +00:00
msmith
4a15432d48
Add character major 139 for the Sangoma Technologies 'wanrouter' driver.
...
Contact details are:
Alex Feldman
E-mail : al.feldman@sangoma.com
Sangoma Technologies Inc.
1001 Denison st., Suite 101
Markham, L3R 2Z6 ON
Phone: (905) 474 - 1990
Fax : (905) 388 - 2475
1999-12-17 19:56:39 +00:00
marcel
b05cb67442
s/MACHINE_ARCH/TARGET_ARCH/g
...
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always
represents the host machine. When TARGET_ARCH is not defined, it is
assumed to be equal to MACHINE_ARCH. This means that we're building a
native toolset by default. We're creating cross-compilation tools when
MACHINE_ARCH != TARGET_ARCH.
TARGET_ARCH is defined when building binutils as part of the bootstrap
build and is set to reflect the architecture we're currently cross-
building. With this change binutils is ready for cross-building.
1999-12-17 15:50:45 +00:00
marcel
c926be6ea7
o Don't use long for 64 bit variables. Use u_int64_t instead.
...
o Fix printf format specifiers on Alpha and add i386 version.
o Minor style fixes while there.
o Add -Wall compiler option.
1999-12-17 15:27:21 +00:00
phantom
37b2004d09
Back up following macros by functions: ishexnumber, isideogram, isnumber,
...
isphonogram, isrune, isspecial. Fix ordering.
Reviewed by: bde
1999-12-17 15:12:21 +00:00
phantom
47918de226
Fix typos
...
PR: docs/14858
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
1999-12-17 14:48:00 +00:00
phantom
efae37a130
Document -e flag.
...
PR: docs/14936
Submitted by: Stephen J. Roznowski <sjr@home.com>
1999-12-17 14:43:33 +00:00
phantom
d58be655c4
Document -d and -o flags
...
Remove selfreference item from SEE ALSO section
Add reference to colldef(1) to SEE ALSO section
1999-12-17 14:34:02 +00:00
roberto
60667129be
xntpd -> ntpd.
...
Submitted by: ru
1999-12-17 13:36:40 +00:00
deischen
b043dd936d
Change to work with recent signal changes. The signal being handled is
...
now added to the signal mask; this test failed because it didn't allow
for this.
1999-12-17 11:46:55 +00:00
marcel
539b0dd3ef
Add libmd to DPADD and LDADD.
1999-12-17 11:45:28 +00:00
marcel
c6060d99d9
Don't build usr.sbin/pcvt/keycap on anything other than i386 when
...
building the libraries target. pcvt is i386 specific.
1999-12-17 11:23:56 +00:00
sheldonh
f4fc7fc5af
Back out previous commit, which broke mouse wheel support in moused.
...
Requested by: yokota
1999-12-17 10:05:36 +00:00
imp
b7a50ab0f1
o Separate out alloc/release from the activation
...
o minor formatting nits
o remove the bus_map/unmap calls. FreeBSD doesn't need them.
o Fix most of the compiler warnings remaining (some still remain, but they
are releated to calling functions that are going to change, so I did
not bother).
1999-12-17 09:00:11 +00:00
bde
8fa948d7c0
Install Flexlexer.h with mode 444.
1999-12-17 07:49:03 +00:00
jasone
ac572e80ab
Note that the PR associated with the previous log message is i386/7426,
...
not bin/8281.
1999-12-17 07:48:22 +00:00