obrien
7620194553
Our capibilities updated for GCC 2.95.2.
1999-11-06 05:57:53 +00:00
tanimura
51c9fe3356
The unit of sndstat is fixed to zero.
1999-11-06 05:31:47 +00:00
archie
b974ee813c
Fix several bugs found in the first bit of testing.
1999-11-06 02:09:17 +00:00
obrien
350a8a1d2e
Fix the style of some options.
1999-11-05 20:41:09 +00:00
obrien
66d0a1c7e3
Style lint LINT.
...
mostly this was fixing options to be "options<sp>^IOPTION", along with
many <sp> replaced by ^I to be consistant.
1999-11-05 20:40:01 +00:00
obrien
e70e0328d7
Change some wdX entries from "disk" to "device". These got missed in the
...
rev 1.665 commit.
1999-11-05 20:37:23 +00:00
obrien
9411fcc3f5
Style sync with GENERIC.
1999-11-05 20:06:38 +00:00
julian
aa2c36581b
Re-add this till I can fix netstat to not need it.
1999-11-05 20:04:00 +00:00
msmith
f2d8ea6d8e
Guard against freeing NULL if vfs_mountroot_try is called with NULL
...
as an argument (this is legal to make other code simpler).
1999-11-05 19:28:07 +00:00
jlemon
fad9b06dcd
Add missing netinet6.
...
Detected by: make world
1999-11-05 18:49:00 +00:00
shin
7efc91cadc
KAME related header files additions and merges.
...
(only those which don't affect c source files so much)
Reviewed by: cvs-committers
Obtained from: KAME project
1999-11-05 14:41:39 +00:00
gallatin
660a7daead
Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
...
changes, it no longer exists and is preventing alpha kernels from building.
reviewed by: msmith
1999-11-05 13:10:39 +00:00
obrien
fd196ecc7d
Merge vendor changes into our version of this.
1999-11-05 12:56:09 +00:00
obrien
44a15eb4f0
Update for 6.0.3s1 changes.
1999-11-05 12:34:00 +00:00
cracauer
fffcf922ea
When a backquote command inside a here-document had a pipe with more
...
than two processes (got that? :-), the stdin fd of the middle
processes that has just been set up was accidetially closed. Don't do
this.
PR: bin/14527
1999-11-05 12:06:30 +00:00
roberto
3ebec0e7c8
Add a forgotten source file.
...
Approved by: bp
1999-11-05 12:00:36 +00:00
obrien
4108fe3797
Update for the 6.0.3s1 import.
1999-11-05 11:59:47 +00:00
obrien
2f57d4d4df
Fix conflicts.
1999-11-05 11:58:05 +00:00
obrien
26b8629f85
This commit was generated by cvs2svn to compensate for changes in r52894,
...
which included commits to RCS files with non-trunk default branches.
1999-11-05 11:42:30 +00:00
obrien
af59541d88
Virgin import of AMD (am-utils) v6.0.3s1
1999-11-05 11:42:30 +00:00
obrien
9c9be5f80d
Get the tar arguments right.
1999-11-05 11:37:09 +00:00
obrien
b4d1d2d7ae
Entry for Network Everywhere Ethernet 10BaseT PC Card.
...
Submitted by: alfred
1999-11-05 11:21:19 +00:00
obrien
10085cee10
Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had this
...
in PAO format, so there might be a buglet in my conversion.
Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
1999-11-05 11:17:23 +00:00
obrien
b695eece0f
Add network entry for Xircom Realport (Ethernet + modem).
...
Submitted by: Nick Slager <nicks@albury.net.au>
1999-11-05 11:11:09 +00:00
jkh
1ac5d40f33
Make sure modes on new skeleton files are correct.
1999-11-05 11:04:30 +00:00
joerg
1336332945
*blush* Instead of undoing my own change, i clobbered dcs's rev 1.21
...
change.
I'll never touch this again...
1999-11-05 08:17:53 +00:00
joerg
2f95e986cb
Back out rev 1.21. bde and dcs convinced me that all this is messed up
...
anyway, and there can't be any solution that will universally work in any
case (make world, cross-compilation, simple `make' without `make world'
after incompatible options have been added to strfile, ...)
1999-11-05 07:36:33 +00:00
msmith
07b89ba5ca
Expand the sscanf buffer to 32 bytes to make room for the expanded
...
pattern, with some space left over to avoid this mistake next time it's
improved.
Submitted by: luoqi
1999-11-05 02:45:50 +00:00
julian
f3be8b4e84
Add the option for a socket node to shut down when the last hook
...
to an adjoining node is removed. Also move file scope definitions back
within the file, and remove un-needed include file.
1999-11-05 02:18:08 +00:00
alc
034b0d2ccc
Remove an unnecessary alignment check from osigreturn and sigreturn. (The
...
data is copyin()'ed to a properly aligned buffer.)
Return EFAULT rather than EINVAL if the sigcontext is inaccessible,
as specified by the documentation.
Submitted by: bde
1999-11-04 23:23:13 +00:00
msmith
039680b91d
Allow vfs names to include the digits 0-9 as well as the letters a-z.
...
This should let 'cd9660' filesystems be allowed.
Submitted by: ghelmer
1999-11-04 17:48:11 +00:00
nyan
d3b5b37927
Sync with sys/i386/isa/spkr.c revision 1.44.
1999-11-04 11:20:46 +00:00
obrien
cbf1ad1c72
This commit was generated by cvs2svn to compensate for changes in r52878,
...
which included commits to RCS files with non-trunk default branches.
1999-11-04 10:35:02 +00:00
obrien
077ec7b22c
Virgin import from GCC 2.95.1.
...
As of GCC 2.95 these files from libiberty are absolutely required:
ansidecl.h libiberty.h splay-tree.h splay-tree.c
To keep from having to import all of libiberty, they are imported here
for now. Before all is said and done, libiberty might be imported, or
these files might move elsewhere.
1999-11-04 10:35:02 +00:00
obrien
a252558aba
Merge rev 1.2 [_exit() over exit()] into GCC 2.95.1.
1999-11-04 10:26:31 +00:00
obrien
eb5e8caab7
Merge rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 2.95.1.
1999-11-04 10:23:25 +00:00
obrien
a2002c935c
Virgin import from GCC 2.95.1.
...
As of GCC 2.95 these files:
choose-temp.c demangle.h getopt.h obstack.c pexecute.c
cplus-dem.c getopt.c getopt1.c obstack.h
were removed from the GCC compilers proper to libiberty. To continue our
revision history, and to keep from having to import all of libiberty,
they are imported here as if they were never moved.
1999-11-04 10:20:05 +00:00
obrien
2c20d04b86
This commit was generated by cvs2svn to compensate for changes in r52874,
...
which included commits to RCS files with non-trunk default branches.
1999-11-04 10:20:05 +00:00
ru
28b2aeb2ae
Pass IP fragments with non-zero offset. The semantics of matching
...
IP fragments has been changed in src/sys/netinet/ip_fw.c,v 1.78.
Reminded by: "Ronald F. Guilmette" <rfg@monkeys.com>
1999-11-04 10:13:59 +00:00
dfr
607d5ec791
Fix the atomic arithmetic primitives for address where (p&7) >= 4.
...
Reviewed by: gallatin
1999-11-04 09:55:07 +00:00
phantom
316924e9e4
Bring ``ac'' into reality. This great tools now works correctly (for
...
current state of the tree)
1999-11-04 08:45:02 +00:00
phantom
d02421bc71
Add short description of dumpvfscache
1999-11-04 08:42:29 +00:00
jkoshy
df1840f5b6
Link manual page for login_getpwclass(3) to login_cap(3).
...
PR: docs/14673
Submitted by: Andrew <andrew@ugh.net.au>
1999-11-04 08:33:18 +00:00
alc
876db944a5
Eliminate two useracc(..., VM_PROT_READ) calls that immediately precede
...
copyin() calls.
Submitted by: bde
1999-11-04 07:21:41 +00:00
ache
049d579611
Add unsigned char cast to isalpha
1999-11-04 05:01:28 +00:00
ache
cf9ff6546c
Add unsigned char cast to isdigit
1999-11-04 04:57:05 +00:00
ache
7cff08527c
Add unsigned char cast to is[x]digit
1999-11-04 04:52:34 +00:00
ache
fd2f05f5b2
Add unsigned char cast to isdigit
1999-11-04 04:46:18 +00:00
obrien
7e7f6fec00
Minor cosmetic changes in an attempt to improve consistancy.
1999-11-04 04:46:04 +00:00
ache
2e8706cc03
Add unsigned char cast to isupper
1999-11-04 04:40:56 +00:00