cg
c987c179af
* power up the external amplifier
...
* after chip reset, reapply power settings
2001-03-23 16:39:01 +00:00
alfred
8e5f42ddb8
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
alex
058bb29044
- 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
ru
61a1bf81e6
mdoc(7) police: fix markup.
2001-03-23 14:01:28 +00:00
bde
5ca1a4a8d7
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
d78fa50ae3
Quote PPP_CONFDIR in CFLAGS
2001-03-23 13:28:28 +00:00
ache
c6256cf4e1
Fix -I getopt form
...
PR: 26010
Submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
2001-03-23 12:39:29 +00:00
alfred
619b2d9d54
replace calls to non-existant bail() subroutine with calls to
...
the die() builtin function.
2001-03-23 11:48:50 +00:00
brian
13caec0c3d
Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile time
2001-03-23 11:43:22 +00:00
jedgar
3f5bbae0c4
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
sf
89f49c75bb
added new directories to sync with XFree86-4.0.3.
...
Approved by: asami
2001-03-23 11:18:06 +00:00
ru
c85588469d
mdoc(7) police: fix markup.
2001-03-23 09:39:35 +00:00
ru
75e6f3dfcf
mdoc(7) police: fix markup, function prototype, and RETURN VALUES text.
2001-03-23 09:38:43 +00:00
kato
b2e6597c8d
Merged from sys/i386/isa/npx.c revision 1.93.
2001-03-23 08:58:36 +00:00
kato
72f60d880d
Merged from sys/i386/i386/machdep.c revision 1.445.
2001-03-23 08:57:22 +00:00
jkh
e0f3bf78f4
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
ru
d3cb884455
mdoc(7) police: fix markup and some spelling.
2001-03-23 08:14:27 +00:00
jkh
329b146b74
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
imp
f73340ab4e
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
jkh
d0e4625beb
Switch from lynx to "links" as the default doc browser.
...
Submitted by: jim
2001-03-23 07:53:45 +00:00
tmm
d6fecac748
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
tmm
76ba4861cd
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
e47209b0db
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
iedowse
8818519fd6
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
jedgar
a2c2ce60b3
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
obrien
eee9cab668
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
scottl
499950992e
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
scottl
ca468b5fe7
Create afaN as a simlink to aacN. Add a comment about the aac device.
2001-03-22 21:29:16 +00:00
scottl
0c8d0b0a59
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
5066c83435
Remove struct cmessage from sys/socket.h and reintroduce the private
...
definitions.
Requested by: wollman
2001-03-22 20:43:13 +00:00
alfred
8e3af36321
forgot prototyle for __rpc_get_local_uid()
2001-03-22 18:44:57 +00:00
ache
3bf05636a4
Unbreak world by removing struct cmessage already define in sys/socket.h
2001-03-22 18:18:32 +00:00
wosch
2e27ef937d
Update search URL:
...
http://www.FreeBSD.org/search.html -> http://www.FreeBSD.org/search/
2001-03-22 17:58:20 +00:00
tmm
762cdd7709
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
roberto
0bcfe80271
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
cdbf8e313d
Remove (non-protected) variable names from function prototypes.
2001-03-22 11:55:26 +00:00
ache
c77faf44be
Since ctime compatibility restrictions removed, use more natural date formats
2001-03-22 11:39:11 +00:00
jkh
a7421f4945
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
bp
6d0dd9119c
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
bp
8da937dc1c
Properly set flags on the broken connection.
2001-03-22 10:29:39 +00:00
ru
127f379b36
Enhancement to 1.99 -> 1.100.
...
Avoid EPERM from ln(1) in a different (proper) way.
2001-03-22 09:54:25 +00:00
bp
f7296b2bba
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
bp
14549fec64
Slightly reorganize code in the linker_load_dependancies() function to make
...
codepath more straightforward.
2001-03-22 07:55:33 +00:00
jkh
cc245046cd
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
bp
6adc30be29
Remove support for old way of handling module dependencies.
...
Approved by: peter
2001-03-22 07:14:42 +00:00
jkh
cde3cb40c2
Use orthogonal www.FreeBSD.org syntax.
...
Whined about by: rwatson
2001-03-22 07:01:19 +00:00
bp
dc983aecd7
Add dependancy on libmchain module.
...
Spotted by: Andrzej Tobola <san@iem.pw.edu.pl>
2001-03-22 06:51:53 +00:00
imp
a77b88f03f
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
imp
ba4eff10d2
Sync to last changes.
2001-03-22 05:52:42 +00:00
imp
7ce3a0be44
Add zoom air 4000.
2001-03-22 05:51:58 +00:00