]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agomake vm_page_select_cache static
assar [Mon, 23 Jul 2001 12:34:31 +0000 (12:34 +0000)]
make vm_page_select_cache static

Requested by: bde

22 years agos/adress/address/
kris [Mon, 23 Jul 2001 12:05:27 +0000 (12:05 +0000)]
s/adress/address/

Inspired by:    OpenBSD
MFC After:      1 week

22 years agoTypo fix: fasion -> fashion
kris [Mon, 23 Jul 2001 11:03:48 +0000 (11:03 +0000)]
Typo fix: fasion -> fashion

Inspired by: OpenBSD
MFC After: 1 week

22 years agoby by -> by
kris [Mon, 23 Jul 2001 11:00:31 +0000 (11:00 +0000)]
by by -> by

Obtained from: OpenBSD
MFC After: 1 week

22 years agoUnbreak world - comment out WARNS=2 - deadly warning on tgetstr
ache [Mon, 23 Jul 2001 10:46:01 +0000 (10:46 +0000)]
Unbreak world - comment out WARNS=2 - deadly warning on tgetstr

22 years agomdoc(7) police: mark up kernel options in .Dv, rc.conf variables in
dd [Mon, 23 Jul 2001 10:25:38 +0000 (10:25 +0000)]
mdoc(7) police: mark up kernel options in .Dv, rc.conf variables in
.Va, and use .Pp instead of blank lines all over the place.

22 years agoConsistently capitalize the first letter of the first word in the
dd [Mon, 23 Jul 2001 10:20:35 +0000 (10:20 +0000)]
Consistently capitalize the first letter of the first word in the
variable descriptions.

22 years agoBreak the list of parameter expansions into two lists so that
sheldonh [Mon, 23 Jul 2001 10:18:05 +0000 (10:18 +0000)]
Break the list of parameter expansions into two lists so that
the paragraph introducing the prefix and suffix pattern expansions
does not appear as part of the explanation for the string length
expansion.

22 years agoDocument syslogd_program and inetd_program.
dd [Mon, 23 Jul 2001 10:06:59 +0000 (10:06 +0000)]
Document syslogd_program and inetd_program.

22 years agoDon't use the pronoun "you".
dd [Mon, 23 Jul 2001 09:46:17 +0000 (09:46 +0000)]
Don't use the pronoun "you".

Reviewed by: sheldonh, mpp

22 years agoFix typos
kris [Mon, 23 Jul 2001 09:39:55 +0000 (09:39 +0000)]
Fix typos

Obtained from: OpenBSD
MFC After: 1 week

22 years agosprintf -> snprintf
kris [Mon, 23 Jul 2001 09:22:21 +0000 (09:22 +0000)]
sprintf -> snprintf

22 years agoAdd scripts and Makefile support for building ISO images automatically
jkh [Mon, 23 Jul 2001 09:01:46 +0000 (09:01 +0000)]
Add scripts and Makefile support for building ISO images automatically
as part of the release if MAKE_ISOS is set.  Will also build the
first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS
points to them.  This probably need a bit more work to get fully useful,
but it at least covers the basics for now.

22 years agoAdded the linux_sysinfo function to implement sysinfo(2).
pirzyk [Mon, 23 Jul 2001 06:22:10 +0000 (06:22 +0000)]
Added the linux_sysinfo function to implement sysinfo(2).

PR: kern/27759
Reviewed by: marcel
Approved by: marcel
MFC after: 1 week

22 years agoAdded the proper arguments the sysinfo system call
pirzyk [Mon, 23 Jul 2001 06:17:34 +0000 (06:17 +0000)]
Added the proper arguments the sysinfo system call

PR: kern/27759
Reviewed by: marcel
Approved by: marcel
Obtained from: Linux man page sysinfo(2)
MFC after: 1 week

22 years agoIf the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to
gshapiro [Mon, 23 Jul 2001 02:19:02 +0000 (02:19 +0000)]
If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to
install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an
error:

===> etc/sendmail
install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf
install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file
*** Error code 64

Catch this in the Makefile and don't call install if the source and target
are the same file.

Reported by: Alexandr Listopad <laa@reis.zp.ua>
MFC after: 1 week

22 years agoNew make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
gshapiro [Mon, 23 Jul 2001 01:33:54 +0000 (01:33 +0000)]
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when
building a .cf file from a .mc file.

Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.

