openbsd
24 years agoAdapted from NetBSD: mention the 'al'/'AL' console mode bug and its workaround
pjanzen [Fri, 21 Apr 2000 03:26:36 +0000 (03:26 +0000)]
Adapted from NetBSD:  mention the 'al'/'AL' console mode bug and its workaround

24 years agodocumentation: refer to terminfo, not termcap, where appropriate.
pjanzen [Fri, 21 Apr 2000 03:10:24 +0000 (03:10 +0000)]
documentation:  refer to terminfo, not termcap, where appropriate.

24 years agoFix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
djm [Fri, 21 Apr 2000 00:27:11 +0000 (00:27 +0000)]
Fix memory leak per connection. Report from Andy Spiegl <Andy@Spiegl.de>
via Debian bug #59926

24 years agoDon't need to explicitly make perl's config.sh, the beforedepend target
millert [Fri, 21 Apr 2000 00:10:40 +0000 (00:10 +0000)]
Don't need to explicitly make perl's config.sh, the beforedepend target
will do that.

24 years agoISO currency and other additions, including smoot, jansky, and score.
pjanzen [Thu, 20 Apr 2000 23:50:53 +0000 (23:50 +0000)]
ISO currency and other additions, including smoot, jansky, and score.

24 years agoNo logarithmic scales.
pjanzen [Thu, 20 Apr 2000 23:49:27 +0000 (23:49 +0000)]
No logarithmic scales.

24 years agoFix function prototype so it compiles again.
aaron [Thu, 20 Apr 2000 21:15:23 +0000 (21:15 +0000)]
Fix function prototype so it compiles again.

24 years agosync
deraadt [Thu, 20 Apr 2000 20:26:58 +0000 (20:26 +0000)]
sync

24 years agoDocument /etc/resolv.conf.tail
angelos [Thu, 20 Apr 2000 17:45:55 +0000 (17:45 +0000)]
Document /etc/resolv.conf.tail

24 years agoChange -b to -f, similar to Solaris.
angelos [Thu, 20 Apr 2000 17:43:46 +0000 (17:43 +0000)]
Change -b to -f, similar to Solaris.

24 years agoChange the flag to -f, similar to Solaris.
angelos [Thu, 20 Apr 2000 17:26:37 +0000 (17:26 +0000)]
Change the flag to -f, similar to Solaris.

24 years agoIf recover dir is not owned by root, chown it. If the mode is not
millert [Thu, 20 Apr 2000 15:24:24 +0000 (15:24 +0000)]
If recover dir is not owned by root, chown it.  If the mode is not
01777, fix that too.  This is safe because the script is run before
user processes start.

24 years agoFix a problem that occurs when the filesystem fills up.
art [Thu, 20 Apr 2000 14:41:57 +0000 (14:41 +0000)]
Fix a problem that occurs when the filesystem fills up.
When the filesystem is able to allocate an indirect block but not the data
block, it incorrectly unwinds the indirect block leaving a dangling pointer
to a free block.
This is said to fix the "freeing free block" panics people were seeing.

From FreeBSD.

24 years agoFlesh out stdlib function man pages.
aaron [Thu, 20 Apr 2000 13:50:01 +0000 (13:50 +0000)]
Flesh out stdlib function man pages.

24 years agoDon't include machine/pmap.h, vm/pmap.h does that for us.
art [Thu, 20 Apr 2000 13:05:30 +0000 (13:05 +0000)]
Don't include machine/pmap.h, vm/pmap.h does that for us.

24 years agouse scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast.
itojun [Thu, 20 Apr 2000 12:26:35 +0000 (12:26 +0000)]
use scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast.

24 years agoAdd a function "ktrsettracevnode", that changes the ktrace vnode for a process
art [Thu, 20 Apr 2000 10:03:41 +0000 (10:03 +0000)]
Add a function "ktrsettracevnode", that changes the ktrace vnode for a process
in a correct way. Use it in all places where the vnode was changed.
(most of the earlier code was incorrect and had races).

24 years agoAdd /etc/resolv.conf.tail
angelos [Thu, 20 Apr 2000 08:14:40 +0000 (08:14 +0000)]
Add /etc/resolv.conf.tail

