]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoApply clue to mind and correct the ISO setting to the correct one.
asmodai [Thu, 8 Feb 2001 23:06:11 +0000 (23:06 +0000)]
Apply clue to mind and correct the ISO setting to the correct one.

This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL
locales.

23 years agoWhoops... forgotten a few pieces in previous patch:
luigi [Thu, 8 Feb 2001 22:54:57 +0000 (22:54 +0000)]
Whoops... forgotten a few pieces in previous patch:
 * a ">" is really ">=" ;
 * do not try to fetch zero-sized blocks from the card;
 * make sure that bpf gets the packets it wants even with
   bridging active;

23 years agoAdd LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for
asmodai [Thu, 8 Feb 2001 22:49:38 +0000 (22:49 +0000)]
Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for
nl_NL.ISO_8859-9.

23 years agoFix comment to reflect what it should be:
asmodai [Thu, 8 Feb 2001 22:45:44 +0000 (22:45 +0000)]
Fix comment to reflect what it should be:

yesexpr/noexpr

23 years agoMake sure that we do not accept packets shorter than a full ethernet
luigi [Thu, 8 Feb 2001 22:21:30 +0000 (22:21 +0000)]
Make sure that we do not accept packets shorter than a full ethernet
header, or we would have a negative length passed to ether_input().

23 years agoFix memory leaks with dev_get_children().
imp [Thu, 8 Feb 2001 22:14:27 +0000 (22:14 +0000)]
Fix memory leaks with dev_get_children().

Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>

23 years agoFix a cosmetic problem with some very defensive programming: The devfs
phk [Thu, 8 Feb 2001 22:07:08 +0000 (22:07 +0000)]
Fix a cosmetic problem with some very defensive programming:  The devfs
mount would show up as "/dev/", loose that trailing slash.

23 years agoFix a memory leak.
sos [Thu, 8 Feb 2001 21:59:27 +0000 (21:59 +0000)]
Fix a memory leak.

Pointed out by: Asmodai

23 years agoFix memoryleaks with device_get_children().
asmodai [Thu, 8 Feb 2001 21:53:05 +0000 (21:53 +0000)]
Fix memoryleaks with device_get_children().

Approved by: wpaul

23 years agoFix memory leaks with dev_get_children().
imp [Thu, 8 Feb 2001 21:47:45 +0000 (21:47 +0000)]
Fix memory leaks with dev_get_children().

Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>

23 years agoDefine HAVE_PAM_GETENVLIST for build. Now environmental variables set
nectar [Thu, 8 Feb 2001 21:16:34 +0000 (21:16 +0000)]
Define HAVE_PAM_GETENVLIST for build.  Now environmental variables set
by PAM modules will be exported (correctly).

23 years agoHardcode c_fmt in a different way since used in nl_langinfo now
ache [Thu, 8 Feb 2001 20:55:38 +0000 (20:55 +0000)]
Hardcode c_fmt in a different way since used in nl_langinfo now

23 years agoFree the memory we get from devclass_get_devices and device_get_children.
msmith [Thu, 8 Feb 2001 20:44:49 +0000 (20:44 +0000)]
Free the memory we get from devclass_get_devices and device_get_children.

Submitted by: wpaul

23 years agoShow denied secondary bind transfer attempts
brian [Thu, 8 Feb 2001 20:31:21 +0000 (20:31 +0000)]
Show denied secondary bind transfer attempts

Submitted by: inTEXT Communications <glenn@intextonline.com>
Ok'd by: imp, kris
Not objected to by: freebsd-audit

23 years agoFix typos: initalise -> initialise.
asmodai [Thu, 8 Feb 2001 20:28:57 +0000 (20:28 +0000)]
Fix typos: initalise -> initialise.

Initalise is not an english word.

23 years agoProtect freelists managed by Balloc/Bfree with a spinlock.
tegge [Thu, 8 Feb 2001 20:22:28 +0000 (20:22 +0000)]
Protect freelists managed by Balloc/Bfree with a spinlock.
Change __dtoa to not free the string it allocated the previous time it was
called.  The caller now frees the string after usage if appropiate.