PR: conf/28361
MFC after: 1 week

22 years agoGet rid of a compile-time warning by casting to (size_t).
gad [Mon, 23 Jul 2001 01:19:59 +0000 (01:19 +0000)]
Get rid of a compile-time warning by casting to (size_t).

MFC after: 1 week

22 years agoGet rid of a compile-time warning by casting to (size_t).
gad [Mon, 23 Jul 2001 01:13:20 +0000 (01:13 +0000)]
Get rid of a compile-time warning by casting to (size_t).

MFC after: 1 week

22 years agoFix a few more minor compile-time warnings, mainly by using size_t where
gad [Mon, 23 Jul 2001 01:08:15 +0000 (01:08 +0000)]
Fix a few more minor compile-time warnings, mainly by using size_t where
appropriate, and using '("%lu", (unsigned long)asizeval)' when printing
something of type size_t.

MFC after: 1 week

22 years agoGet rid of some compile-time warnings by defining (or casting) variables
gad [Mon, 23 Jul 2001 00:15:37 +0000 (00:15 +0000)]
Get rid of some compile-time warnings by defining (or casting) variables
as size_t where appropriate.

MFC after: 1 week

22 years agoFix two compile-time warnings by defining fromlen as socklen_t.
gad [Mon, 23 Jul 2001 00:13:02 +0000 (00:13 +0000)]
Fix two compile-time warnings by defining fromlen as socklen_t.

MFC after: 1 week

22 years agoadd %option nounput
assar [Sun, 22 Jul 2001 23:15:14 +0000 (23:15 +0000)]
add %option nounput

22 years agorevert last commit. using %option nounput is better
assar [Sun, 22 Jul 2001 23:14:33 +0000 (23:14 +0000)]
revert last commit.  using %option nounput is better

noted by: Seth Kingsley <seth.kingsley@windriver.com>

22 years agoadd ecalloc, emalloc, erealloc, estrdup - versions of the e-less
assar [Sun, 22 Jul 2001 22:26:37 +0000 (22:26 +0000)]
add ecalloc, emalloc, erealloc, estrdup - versions of the e-less
functions that exit instead of failing

22 years agoAdd a few missing spl calls in preparation for an MFC of the miibus
iedowse [Sun, 22 Jul 2001 21:39:54 +0000 (21:39 +0000)]
Add a few missing spl calls in preparation for an MFC of the miibus
support.

22 years agoNote that the umass device requires scbus and da
kris [Sun, 22 Jul 2001 21:35:02 +0000 (21:35 +0000)]
Note that the umass device requires scbus and da

22 years agoRemove an old hack that remembered if the card type was Linksys by
iedowse [Sun, 22 Jul 2001 21:31:44 +0000 (21:31 +0000)]
Remove an old hack that remembered if the card type was Linksys by
storing a flag in the global variable 'linksys' during the probe
routine and reading it during the attach routine. We now have the
ED_VENDOR_LINKSYS vendor code stored in sc->vendor, so check that
instead.

22 years agomake driver compile under 4.3-STABLE
hm [Sun, 22 Jul 2001 19:55:05 +0000 (19:55 +0000)]
make driver compile under 4.3-STABLE

22 years agoDon't do sleep state transition if specified sleep state is not
iwasaki [Sun, 22 Jul 2001 19:13:54 +0000 (19:13 +0000)]
Don't do sleep state transition if specified sleep state is not
supported by the system.

22 years agoAttach the miibus for Linksys/Dlink cards from the attach routine,
iedowse [Sun, 22 Jul 2001 18:58:44 +0000 (18:58 +0000)]
Attach the miibus for Linksys/Dlink cards from the attach routine,
not from the probe routine. This was an oversight when I originally
ported the miibus support to -current, though it was mostly harmless.

We now set the vendor code to the new value ED_VENDOR_LINKSYS in
ed_pccard_Linksys() at probe time. Then ed_pccard_attach() checks
the vendor code, and sets up the miibus if appropriate.

Reviewed by: imp

22 years agoAs per further discussions on hackers redo the SIGCHLD patch to not generate
dillon [Sun, 22 Jul 2001 18:47:31 +0000 (18:47 +0000)]
As per further discussions on hackers redo the SIGCHLD patch to not generate
an unexpected user-visible side effect with the sigaction flags.  Also cleanup
a minor union issue.

Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
MFC addendum: MFC will be combined w/ original commit
MFC after: 3 days

