Commit Graph

97323 Commits

Author SHA1 Message Date
des
14e72133bd Minor whitespace and style issues. 2003-12-07 17:40:00 +00:00
des
2f6cad8a67 Use mp_ncpus instead of the hw.ncpu sysctl. 2003-12-07 17:38:20 +00:00
des
36442d7d50 Remove useless SMP check code. 2003-12-07 17:37:44 +00:00
des
3b25b6fbb2 Forced commit: previous log entry should have said "fix some warnings and
style issues, no functional changes"
2003-12-07 17:35:41 +00:00
des
f9960ea07e Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall. 2003-12-07 17:34:52 +00:00
iedowse
78176cc3f1 Print out the file system access statistics using uintmax_t types
instead of casting the unsigned 64-bit values to longs.

Suggested by:	bde
2003-12-07 17:00:14 +00:00
ru
016d76f8ec MFR: Bump manpages revision to 5.2. 2003-12-07 15:46:50 +00:00
murray
c45c7b0dea Add support for timeout: and attempts: resolver options.
Submitted by:	Paul Vixie <paul@vix.com> / ISC
MFC After:	1 week
2003-12-07 12:32:24 +00:00
ume
f3fb16c867 use callout_*() rather than timeout(). 2003-12-07 11:23:59 +00:00
ume
1c8f6a3f9b link-local multicast address must be converted to KAME specific
embeded scopeid form.

Reported by:	dwmalone
MFC after:	3 days
2003-12-07 11:11:26 +00:00
phk
7de0d3f354 KASSERT against multiple orphanings of providers. 2003-12-07 10:04:43 +00:00
phk
9a847f9ce0 A too good Feynman quote to pass up. 2003-12-07 10:03:20 +00:00
peter
8555a54271 rqb_bits[] may be an int64_t (eg: on alpha, and recently on amd64).
Be sure to shift (long)1 << 33 and higher, not (int)1.  Otherwise bad
things happen(TM).  This is why beast.freebsd.org paniced with ULE.

Reviewed by:  jeff
2003-12-07 09:57:51 +00:00
obrien
a968bfbe6d Add PowerPC CFLAGS.
Submitted by:	gallatin
2003-12-07 09:56:30 +00:00
tjr
790c56de7c Add IPv6 support to pppctl by using getaddrinfo() and trying each address
it returns. This allows it to connect to the server side again, which
has been listening on IPv6 addresses exclusively for more than 2 years.

PR:		59369
2003-12-07 08:39:29 +00:00
imp
cb2936e9e2 Update to reflect eni removal 2003-12-07 08:04:05 +00:00
imp
3a1a519b50 hea is gone, remove its module 2003-12-07 07:04:39 +00:00
imp
6d5b8c42c7 Remove hea module. 2003-12-07 07:03:07 +00:00
deischen
41b0151a92 Don't call em_stop() from the watchdog since it requires the controller
mutex to be locked.  It is redundant since em_init() is called and this
correctly locks the mutex and calls em_stop().

5.2 release candidate since this can cause a panic if the watchdog
expires.

Tested by:	kuriyama
2003-12-07 06:50:04 +00:00
imp
752a784161 lmc.4 is now gone 2003-12-07 06:49:10 +00:00
imp
a03e661735 Ooops. These are still used by the bktr driver. David O'Brien has
plans for dealing, but I'll let him deal.

Pointy hat to: imp@
2003-12-07 06:37:32 +00:00
tjr
90fd885e30 Split multibyte(3) into separate manual pages for each function.
Instead of just deleting it, turn the original page into a general
overview of the multibyte character conversion functions, somewhat
similar to stdio(3).
2003-12-07 06:33:52 +00:00
tjr
90b1955c25 Split the documentation for localeconv() off into a separate manual page. 2003-12-07 06:00:00 +00:00
imp
5e0c896262 Make the if_broadcastaddr const. All the drivers in the tree which
violated the constness were corrected before the freeze.  This was
suggested by mdodd@, I think, and sam@ and others have signed off on
this if I recall my conversations with them correctly.
2003-12-07 05:49:21 +00:00
truckman
740b152e61 Reinstate 1.40 -- swap avgfilesize and avgfpdir column order.
MFC after:	3 days
2003-12-07 05:27:27 +00:00
imp
71dc04fb0d unifdef old interface support out to prevent false positives.
Suggested by: jeffr, obrien, and others
2003-12-07 05:17:13 +00:00
truckman
a38b5bef06 Set fs_ronly to the correct value in ffs_reload() when reloading the file
system super block after fsck has repaired the file system.  The value of
fs_ronly was getting overwritten, which caused ffs_update() to attempt to
update inode timestamps even though the file system was still mounted
read-only.

