jhb
948d20ddba
- Break the acd track devices out into a seperate target acdXt[Y]. The
...
X field is treated the same as the unit number for acdX. The optional
Y parameter specifies the number of track devices to create starting at
track 1. If Y is not specified, it defaults to 100.
- Add the acd0t target to the all target to preserve previous behavior.
- Don't add the acd0t target to the fixit target, thus keeping the fixit
floppy from running out of i-nodes.
2000-08-28 23:14:44 +00:00
brian
cb1cdc90fa
Support radius accounting, and add a packet count to throughput
...
statistics as a side effect.
Submitted by: Marcin Cieslak <saper@system.pl>
with some tweaks to RAD_ACCT_SESSION_ID and
RAD_ACCT_MULTI_SESSION_ID generation by me.
2000-08-28 22:44:54 +00:00
peter
f47bf1f4e6
After positive feedback from a few folks, activate a switchover to
...
using killall.c instead of the perl version that depends on procfs.
The C version uses sysctl(). The program is based on a hack that was
originally written about 6 years ago and has evolved somewhat since then.
(which is why it is a superset of killall.pl, rather than being a clone.)
With apologies to: wosch
2000-08-28 22:09:38 +00:00
dfr
dd8b44b395
* Completely rewrite the alpha busspace to hide the implementation from
...
the drivers.
* Remove legacy inx/outx support from chipset and replace with macros
which call busspace.
* Rework pci config accesses to route through the pcib device instead of
calling a MD function directly.
With these changes it is possible to cleanly support machines which have
more than one independantly numbered PCI busses. As a bonus, the new
busspace implementation should be measurably faster than the old one.
2000-08-28 21:48:13 +00:00
wpaul
9ed8ded4d3
Update xl(4) man page to mention a whole bunch of supported cards,
...
including the 3c556 and 3c556B.
2000-08-28 21:25:37 +00:00
dfr
00bc2fc95a
Document kobj_class_compile_static().
2000-08-28 21:17:46 +00:00
dfr
1e7cf75b95
Add kobj_class_compile_static() to allow classes to be initialised
...
statically (i.e. without calling malloc). This allows kobj to be used
very early in the boot sequence.
2000-08-28 21:11:12 +00:00
dfr
d704f8b416
* Remove a bogus call to kobj_init() from make_device().
...
* Add a non-empty implementation of root_print_child().
2000-08-28 21:08:12 +00:00
dfr
e2deb384a8
Fix disordered arguments to bus_space_barrier().
2000-08-28 21:02:18 +00:00
wpaul
e86657bc59
Add support for the 3Com 556 and 556B mini-pci adapters used on some
...
laptops. I've checked that this still works with the other cards and
it works with the 3c556 that I have access to, but I want to check that
it works with the 556B mentioned in PR #20878 before I close out the PR
and merge to -stable.
2000-08-28 20:40:03 +00:00
asami
e543d870bc
Add BSD.x11-4.dist to list of mtree files to install (d'oh!).
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-08-28 20:22:25 +00:00
murray
7918d735c0
This allows you to script sysinstall to say "NO" to DHCP and IPv6.
...
Previously, you could only script these features if you said YES.
Oops. Accidentally commited to releng_4 first.
PR: 20334
Approved by: jkh
2000-08-28 18:18:47 +00:00
dwmalone
b008bd149c
According to the susv2 man pages I have, remove(3) should act as
...
rmdir(2) on directories and unlink(2) otherwise. This modification,
and most of the man page update has been obtined from OpenBSD. This
was spotted by someone on a mailing lists a few months ago, but
I've lost their mail.
Reviewed by: sheldonh
2000-08-28 15:45:42 +00:00
ache
2ff526fc50
8859-8 fonts
...
PR: 20864
Submitted by: Allow Ole <allow@darkserver.dyndns.org>
2000-08-28 15:07:58 +00:00
jhay
9f9dc2077e
The fixit floppy needs a few more inodes.
2000-08-28 14:25:53 +00:00
sanpei
16de77e445
add ELECOM Air@Hark/LD-WL11/PCC card
...
add NEC Wireless Card CMZ-RT-WP card
Obtained from: [bsd-nomads:13988] by YAMAMOTO Shigeru <shigeru@iij.ad.jp>
sort Farallon Skyline 11Mbps Wireless entory
2000-08-28 14:15:24 +00:00
n_hibma
e6776b7dea
No more hunting around for ipnat.conf(5) man page.
2000-08-28 11:36:30 +00:00
sheldonh
51a648666d
Whitespace-only change: fix hard sentence breaks in previous commit.
2000-08-28 10:11:56 +00:00
phantom
aadcb1fa9c
Apply fixes from NetBSD to bring this manual page into reallity.
...
Inspired by: ru & 4.4BSD Design and Implementation
Obtained from: NetBSD
2000-08-28 09:27:28 +00:00
sheldonh
06a2df14fe
Explain the notion that additional mount options may be described
...
in mount_XXX manual pages. Remove explicit mention of NFS mount
options, since they are accurately described by this rule.
PR: 20814
2000-08-28 08:52:59 +00:00
ume
b00485b521
make sure we have IV that is random enough. memory allocator on
...
some of platforms give us almost constant number (oops).
Obtained from: KAME
2000-08-28 08:24:46 +00:00
marcel
7e2fa230c7
Regen: fix prototypes for {o|}{g|s}etrlimit.
2000-08-28 07:56:38 +00:00
sheldonh
cbed23a209
(forced commit)
...
rev 1.21 was:
PR: 20706
Reported by: Damieon Stark <visigoth@telemere.net>
Submitted by: Jonathan Chen <jon@spock.org>
2000-08-28 07:54:27 +00:00
marcel
37929dbb05
Fix prototypes for {o|}{g|s}etrlimit. A recent change in the
...
Linuxulator caused this bug to trigger.
2000-08-28 07:50:44 +00:00
billf
f6ccd4549a
Clean up previous commit.
2000-08-28 05:54:14 +00:00
grog
fb570e69fa
Add the description of some hard-learnt restrictions and a workaround.
2000-08-28 05:47:05 +00:00
imp
29a5a2cd0c
Define a pcic module version
2000-08-28 04:53:36 +00:00
cokane
c851ea05b4
Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain
...
possible complications with the forthcoming DRI code, and feel that DRI
should handle the device-level interaction. Read
http://people.FreeBSD.org/~cokane/3dfx.html
to find out more. Basically want to move toward using OpenGL and DRI for
everything on these cards. Added a few defines and spacing style fixes in
tdfx_vars.h
2000-08-28 04:28:53 +00:00
imp
4b7e05714e
/boot/device.hints is now required.
2000-08-28 03:54:51 +00:00
marcel
51059d7de3
Don't enable Linuxulator support if not on an i386.
...
PR: 20873
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2000-08-28 03:17:49 +00:00
mjacob
e311b703ab
remove clause 3 licence
2000-08-27 23:39:23 +00:00
mjacob
bcbec50333
various fixes
2000-08-27 23:38:44 +00:00
billf
eca2daf851
BDECFLAGS
2000-08-27 22:24:43 +00:00
billf
4d59408d29
Add 'shot', using the definition used by bars and shotglasses.
2000-08-27 22:02:42 +00:00
mjacob
f948da2a6d
*fix* commented out DEVFS
2000-08-27 21:57:31 +00:00
mjacob
0340948f7e
add commented out DEVFS
2000-08-27 21:56:40 +00:00
jwd
57a27cc0ac
Remove a stray backspace character.
...
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
2000-08-27 18:49:12 +00:00
gshapiro
53e780fa6f
sendmail 8.11.0 has been merged into RELENG_4
2000-08-27 17:33:46 +00:00
phk
1109c83215
Reorder vop's alphabetically.
...
Smarter use of devfs_allocv() (from bp@)
Introduce devfs_find()
".." fixes to devfs_lookup (from bp@)
2000-08-27 14:46:36 +00:00
phk
7173fac529
Call destroy_dev() when sio devices go away.
2000-08-27 14:46:13 +00:00
yokota
f317a3f7e1
Fix ioctl MOUSE_SETMODE as defined in mouse(4).
...
(Do not return EINVAL when -1 is specified as a new value,
as it should mean "preserve the current value.")
2000-08-27 12:36:28 +00:00
peter
5725601caf
Try and fix up some bogus indentation leftovers from emacs several
...
years ago.
2000-08-27 02:12:29 +00:00
peter
b4ced62446
Sigh, today is not my day. Convert a verbose while() .. loop into a for()
...
loop.
Submitted by: billf
2000-08-27 01:17:11 +00:00
peter
eb32ed6b03
*blush*. I was *sure* I compiled this after the last change..
...
Add the missing )
Shamed by: billf
2000-08-27 01:10:55 +00:00
itojun
bc11187b2e
warn that setsockopt/sysctl # spaces are shared among *BSD, and should better
...
be consulted with KAME guys if you want a number.
2000-08-27 00:58:13 +00:00
peter
44b6aa2b98
killall.c is meant to be a superset replacement of killall.pl, the
...
main difference is that it uses sysctl to get the process lists rather
than /proc - thereby reducing the dependency on /proc by one more tool.
2000-08-27 00:46:25 +00:00
alfred
f507f35db7
new sysctl 'kern.openfiles' (exports nfiles to userland)
2000-08-26 23:49:44 +00:00
peter
24dd8f6d22
Allow the DPT pci attachment to share IRQ's
...
Submitted by: Jonathan Chen <jon@spock.org>
2000-08-26 22:19:53 +00:00
rwatson
251e663e8a
o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attr
...
o Add "const" qualifier to attrname argument of various calls to remove
warnings
Obtained from: TrustedBSD Project
2000-08-26 22:00:58 +00:00
phk
c1421f6ef5
Minor cleanups tp devfs_readdir();
...
Add devfs_read() for directories. (inspired by bp@)
2000-08-26 16:20:57 +00:00