22 years agoFix a bug I introduced in Rev. 1.21 that prevented 'whois test' from
mike [Sun, 22 Jul 2001 18:23:24 +0000 (18:23 +0000)]
Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from
working.

Reviewed by: des
Approved by: des

22 years agoAdd entry for SMC 2632W card.
imp [Sun, 22 Jul 2001 18:13:19 +0000 (18:13 +0000)]
Add entry for SMC 2632W card.

Submitted by: lots of people, most recently by Mike Buchanon

Also, Tried to clean up the comments about IRQs to match the new world
order.

22 years agoRemove namespace pollution.
mike [Sun, 22 Jul 2001 18:10:08 +0000 (18:10 +0000)]
Remove namespace pollution.

PR: 14327
Reviewed by: des
Approved by: des
MFC after: 7 days

22 years ago- Fix "off by one" error in VT_WAITACTIVATE. Correctly accept
yokota [Sun, 22 Jul 2001 13:58:23 +0000 (13:58 +0000)]
- Fix "off by one" error in VT_WAITACTIVATE. Correctly accept
  0 as meaning the requesting vty.
- Accept 0 as the requesting vty in VT_ACTIVATE as in VT_WAITACTIVE.

PR: 24423
MFC after: 10 days

22 years agoUse the correct ioctl command to set a VESA mode.
yokota [Sun, 22 Jul 2001 13:30:32 +0000 (13:30 +0000)]
Use the correct ioctl command to set a VESA mode.

PR: 24423
MFC after: 10 days

22 years agoFix some bugs and general brain damage in mounttab:
iedowse [Sun, 22 Jul 2001 12:17:51 +0000 (12:17 +0000)]
Fix some bugs and general brain damage in mounttab:
- Declare mtabhead as an extern in mounttab.h and define it only in
  mounttab.c.
- Remove shared global `verbose' and instead pass it as a parameter.
- Remove the `mtabp' argument to read_mtab(). It served no purpose
  whatsoever, although read_mtab() did use it as a temporary local
  variable.
- Don't check for impossible conditions when parsing mounttab, and
  do detect zero-length fields.
- Correctly test for strtoul() failures - just testing ERANGE is wrong.
- Include a field name in syslog errors, and avoid passing NULL to
  a syslog %s field.
- Don't test if arrays are NULL.
- If there are duplicates when writing out mounttab, keep the last
  entry instead of the first, as it will have a later timestamp.
- Fix a few formatting issues.

Update rpc.umntall and umount to match the mounttab interface changes.

22 years agoFix some man page xrefs.
mpp [Sun, 22 Jul 2001 11:51:11 +0000 (11:51 +0000)]
Fix some man page xrefs.

PR: docs/26065
MFC after: 1 week

22 years agoChange the errx() example. Error messages passed to the err(3)
dd [Sun, 22 Jul 2001 11:47:15 +0000 (11:47 +0000)]
Change the errx() example.  Error messages passed to the err(3)
functions shouldn't have the first word capitalized, and shouldn't
have a period at the end.  This is how most of our programs, and most
(all?) of the 4.4BSD programs, are.  In the past, we've even done
sweeps to change things to comply to this.

22 years agoAdd: ``If you have to wrap a long statement, put the operator at the
dd [Sun, 22 Jul 2001 10:35:02 +0000 (10:35 +0000)]
Add: ``If you have to wrap a long statement, put the operator at the
end of the line.''

Reviewed by: alfred, bde

22 years agoDon't put a shell prompt in the example since none of the other man
dd [Sun, 22 Jul 2001 10:33:31 +0000 (10:33 +0000)]
Don't put a shell prompt in the example since none of the other man
pages do it.  Also, don't use brackets to indicate optional options in
the example; instead, add a paragraph below the example explaining it.

22 years agorevert previous commit (bad style and not needed)
assar [Sun, 22 Jul 2001 10:24:31 +0000 (10:24 +0000)]
revert previous commit (bad style and not needed)

Noticed: bde

22 years agoremove -*- nroff -*- thingy
alfred [Sun, 22 Jul 2001 10:18:53 +0000 (10:18 +0000)]
remove -*- nroff -*- thingy