PR: 15070

23 years agoFix style(9) bugs from previous commit: remove space after function
mikeh [Thu, 8 Feb 2001 20:15:59 +0000 (20:15 +0000)]
Fix style(9) bugs from previous commit: remove space after function
names and revert to char *[].

bde by: bde, imp

23 years agoWhen we receive an incoming Ethernet frame that was unicast to a
archie [Thu, 8 Feb 2001 17:56:49 +0000 (17:56 +0000)]
When we receive an incoming Ethernet frame that was unicast to a
different hardware address, we should drop it (this should only
happen in promiscuous mode). Relocate the code for this check
from before ng_ether(4) processing to after ng_ether(4) processing.
Also fix a compiler warning.

PR: kern/24465

23 years ago- By default treat supplied arguments as a shell globs to be matched against
sobomax [Thu, 8 Feb 2001 17:44:00 +0000 (17:44 +0000)]
- By default treat supplied arguments as a shell globs to be matched against
  names of installed packages;
- add new `-G' option to disable glob matching and revert to previous
  behaviour (I have no idea why this could be necessary, though);
- add a new `-x' option, which instructs pkg_info(1) to treat supplied
  arguments as a regular expressions.

For example:
$ pkg_info foo\* - displays information about all packages whose names start
   from foo
$ pkg_info -G foo\*-1.1 - displays information about package named "foo*-1.1"
$ pkg_info -x ^foo.\* - displays information about all packages whose names
start from foo

Original idea submitted by: Edwin Groothuis <mavetju@chello.nl> (bin/24695)
Reviewed by: jkh, roam
Approved by: jkh

23 years agoactivate monetdef, msgdef and numericdef
phantom [Thu, 8 Feb 2001 17:33:55 +0000 (17:33 +0000)]
activate monetdef, msgdef and numericdef

23 years agoAdd sources for following categories: LC_NUMERIC (share/numericdef),
phantom [Thu, 8 Feb 2001 17:33:19 +0000 (17:33 +0000)]
Add sources for following categories: LC_NUMERIC (share/numericdef),
LC_MONETARY (share/monetdef), LC_MESSAGES (share/msgdef). Now only
en_US.ISO_8859-1 and ru_RU.KOI8-R locales ready. I will find some time
in near future and'll try to make defintions for other locales.

23 years agoadd langinfo.h
phantom [Thu, 8 Feb 2001 17:14:28 +0000 (17:14 +0000)]
add langinfo.h

23 years agoadd lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c
phantom [Thu, 8 Feb 2001 17:13:24 +0000 (17:13 +0000)]
add lmonetary.?, lnumeric.?, ldpart.?, lmessages.?, nl_langinfo.c
remove lconv.c

23 years agoAdd SUSv2 compatible nl_langinfo() function. It still need some work, but
phantom [Thu, 8 Feb 2001 17:12:03 +0000 (17:12 +0000)]
Add SUSv2 compatible nl_langinfo() function. It still need some work, but
this is already usable one.

23 years agoCatch up to latest chanage in timelocal structures exporting.
phantom [Thu, 8 Feb 2001 17:08:13 +0000 (17:08 +0000)]
Catch up to latest chanage in timelocal structures exporting.

23 years agoExport internal data structures in same manner as numeric/monetary/messages
phantom [Thu, 8 Feb 2001 17:06:37 +0000 (17:06 +0000)]
Export internal data structures in same manner as numeric/monetary/messages
structures exported.
Protect timelocal.h from multiple inclusions.

23 years agoMake localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERIC
phantom [Thu, 8 Feb 2001 17:03:01 +0000 (17:03 +0000)]
Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERIC
information to fill return structure. Remove unused anymore stub.

23 years agoMake FreeBSD locale support complete: add support for rest locale categories
phantom [Thu, 8 Feb 2001 16:58:53 +0000 (16:58 +0000)]
Make FreeBSD locale support complete: add support for rest locale categories
LC_MONETARY, LC_NUMERIC and LC_MESSAGES. Remove stub functions since they
don't need anymore.

