Peter Wemm
f1998090a4
Regenerate
2000-09-05 01:10:33 +00:00
Peter Wemm
4d8ea19f7c
Catch a few more bogosities in certain chipsets before they mess us up.
...
Some have dual host->PCI bridges for the same logical pci bus (!), eg:
some of the RCC chipsets. This is a 32/64 bit 33/66MHz and dual pci
voltage motherboard so persumably there are electical or signalling
differences but they are otherwise the same logical bus.
The new PCI probe code however was getting somewhat upset about it and
ended up creating two pci bridges to the same logical bus, which caused
devices on that logical bus to appear and be probed twice.
The ACPI data on this box correctly identifies this stuff, so bring on
ACPI! :-)
2000-09-05 00:53:34 +00:00
Peter Wemm
741f2944a9
Add compaq hotplug PCI device id.
...
Tidy up some loose ends. Be a little more consistent how the ign driver
probes with the rest of the drivers in this file.
2000-09-05 00:33:22 +00:00
Peter Wemm
28ea1bf869
When dumping the 'found devices' list in verbose mode, actually show the
...
bus/slot/function numbers. The old PCI code used other markers or
something, but without it here under the new pci code it is very hard to
tell which device is which (this only affects bootverbose mode).
2000-09-05 00:32:19 +00:00
Peter Wemm
58da4602af
When we are picking the next available unit number, specifically say
...
what we picked. Otherwise it is anybody's guess as to where the
device ended up.
2000-09-05 00:30:46 +00:00
Robert Watson
71582bf515
o Add missing "\n" to warning output in netinet/if_loop.c, when an
...
unsupported address family is used on localhost interface.
looutput: af=0 unexpected
Speculation as to the reasons for my seeing this error are welcome, of
course. :-)
2000-09-04 21:46:27 +00:00
Peter Wemm
8cae7cc3d6
Yank out the NOPOLL conditionals. libc_r no longer needs it, and this
...
library depends on other things that come *way* later than poll() now
(sigset size changes in particular)
2000-09-04 21:28:16 +00:00
Warner Losh
c22a309c55
Add a note about /etc/aliases moving /etc/mail/aliases and the problems
...
that causes in updating.
Submitted by: Robert Watson
[[ NB: marko and I are trying an experiment: he'll try to fix typos
quickly in UPDATING, while I concentrate on content. ]]
2000-09-04 21:09:01 +00:00
Wilko Bulte
1914a854fd
Throw out a considerable number of cards that have never been tested
...
on Alpha, primarily in the storage adapter area. Things like
Soundblaster-attached CDs, WD7000 etc for example. Try to get RELNOTES
for alpha to reflect reality a bit more.
2000-09-04 20:56:43 +00:00
Wilko Bulte
1b2f17352d
Add AS1200 (Tincup) to description
2000-09-04 20:47:35 +00:00
Wilko Bulte
8c14ef3a31
LINT -> NOTES
2000-09-04 20:45:15 +00:00
Poul-Henning Kamp
7665e72021
Off by one error.
...
Submitted by: des
2000-09-04 18:24:30 +00:00
Dag-Erling Smørgrav
9acf7ab9bc
Remove obsolete comment (see rev 1.84 of procfs_vnops.c)
2000-09-04 18:19:04 +00:00
Dag-Erling Smørgrav
18203af447
Remove a comment that has been not only obsolete but patently wrong for the
...
last 31 revisions (almost three years).
2000-09-04 18:18:17 +00:00
Mark Ovens
f699bbbbe4
Correct minor typos
...
PR: 21022
Submitted by: Daniel S. Lewart <d-lewart@uiuc.edu>
2000-09-04 16:59:32 +00:00
Jordan K. Hubbard
45b9c3d79c
enable sshd by default. This only effects *new* installs, so
...
upgraders will not receive any unpleasant surprises.
2000-09-04 15:50:15 +00:00
Warner Losh
f741619cb2
Use .St -susv2 rather than "The Single UNIX Specification".
...
Submitted by: sheldonh
2000-09-04 15:38:58 +00:00
Nick Hibma
329474c7de
Support for RBC devices, like Sony Memory Sticks.
...
Not extensively tested yet, so be warned.
Submitted by: Gerd Knops <gerti@bitart.com>
2000-09-04 15:34:14 +00:00
Nick Hibma
21ca942f09
Add the id for the Sony memory sticks.
2000-09-04 15:29:42 +00:00
Sheldon Hearn
1eb283fdc2
Add Boca K56Flex PnP modem.
...
PR: 21000
Submitted by: Andrew Sparrow <spadger@best.com>
2000-09-04 13:50:37 +00:00
Alexey Zelkin
7dc5eb443d
* move $FreeBSD$ tag to its usual place (bottom of copyright)
...
* mdoc cleanup
* document missing errno values (ERRORS section)
Reviewed by: sheldonh
2000-09-04 13:20:56 +00:00
Alexey Zelkin
49b8dd0db5
Finaly cleanup libc/nls code:
...
* rewrite catopen() to remove duplicate code chunks and optimize
* if empty string is passed to catopen() as name argument then
catopen() will set errno to ENOENT (File not found), not EINVAL
* move search code to LOOKUP() macro to shrink amount of duplicated code
* move common resource freeing actions to __nls_free_resources() function
* exclude from build code related to MCLoadAll defintion since it is not
using at all
* style(9) related whitespace changes
Reviewed by: ache
2000-09-04 12:09:40 +00:00
Sheldon Hearn
c3f4a67494
Fix bug that causes gawk to choke when parsing long source files.
...
Reported by: Tony Fleisher <takhus@takhus.mind.net>
Submitted by: Aharon Robbins <arnold@skeeve.com>
2000-09-04 10:42:19 +00:00
Sheldon Hearn
5f435a0876
Whitespace-only: remove the only hard sentence break in the file.
2000-09-04 08:58:41 +00:00
Kris Kennaway
5ed779ad1e
ttyname was not being passed into do_login(), so we were erroneously picking
...
up the function definition from unistd.h instead. Use s->tty instead.
Submitted by: peter
2000-09-04 08:43:05 +00:00
Poul-Henning Kamp
97804a5c99
Update the NTP kernel PLL code to the 2000-08-29 version of Dave Mills
...
nanokernel.
The FreeBSD private mode hardpps Type 2 PLL has been removed.
2000-09-04 08:19:32 +00:00
Peter Wemm
8cfadb8904
Constify the arg to logout(3). It is const-safe.
...
(cosmetic: drop some "register" qualifications too.)
2000-09-04 08:13:49 +00:00
Alan Cox
b70158bae1
Make filt_aio() check the jobstate for JOBST_JOBBFINISHED (in addition
...
to JOBST_JOBFINISHED) in case the aio_read() or aio_write() was performed
via the high-performance physio method, i.e., aio_qphysio().
2000-09-04 07:56:32 +00:00
Warner Losh
c9e0534901
When we have both a rcsid and sccsid, ifdef 0 the sccsid. This
...
appears to be the standard FreeBSD way to do this. style(9) is silent
about this, however.
2000-09-04 06:11:25 +00:00
Warner Losh
62f882d620
getopt and friends are declared in <unistd.h>
...
getopt returns -1 not EOF.
2000-09-04 06:09:54 +00:00
Warner Losh
b07b8563ff
optarg and optind are declared in unistd.h.
...
h_error is declared in netdb.h
2000-09-04 05:59:25 +00:00
Warner Losh
7c62d872a5
strerror is declared in <string.h>
...
errno is declared in <errno.h>
2000-09-04 05:48:09 +00:00
Warner Losh
53410a4824
remove redundant optreset declaration
2000-09-04 05:47:14 +00:00
Gregory Neil Shapiro
0b488822b7
Fix typo
2000-09-04 03:59:41 +00:00
Warner Losh
5f7da319ab
Get errno from <errno.h>, not from extern int.
...
Add $FreeBSD$ to hopefully the right place.
2000-09-04 03:54:23 +00:00
Warner Losh
e9d918edb6
Don't print an error message if the bad option is '?'. This has been
...
in my tree for a long time. bde reviewed this once upon a time and
said it was OK, iirc. This also obviates the need to put ? in the
optstring argument to preclude the extra warning message which some
people think confuses users. When I made my getopt cleanups of a long
time ago, this was the compromise reached. I just neglected to commit
it until now.
2000-09-04 03:49:22 +00:00
Warner Losh
12b92015dd
The comparison against 0 should be against LC_ALL. category isn't a
...
boolean and it is LC_ALL that's special.
Someone submitted this to me a long time ago, but I can't find the
mail now.
2000-09-04 03:43:24 +00:00
Warner Losh
71300cb5db
Soften the statement about select's timeout argument. This part of
...
the system likely won't change in the future, but the warning is a
good idea.
2000-09-04 03:32:30 +00:00
Warner Losh
a24eff5315
Add note about avoiding -j when following the upgrade path. It isn't
...
strictly verboten, just a recommendation to avoid problems.
Add note about LINT being built from NOTES.
2000-09-04 03:18:01 +00:00
Andrey A. Chernov
08ba69b8a4
Rewrite using stdio. It cause program speedup since eliminates lots of small
...
read() syscalls. It not cause static binary size increasing because stdio
already picked via setlocale() called from catopen()
2000-09-03 21:05:10 +00:00
Wilko Bulte
d3d40e9ffb
Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for the
...
BIOS emulation to work.
2000-09-03 17:34:44 +00:00
Wolfram Schneider
5fda7af6e4
Added page http://perso.wanadoo.fr/levenez/unix/ to Bibliography.
...
This is the most comprehensive UNIX famility tree I know of.
Submitted by: Poul-Henning Kamp <phk@critter.freebsd.dk>
2000-09-03 17:11:26 +00:00
Dag-Erling Smørgrav
9d40f64ad7
Use dirname(3).
2000-09-03 17:10:00 +00:00
Dag-Erling Smørgrav
2da8f234a1
Use basename(3).
2000-09-03 17:09:41 +00:00
Wolfram Schneider
b88a21e265
Added OpenBSD 2.7
2000-09-03 16:45:46 +00:00
Wolfram Schneider
9671098749
Added FreeBSD 3.5.1
2000-09-03 16:38:47 +00:00
KATO Takenori
ec43f77f09
Merged from sys/i386/i386/machdep.c revision 1.405.
2000-09-03 15:55:34 +00:00
KATO Takenori
f9c3835031
Merged from sys/conf/files.i386 revisions 1.325 and 1.326.
2000-09-03 14:47:00 +00:00
KATO Takenori
5340942440
Merged from sys/i386/i386/machdep.c rev. 1.404 just for keeping
...
similarity. No PC-98 may have ACPI feature, but I'm not 100%
sure.
2000-09-03 14:11:03 +00:00
Jun-ichiro itojun Hagino
ddf47c26f3
repair type 0 routing header support. it was caused by RFC2292/2292bis
...
difference. from: jinmei@kame.net
2000-09-03 13:43:13 +00:00