22 years agoadd directory i4brunppp.
hm [Sun, 22 Jul 2001 09:40:58 +0000 (09:40 +0000)]
add directory i4brunppp.
Pointed out by: David H. Wolfskill david@catwhisker.org and
                Crist J. Clark <cristjc@earthlink.net>

22 years agoReplace calls to strncpy with calls to strlcpy, and remove the extra step
gad [Sun, 22 Jul 2001 07:25:27 +0000 (07:25 +0000)]
Replace calls to strncpy with calls to strlcpy, and remove the extra step
needed to ensure that the result is null-terminated when using strncpy().

MFC after: 8 days

22 years agoError messaging in ipfw(8) was out of hand, almost 50 lines of usage
cjc [Sun, 22 Jul 2001 06:40:11 +0000 (06:40 +0000)]
Error messaging in ipfw(8) was out of hand, almost 50 lines of usage
information for any command line error, the actual error message
almost always (and sometimes irretrievably) lost scrolling off the top
of the screen. Now just print the error. Give ipfw(8) no arguments for
the old usage summary.

Thanks to Lyndon Nerenberg <lyndon@orthanc.ab.ca> for the patch and
PR, but I had already done this when ru pointed out the PR.

PR: bin/28729
Approved by: ru
MFC after: 1 week

22 years agoAdd another Dell 3/Di PCI ID. You'd think they had enough of these
msmith [Sun, 22 Jul 2001 04:06:36 +0000 (04:06 +0000)]
Add another Dell 3/Di PCI ID.  You'd think they had enough of these
already...

22 years agoFix a selection of bugs, and improve code layout:
iedowse [Sun, 22 Jul 2001 01:25:25 +0000 (01:25 +0000)]
Fix a selection of bugs, and improve code layout:
- Remove unnecessary and unused local variables.
- Include useful information in error and warning messages.
- Fix the logic for expiring mounttab entries.
- Remove calls to getaddrinfo - the results were not used.
- Simplify some string handling by using snprintf.
- Fix usage.

22 years agoRename the -w option to be -W. The recently-added -w option is different
gad [Sun, 22 Jul 2001 01:05:20 +0000 (01:05 +0000)]
Rename the -w option to be -W.  The recently-added -w option is different
than the long-standing -w option in NetBSD, so change it before anyone in
FreeBSD gets used to it.  For now, -w is still accepted, but prints out
some warnings via syslog.

MFC after: 1 week

22 years agoCorrect typo.
nyan [Sun, 22 Jul 2001 00:58:15 +0000 (00:58 +0000)]
Correct typo.

22 years agoInclude the remote hostname in RPC-related warning messages. Exit
iedowse [Sun, 22 Jul 2001 00:45:29 +0000 (00:45 +0000)]
Include the remote hostname in RPC-related warning messages. Exit
immediately if a host specified by the -h flag cannot be parsed
instead of attempting to unmount all NFS filesystems, which was
bad.

Add a missing return statement at the end of checkname(); this
could result in a non-zero exit status in some cases even if the
unmount succeeded.

Group two separate NFS-related operations into one block to make
it more obvious that a variable (hostp) is not dereferenced when
uninitialised. Initialise it to NULL anyway to avoid a warning.

Pass in the read_mtab()'s bogus argument as NULL instead of messing
with a local variable to achieve the same effect. A later commit
will clean up this mounttab interface.

22 years agoadd prototype for dosetrlimit
assar [Sun, 22 Jul 2001 00:21:19 +0000 (00:21 +0000)]
add prototype for dosetrlimit

22 years agorevert previous accidental commit
assar [Sun, 22 Jul 2001 00:12:23 +0000 (00:12 +0000)]
revert previous accidental commit

22 years agoget rid of some printf and pointer type warnings
assar [Sun, 22 Jul 2001 00:12:22 +0000 (00:12 +0000)]
get rid of some printf and pointer type warnings

22 years agoChange a few read & write calls to use 'STDOUT_FILENO' instead of '1'.
gad [Sun, 22 Jul 2001 00:03:21 +0000 (00:03 +0000)]
Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.

Submitted by: David Hill <david@phobia.ms>
Reviewed by: freebsd-audit  (a little)
MFC after: 1 week

22 years agoThe MA401 is a Prism II
nsayer [Sat, 21 Jul 2001 23:11:13 +0000 (23:11 +0000)]
The MA401 is a Prism II