Reviewed by: silence on -i18n

23 years agoOptimize gencat(1) sources in same manner as its libc part some time ago:
phantom [Thu, 8 Feb 2001 16:38:16 +0000 (16:38 +0000)]
Optimize gencat(1) sources in same manner as its libc part some time ago:

. remove SYSV compatibility bits
. sort #include's
. ifdef unused code
. cleanup BDECFLAGS warnings
. fixed few typos in diagnostics messages
. style(9) fixes

as part of this cleanup I have changed all K&R declarations to ANSI style.
Main reason for doing that was great mix of declarations used here - clean
ASNI , clean K&R, ifdef'ed (both).

Reviewed by: ache (mostly)

23 years agoAdded pc98 supports.
nyan [Thu, 8 Feb 2001 13:24:30 +0000 (13:24 +0000)]
Added pc98 supports.

23 years agoDocument the cases in which setreuid changes the saved-user-ID.
nectar [Thu, 8 Feb 2001 12:43:33 +0000 (12:43 +0000)]
Document the cases in which setreuid changes the saved-user-ID.

23 years agoFixed the .St strings so that no single-character component of
ru [Thu, 8 Feb 2001 12:00:18 +0000 (12:00 +0000)]
Fixed the .St strings so that no single-character component of
the name could be wrapped, e.g. ``ISO C'' is always printed on
the same line.

Ported from: mdocNG

