openbsd
24 years agoCorrect the HISTORY section to note that this command appeared in Version 5
aaron [Fri, 24 Mar 2000 21:41:08 +0000 (21:41 +0000)]
Correct the HISTORY section to note that this command appeared in Version 5
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11
executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the
directory /pub/DEC/sim/software. Idea from NetBSD PR/4790.

24 years agoTypo.
ian [Fri, 24 Mar 2000 21:06:53 +0000 (21:06 +0000)]
Typo.

24 years agoAdd macros for AT&T UNIX Versions 2-5 to doc-syms. Also add the following
aaron [Fri, 24 Mar 2000 21:03:46 +0000 (21:03 +0000)]
Add macros for AT&T UNIX Versions 2-5 to doc-syms. Also add the following
standards: -p1003.1-95, -p1003.1c-95, -xbd5, -xcu5, -xsh5, -xns5, -xns5.2d2.0,
-xcurses4.2; from NetBSD. Document the new standards macros in mdoc.samples(7).

24 years agomore Xr
deraadt [Fri, 24 Mar 2000 21:00:18 +0000 (21:00 +0000)]
more Xr

24 years agotypo
deraadt [Fri, 24 Mar 2000 20:58:52 +0000 (20:58 +0000)]
typo

24 years agoDon't use the small caps (i.e., tN "trade name") font for General Text macros
aaron [Fri, 24 Mar 2000 19:53:08 +0000 (19:53 +0000)]
Don't use the small caps (i.e., tN "trade name") font for General Text macros
that have mixed casings.

24 years agoMake f_bsize signed. Having it unsigned causes surprising (and unwanted)
millert [Fri, 24 Mar 2000 19:07:48 +0000 (19:07 +0000)]
Make f_bsize signed.  Having it unsigned causes surprising (and unwanted)
type coercions.  With this fixed I can back out the hack in df.

24 years agosync
deraadt [Fri, 24 Mar 2000 18:44:41 +0000 (18:44 +0000)]
sync

24 years agonewer qlc devices
deraadt [Fri, 24 Mar 2000 18:44:24 +0000 (18:44 +0000)]
newer qlc devices

24 years agosync
deraadt [Fri, 24 Mar 2000 18:04:43 +0000 (18:04 +0000)]
sync

24 years agopretty
chris [Fri, 24 Mar 2000 17:52:00 +0000 (17:52 +0000)]
pretty

24 years agoDocument AMD 756
chris [Fri, 24 Mar 2000 17:49:05 +0000 (17:49 +0000)]
Document AMD 756

24 years agoFrom NetBSD:
chris [Fri, 24 Mar 2000 17:47:41 +0000 (17:47 +0000)]
From NetBSD:

Don't reset cp->hw_ok ro 0 when cp isn't initialised in cy693_chip_map()

Support for AMD 756 IDE controller

24 years agoMention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions.
millert [Fri, 24 Mar 2000 17:16:30 +0000 (17:16 +0000)]
Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions.
I got bit by this recently in my own code...

24 years agoAdd FNM_NOSYS, meaning "The implementation does not support this function",
millert [Fri, 24 Mar 2000 17:13:23 +0000 (17:13 +0000)]
Add FNM_NOSYS, meaning "The implementation does not support this function",
for XPG conformance.  We don't use it but programs might check for it.

24 years agoRemove bogus NOTES section
niklas [Fri, 24 Mar 2000 14:56:09 +0000 (14:56 +0000)]
Remove bogus NOTES section

24 years agoCorrect config mechanism for uni-north bridge.
rahnds [Fri, 24 Mar 2000 06:56:41 +0000 (06:56 +0000)]
Correct config mechanism for uni-north bridge.

24 years agoMore fixes and improvements; from FreeBSD this time.
aaron [Fri, 24 Mar 2000 04:22:53 +0000 (04:22 +0000)]
More fixes and improvements; from FreeBSD this time.

24 years agoBetter grammar and mdoc.
aaron [Fri, 24 Mar 2000 03:38:22 +0000 (03:38 +0000)]
Better grammar and mdoc.

24 years agoAll man pages should have a DESCRIPTION section. Fix some formatting nits
aaron [Fri, 24 Mar 2000 03:28:37 +0000 (03:28 +0000)]
All man pages should have a DESCRIPTION section. Fix some formatting nits
while we're here.

24 years agoCorrections and updates; mostly from NetBSD.
aaron [Fri, 24 Mar 2000 03:23:23 +0000 (03:23 +0000)]
Corrections and updates; mostly from NetBSD.