This fixes the "giving up on N buffers" error that is triggered by running
fsck on the root file system and then rebooting without mounting the file
system read-write.
2003-12-07 05:16:52 +00:00
tjr
2ffdb44e86 Fix prototype for getchar_unlocked(). 2003-12-07 05:12:51 +00:00
scottl
4d0fe8538c Re-arrange and consolidate some random debugging stuff 2003-12-07 05:04:49 +00:00
alc
e8d27d23c4 Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.
Discussed with:	peter
2003-12-07 04:51:04 +00:00
imp
0c88243f13 Remote meteor driver. It hasn't compiled in over 3 years. If someone
makes it compile again, and can test it, we can restore the driver to
the tree.
2003-12-07 04:41:11 +00:00
imp
8a90f3a666 Now that we have the en(4) driver, we no longer need the hea driver.
Approved by: harti@
2003-12-07 04:27:08 +00:00
imp
1c4373b0f3 The dgb driver is redundant with the digi driver in the tree. It uses
lots of old interfaces, and digi now supports all cards that dgb
supported.  The author of the driver says that this is no longer
necessary.

Approved by: babkin@
2003-12-07 04:18:52 +00:00
alc
339f8e87a2 - Giant is no longer required by vm_thread_new(). 2003-12-07 04:16:49 +00:00
sam
eaefcc0222 This commit was generated by cvs2svn to compensate for changes in r123202,
which included commits to RCS files with non-trunk default branches.
2003-12-07 04:07:35 +00:00
sam
d0b6d4343a Version 0.9.6.3:
o relax analog radio hardware revision checking for 5212 cards
  so newer revs are allowed to attach
2003-12-07 04:07:35 +00:00
imp
c508d8e341 Continue to remove drivers that don't compile and haven't compiled in
a long time: lmc The LAN Media Corp PCI WAN driver based on tulip.
This driver hasn't compiled for 3 years since the PCI compat shims
were removed, and Lan Media appears to have gone out of business.
These cards appear to be rare (a recent search of ebay had no hits).

Should someone wish to revive this driver, submitting patches to make
it compile plus a testing report will bring it back.
2003-12-07 04:05:19 +00:00
scottl
79a8abc586 HEAD __FreeBSD_version is at 502100 2003-12-07 03:56:54 +00:00
scottl
d351498dfe HEAD is at 5.2-CURRENT now 2003-12-07 03:56:12 +00:00
imp
a9da5830a1 First part of the removal of drivers for hardware that isn't relevant
or whose drivers haven't even compiled for years.

The loran hardware was very unique, and only a few copies of it ever
existed.  It used the old COMPAT_ISA_DRIVER and when the author was
contacted, he indicated that he had no intention of ever updating this
driver and it was no longer relevant to the FreeBSD world and can be
removed without impact to anybody.

Approved by: phk
2003-12-07 03:51:19 +00:00
obrien
92cb64a6bf Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix.
Approved by:	re(scottl)
2003-12-07 03:02:27 +00:00
obrien
dedad083eb Update with the 4.9 pam modules, and add pam_opieaccess.so to the mix.
Approved by:	re(scottl)
2003-12-07 02:38:01 +00:00
obrien
c50fbc124e Update with the 4.9 libraries, and add libdevstat.so.2 libmp.so.3
libskey.so.2 libusbhid.so.0 libutil.so.3 libvgl.so.2 to the mix.

Approved by:	re(scottl)
2003-12-07 02:11:19 +00:00
bmah
6c9c28ab18 Whee!
Modified release note:  kdump(1) -E.

Approved by:	re (implicitly)
2003-12-07 01:11:33 +00:00
bmah
df1e050add Grrr...get the semantics of these entities right.
Approved by:	re (implicitly)
2003-12-07 01:08:24 +00:00
peter
78e0f18483 Add a -E (elapsed time) flag to kdump. This is like -T, except it is
relative to start of the dump.

Approved by:  re (scottl)
2003-12-07 01:06:32 +00:00
bmah
6ded7a15e1 Use sab(4) manpage entity.
Approved by:	re (implicitly)
2003-12-07 00:54:22 +00:00
bmah
d1f45b0e93 Hook the sab(4) manpage up to the build.
Reviewed by:	bms
Approved by:	re (implicitly)
2003-12-07 00:46:37 +00:00
bmah
7303ca1015 More correctly handle cross-references to USB keyboards and mice.
Approved by:	re (implicitly)
2003-12-07 00:37:35 +00:00
bmah
2daeabb377 More hardware notes device trimming: Remove devices supported by
ohci(4), uhci(4), ubsa(4), uftdi(4), uvscom(4), fwohci(4), and sbp(4)
in favor of the device lists in their respective manual pages.

Approved by:	re (implicitly)
2003-12-07 00:06:50 +00:00