24 years agoIf /etc/resolv.conf.tail exists, append to newly-constructed
angelos [Thu, 20 Apr 2000 08:14:21 +0000 (08:14 +0000)]
If /etc/resolv.conf.tail exists, append to newly-constructed
/etc/resolv.conf

24 years agoYet more typos...I should quit while I'm ahead.
angelos [Thu, 20 Apr 2000 07:57:41 +0000 (07:57 +0000)]
Yet more typos...I should quit while I'm ahead.

24 years agoAlso forgot to update usage()
angelos [Thu, 20 Apr 2000 07:52:18 +0000 (07:52 +0000)]
Also forgot to update usage()

24 years agoForgot trailing newline in message.
angelos [Thu, 20 Apr 2000 07:50:54 +0000 (07:50 +0000)]
Forgot trailing newline in message.

24 years agoSame as the traceroute commit just now; add an option for skipping
angelos [Thu, 20 Apr 2000 07:49:47 +0000 (07:49 +0000)]
Same as the traceroute commit just now; add an option for skipping
nodes at the beginning of the trace.

24 years agoAdd a "minimum ttl" option (starting point). Useful for skipping over
angelos [Thu, 20 Apr 2000 07:47:11 +0000 (07:47 +0000)]
Add a "minimum ttl" option (starting point). Useful for skipping over
local-ISP routers that don't generate ICMP time exceeded.

24 years agobump because of p{read,write}{,v}
deraadt [Thu, 20 Apr 2000 07:08:58 +0000 (07:08 +0000)]
bump because of p{read,write}{,v}

24 years agop{read,write}{,v} man pages
deraadt [Thu, 20 Apr 2000 06:34:36 +0000 (06:34 +0000)]
p{read,write}{,v} man pages

24 years agoprototyping for p{read,write}{,v}
deraadt [Thu, 20 Apr 2000 06:34:17 +0000 (06:34 +0000)]
prototyping for p{read,write}{,v}

24 years agosync
deraadt [Thu, 20 Apr 2000 06:32:47 +0000 (06:32 +0000)]
sync

24 years agosystem call hookup for p{read,write}{,v}
deraadt [Thu, 20 Apr 2000 06:32:23 +0000 (06:32 +0000)]
system call hookup for p{read,write}{,v}

24 years agop{read,write}{,v} from csapuntz, partial NetBSD origin I think
deraadt [Thu, 20 Apr 2000 06:32:00 +0000 (06:32 +0000)]
p{read,write}{,v} from csapuntz, partial NetBSD origin I think

24 years agoavoid naming something pwrite()
deraadt [Thu, 20 Apr 2000 06:19:33 +0000 (06:19 +0000)]
avoid naming something pwrite()

24 years ago- Formatting repairs and standardizations.
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.

24 years agoFlesh out all of the stdio man pages.
aaron [Thu, 20 Apr 2000 01:39:31 +0000 (01:39 +0000)]
Flesh out all of the stdio man pages.

24 years agoRemove NetBSD ifdefs here too.
fgsch [Wed, 19 Apr 2000 21:52:38 +0000 (21:52 +0000)]
Remove NetBSD ifdefs here too.

24 years agoRemove NetBSD ifdefs.
fgsch [Wed, 19 Apr 2000 21:40:45 +0000 (21:40 +0000)]
Remove NetBSD ifdefs.

24 years ago* use different numbers of transmit buffers depending on the memory
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.

24 years agoChange the second sentence a bit so it doesn't seem like you're reading the
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. :-)

24 years agocvs missed removing these before
millert [Wed, 19 Apr 2000 16:08:54 +0000 (16:08 +0000)]
cvs missed removing these before

24 years agoRemove roundrobin_attempts.
art [Wed, 19 Apr 2000 12:30:30 +0000 (12:30 +0000)]
Remove roundrobin_attempts.

24 years agoErr, oops. I know I needed to check the spelling before I committed this.
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.

24 years agoUnbreak genio (how could I commit that garbage?).
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).

24 years agoWhen logging genio, check if we need to yield in the same way as in uiomove.
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.

24 years agoRemove the roundrobin_attempts hack and replace it with per-process scheduling
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.

24 years agouse "Op Ar count".
itojun [Wed, 19 Apr 2000 09:43:49 +0000 (09:43 +0000)]
use "Op Ar count".