Approved by: imp

22 years agoACPI CA doesn't recognis S4BIOS as a seperate sleep type anymore, so
msmith [Sat, 21 Jul 2001 21:51:44 +0000 (21:51 +0000)]
ACPI CA doesn't recognis S4BIOS as a seperate sleep type anymore, so
drop support for it here until we work out a better way of handling it.

22 years agoadd <sys/sytm.h> (for cpufunc.h -> rdtsc)
assar [Sat, 21 Jul 2001 20:53:42 +0000 (20:53 +0000)]
add <sys/sytm.h> (for cpufunc.h -> rdtsc)

22 years ago- Allow link-local multicast traffic for client.
ume [Sat, 21 Jul 2001 19:59:35 +0000 (19:59 +0000)]
- Allow link-local multicast traffic for client.
- Allow ICMPv6 destination unreach, packet too big and NS/NA.
- RIPng also uses link-local to link-local.

MFC after: 1 week

22 years agoadd an unused attribute to yyunput to avoid warnings (errors) when
assar [Sat, 21 Jul 2001 19:47:17 +0000 (19:47 +0000)]
add an unused attribute to yyunput to avoid warnings (errors) when
it's not being used

22 years agoThis was repo copied to src/release/alpha/fixit_crunch.conf.
obrien [Sat, 21 Jul 2001 19:01:59 +0000 (19:01 +0000)]
This was repo copied to src/release/alpha/fixit_crunch.conf.
The i386 and PC98 already had their own platform-specific version.

22 years agoI think this is OK for PC98, someone please check.
obrien [Sat, 21 Jul 2001 17:55:38 +0000 (17:55 +0000)]
I think this is OK for PC98, someone please check.

As was done to i386/boot_crunch.conf:
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
  only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
  ifconfig(8).

22 years agoFix the install kernel on a 1.44MB floppy again.
obrien [Sat, 21 Jul 2001 17:38:46 +0000 (17:38 +0000)]
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
  sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
  wb (Winbond W89C840F) support.

If the removal of any of this support causes heartburn, please let me know.

22 years agoUnconditionalize these now that they live in ARCH-specific directories.
obrien [Sat, 21 Jul 2001 17:32:40 +0000 (17:32 +0000)]
Unconditionalize these now that they live in ARCH-specific directories.

22 years ago+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
obrien [Sat, 21 Jul 2001 17:28:21 +0000 (17:28 +0000)]
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
  only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
  ifconfig(8).

22 years ago+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
obrien [Sat, 21 Jul 2001 17:26:55 +0000 (17:26 +0000)]
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
  only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ The Alpha install does not support SLIP, PCCARD or USB installs; so we do
  not need the associated userland utils.
+ Do not need libipx as I have conditionally diked that functional out of
  ifconfig(8).

22 years agodokern.sh was repo copied from src/release/scripts to
obrien [Sat, 21 Jul 2001 17:21:52 +0000 (17:21 +0000)]
dokern.sh was repo copied from src/release/scripts to
src/release/${MACHINE_ARCH}

22 years agoThis has been repo copied to src/release/${MACHINE_ARCH}/dokern.sh
obrien [Sat, 21 Jul 2001 17:21:02 +0000 (17:21 +0000)]
This has been repo copied to src/release/${MACHINE_ARCH}/dokern.sh

22 years agoThis has been repo copied to src/release/${MACHINE_ARCH}/boot_crunch.conf
obrien [Sat, 21 Jul 2001 17:19:59 +0000 (17:19 +0000)]
This has been repo copied to src/release/${MACHINE_ARCH}/boot_crunch.conf

22 years agoadd <sys/cdefs.h> (for __unused and such)
assar [Sat, 21 Jul 2001 17:12:44 +0000 (17:12 +0000)]
add <sys/cdefs.h> (for __unused and such)

22 years agonull_do_probe: mark as unused
assar [Sat, 21 Jul 2001 17:10:30 +0000 (17:10 +0000)]
null_do_probe: mark as unused

22 years ago(vm_page_select_cache): add prototype
assar [Sat, 21 Jul 2001 17:08:15 +0000 (17:08 +0000)]
(vm_page_select_cache): add prototype

