Murray Stokely
9cd58f8533
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
David Malone
ad8c1e6a09
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
Andrey A. Chernov
05efdfbfab
8859-8 fonts
...
PR: 20864
Submitted by: Allow Ole <allow@darkserver.dyndns.org>
2000-08-28 15:07:58 +00:00
John Hay
b102f2e18e
The fixit floppy needs a few more inodes.
2000-08-28 14:25:53 +00:00
MIHIRA Sanpei Yoshiro
6a8fb6a382
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
Nick Hibma
05c17c3208
No more hunting around for ipnat.conf(5) man page.
2000-08-28 11:36:30 +00:00
Sheldon Hearn
b24e6a5a39
Whitespace-only change: fix hard sentence breaks in previous commit.
2000-08-28 10:11:56 +00:00
Alexey Zelkin
b166438d50
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
Sheldon Hearn
e4bc2e3400
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
Hajimu UMEMOTO
222e221abc
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 Moolenaar
3f4ab6537f
Regen: fix prototypes for {o|}{g|s}etrlimit.
2000-08-28 07:56:38 +00:00
Sheldon Hearn
228bfb17f2
(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 Moolenaar
ae51d56ce1
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
Bill Fumerola
a272dc48fc
Clean up previous commit.
2000-08-28 05:54:14 +00:00
Greg Lehey
b23507f424
Add the description of some hard-learnt restrictions and a workaround.
2000-08-28 05:47:05 +00:00
Warner Losh
5f2686b793
Define a pcic module version
2000-08-28 04:53:36 +00:00
Coleman Kane
a436a79744
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
Warner Losh
fdb9f54dde
/boot/device.hints is now required.
2000-08-28 03:54:51 +00:00
Marcel Moolenaar
05c313d4ec
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
Matt Jacob
84267b9edd
remove clause 3 licence
2000-08-27 23:39:23 +00:00
Matt Jacob
b6b6ad2f23
various fixes
2000-08-27 23:38:44 +00:00
Bill Fumerola
3aa9aaf931
BDECFLAGS
2000-08-27 22:24:43 +00:00
Bill Fumerola
4dd97a3440
Add 'shot', using the definition used by bars and shotglasses.
2000-08-27 22:02:42 +00:00
Matt Jacob
170fecb13c
*fix* commented out DEVFS
2000-08-27 21:57:31 +00:00
Matt Jacob
8669ad2fe3
add commented out DEVFS
2000-08-27 21:56:40 +00:00
John W. De Boskey
0d4ea86b6e
Remove a stray backspace character.
...
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
2000-08-27 18:49:12 +00:00
Gregory Neil Shapiro
d1460f64f4
sendmail 8.11.0 has been merged into RELENG_4
2000-08-27 17:33:46 +00:00
Poul-Henning Kamp
c32d0a1dcd
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
Poul-Henning Kamp
62ddc84e08
Call destroy_dev() when sio devices go away.
2000-08-27 14:46:13 +00:00
Kazutaka YOKOTA
201e598bbc
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 Wemm
e1669132dc
Try and fix up some bogus indentation leftovers from emacs several
...
years ago.
2000-08-27 02:12:29 +00:00
Peter Wemm
a03884671d
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 Wemm
a6b474b6c1
*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
Jun-ichiro itojun Hagino
06f879c7f2
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 Wemm
1198f21caf
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 Perlstein
c58b821e4c
new sysctl 'kern.openfiles' (exports nfiles to userland)
2000-08-26 23:49:44 +00:00
Peter Wemm
cffd8a1d93
Allow the DPT pci attachment to share IRQ's
...
Submitted by: Jonathan Chen <jon@spock.org>
2000-08-26 22:19:53 +00:00
Robert Watson
877dd71fc6
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
Poul-Henning Kamp
749e1537ec
Minor cleanups tp devfs_readdir();
...
Add devfs_read() for directories. (inspired by bp@)
2000-08-26 16:20:57 +00:00
Nick Hibma
25d1d43d78
Sync with NetBSD:
...
Print unknown usages with 4 digits.
Mask in page extraction.
2000-08-26 13:53:27 +00:00
Ben Smithurst
cf8728a497
Make mergemaster ignore files in /dev if /dev is a devfs.
...
Approved by: Doug Barton <Doug@gorean.org>
2000-08-26 12:15:24 +00:00
Poul-Henning Kamp
64ec80423e
Mount DEVFS with no options.
2000-08-26 11:53:53 +00:00
Warner Losh
1684d9d750
Make if_xe eepend on both xe and card.
2000-08-26 08:52:58 +00:00
Yoshihiro Takahashi
95ea0566b4
Enabled pcic, card and xe devices.
2000-08-26 07:38:43 +00:00
John W. De Boskey
bde08d0072
Pass two pointer parameters to the r_debug_state() hook
...
function, thus allowing a debugger or other trace tool
to easily grab the addresses of the needed structures
off the stack.
This change is transparent to gdb, which locates the
link_map list and transfers it to debugger memory
for comparison purposes.
A sample program will be committed showing how this can
be used.
Reviewed by: John Polstra <jdp@FreeBSD.org>
2000-08-26 05:13:29 +00:00
Marcel Moolenaar
3f3a4815f4
Whitespace change: (near) KNF
2000-08-26 05:12:16 +00:00
Masahide MAEKAWA
d40690a5c9
Regen.
2000-08-26 05:08:11 +00:00
Marcel Moolenaar
4a22d85023
Fix bug in previous commit. We need to trim the limits to fit
...
the datatype (= long). Use ULONG_MAX and LONG_MAX to avoid
creating MD code.
2000-08-26 05:08:10 +00:00
Masahide MAEKAWA
6ba1312ec3
Add vendor IBM product USB CD-ROM Drive
2000-08-26 05:06:40 +00:00
David E. O'Brien
ee2fd03885
Make the arguments match the functionality of the functions.
2000-08-26 04:51:39 +00:00