24 years agoadd bugs section. reference updates.
itojun [Wed, 19 Apr 2000 09:37:35 +0000 (09:37 +0000)]
add bugs section.   reference updates.

24 years agoremove bogus chan_read_failed. this could cause data
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.

24 years agonew products; rearrange.
fgsch [Wed, 19 Apr 2000 09:19:43 +0000 (09:19 +0000)]
new products; rearrange.

24 years agosync
fgsch [Wed, 19 Apr 2000 09:18:55 +0000 (09:18 +0000)]
sync

24 years agoNew products from NetBSD; remove duplicated entry.
fgsch [Wed, 19 Apr 2000 09:18:15 +0000 (09:18 +0000)]
New products from NetBSD; remove duplicated entry.

24 years agoDon't abuse malloc to allocate small fixed-size structs that we can keep on the stack.
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.

24 years agoChange struct file interface methods read and write to pass file offset in
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.

24 years agoindent.
fgsch [Wed, 19 Apr 2000 07:52:45 +0000 (07:52 +0000)]
indent.

24 years agoadd boundary check for nd_ifinfo[]. (sync with kame)
itojun [Wed, 19 Apr 2000 07:38:49 +0000 (07:38 +0000)]
add boundary check for nd_ifinfo[].  (sync with kame)

24 years agoFix a bug introduced after cardbus commit where uart16550a was
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.

24 years agopid_t
deraadt [Wed, 19 Apr 2000 07:05:48 +0000 (07:05 +0000)]
pid_t

24 years agotdb_ref should be signed, this avoid a problem with flushing the TDB
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.

24 years agoForce mailbox to be under 16MB so the controller can see it
niklas [Wed, 19 Apr 2000 02:17:49 +0000 (02:17 +0000)]
Force mailbox to be under 16MB so the controller can see it

24 years agoDocument the way distfiles are mirrored.
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.

24 years agosplit out mbuf scatter gather function
deraadt [Wed, 19 Apr 2000 00:10:35 +0000 (00:10 +0000)]
split out mbuf scatter gather function

24 years agoFavor BIOS geometry over physical. This should fix MANY problems with
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.

24 years agostrip htdigest and htpasswd before installing.
fgsch [Tue, 18 Apr 2000 21:48:38 +0000 (21:48 +0000)]
strip htdigest and htpasswd before installing.

24 years agoTypo: sytem -> system
aaron [Tue, 18 Apr 2000 21:45:14 +0000 (21:45 +0000)]
Typo: sytem -> system

24 years agoRemove the ethernet header from the mbuf before passing it on to
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()

24 years agoseems ok w/o priming
mickey [Tue, 18 Apr 2000 20:55:02 +0000 (20:55 +0000)]
seems ok w/o priming

24 years agoadd a note about sysctl/kvm dualism nature
mickey [Tue, 18 Apr 2000 20:46:22 +0000 (20:46 +0000)]
add a note about sysctl/kvm dualism nature

24 years agoadd back a way to analyze post-mortem cores; does not need sgid for syctl() thoguh
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

24 years agosome PDC calls
mickey [Tue, 18 Apr 2000 20:16:21 +0000 (20:16 +0000)]
some PDC calls

24 years agovm/vm.h not needed anymore
mickey [Tue, 18 Apr 2000 20:02:45 +0000 (20:02 +0000)]
vm/vm.h not needed anymore

24 years agotypo
mickey [Tue, 18 Apr 2000 19:52:10 +0000 (19:52 +0000)]
typo

24 years agosplit dc driver into bus dependent and bus independent (pci) parts
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).

24 years agoaudio type 2 is called harmony and could come w/ 2 fax/modem/voice channels, or isdn
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

24 years agosplit fxp into bus independent and dependent (pci) parts (cardbus to come)
jason [Tue, 18 Apr 2000 18:44:22 +0000 (18:44 +0000)]
split fxp into bus independent and dependent (pci) parts (cardbus to come)

24 years agooperator alias points to root by default.
kjell [Tue, 18 Apr 2000 17:27:17 +0000 (17:27 +0000)]
operator alias points to root by default.

24 years agoAnswer the motd FAQ here, too. ok aaron@.
kjell [Tue, 18 Apr 2000 16:57:14 +0000 (16:57 +0000)]
Answer the motd FAQ here, too.  ok aaron@.

