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.
aaron [Fri, 24 Mar 2000 03:23:23 +0000 (03:23 +0000)]
Corrections and updates; mostly from NetBSD.
brad [Fri, 24 Mar 2000 03:04:46 +0000 (03:04 +0000)]
fix spelling errors, From: FreeBSD
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.
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.
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...
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 !!!
d [Thu, 23 Mar 2000 22:22:00 +0000 (22:22 +0000)]
*_r MLINKS
markus [Thu, 23 Mar 2000 22:15:33 +0000 (22:15 +0000)]
initial support for DSA keys. ok deraadt@, niels@
d [Thu, 23 Mar 2000 22:14:03 +0000 (22:14 +0000)]
oops, return values are int
d [Thu, 23 Mar 2000 22:10:21 +0000 (22:10 +0000)]
asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@
d [Thu, 23 Mar 2000 22:09:39 +0000 (22:09 +0000)]
readdir_r. ok aaron@
d [Thu, 23 Mar 2000 22:09:01 +0000 (22:09 +0000)]
getgrnam_r, getgrgid_r. ok aaron@
markus [Thu, 23 Mar 2000 22:03:33 +0000 (22:03 +0000)]
Please note that this file has not been updated for OpenSSH.....
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).
aaron [Thu, 23 Mar 2000 21:39:53 +0000 (21:39 +0000)]
More pedantic man page formatting insanity, lalala
aaron [Thu, 23 Mar 2000 21:10:09 +0000 (21:10 +0000)]
Fix some formatting problems I missed before.
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.
mickey [Thu, 23 Mar 2000 20:14:08 +0000 (20:14 +0000)]
new timeout code from openbsd (; remove extraneous includes
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
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.
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.
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.
aaron [Thu, 23 Mar 2000 17:17:32 +0000 (17:17 +0000)]
Do not include <sys/callout.h>, it is never needed; art@
aaron [Thu, 23 Mar 2000 17:09:48 +0000 (17:09 +0000)]
<sys/callout.h> is no longer.
ericj [Thu, 23 Mar 2000 17:01:35 +0000 (17:01 +0000)]
not changes in script
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.
art [Thu, 23 Mar 2000 16:52:26 +0000 (16:52 +0000)]
Another typo. Noted by aaron.
art [Thu, 23 Mar 2000 16:37:52 +0000 (16:37 +0000)]
New timeout code.
art [Thu, 23 Mar 2000 16:36:36 +0000 (16:36 +0000)]
Remove code from the stone age.
art [Thu, 23 Mar 2000 15:57:33 +0000 (15:57 +0000)]
No need for our own declaration of lbolt.
art [Thu, 23 Mar 2000 15:55:52 +0000 (15:55 +0000)]
Use the new timeout facilities for ITIMER_REAL.
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.
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. :-(
art [Thu, 23 Mar 2000 14:59:23 +0000 (14:59 +0000)]
Protect from multiple include.
art [Thu, 23 Mar 2000 14:44:37 +0000 (14:44 +0000)]
use the new timeout interface for tsleep.
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.
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.
art [Thu, 23 Mar 2000 11:26:28 +0000 (11:26 +0000)]
convert to new timeouts.
hugh [Thu, 23 Mar 2000 11:26:17 +0000 (11:26 +0000)]
Support std-dev gathering and fine interval like our regular ping.
art [Thu, 23 Mar 2000 11:24:42 +0000 (11:24 +0000)]
Speling.
art [Thu, 23 Mar 2000 11:20:45 +0000 (11:20 +0000)]
Update a comment to reflect reality.
art [Thu, 23 Mar 2000 11:15:21 +0000 (11:15 +0000)]
Document timeout_pending and timeout_initialized.
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.
art [Thu, 23 Mar 2000 10:42:29 +0000 (10:42 +0000)]
Use new timeouts for pfslowtimo and pffasttimo.
art [Thu, 23 Mar 2000 10:27:05 +0000 (10:27 +0000)]
Preserve the FIFO order of issued timeouts.
art [Thu, 23 Mar 2000 10:13:58 +0000 (10:13 +0000)]
Adapt roundrobin and schedcpu to the new timeout API.
art [Thu, 23 Mar 2000 10:11:52 +0000 (10:11 +0000)]
Install links for the new timeout API.
art [Thu, 23 Mar 2000 10:10:20 +0000 (10:10 +0000)]
Document the new timeout API.
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.
hugh [Thu, 23 Mar 2000 09:08:13 +0000 (09:08 +0000)]
tidy
d [Thu, 23 Mar 2000 05:18:33 +0000 (05:18 +0000)]
test re-entrant getpwnam_r
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.
rahnds [Thu, 23 Mar 2000 04:08:12 +0000 (04:08 +0000)]
add mii and if_gm ethernet.
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.
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.
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.
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.
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.
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
mickey [Wed, 22 Mar 2000 21:35:37 +0000 (21:35 +0000)]
some more machine_stack_grows_up
aaron [Wed, 22 Mar 2000 21:34:55 +0000 (21:34 +0000)]
Better list format; missed from a previous commit.
aaron [Wed, 22 Mar 2000 21:22:26 +0000 (21:22 +0000)]
Put BUGS section after HISTORY.
ericj [Wed, 22 Mar 2000 20:25:19 +0000 (20:25 +0000)]
Make script give correct return values; adapted from FreeBSD
mickey [Wed, 22 Mar 2000 20:01:59 +0000 (20:01 +0000)]
ray(4); chopps@netbsd.org
mickey [Wed, 22 Mar 2000 18:35:50 +0000 (18:35 +0000)]
commented out ray*
deraadt [Wed, 22 Mar 2000 18:15:36 +0000 (18:15 +0000)]
sync
deraadt [Wed, 22 Mar 2000 18:15:20 +0000 (18:15 +0000)]
single line attach message
provos [Wed, 22 Mar 2000 18:08:12 +0000 (18:08 +0000)]
make UVM_SWAP_ENCRYPT default, still need to enable via sysctl
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.
itojun [Wed, 22 Mar 2000 16:50:24 +0000 (16:50 +0000)]
remove bogus comment
jason [Wed, 22 Mar 2000 15:49:51 +0000 (15:49 +0000)]
eissed another renamning of result_status -> result_flags
markus [Wed, 22 Mar 2000 15:38:23 +0000 (15:38 +0000)]
fix overflows, ok aaron@
maja [Wed, 22 Mar 2000 13:15:27 +0000 (13:15 +0000)]
sync pmax. -moj
itojun [Wed, 22 Mar 2000 11:28:42 +0000 (11:28 +0000)]
remove if_withname(), which was imported during KAME merge by mistake.
markus [Wed, 22 Mar 2000 09:55:10 +0000 (09:55 +0000)]
remove unused cipher_attack_detected code
niklas [Wed, 22 Mar 2000 08:34:16 +0000 (08:34 +0000)]
Add ch to some dead ports for consistency, of course not tested.
deraadt [Wed, 22 Mar 2000 08:28:18 +0000 (08:28 +0000)]
xe does not fit, with new ahc included
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?
itojun [Wed, 22 Mar 2000 08:15:41 +0000 (08:15 +0000)]
correct references.
itojun [Wed, 22 Mar 2000 08:15:02 +0000 (08:15 +0000)]
correct example for IPv6 scoped address. refer latest draft.
niklas [Wed, 22 Mar 2000 08:08:52 +0000 (08:08 +0000)]
ch* creation on platforms which had them in conf.c but missed them in MAKEDEV
niklas [Wed, 22 Mar 2000 07:34:27 +0000 (07:34 +0000)]
operator should have perms to write and change tapes. ch* is still missing
in some MAKEDEVs, will see to them in a separate commit.
jason [Wed, 22 Mar 2000 05:30:47 +0000 (05:30 +0000)]
fix arguments to failure printf's (correct numbers and types)
jason [Wed, 22 Mar 2000 04:47:01 +0000 (04:47 +0000)]
Oops... catch up with variable renaming in header file
mickey [Wed, 22 Mar 2000 04:40:57 +0000 (04:40 +0000)]
raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, from netbsd
mickey [Wed, 22 Mar 2000 04:37:13 +0000 (04:37 +0000)]
802.11 stuff beginnings, from netbsd
jason [Wed, 22 Mar 2000 04:33:44 +0000 (04:33 +0000)]
allow opening of the fga char device
angelos [Wed, 22 Mar 2000 04:06:17 +0000 (04:06 +0000)]
Add some text about CA certificates and policies (suggested by Paul
Hoffman).
smurph [Wed, 22 Mar 2000 04:01:07 +0000 (04:01 +0000)]
new ahc driver. Adds support for newer Adaptec controllers. This represents two months of work.
jason [Wed, 22 Mar 2000 03:57:57 +0000 (03:57 +0000)]
convert some spaces to tabs and make variable names the same as the
surrounding comments
itojun [Wed, 22 Mar 2000 03:50:35 +0000 (03:50 +0000)]
aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly.
use it from icmp6 code.
itojun [Wed, 22 Mar 2000 03:48:30 +0000 (03:48 +0000)]
comment out ifconfig undo code. they are necessary to avoid memory
leakage, however, was too strict that they disallow multiple address
from same prefix to be assigned (when rtinit returns EEXIST).
we'll need to improve it.
aaron [Wed, 22 Mar 2000 03:48:18 +0000 (03:48 +0000)]
Correct Xr'efs; brad@
deraadt [Wed, 22 Mar 2000 03:42:16 +0000 (03:42 +0000)]
sync
deraadt [Wed, 22 Mar 2000 03:42:13 +0000 (03:42 +0000)]
add new adaptec models
smurph [Wed, 22 Mar 2000 03:17:04 +0000 (03:17 +0000)]
removed reference to tagged queuing.
aaron [Wed, 22 Mar 2000 03:05:51 +0000 (03:05 +0000)]
Some fixes; d@
smurph [Wed, 22 Mar 2000 02:50:49 +0000 (02:50 +0000)]
new ahc driver. Adds support for newer Adaptec controllers. This represents two months of work.
smurph [Wed, 22 Mar 2000 02:48:47 +0000 (02:48 +0000)]
new ahc driver. Adds suport for newer Adaptec controllers. This represents two months of work.