22 years agoAnother hangup bugfix from Juha:
hm [Sat, 21 Jul 2001 16:31:39 +0000 (16:31 +0000)]
Another hangup bugfix from Juha:
 Problem 1 is that the config entry hangup flag is zeroed only at
 CONNECT_ACTIVE_IND in msghdl.c. If any (other) call is disconnected
 after EV_MDO and before CONNECT_ACTIVE_IND, the cleanup routine will
 disconnect the in-progress dialout as well, if its hangup flag is
 nonzero (which it is likely to be) after the previous incarnation of the
 cfg entry. Patch-1 fixes this by clearing the hangup flag as soon as a
 cfg entry is reserved for the call.

Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>

22 years agoFix hangup bug; Juha writes:
hm [Sat, 21 Jul 2001 16:28:28 +0000 (16:28 +0000)]
Fix hangup bug; Juha writes:
 Problem 2 is that doing a local hangup (eg. by writing "H" to the
 dialout device) to a call which is already disconnected results in isdnd
 moving the cfg entry to an illegal state, from which there is no
 recovery. This is tricky because there is no way to synchronize local
 hangup with the remote end (ie. the callee can always hang up at an
 inconvenient time)! Hence, patch-2 alters fsm.c's EV_DRQ state table
 such that the local hangup request is processed or ignored in most
 states, even for disconnected calls.

Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>

22 years agoChange the foreground mount behaviour so that we keep retrying
iedowse [Sat, 21 Jul 2001 15:38:37 +0000 (15:38 +0000)]
Change the foreground mount behaviour so that we keep retrying
forever by default. This matches what mount_nfs did before revision
1.40, and it is the generally expected behaviour for NFS mounts.

Document the current defaults near the start of the man page and
mention the options that can be used to change them.

Discussed on: -hackers

22 years agoUnset MAINTAINER.
rnordier [Sat, 21 Jul 2001 14:32:47 +0000 (14:32 +0000)]
Unset MAINTAINER.

22 years agoAdd a patch from the isdn mailinglist, Juha writes:
hm [Sat, 21 Jul 2001 11:52:31 +0000 (11:52 +0000)]
Add a patch from the isdn mailinglist, Juha writes:

 ppp in 4.x apparently does a close(2) after opening the tun device;
 i4brunppp starts up with only file descriptors 0 and 1 open (to the rbch
 device) -> tun gets opened as 2 -> tun gets closed -> later use results
 in EBADF. A quick fix to i4brunppp.c makes the thing work (I know, this
 is ugly, but I needed it up quick...):

Submitted by: Juha-Matti Liukkonen <jml@cubical.fi>

22 years agoAdd the i4brunppp utility to the example section. This utility is one way
hm [Sat, 21 Jul 2001 11:49:28 +0000 (11:49 +0000)]
Add the i4brunppp utility to the example section. This utility is one way
of taking incoming calls with i4b in conjunction with userland ppp(8).

22 years agoupdate step.
hm [Sat, 21 Jul 2001 11:31:27 +0000 (11:31 +0000)]
update step.

22 years agoupdate ReleaseNotes for isdnd keyword maxconnecttime
hm [Sat, 21 Jul 2001 11:30:38 +0000 (11:30 +0000)]
update ReleaseNotes for isdnd keyword maxconnecttime

22 years agoAfter being port- and addressscanned continously from several sources where
hm [Sat, 21 Jul 2001 11:29:40 +0000 (11:29 +0000)]
After being port- and addressscanned continously from several sources where
my line stayed open for more than eight hours i decided to implement a
maximum connection time; see keyword maxconnecttime in the manual page.

22 years agoConvert from acpi_strerror() to AcpiFormatException()
msmith [Sat, 21 Jul 2001 10:24:37 +0000 (10:24 +0000)]
Convert from acpi_strerror() to AcpiFormatException()

Fix dangling include of the dear departed acpi_ecreg.h

22 years agoAdd missing closing parenthesis.
ben [Sat, 21 Jul 2001 05:33:33 +0000 (05:33 +0000)]
Add missing closing parenthesis.

22 years agoShow an example of how to sort a file listing by size. Hopefully this
obrien [Sat, 21 Jul 2001 05:01:50 +0000 (05:01 +0000)]
Show an example of how to sort a file listing by size.  Hopefully this
will reduce the number of people calling for this functionality to be
added to ls(1).

22 years agoUpdate the OSD module to match the ACPI CA 20010717 import.
msmith [Sat, 21 Jul 2001 04:10:01 +0000 (04:10 +0000)]
Update the OSD module to match the ACPI CA 20010717 import.