23 years agoFixed the .Xr macro so that it produces the right spacing
ru [Thu, 8 Feb 2001 11:22:34 +0000 (11:22 +0000)]
Fixed the .Xr macro so that it produces the right spacing
and no hyphenation is possible on a dash (`-') character.

Ported from: mdocNG

23 years agomdoc(7) police: print #ifdef/#endif literally,
ru [Thu, 8 Feb 2001 10:40:42 +0000 (10:40 +0000)]
mdoc(7) police: print #ifdef/#endif literally,
and as list items (to get the correct offset).

23 years agomdoc(7) police: C types should be declared with either .Ft or .Vt.
ru [Thu, 8 Feb 2001 10:22:35 +0000 (10:22 +0000)]
mdoc(7) police: C types should be declared with either .Ft or .Vt.

23 years agomdoc(7) police: removed hard sentence break, corrected .Nd.
ru [Thu, 8 Feb 2001 10:06:09 +0000 (10:06 +0000)]
mdoc(7) police: removed hard sentence break, corrected .Nd.

23 years agoRemove the manpage since the actual software was put in the Attic.
obrien [Thu, 8 Feb 2001 09:30:21 +0000 (09:30 +0000)]
Remove the manpage since the actual software was put in the Attic.

Noticed by: bde

23 years agoDe-__P()-ify, convert K&R style declarations to ANSI ones
mikeh [Thu, 8 Feb 2001 05:58:55 +0000 (05:58 +0000)]
De-__P()-ify, convert K&R style declarations to ANSI ones

23 years agoPrevent string overflows by using safer string functions
mikeh [Thu, 8 Feb 2001 05:33:19 +0000 (05:33 +0000)]
Prevent string overflows by using safer string functions
Use tolower() rather than bit or-ing
Sanity check user specified printf() format
Exit when too many input files are given
Remove register from variables

Reviewed by: markm, imp

23 years agoBump __FreeBSD_cc_version to 500002 to show the -pthread option change.
obrien [Thu, 8 Feb 2001 05:27:17 +0000 (05:27 +0000)]
Bump __FreeBSD_cc_version to 500002 to show the -pthread option change.

23 years agoAdd recently added PHY drivers sources.
semenu [Thu, 8 Feb 2001 04:58:17 +0000 (04:58 +0000)]
Add recently added PHY drivers sources.

Reminded by: Peter Wemm <peter@netplex.com.au>

23 years agoDon't bother with acquiring/releasing Giant around kmem_malloc() and
jhb [Thu, 8 Feb 2001 00:27:38 +0000 (00:27 +0000)]
Don't bother with acquiring/releasing Giant around kmem_malloc() and
kmem_free() for now.  Kmem_malloc() and kmem_free() now have appropriate
assertions in place, and these checks aren't feasible until more of the
networking code is locked down.  Also, the extra assertions here should
already be caught by the WITNESS code as lock order violations should
mutex operations on Giant be reintroduced here later.

23 years agoDon't enable interrupts for a kernel breakpoint or trace trap. Otherwise,
jhb [Thu, 8 Feb 2001 00:10:07 +0000 (00:10 +0000)]
Don't enable interrupts for a kernel breakpoint or trace trap.  Otherwise,
this negates the explicit disabling of interrupts when entering the
debugger in Debugger().

23 years ago- Check if the ccb_infos in the softc is NULL before trying to free it in
jhb [Thu, 8 Feb 2001 00:00:12 +0000 (00:00 +0000)]
- Check if the ccb_infos in the softc is NULL before trying to free it in
  adv_free() as the ISA probe routine doesn't malloc() ccb_infos but does
  call adv_free().
- Release the ISA-only overrun DMA tags, bufs, and maps if the probe fails.

Tested by: rwatson

23 years agoThe code I picked up from NetBSD in '97 had a nasty bug. It limited
peter [Wed, 7 Feb 2001 23:28:01 +0000 (23:28 +0000)]
The code I picked up from NetBSD in '97 had a nasty bug.  It limited
the index of the pollfd array to the number of fd's currently open, not
the maximum number of fd's.  ie: if you had 0,1,2 open, you could not
use pollfd slots higher than 20.  The specs say we only have to support
OPEN_MAX [64] entries but we allow way more than that.

23 years agoWhen SMPng was first committed, we removed 'cpl' from the interrupt
jhb [Wed, 7 Feb 2001 22:41:47 +0000 (22:41 +0000)]
When SMPng was first committed, we removed 'cpl' from the interrupt
frame.  Teach ddb about this as there is one less word for it to skip
over when finding a trapframe on the interrupt frame stack.

23 years agoOops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
semenu [Wed, 7 Feb 2001 22:34:15 +0000 (22:34 +0000)]
Oops... I knew i shouldn't use arrows in vi. Fix a typo causing errors in
compilation.

23 years agoSynch: Properly constify sccsid[].
asmodai [Wed, 7 Feb 2001 22:25:56 +0000 (22:25 +0000)]
Synch: Properly constify sccsid[].
Replace bcopy() with memmove().

23 years agoSynch: Prefer memmove() over bcopy().
asmodai [Wed, 7 Feb 2001 22:22:57 +0000 (22:22 +0000)]
Synch: Prefer memmove() over bcopy().

23 years agoSynch: Properly constify sccsid[].
asmodai [Wed, 7 Feb 2001 22:20:44 +0000 (22:20 +0000)]
Synch: Properly constify sccsid[].

23 years agoSynch: prefer memmove() over bcopy(), since the first is a C-standard
asmodai [Wed, 7 Feb 2001 22:18:58 +0000 (22:18 +0000)]
Synch: prefer memmove() over bcopy(), since the first is a C-standard
interface, whilst the latter is a BSD'ism.

23 years agoSynch: Add $FreeBSD$.
asmodai [Wed, 7 Feb 2001 21:58:16 +0000 (21:58 +0000)]
Synch: Add $FreeBSD$.

23 years agoback out rev 1.49, looks like i committed it from the wrong tree.
cg [Wed, 7 Feb 2001 20:45:40 +0000 (20:45 +0000)]
back out rev 1.49, looks like i committed it from the wrong tree.

include the changes 1.49 was supposed to have.

Noticed by: peter

23 years agoReflect recently added support for SMC9432FTX cards.
semenu [Wed, 7 Feb 2001 20:18:54 +0000 (20:18 +0000)]
Reflect recently added support for SMC9432FTX cards.

23 years agoAdd support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
semenu [Wed, 7 Feb 2001 20:11:02 +0000 (20:11 +0000)]
Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
cards will work too.

23 years agoUpdate tx(4) man page to reflect changes since 1997, especially
semenu [Wed, 7 Feb 2001 20:09:50 +0000 (20:09 +0000)]
Update  tx(4) man page to reflect changes since 1997, especially
recent changes.

23 years agoAdd QS6612, AC101 and LXT970 personal drivers and register definitions.
semenu [Wed, 7 Feb 2001 19:57:40 +0000 (19:57 +0000)]
Add QS6612, AC101 and LXT970 personal drivers and register definitions.

Obtained from: NetBSD/OpenBSD

23 years ago1. Disable hyphenation on a dash (`-') character in macro arguments.
ru [Wed, 7 Feb 2001 17:45:22 +0000 (17:45 +0000)]
1.  Disable hyphenation on a dash (`-') character in macro arguments.
2.  Disable recognition of end-of-sentence characters in text-type
    macro arguments.
3.  Fix the missing space bug when an end-of-sentence character was
    followed by another punctuation character.
4.  Fix the bug where hyphenation was left disabled after .Re.

Obtained from: mdocNG

23 years agoFix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.
sobomax [Wed, 7 Feb 2001 17:34:48 +0000 (17:34 +0000)]
Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.

Tested by: knu, sobomax and other #bsdcode'rs

23 years agomdoc(7) police: replace two -unfilled displays with -tag lists.
ru [Wed, 7 Feb 2001 16:02:21 +0000 (16:02 +0000)]
mdoc(7) police: replace two -unfilled displays with -tag lists.
This works only because of bugs in current implementation: the
first .It after ``.Bd -unfilled'' re-enables filling mode and
does not restore (disable) it back afterwards.

23 years agomdoc(7) police: Change -filled displays (which just happen
ru [Wed, 7 Feb 2001 13:45:30 +0000 (13:45 +0000)]
mdoc(7) police:  Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to
-ragged.  With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.

23 years agoAdd a missing line-break request so that -ragged
ru [Wed, 7 Feb 2001 11:26:57 +0000 (11:26 +0000)]
Add a missing line-break request so that -ragged
-compact lists always start from the new line.

Example:

foo
.Bd -ragged -compact
bar
.Ed

Produced:

foo bar

Now produces:

foo
bar

23 years agoBump the i386 default root by another 30MB to 100MB total. The Alpha
obrien [Wed, 7 Feb 2001 11:26:41 +0000 (11:26 +0000)]
Bump the i386 default root by another 30MB to 100MB total.  The Alpha
default root bumps 20MB to 110MB.

Requested by: kris

23 years agomdoc(7) police: Removed extraneous .No call. The .Nm macro in
ru [Wed, 7 Feb 2001 10:11:57 +0000 (10:11 +0000)]
mdoc(7) police: Removed extraneous .No call.  The .Nm macro in
mdocNG has been fixed to properly handle its arguments so this
was causing the extraneous (undesirable) space.

23 years agoAdd 20MB to the default / size for this in-development branch.
obrien [Wed, 7 Feb 2001 09:29:29 +0000 (09:29 +0000)]
Add 20MB to the default / size for this in-development branch.

23 years agoUse correct index when counting short errors.
phk [Wed, 7 Feb 2001 08:44:42 +0000 (08:44 +0000)]
Use correct index when counting short errors.

23 years agoChange the peripheral driver list from a linker set to module driven
peter [Wed, 7 Feb 2001 07:05:59 +0000 (07:05 +0000)]
Change the peripheral driver list from a linker set to module driven
driver registration.  This should allow things like da, sa, cd etc to be
in seperate KLD's to the cam core and make them preloadable.

23 years agoconditionalize "hwptr went backwards" messages
cg [Wed, 7 Feb 2001 06:48:28 +0000 (06:48 +0000)]
conditionalize "hwptr went backwards" messages

modify default buffer size heuristic to not max out at 4k.  mpg123 should now
behave better under load.

23 years agoMove ti1031 to the 16-bit bridge section
imp [Wed, 7 Feb 2001 01:16:40 +0000 (01:16 +0000)]
Move ti1031 to the 16-bit bridge section

23 years agoFix some nits:
asmodai [Tue, 6 Feb 2001 23:39:06 +0000 (23:39 +0000)]
Fix some nits:

- whitespace: incorrect usage of tab or space
- removal of comments which served either no purpose or were
  misleading

Submitted by: bde [a while ago]

23 years agoAdd list.h to the to be installed header files.
asmodai [Tue, 6 Feb 2001 22:27:16 +0000 (22:27 +0000)]
Add list.h to the to be installed header files.

23 years agoSpelling
charnier [Tue, 6 Feb 2001 20:13:48 +0000 (20:13 +0000)]
Spelling
Remove unused #includes

23 years agoRemove duplicate FreeBSD Id
charnier [Tue, 6 Feb 2001 20:03:48 +0000 (20:03 +0000)]
Remove duplicate FreeBSD Id
Remoce unused #include
Use imperative mode to start flag description

23 years agoRework diagnostics text
charnier [Tue, 6 Feb 2001 20:01:40 +0000 (20:01 +0000)]
Rework diagnostics text
Remove unused #include

23 years agoIntroduce busspace instead of the good old in/out instructions.
sos [Tue, 6 Feb 2001 16:44:25 +0000 (16:44 +0000)]
Introduce busspace instead of the good old in/out instructions.
Not pretty but it works (I hope)...

23 years agomdoc(7) police: removed leading (non-sense) .Ns call.
ru [Tue, 6 Feb 2001 16:22:17 +0000 (16:22 +0000)]
mdoc(7) police: removed leading (non-sense) .Ns call.

23 years agomdoc(7) police: simplify construct.
ru [Tue, 6 Feb 2001 16:20:31 +0000 (16:20 +0000)]
mdoc(7) police: simplify construct.

23 years agomdoc(7) police: correct .Dd, add missing .El.
ru [Tue, 6 Feb 2001 16:17:49 +0000 (16:17 +0000)]
mdoc(7) police: correct .Dd, add missing .El.

23 years agomdoc(7) police: .Xr name -> .Nm
ru [Tue, 6 Feb 2001 16:15:11 +0000 (16:15 +0000)]
mdoc(7) police: .Xr name -> .Nm

23 years agomdoc(7) police: correct .Dd format.
ru [Tue, 6 Feb 2001 16:13:09 +0000 (16:13 +0000)]
mdoc(7) police: correct .Dd format.

23 years agomdoc(7) police: minor style/formatting fixes.
ru [Tue, 6 Feb 2001 15:07:35 +0000 (15:07 +0000)]
mdoc(7) police: minor style/formatting fixes.

23 years agoRegen.
n_hibma [Tue, 6 Feb 2001 14:59:28 +0000 (14:59 +0000)]
Regen.

23 years agoAdd a comment about the fact that adding an ID doesn't actually do anything.
n_hibma [Tue, 6 Feb 2001 14:59:03 +0000 (14:59 +0000)]
Add a comment about the fact that adding an ID doesn't actually do anything.

23 years agomdoc(7) police: minor style/formatting fixes.
ru [Tue, 6 Feb 2001 14:58:39 +0000 (14:58 +0000)]
mdoc(7) police: minor style/formatting fixes.

23 years agoDamn! that was the wrong patch! get it right this time....
sos [Tue, 6 Feb 2001 12:49:33 +0000 (12:49 +0000)]
Damn! that was the wrong patch! get it right this time....

23 years agoOur manual pages are no longer in /usr/man, but in /usr/share/man.
asmodai [Tue, 6 Feb 2001 12:45:29 +0000 (12:45 +0000)]
Our manual pages are no longer in /usr/man, but in /usr/share/man.

Also, add the default #!/bin/sh for shellscripts, as well as $FreeBSD$.

23 years agoFix the clone functionality in atapi-cd, it didn't work for
sos [Tue, 6 Feb 2001 12:41:53 +0000 (12:41 +0000)]
Fix the clone functionality in atapi-cd, it didn't work for
devs other than the first, and allowed to clone a nonexistent
device..

23 years agoFix typo: compatability -> compatibility.
asmodai [Tue, 6 Feb 2001 12:05:58 +0000 (12:05 +0000)]
Fix typo: compatability -> compatibility.

Compatability is not an existing english word.

23 years agoFix typo: compatability -> compatibility.
asmodai [Tue, 6 Feb 2001 12:04:54 +0000 (12:04 +0000)]
Fix typo: compatability -> compatibility.

Compatability is not an existing english word.

Add $FreeBSD$.

23 years agoFix typo: seperate -> separate.
asmodai [Tue, 6 Feb 2001 11:21:58 +0000 (11:21 +0000)]
Fix typo: seperate -> separate.

Seperate does not exist in the english language.

23 years agoFix typo: seperate -> separate.
asmodai [Tue, 6 Feb 2001 11:21:40 +0000 (11:21 +0000)]
Fix typo: seperate -> separate.

Seperate does not exist in the english language.

Also add $FreeBSD$ to README.

23 years agoFix typo: seperate -> separate.
asmodai [Tue, 6 Feb 2001 10:39:38 +0000 (10:39 +0000)]
Fix typo: seperate -> separate.

Seperate does not exist in the english language.

Submitted to look at by: kris

23 years agoFix typo: seperate -> separate.
asmodai [Tue, 6 Feb 2001 10:39:13 +0000 (10:39 +0000)]
Fix typo: seperate -> separate.

Seperate does not exist in the english language.

Also add $FreeBSD$

Submitted to look at by: kris

23 years agoAdd man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECT
bp [Tue, 6 Feb 2001 10:33:37 +0000 (10:33 +0000)]
Add man page for VOP_GETVOBJECT, VOP_CREATEVOBJECT and VOP_DESTROYVOBJECT
operations.

Reviewed by: sheldonh

23 years agoFix child's SIGSTOP behaviour in scripts.
cracauer [Tue, 6 Feb 2001 10:29:34 +0000 (10:29 +0000)]
Fix child's SIGSTOP behaviour in scripts.

When a child is receiving SIGSTOP, eval continues with the next
command.  While that is correct for the interactive case (Control-Z
and you get the prompt back), it is wrong for a shellscript, which
just continues with the next command, never again waiting for the
stopped child.  Noted when childs from cronjobs were stopped, just to
make more processes (by wosch).

The fix is not to return from a job wait when the wait returned for a
stopped child while in non-interactive mode.  This bahaviour seems to
be what bash2 and ksh implement.  I tested for correct behaviour for
finnaly killing the child with and without forgrounding it first.
When not foregrouding before killing, the shell continues with the
script, which is what the other shells do as well.

Reviewed by: Silence on -current

23 years agoFix typo: depricated -> deprecated.
asmodai [Tue, 6 Feb 2001 10:22:22 +0000 (10:22 +0000)]
Fix typo: depricated -> deprecated.

23 years agoConvert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk [Tue, 6 Feb 2001 10:12:15 +0000 (10:12 +0000)]
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
backwards in the three drivers which want to do that.

Reviewed by:    mikeh

23 years agoFix typo: wierd -> weird.
asmodai [Tue, 6 Feb 2001 09:32:26 +0000 (09:32 +0000)]
Fix typo: wierd -> weird.

There is no such thing as wierd in the english language.

23 years agoFix typo: wierd -> weird.
asmodai [Tue, 6 Feb 2001 09:25:10 +0000 (09:25 +0000)]
Fix typo: wierd -> weird.

There is no such thing as wierd in the english language.

23 years agoFix typo: wierd -> weird.
asmodai [Tue, 6 Feb 2001 09:20:17 +0000 (09:20 +0000)]
Fix typo: wierd -> weird.