24 years agofix spelling errors, From: FreeBSD
brad [Fri, 24 Mar 2000 03:04:46 +0000 (03:04 +0000)]
fix spelling errors, From: FreeBSD

24 years agoMany corrections and updates, mostly from NetBSD, but with some of my very own
aaron [Fri, 24 Mar 2000 01:28:07 +0000 (01:28 +0000)]
Many corrections and updates, mostly from NetBSD, but with some of my very own
special sauce: document the FreeBSD (Fx) and NetBSD (Nx) macros, add the
section 9 "Kernel Manual" to list of man page ``volumes'', mention the two
situations where the `.Nm' macro should always be given an argument, correct
description of -ragged display and add description for -unfilled, note that
-enum lists cannot be nested within themselves or displays, document a couple
more tagged list types, demonstrate that -width is not really optional for -tag
lists, document the -column list type, all kinds of formatting nits repaired,
and a partridge in a pear tree.

24 years agoFake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignore
espie [Fri, 24 Mar 2000 00:24:18 +0000 (00:24 +0000)]
Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignore
the PLIST_CWD in creating the tar pipe.

This takes care of pkg_create -p PREFIX -s FAKE
where PREFIX does not exist at pkg creation time.

24 years agoDisallow pkg_delete when the pkg_prefix is on a read-only file-system.
espie [Fri, 24 Mar 2000 00:21:28 +0000 (00:21 +0000)]
Disallow pkg_delete when the pkg_prefix is on a read-only file-system.
This avoids erasing /var/db/info while keeping the package and issuing
hundreds of warnings...

24 years agoHandle expansion sequences in @exec better (let the expander decide whether
espie [Fri, 24 Mar 2000 00:20:04 +0000 (00:20 +0000)]
Handle expansion sequences in @exec better (let the expander decide whether
it needs a file name instead of assuming we always need one).

Sent to *quite a few* people, comments by drahn@... guys, wake up !!!

24 years ago*_r MLINKS
d [Thu, 23 Mar 2000 22:22:00 +0000 (22:22 +0000)]
*_r MLINKS

24 years agoinitial support for DSA keys. ok deraadt@, niels@
markus [Thu, 23 Mar 2000 22:15:33 +0000 (22:15 +0000)]
initial support for DSA keys. ok deraadt@, niels@

24 years agooops, return values are int
d [Thu, 23 Mar 2000 22:14:03 +0000 (22:14 +0000)]
oops, return values are int

24 years agoasctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@
d [Thu, 23 Mar 2000 22:10:21 +0000 (22:10 +0000)]
asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@

24 years agoreaddir_r. ok aaron@
d [Thu, 23 Mar 2000 22:09:39 +0000 (22:09 +0000)]
readdir_r. ok aaron@

24 years agogetgrnam_r, getgrgid_r. ok aaron@
d [Thu, 23 Mar 2000 22:09:01 +0000 (22:09 +0000)]
getgrnam_r, getgrgid_r. ok aaron@

24 years agoPlease note that this file has not been updated for OpenSSH.....
markus [Thu, 23 Mar 2000 22:03:33 +0000 (22:03 +0000)]
Please note that this file has not been updated for OpenSSH.....

24 years agoswitch to raw mode only if he _get_ a pty (not if we _want_ a pty).
markus [Thu, 23 Mar 2000 21:52:02 +0000 (21:52 +0000)]
switch to raw mode only if he _get_ a pty (not if we _want_ a pty).

24 years agoMore pedantic man page formatting insanity, lalala
aaron [Thu, 23 Mar 2000 21:39:53 +0000 (21:39 +0000)]
More pedantic man page formatting insanity, lalala

24 years agoFix some formatting problems I missed before.
aaron [Thu, 23 Mar 2000 21:10:09 +0000 (21:10 +0000)]
Fix some formatting problems I missed before.

24 years agonew cpu type switch code.
mickey [Thu, 23 Mar 2000 20:25:40 +0000 (20:25 +0000)]
new cpu type switch code.
initializes tlb miss handlers correspondent to probed cpu features.
also btlb load routine.
versions written are for pcxl and others.
cpu-dep btlb loaders are missing, only generic for now.

24 years agonew timeout code from openbsd (; remove extraneous includes
mickey [Thu, 23 Mar 2000 20:14:08 +0000 (20:14 +0000)]
new timeout code from openbsd (; remove extraneous includes

24 years agonew timeout code from netbsd; also remove trailing spaces and tabs, spaces in tabs
mickey [Thu, 23 Mar 2000 20:02:57 +0000 (20:02 +0000)]
new timeout code from netbsd; also remove trailing spaces and tabs, spaces in tabs

24 years agoWhen calling sendmail, use "--" to indicate end of command line arguments.
millert [Thu, 23 Mar 2000 19:32:13 +0000 (19:32 +0000)]
When calling sendmail, use "--" to indicate end of command line arguments.
This prevents someone from sneaking arbitrary args to sendmail via
the Reply-To: or From: lines.

24 years agoAdd #ifdef __STDC__ around the rangematch function header to avoid
millert [Thu, 23 Mar 2000 19:13:51 +0000 (19:13 +0000)]
Add #ifdef __STDC__ around the rangematch function header to avoid
promotion of test to int, thus violating the prototype.  Gcc handles
this gracefully but more std ANSI compilers will complain.

24 years agoIiieeek! This kludge was almost funny.
art [Thu, 23 Mar 2000 17:20:23 +0000 (17:20 +0000)]
Iiieeek! This kludge was almost funny.

Probably something from the stone age. Kill it.

24 years agoDo not include <sys/callout.h>, it is never needed; art@
aaron [Thu, 23 Mar 2000 17:17:32 +0000 (17:17 +0000)]
Do not include <sys/callout.h>, it is never needed; art@

24 years ago<sys/callout.h> is no longer.
aaron [Thu, 23 Mar 2000 17:09:48 +0000 (17:09 +0000)]
<sys/callout.h> is no longer.

24 years agonot changes in script
ericj [Thu, 23 Mar 2000 17:01:35 +0000 (17:01 +0000)]
not changes in script

24 years agoDon't reinitialize the tsleep and ITIMER_REAL timers all the time.
art [Thu, 23 Mar 2000 16:54:43 +0000 (16:54 +0000)]
Don't reinitialize the tsleep and ITIMER_REAL timers all the time.
The function and the argument never change.

24 years agoAnother typo. Noted by aaron.
art [Thu, 23 Mar 2000 16:52:26 +0000 (16:52 +0000)]
Another typo. Noted by aaron.

24 years agoNew timeout code.
art [Thu, 23 Mar 2000 16:37:52 +0000 (16:37 +0000)]
New timeout code.

24 years agoRemove code from the stone age.
art [Thu, 23 Mar 2000 16:36:36 +0000 (16:36 +0000)]
Remove code from the stone age.

24 years agoNo need for our own declaration of lbolt.
art [Thu, 23 Mar 2000 15:57:33 +0000 (15:57 +0000)]
No need for our own declaration of lbolt.

24 years agoUse the new timeout facilities for ITIMER_REAL.
art [Thu, 23 Mar 2000 15:55:52 +0000 (15:55 +0000)]
Use the new timeout facilities for ITIMER_REAL.

24 years agoOpps. Fix a comment from "should" to "should not".
art [Thu, 23 Mar 2000 15:47:50 +0000 (15:47 +0000)]
Opps. Fix a comment from "should" to "should not".
Thanks to mickey@ for pointing this out.

24 years agoChange prompt string from "Location:" to "Office Location:", to disambiguate
aaron [Thu, 23 Mar 2000 15:23:51 +0000 (15:23 +0000)]
Change prompt string from "Location:" to "Office Location:", to disambiguate
from what is expected, and to be consistent with finger(1); from FreeBSD. This
file was missed from a previous commit. :-(

24 years agoProtect from multiple include.
art [Thu, 23 Mar 2000 14:59:23 +0000 (14:59 +0000)]
Protect from multiple include.

24 years agouse the new timeout interface for tsleep.
art [Thu, 23 Mar 2000 14:44:37 +0000 (14:44 +0000)]
use the new timeout interface for tsleep.

24 years agoChanges to use the new timeout interface.
art [Thu, 23 Mar 2000 14:43:47 +0000 (14:43 +0000)]
Changes to use the new timeout interface.
For tsleep we add a field "p_sleep_to", for ITIMER_REAL we add "p_realit_to".
I also sneak in a change for niklas for linux compat, so that we can
handle all questions about broken "ps", etc. at the same time.

24 years agoUpdates from ncurses terminfo file:
millert [Thu, 23 Mar 2000 14:29:35 +0000 (14:29 +0000)]
Updates from ncurses terminfo file:
+ correct typo in rxvt-basic terminfo from temporary change made while
integrating 20000318.
+ revert part of the vt220 change (request by Todd C Miller).
+ add ansi-* terminfo entries from Eric's version.

24 years agoconvert to new timeouts.
art [Thu, 23 Mar 2000 11:26:28 +0000 (11:26 +0000)]
convert to new timeouts.

24 years agoSupport std-dev gathering and fine interval like our regular ping.
hugh [Thu, 23 Mar 2000 11:26:17 +0000 (11:26 +0000)]
Support std-dev gathering and fine interval like our regular ping.

24 years agoSpeling.
art [Thu, 23 Mar 2000 11:24:42 +0000 (11:24 +0000)]
Speling.

24 years agoUpdate a comment to reflect reality.
art [Thu, 23 Mar 2000 11:20:45 +0000 (11:20 +0000)]
Update a comment to reflect reality.

24 years agoDocument timeout_pending and timeout_initialized.
art [Thu, 23 Mar 2000 11:15:21 +0000 (11:15 +0000)]
Document timeout_pending and timeout_initialized.

24 years agoProvide methods to check if a timeout was initalized and if it is scheduled.
art [Thu, 23 Mar 2000 11:07:33 +0000 (11:07 +0000)]
Provide methods to check if a timeout was initalized and if it is scheduled.

24 years agoUse new timeouts for pfslowtimo and pffasttimo.
art [Thu, 23 Mar 2000 10:42:29 +0000 (10:42 +0000)]
Use new timeouts for pfslowtimo and pffasttimo.

24 years agoPreserve the FIFO order of issued timeouts.
art [Thu, 23 Mar 2000 10:27:05 +0000 (10:27 +0000)]
Preserve the FIFO order of issued timeouts.

24 years agoAdapt roundrobin and schedcpu to the new timeout API.
art [Thu, 23 Mar 2000 10:13:58 +0000 (10:13 +0000)]
Adapt roundrobin and schedcpu to the new timeout API.

24 years agoInstall links for the new timeout API.
art [Thu, 23 Mar 2000 10:11:52 +0000 (10:11 +0000)]
Install links for the new timeout API.

24 years agoDocument the new timeout API.
art [Thu, 23 Mar 2000 10:10:20 +0000 (10:10 +0000)]
Document the new timeout API.

24 years agoNew API for timeouts. Replaces the old timeout()/untimeout() API and
art [Thu, 23 Mar 2000 09:59:52 +0000 (09:59 +0000)]
New API for timeouts. Replaces the old timeout()/untimeout() API and
makes it the callers responsibility to allocate resources for the
timeouts.

This is a KISS implementation and does _not_ solve the problems of slow
handling of a large number of pending timeouts (this will be solved in
future work) (although hardclock is now guarateed to take constant time
for handling of timeouts).

Old timeout() and untimeout() are implemented as wrappers around the new
API and kept for compatibility. They will be removed as soon as all
subsystems are converted to use the new API.

24 years agotidy
hugh [Thu, 23 Mar 2000 09:08:13 +0000 (09:08 +0000)]
tidy

24 years agotest re-entrant getpwnam_r
d [Thu, 23 Mar 2000 05:18:33 +0000 (05:18 +0000)]
test re-entrant getpwnam_r

24 years agoIf failure occurs on clock reading routine, make certain that the time
rahnds [Thu, 23 Mar 2000 04:12:48 +0000 (04:12 +0000)]
If failure occurs on clock reading routine, make certain that the time
translation failes.

24 years agoadd mii and if_gm ethernet.
rahnds [Thu, 23 Mar 2000 04:08:12 +0000 (04:08 +0000)]
add mii and if_gm ethernet.

24 years agoNetBSD gm ethernet driver ported from NetBSD. compiles, but does not yet
rahnds [Thu, 23 Mar 2000 04:06:56 +0000 (04:06 +0000)]
NetBSD gm ethernet driver ported from NetBSD. compiles, but does not yet
configure. mii code is very suspect. Additional debugging will be done
after configuration issues are addressed.

24 years agoHack to make physmem something almost reasonable, if for some reason
rahnds [Thu, 23 Mar 2000 04:04:21 +0000 (04:04 +0000)]
Hack to make physmem something almost reasonable, if for some reason
the G4 decides to claim that no real memory exists in the machine, even
though memory is available. Real memory size is aliased to available.
Take this out if a real cause is determined.

24 years agocomment out bounds check, ncr card on G4 is triggering it, replaced
rahnds [Thu, 23 Mar 2000 04:01:55 +0000 (04:01 +0000)]
comment out bounds check, ncr card on G4 is triggering it, replaced
with a debug printf.

24 years agocomment out memory region debugging.
rahnds [Thu, 23 Mar 2000 03:52:55 +0000 (03:52 +0000)]
comment out memory region debugging.
make certain that physmem is initialized.
improve readablity of code.

24 years agoDon't use the BIOS geometry by default, it causes too many problems.
millert [Thu, 23 Mar 2000 01:24:28 +0000 (01:24 +0000)]
Don't use the BIOS geometry by default, it causes too many problems.

24 years agoOpenBSD'ify this man page somewhat:
aaron [Wed, 22 Mar 2000 21:46:17 +0000 (21:46 +0000)]
OpenBSD'ify this man page somewhat:
- get rid of the HARDWARE section and move supported cards list up
- more verbose HISTORY/AUTHORS
- remove trailing whitespace, remove hard sentence breaks, other nits

24 years agosome more machine_stack_grows_up
mickey [Wed, 22 Mar 2000 21:35:37 +0000 (21:35 +0000)]
some more machine_stack_grows_up

24 years agoBetter list format; missed from a previous commit.
aaron [Wed, 22 Mar 2000 21:34:55 +0000 (21:34 +0000)]
Better list format; missed from a previous commit.

24 years agoPut BUGS section after HISTORY.
aaron [Wed, 22 Mar 2000 21:22:26 +0000 (21:22 +0000)]
Put BUGS section after HISTORY.

24 years agoMake script give correct return values; adapted from FreeBSD
ericj [Wed, 22 Mar 2000 20:25:19 +0000 (20:25 +0000)]
Make script give correct return values; adapted from FreeBSD

24 years agoray(4); chopps@netbsd.org
mickey [Wed, 22 Mar 2000 20:01:59 +0000 (20:01 +0000)]
ray(4); chopps@netbsd.org

24 years agocommented out ray*
mickey [Wed, 22 Mar 2000 18:35:50 +0000 (18:35 +0000)]
commented out ray*

24 years agosync
deraadt [Wed, 22 Mar 2000 18:15:36 +0000 (18:15 +0000)]
sync

24 years agosingle line attach message
deraadt [Wed, 22 Mar 2000 18:15:20 +0000 (18:15 +0000)]
single line attach message

24 years agomake UVM_SWAP_ENCRYPT default, still need to enable via sysctl
provos [Wed, 22 Mar 2000 18:08:12 +0000 (18:08 +0000)]
make UVM_SWAP_ENCRYPT default, still need to enable via sysctl

24 years agoAvoid the chdir entirely by prefixing _PATH_DEV to the tty name when
millert [Wed, 22 Mar 2000 17:07:37 +0000 (17:07 +0000)]
Avoid the chdir entirely by prefixing _PATH_DEV to the tty name when
doing a stat.  This makes the -T and -u flags work in confunction with
a file argument.

24 years agoremove bogus comment
itojun [Wed, 22 Mar 2000 16:50:24 +0000 (16:50 +0000)]
remove bogus comment

24 years agoeissed another renamning of result_status -> result_flags
jason [Wed, 22 Mar 2000 15:49:51 +0000 (15:49 +0000)]
eissed another renamning of result_status -> result_flags

24 years agofix overflows, ok aaron@
markus [Wed, 22 Mar 2000 15:38:23 +0000 (15:38 +0000)]
fix overflows, ok aaron@

24 years agosync pmax. -moj
maja [Wed, 22 Mar 2000 13:15:27 +0000 (13:15 +0000)]
sync pmax. -moj

24 years agoremove if_withname(), which was imported during KAME merge by mistake.
itojun [Wed, 22 Mar 2000 11:28:42 +0000 (11:28 +0000)]
remove if_withname(), which was imported during KAME merge by mistake.

24 years agoremove unused cipher_attack_detected code
markus [Wed, 22 Mar 2000 09:55:10 +0000 (09:55 +0000)]
remove unused cipher_attack_detected code

24 years agoAdd ch to some dead ports for consistency, of course not tested.
niklas [Wed, 22 Mar 2000 08:34:16 +0000 (08:34 +0000)]
Add ch to some dead ports for consistency, of course not tested.

24 years agoxe does not fit, with new ahc included
deraadt [Wed, 22 Mar 2000 08:28:18 +0000 (08:28 +0000)]
xe does not fit, with new ahc included

24 years agowe do not even have the x68k port, why have etc files for it then?
niklas [Wed, 22 Mar 2000 08:27:37 +0000 (08:27 +0000)]
we do not even have the x68k port, why have etc files for it then?

24 years agocorrect references.
itojun [Wed, 22 Mar 2000 08:15:41 +0000 (08:15 +0000)]
correct references.

24 years agocorrect example for IPv6 scoped address. refer latest draft.
itojun [Wed, 22 Mar 2000 08:15:02 +0000 (08:15 +0000)]
correct example for IPv6 scoped address.  refer latest draft.