aaron [Thu, 20 Apr 2000 02:14:26 +0000 (02:14 +0000)]
- Formatting repairs and standardizations.
- s/MESSAGES/DIAGNOSTICS/, and put message descriptions in a nice list.
- Talk more about how using malloc() in signal handlers is bad.
aaron [Thu, 20 Apr 2000 01:39:31 +0000 (01:39 +0000)]
Flesh out all of the stdio man pages.
fgsch [Wed, 19 Apr 2000 21:52:38 +0000 (21:52 +0000)]
Remove NetBSD ifdefs here too.
fgsch [Wed, 19 Apr 2000 21:40:45 +0000 (21:40 +0000)]
Remove NetBSD ifdefs.
fgsch [Wed, 19 Apr 2000 21:35:10 +0000 (21:35 +0000)]
* use different numbers of transmit buffers depending on the memory
size (not working yet), useful for 100mbit cards.
* add some diagnostic messages
* compute the xmit buffer length w/o taking crc length in count
* when SIOCSIFFLAGS is issued and none of the above conditions match,
check for IFF_UP rather than sc_enabled.
aaron [Wed, 19 Apr 2000 19:04:21 +0000 (19:04 +0000)]
Change the second sentence a bit so it doesn't seem like you're reading the
same thing twice; noticed by angelos@, but no beer for him yet. :-)
millert [Wed, 19 Apr 2000 16:08:54 +0000 (16:08 +0000)]
cvs missed removing these before
art [Wed, 19 Apr 2000 12:30:30 +0000 (12:30 +0000)]
Remove roundrobin_attempts.
espie [Wed, 19 Apr 2000 11:11:50 +0000 (11:11 +0000)]
Err, oops. I know I needed to check the spelling before I committed this.
Sorry Camiel.
art [Wed, 19 Apr 2000 10:56:41 +0000 (10:56 +0000)]
Unbreak genio (how could I commit that garbage?).
Let ktrwrite return an error if the write failed so that we won't loop in
genio writing to a full disk (or whatever other error happened).
art [Wed, 19 Apr 2000 10:13:22 +0000 (10:13 +0000)]
When logging genio, check if we need to yield in the same way as in uiomove.
art [Wed, 19 Apr 2000 09:58:19 +0000 (09:58 +0000)]
Remove the roundrobin_attempts hack and replace it with per-process scheduling
flags (much nicer for future smp work).
Add two generic functions yield() and preempt(). Use preepmt() in uio when
we are told to yield.
Based on my idea, code written by Jason Thorpe from NetBSD.
itojun [Wed, 19 Apr 2000 09:43:49 +0000 (09:43 +0000)]
use "Op Ar count".
itojun [Wed, 19 Apr 2000 09:37:35 +0000 (09:37 +0000)]
add bugs section. reference updates.
markus [Wed, 19 Apr 2000 09:24:39 +0000 (09:24 +0000)]
remove bogus chan_read_failed. this could cause data
corruption (missing data) at end of a SSH2 session.
fgsch [Wed, 19 Apr 2000 09:19:43 +0000 (09:19 +0000)]
new products; rearrange.
fgsch [Wed, 19 Apr 2000 09:18:55 +0000 (09:18 +0000)]
sync
fgsch [Wed, 19 Apr 2000 09:18:15 +0000 (09:18 +0000)]
New products from NetBSD; remove duplicated entry.
art [Wed, 19 Apr 2000 08:35:37 +0000 (08:35 +0000)]
Don't abuse malloc to allocate small fixed-size structs that we can keep on the stack.
csapuntz [Wed, 19 Apr 2000 08:34:50 +0000 (08:34 +0000)]
Change struct file interface methods read and write to pass file offset in
and out.
Make pread/pwrite in netbsd & linux thread safe - which is the whole point
anyway.
fgsch [Wed, 19 Apr 2000 07:52:45 +0000 (07:52 +0000)]
indent.
itojun [Wed, 19 Apr 2000 07:38:49 +0000 (07:38 +0000)]
add boundary check for nd_ifinfo[]. (sync with kame)
fgsch [Wed, 19 Apr 2000 07:27:42 +0000 (07:27 +0000)]
Fix a bug introduced after cardbus commit where uart16550a was
being detected as uart16450 as side effect. This also corrects the
posibility of misdetection of vadem controllers.
deraadt [Wed, 19 Apr 2000 07:05:48 +0000 (07:05 +0000)]
pid_t
angelos [Wed, 19 Apr 2000 03:37:35 +0000 (03:37 +0000)]
tdb_ref should be signed, this avoid a problem with flushing the TDB
table causing repeated allocations of bypass TDBs.
niklas [Wed, 19 Apr 2000 02:17:49 +0000 (02:17 +0000)]
Force mailbox to be under 16MB so the controller can see it
espie [Wed, 19 Apr 2000 01:39:58 +0000 (01:39 +0000)]
Document the way distfiles are mirrored.
Document a few things that changed in the ports tree.
deraadt [Wed, 19 Apr 2000 00:10:35 +0000 (00:10 +0000)]
split out mbuf scatter gather function
kjell [Tue, 18 Apr 2000 22:40:15 +0000 (22:40 +0000)]
Favor BIOS geometry over physical. This should fix MANY problems with
hard drives >8G sharing partitions with other operating systems.
Also, support extended partition type 0x0F, which is quite common now.
fgsch [Tue, 18 Apr 2000 21:48:38 +0000 (21:48 +0000)]
strip htdigest and htpasswd before installing.
aaron [Tue, 18 Apr 2000 21:45:14 +0000 (21:45 +0000)]
Typo: sytem -> system
angelos [Tue, 18 Apr 2000 21:37:29 +0000 (21:37 +0000)]
Remove the ethernet header from the mbuf before passing it on to
bridge_input()
mickey [Tue, 18 Apr 2000 20:55:02 +0000 (20:55 +0000)]
seems ok w/o priming
mickey [Tue, 18 Apr 2000 20:46:22 +0000 (20:46 +0000)]
add a note about sysctl/kvm dualism nature
mickey [Tue, 18 Apr 2000 20:17:53 +0000 (20:17 +0000)]
add back a way to analyze post-mortem cores; does not need sgid for syctl() thoguh
mickey [Tue, 18 Apr 2000 20:16:21 +0000 (20:16 +0000)]
some PDC calls
mickey [Tue, 18 Apr 2000 20:02:45 +0000 (20:02 +0000)]
vm/vm.h not needed anymore
mickey [Tue, 18 Apr 2000 19:52:10 +0000 (19:52 +0000)]
typo
jason [Tue, 18 Apr 2000 19:35:28 +0000 (19:35 +0000)]
split dc driver into bus dependent and bus independent (pci) parts
(cardbus to come later).
mickey [Tue, 18 Apr 2000 19:30:59 +0000 (19:30 +0000)]
audio type 2 is called harmony and could come w/ 2 fax/modem/voice channels, or isdn
jason [Tue, 18 Apr 2000 18:44:22 +0000 (18:44 +0000)]
split fxp into bus independent and dependent (pci) parts (cardbus to come)
kjell [Tue, 18 Apr 2000 17:27:17 +0000 (17:27 +0000)]
operator alias points to root by default.
kjell [Tue, 18 Apr 2000 16:57:14 +0000 (16:57 +0000)]
Answer the motd FAQ here, too. ok aaron@.
art [Tue, 18 Apr 2000 16:22:16 +0000 (16:22 +0000)]
If the user does a huge I/O split the genio logging into smaller chunks
to avoid allocating a huge buffer which could lead to kmem starvation.
turan [Tue, 18 Apr 2000 15:34:18 +0000 (15:34 +0000)]
accesses /etc/aliases instead of /etc/mail/aliases. (ok millert)
mickey [Tue, 18 Apr 2000 15:24:26 +0000 (15:24 +0000)]
use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ ok
millert [Tue, 18 Apr 2000 15:14:36 +0000 (15:14 +0000)]
sendmail.cf and aliases live in /etc/mail now; reinhard@sammer.net
hugh [Tue, 18 Apr 2000 15:11:28 +0000 (15:11 +0000)]
Double usage of random() in the pseudo device to avoid setting
every 32nd bit to zero in the output. Checked by mickey.
aaron [Tue, 18 Apr 2000 14:32:49 +0000 (14:32 +0000)]
Set MII parameters for the other 3Com CardBus cards, not just 'C' revision.
art [Tue, 18 Apr 2000 12:57:17 +0000 (12:57 +0000)]
Better explaination, various fixes.
deraadt [Tue, 18 Apr 2000 07:31:17 +0000 (07:31 +0000)]
sync
angelos [Tue, 18 Apr 2000 06:41:23 +0000 (06:41 +0000)]
Stats for bridge output too.
angelos [Tue, 18 Apr 2000 06:35:02 +0000 (06:35 +0000)]
Sanity check on dequeued mbufs, also keep track of correct interface
for statistics purposes.
csapuntz [Tue, 18 Apr 2000 06:34:18 +0000 (06:34 +0000)]
cd detach
angelos [Tue, 18 Apr 2000 06:21:14 +0000 (06:21 +0000)]
Add a few newlines for readability.
angelos [Tue, 18 Apr 2000 06:06:17 +0000 (06:06 +0000)]
Print a parenthesis in front of security flags.
csapuntz [Tue, 18 Apr 2000 05:53:17 +0000 (05:53 +0000)]
sd and scsibus detach
cdlock/cdunlock now through disk_lock/disk_unlock
millert [Tue, 18 Apr 2000 04:56:34 +0000 (04:56 +0000)]
remove sendmail 8.9.3
jason [Tue, 18 Apr 2000 03:52:36 +0000 (03:52 +0000)]
copyright
jason [Tue, 18 Apr 2000 03:40:55 +0000 (03:40 +0000)]
remove #ifdef {free,net}bsd stuff
remove most of the statics
aaron [Tue, 18 Apr 2000 03:07:12 +0000 (03:07 +0000)]
Missed a few.
aaron [Tue, 18 Apr 2000 03:01:25 +0000 (03:01 +0000)]
Repairs, mostly removing hard sentence breaks.
aaron [Tue, 18 Apr 2000 02:31:31 +0000 (02:31 +0000)]
Repairs.
espie [Mon, 17 Apr 2000 23:57:46 +0000 (23:57 +0000)]
Initialize lineno and fname, see parse.c.
espie [Mon, 17 Apr 2000 23:54:47 +0000 (23:54 +0000)]
Record location in target node as well.
Indicate what went wrong for commands like
@exit 1
espie [Mon, 17 Apr 2000 23:50:45 +0000 (23:50 +0000)]
Annotate CondStack with filenames/line numbers.
Give a trace of dangling .if in case of errors.
espie [Mon, 17 Apr 2000 23:45:23 +0000 (23:45 +0000)]
Don't free Makefile filenames when the file is finished reading, but
keep them for error reporting.
deraadt [Mon, 17 Apr 2000 22:23:44 +0000 (22:23 +0000)]
change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to
mickey [Mon, 17 Apr 2000 22:01:11 +0000 (22:01 +0000)]
Xr pchb(4)
deraadt [Mon, 17 Apr 2000 21:43:13 +0000 (21:43 +0000)]
Xr pchb
mickey [Mon, 17 Apr 2000 21:38:34 +0000 (21:38 +0000)]
add pchb
mickey [Mon, 17 Apr 2000 21:35:18 +0000 (21:35 +0000)]
pchb, and a few notes on what it does; aaron@ was picking
mickey [Mon, 17 Apr 2000 20:05:21 +0000 (20:05 +0000)]
add a note about link0 mode
mickey [Mon, 17 Apr 2000 18:14:22 +0000 (18:14 +0000)]
fix version for some endianess-challenged compaqs; via linux
todd [Mon, 17 Apr 2000 13:46:53 +0000 (13:46 +0000)]
show 'Protocol' as an example, ok markus@
markus [Mon, 17 Apr 2000 12:31:47 +0000 (12:31 +0000)]
missing xfree()
deraadt [Mon, 17 Apr 2000 06:55:53 +0000 (06:55 +0000)]
sync
itojun [Mon, 17 Apr 2000 05:00:49 +0000 (05:00 +0000)]
correct untermintaed sentence.
itojun [Mon, 17 Apr 2000 04:44:50 +0000 (04:44 +0000)]
revisit in6_ifattach(). (1) make it more persistent about initializaing an
interface (2) cleanup interface id selection.
run NUD on p2p interface (required by spec for bidir p2p interface).
add "ndp -i interface" (can tweak per-interface ND flag).
(sync with more recent kame)
aaron [Mon, 17 Apr 2000 03:28:32 +0000 (03:28 +0000)]
Whoops, missed a few.
aaron [Mon, 17 Apr 2000 02:32:41 +0000 (02:32 +0000)]
Move some misplaced periods outside of the parentheses.
beck [Sun, 16 Apr 2000 23:50:12 +0000 (23:50 +0000)]
Fix strcpy/strcat abuse and fix stupid behaviour of the default
RAND_file_name - changed so that it stats the filename it returns
before returing it. If the file won't stat, return DEVRANDOM (for us
/dev/arandom) instead, thus making the default behaviour moderately
intelligent.
espie [Sun, 16 Apr 2000 22:02:26 +0000 (22:02 +0000)]
Fix package conflict for flavors:
try to find the last dash followed by a digit in word.
If not applicable, then still use the last dash.
e.g., kterm-6.2.0-xaw3d -> kterm- as a stem, not kterm-6.2.0
beck [Sun, 16 Apr 2000 21:46:36 +0000 (21:46 +0000)]
Fix randfile so it doesn't attempt to chmod and write entropy back to
devices. This caused people's /dev/arandom's to be permitted 600,
which causes rsa to fail to get random data, which results in all
kinds of fun with ssh :)
mickey [Sun, 16 Apr 2000 21:02:04 +0000 (21:02 +0000)]
from: gluk@ptci.ru
make it grok current core dumps.
seem to work now.
also millert@ took a look.
millert [Sun, 16 Apr 2000 20:46:22 +0000 (20:46 +0000)]
sendmail support files now live in /etc/mail
espie [Sun, 16 Apr 2000 20:28:54 +0000 (20:28 +0000)]
Propagate window size changes to slave.
deraadt [Sun, 16 Apr 2000 20:19:45 +0000 (20:19 +0000)]
2.7
aaron [Sun, 16 Apr 2000 17:56:57 +0000 (17:56 +0000)]
Use .Ox, not .Os, when referring to ``OpenBSD'' in the general text domain.
aaron [Sun, 16 Apr 2000 17:51:52 +0000 (17:51 +0000)]
RCSid
aaron [Sun, 16 Apr 2000 17:49:11 +0000 (17:49 +0000)]
- Remove reference to -S option; we don't have gettosbyname() and friends.
- Shrink SYNOPSIS a bit.
aaron [Sun, 16 Apr 2000 17:44:33 +0000 (17:44 +0000)]
More formatting repairs.
aaron [Sun, 16 Apr 2000 17:26:16 +0000 (17:26 +0000)]
Restore some required trailing whitespace that alex's script bonked.
aaron [Sun, 16 Apr 2000 17:16:03 +0000 (17:16 +0000)]
/altroot is for backups of the root filesystem, not root's home directory, duh!
Noticed by todd@.
markus [Sun, 16 Apr 2000 16:40:43 +0000 (16:40 +0000)]
fix pr 1196, listen_port and port_to_connect interchanged
aaron [Sun, 16 Apr 2000 16:24:32 +0000 (16:24 +0000)]
- Insert some .Pp here and there to make the man page easier to read.
- Put address family options into a columnated list with descriptions.
- `` '' -> .Dq and such.
- Xr netintro(4).
- Remove hard sentence breaks.
- Typo: specfied -> specified.
- Correct .Nm usage.
- Comma splice fixes.
d [Sun, 16 Apr 2000 16:24:03 +0000 (16:24 +0000)]
sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ ok
d [Sun, 16 Apr 2000 16:12:16 +0000 (16:12 +0000)]
sync with ftp://elsie.nci.nih.gov/pub/tzdata2000d.tar.gz, ok millert@
aaron [Sun, 16 Apr 2000 16:09:19 +0000 (16:09 +0000)]
Typo: specfied -> specified
todd [Sun, 16 Apr 2000 16:00:45 +0000 (16:00 +0000)]
typo