24 years agoIf the user does a huge I/O split the genio logging into smaller chunks
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.

24 years agoaccesses /etc/aliases instead of /etc/mail/aliases. (ok millert)
turan [Tue, 18 Apr 2000 15:34:18 +0000 (15:34 +0000)]
accesses /etc/aliases instead of /etc/mail/aliases. (ok millert)

24 years agouse sysctl() to fetch struct nfsstats; no more -lkvm; millert@ ok
mickey [Tue, 18 Apr 2000 15:24:26 +0000 (15:24 +0000)]
use sysctl() to fetch struct nfsstats; no more -lkvm; millert@ ok

24 years agosendmail.cf and aliases live in /etc/mail now; reinhard@sammer.net
millert [Tue, 18 Apr 2000 15:14:36 +0000 (15:14 +0000)]
sendmail.cf and aliases live in /etc/mail now; reinhard@sammer.net

24 years agoDouble usage of random() in the pseudo device to avoid setting
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.

24 years agoSet MII parameters for the other 3Com CardBus cards, not just 'C' revision.
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.

24 years agoBetter explaination, various fixes.
art [Tue, 18 Apr 2000 12:57:17 +0000 (12:57 +0000)]
Better explaination, various fixes.

24 years agosync
deraadt [Tue, 18 Apr 2000 07:31:17 +0000 (07:31 +0000)]
sync

24 years agoStats for bridge output too.
angelos [Tue, 18 Apr 2000 06:41:23 +0000 (06:41 +0000)]
Stats for bridge output too.

24 years agoSanity check on dequeued mbufs, also keep track of correct interface
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.

24 years agocd detach
csapuntz [Tue, 18 Apr 2000 06:34:18 +0000 (06:34 +0000)]
cd detach

24 years agoAdd a few newlines for readability.
angelos [Tue, 18 Apr 2000 06:21:14 +0000 (06:21 +0000)]
Add a few newlines for readability.

24 years agoPrint a parenthesis in front of security flags.
angelos [Tue, 18 Apr 2000 06:06:17 +0000 (06:06 +0000)]
Print a parenthesis in front of security flags.

24 years agosd and scsibus detach
csapuntz [Tue, 18 Apr 2000 05:53:17 +0000 (05:53 +0000)]
sd and scsibus detach

cdlock/cdunlock now through disk_lock/disk_unlock

24 years agoremove sendmail 8.9.3
millert [Tue, 18 Apr 2000 04:56:34 +0000 (04:56 +0000)]
remove sendmail 8.9.3

24 years agocopyright
jason [Tue, 18 Apr 2000 03:52:36 +0000 (03:52 +0000)]
copyright

24 years agoremove #ifdef {free,net}bsd stuff
jason [Tue, 18 Apr 2000 03:40:55 +0000 (03:40 +0000)]
remove #ifdef {free,net}bsd stuff
remove most of the statics

24 years agoMissed a few.
aaron [Tue, 18 Apr 2000 03:07:12 +0000 (03:07 +0000)]
Missed a few.

24 years agoRepairs, mostly removing hard sentence breaks.
aaron [Tue, 18 Apr 2000 03:01:25 +0000 (03:01 +0000)]
Repairs, mostly removing hard sentence breaks.

24 years agoRepairs.
aaron [Tue, 18 Apr 2000 02:31:31 +0000 (02:31 +0000)]
Repairs.

24 years agoInitialize lineno and fname, see parse.c.
espie [Mon, 17 Apr 2000 23:57:46 +0000 (23:57 +0000)]
Initialize lineno and fname, see parse.c.

24 years agoRecord location in target node as well.
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

24 years agoAnnotate CondStack with filenames/line numbers.
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.

24 years agoDon't free Makefile filenames when the file is finished reading, but
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.

24 years agochange MAX_ALIGNMENT to double, as requested by djb@cr.yp.to
deraadt [Mon, 17 Apr 2000 22:23:44 +0000 (22:23 +0000)]
change MAX_ALIGNMENT to double, as requested by djb@cr.yp.to

24 years agoXr pchb(4)
mickey [Mon, 17 Apr 2000 22:01:11 +0000 (22:01 +0000)]
Xr pchb(4)