Submitted by: "Grover, Andrew" <andrew.grover@intel.com> (OsdHardware.c)

22 years agoImplement a "proper" timecounter hung off the ACPI timer device.
msmith [Sat, 21 Jul 2001 04:08:42 +0000 (04:08 +0000)]
Implement a "proper" timecounter hung off the ACPI timer device.

This code is based on the mp_clock code by phk.  It attempts to
detect the PIIX4 (see comments for details) and use a workaround
for its problems.

This code is experimental, and could use some testing and review by a
timekeeping enthusiast.

22 years agoMerge the EC register definitions into the EC module proper, they're not
msmith [Sat, 21 Jul 2001 04:06:44 +0000 (04:06 +0000)]
Merge the EC register definitions into the EC module proper, they're not
used anywhere else.

AcpiOsSleepUsec() -> AcpiOsStall()

22 years agoUse our saved copy of the FADT rather than fetching it again.
msmith [Sat, 21 Jul 2001 04:05:32 +0000 (04:05 +0000)]
Use our saved copy of the FADT rather than fetching it again.

22 years agoDon't call ourselves a "control method" anything, that's not useful.
msmith [Sat, 21 Jul 2001 04:05:08 +0000 (04:05 +0000)]
Don't call ourselves a "control method" anything, that's not useful.

Move the "button pressed" diagnostics to the point where we can print
out which button was actually pressed.

22 years agoThe API for loading tables changed (we no longer explicitly search for the
msmith [Sat, 21 Jul 2001 04:04:03 +0000 (04:04 +0000)]
The API for loading tables changed (we no longer explicitly search for the
RSDP, it's now found via a callback).

AcpiOsSleepUsec() went away, use AcpiOsSleep() instead (we could use
AcpiOsStall() too)

AcpiFormatException() was changed to make more sense (it behaves like
our old acpi_strerror() did), so throw acpi_strerror() away (still
#defined in acpivar.h though, we need to sweep these seperately).

22 years agoMerge local changes with the ACPI CA 20010717 import.
msmith [Sat, 21 Jul 2001 03:57:37 +0000 (03:57 +0000)]
Merge local changes with the ACPI CA 20010717 import.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r80062,
msmith [Sat, 21 Jul 2001 03:55:17 +0000 (03:55 +0000)]
This commit was generated by cvs2svn to compensate for changes in r80062,
which included commits to RCS files with non-trunk default branches.

22 years agoVendor import of the Intel ACPI CA 20010717 snapshot.
msmith [Sat, 21 Jul 2001 03:55:17 +0000 (03:55 +0000)]
Vendor import of the Intel ACPI CA 20010717 snapshot.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r80060,
msmith [Sat, 21 Jul 2001 03:55:15 +0000 (03:55 +0000)]
This commit was generated by cvs2svn to compensate for changes in r80060,
which included commits to RCS files with non-trunk default branches.

22 years agoVendor import of the Intel ACPI CA 20010717 snapshot.
msmith [Sat, 21 Jul 2001 03:55:15 +0000 (03:55 +0000)]
Vendor import of the Intel ACPI CA 20010717 snapshot.

22 years agoHide in the Attic. This isn't built any more (it wont) and it can better
obrien [Sat, 21 Jul 2001 02:18:38 +0000 (02:18 +0000)]
Hide in the Attic.  This isn't built any more (it wont) and it can better
collect dust up there.

22 years agoDike out the IPX bits if RELEASE_CRUNCH is defined.
obrien [Sat, 21 Jul 2001 00:35:11 +0000 (00:35 +0000)]
Dike out the IPX bits if RELEASE_CRUNCH is defined.

22 years agoHint getaddrinfo() correctly if we're looking up a name that we got from
brian [Sat, 21 Jul 2001 00:18:54 +0000 (00:18 +0000)]
Hint getaddrinfo() correctly if we're looking up a name that we got from
an AF_INET6 address.

MFC after: 1 week

23 years agoAdd a missing ~ so that the LO_INITIALIZED flag actually gets turned off
jhb [Fri, 20 Jul 2001 23:29:25 +0000 (23:29 +0000)]
Add a missing ~ so that the LO_INITIALIZED flag actually gets turned off
in witness_destroy().