Archie Cobbs
53046c5fd5
A few fixes..
...
1 Make promiscuous mode work
2 A few header additions
3 Allow device config before IFF_UP
These were (respectively)...
Submitted by: Allan Saddi <asaddi@philosophysw.com>
Submitted by: Dave Cornejo <dave@dogwood.com>
Submitted by: Doug Ambrisko <ambrisko@ambrisko.com>
Tested by: David Wolfskill <dhw@whistle.com>
2001-03-23 17:46:32 +00:00
Bruce A. Mah
f2bdba0b7a
Add Comtrol Rocketport cards to hardware list, for consistency with
...
i386/RELNOTES.TXT.
Submitted by: Chris Williams <psion@geekspace.com>
2001-03-23 16:46:09 +00:00
Cameron Grant
715082895a
* power up the external amplifier
...
* after chip reset, reapply power settings
2001-03-23 16:39:01 +00:00
Alfred Perlstein
cc74aaddad
change callrpc() from taking "char *" args, I'm quite sure they really meant
...
to use "void *".
remove a duplicate prototype for callrpc() from libexec/ypxfr/ypxfr_extern.h
2001-03-23 16:14:49 +00:00
Alexander Langer
12829b5fd8
- DECLARE_MODULE needs SYSINIT -> include sys/kernel.h
...
- modeventhand_t declares a pointer to a function, so it can't be
used as a forward declaration (d'oh!)
Submitted by: Harti Brandt <brandt@fokus.gmd.de>
2001-03-23 14:05:05 +00:00
Ruslan Ermilov
01f491fa8e
mdoc(7) police: fix markup.
2001-03-23 14:01:28 +00:00
Bruce Evans
f1f3ee06b3
Fixed style bugs (use normal formatting for assignment, and don't override
...
the correct default for MAN1).
2001-03-23 13:47:46 +00:00
Brian Somers
1f39538d63
Quote PPP_CONFDIR in CFLAGS
2001-03-23 13:28:28 +00:00
Andrey A. Chernov
39cb1f2d78
Fix -I getopt form
...
PR: 26010
Submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
2001-03-23 12:39:29 +00:00
Alfred Perlstein
ec4dff5e50
replace calls to non-existant bail() subroutine with calls to
...
the die() builtin function.
2001-03-23 11:48:50 +00:00
Brian Somers
7a66a36d2a
Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile time
2001-03-23 11:43:22 +00:00
Chris D. Faulhaber
3dfe3292f1
Correct the acl_set_permset and acl_set_tag_type man pages
...
which somehow got mixed up with the acl_get_* man pages.
Submitted by: ru
2001-03-23 11:30:31 +00:00
FUJISHIMA Satsuki
000a8132ca
added new directories to sync with XFree86-4.0.3.
...
Approved by: asami
2001-03-23 11:18:06 +00:00
Ruslan Ermilov
8480a1eb14
mdoc(7) police: fix markup.
2001-03-23 09:39:35 +00:00
Ruslan Ermilov
f8376ccd46
mdoc(7) police: fix markup, function prototype, and RETURN VALUES text.
2001-03-23 09:38:43 +00:00
KATO Takenori
d6cab84130
Merged from sys/i386/isa/npx.c revision 1.93.
2001-03-23 08:58:36 +00:00
KATO Takenori
ff11a33db4
Merged from sys/i386/i386/machdep.c revision 1.445.
2001-03-23 08:57:22 +00:00
Jordan K. Hubbard
4f2348e52e
Make wizard mode get out of raw mode first before going interactive with
...
the user.
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
PR: bin/24061
2001-03-23 08:26:43 +00:00
Ruslan Ermilov
03035079c0
mdoc(7) police: fix markup and some spelling.
2001-03-23 08:14:27 +00:00
Jordan K. Hubbard
468255abf1
Fix a bug with setting the soft updates option from a script.
...
Eliminate an old warning brought about by insufficient foresight when creating
the Menu structure. Have I ever mentioned that sysinstall really needs to
be rewritten?
2001-03-23 08:06:19 +00:00
Warner Losh
a81186b108
Now that I have a pair of CreditCard Netwave Adapter, tweak the eject
...
case slightly to not print unload when the upper layers print
a message as well.
2001-03-23 08:00:04 +00:00
Jordan K. Hubbard
6a74b0f7e2
Switch from lynx to "links" as the default doc browser.
...
Submitted by: jim
2001-03-23 07:53:45 +00:00
Thomas Moestl
342e2faa09
Get rid of setgid kmem for systat, and while being there, fix some bugs
...
and compiler warnings.
The data for network statistics are still obtained via the kvm interface
if systat was started with the needed privileges, otherwise sysctls are
used. The reason for this is that with really many open sockets, the
sysctl method is probably slower, but it systat -netstat is probably not
really usable in either mode under these conditions.
Approved by: rwatson
2001-03-23 03:58:25 +00:00
Thomas Moestl
368d2edce4
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
...
hw.intrcnt).
Approved by: rwatson
2001-03-23 03:45:17 +00:00
Alfred Perlstein
ea846c773d
devfs convertion used VINUMRMINOR incorrectly (passing args in
...
backwards order)
Submitted by: Bernd Walter <ticso@mail.cicely.de>
2001-03-22 23:21:49 +00:00
Ian Dowse
bae528bab5
Add missing specification of the `-s' option to the usage line.
...
PR: bin/26004
Submitted by: ushida@msa.biglobe.ne.jp
Reviewed by: rnordier
2001-03-22 22:55:13 +00:00
Chris D. Faulhaber
4bf60dfaf8
Add the following ACL editing functions:
...
acl_add_perm, acl_clear_perms, acl_copy_entry, acl_create_entry,
acl_delete_perm, acl_get_permset, acl_get_qualifier, acl_get_tag_type,
acl_set_permset, acl_set_qualifier, acl_set_tag_type
This brings us within 4 functions of a full ACL editing library.
Reviewed by: rwatson
2001-03-22 22:31:01 +00:00
David E. O'Brien
2219fbbd37
Revert rev 1.7 which used "console' rather than
ttyv0' so there will
...
always be a getty on the console reguardless of the type of console.
Instead always run a getty on ttyd0.
Reviewed by: gallatin
2001-03-22 22:16:26 +00:00
Scott Long
9fcfed22e2
Allow AAC_COMPAT_LINUX to be used when compiling aac support into the kernel.
...
Requires that COMPAT_LINUX also be set.
2001-03-22 21:34:18 +00:00
Scott Long
17d4ed2985
Create afaN as a simlink to aacN. Add a comment about the aac device.
2001-03-22 21:29:16 +00:00
Scott Long
157fbb2e83
Create /dev/afaN as a symlink to /dev/aacN. This allows the CLI tools from
...
Dell and HP to run.
Reviewed by: msmith
2001-03-22 21:04:22 +00:00
Alfred Perlstein
392df6bce7
Remove struct cmessage from sys/socket.h and reintroduce the private
...
definitions.
Requested by: wollman
2001-03-22 20:43:13 +00:00
Alfred Perlstein
922ed94923
forgot prototyle for __rpc_get_local_uid()
2001-03-22 18:44:57 +00:00
Andrey A. Chernov
21b3f5311a
Unbreak world by removing struct cmessage already define in sys/socket.h
2001-03-22 18:18:32 +00:00
Wolfram Schneider
5d2bad1c7c
Update search URL:
...
http://www.FreeBSD.org/search.html -> http://www.FreeBSD.org/search/
2001-03-22 17:58:20 +00:00
Thomas Moestl
f8d15d5230
Take setgid kmem away from nfsstat, it has not needed it for some time
...
now.
Approved by: rwatson
2001-03-22 17:39:57 +00:00
Ollivier Robert
ed873335b7
Respect style(9), one must not include both <sys/types.h> and
...
<sys/param.h> (the latter includes the former).
Submitted by: bde
2001-03-22 13:19:32 +00:00
Brian Somers
30fcf11451
Remove (non-protected) variable names from function prototypes.
2001-03-22 11:55:26 +00:00
Andrey A. Chernov
561a9caaed
Since ctime compatibility restrictions removed, use more natural date formats
2001-03-22 11:39:11 +00:00
Jordan K. Hubbard
0c21a00781
Add back the wd* entries. It turns out they're still used by the PC98.
...
Noted by: nyan
2001-03-22 10:39:03 +00:00
Boris Popov
73834ced9f
Move bindery authentication ncps to ncp_ncp.c file. ncp_login.c will stay
...
empty for a while.
2001-03-22 10:38:16 +00:00
Boris Popov
60457bde5a
Properly set flags on the broken connection.
2001-03-22 10:29:39 +00:00
Ruslan Ermilov
d9d1a7bb94
Enhancement to 1.99 -> 1.100.
...
Avoid EPERM from ln(1) in a different (proper) way.
2001-03-22 09:54:25 +00:00
Boris Popov
a91f68bca6
o Actually extract version of interface and store it along with the name.
...
o Add new parameter to the modlist_lookup() function to perform lookups
with strict version matching.
o Collapse duplicate code to function(s).
2001-03-22 08:58:45 +00:00
Boris Popov
303b15f193
Slightly reorganize code in the linker_load_dependancies() function to make
...
codepath more straightforward.
2001-03-22 07:55:33 +00:00
Jordan K. Hubbard
9cd5373ea8
Don't create legacy wd* devices by default. Let the user do this if
...
they so desire it.
Suggested by: rwatson
2001-03-22 07:30:02 +00:00
Boris Popov
804f27299d
Remove support for old way of handling module dependencies.
...
Approved by: peter
2001-03-22 07:14:42 +00:00
Jordan K. Hubbard
f6348107de
Use orthogonal www.FreeBSD.org syntax.
...
Whined about by: rwatson
2001-03-22 07:01:19 +00:00
Boris Popov
6306f8dad3
Add dependancy on libmchain module.
...
Spotted by: Andrzej Tobola <san@iem.pw.edu.pl>
2001-03-22 06:51:53 +00:00
Warner Losh
c33c1284cb
First step towards making loadable modules independent of having
...
pccard in the kernel for those drivers with pccard attachments. This
makes the compat layer a little larger by introducing some inlines,
but should almost make it possible to have independent attachments.
The pccard_match function are the only one left, which I will take
care of shortly.
2001-03-22 06:00:07 +00:00