mickey [Fri, 21 Apr 2000 16:29:58 +0000 (16:29 +0000)]
shovel apm into it's own thread.
apply art's idea to sleep on &lbolt, it seem fine w/ it.
millert [Fri, 21 Apr 2000 15:50:20 +0000 (15:50 +0000)]
O_FYNC -> O_SYNC
millert [Fri, 21 Apr 2000 15:47:27 +0000 (15:47 +0000)]
Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;
adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC
and document it. open(2) needs some real examples for proper usage,
to come later.
aaron [Fri, 21 Apr 2000 15:38:17 +0000 (15:38 +0000)]
Don't hyphenate the words {left|right}most.
aaron [Fri, 21 Apr 2000 15:32:15 +0000 (15:32 +0000)]
Add ERRORS section (the strdup(3) function may fail and set errno to any of the
errors specified by the library routine malloc(3)).
aaron [Fri, 21 Apr 2000 15:27:40 +0000 (15:27 +0000)]
Check return value of strdup(3) for NULL in example code (duh).
aaron [Fri, 21 Apr 2000 15:24:18 +0000 (15:24 +0000)]
Flesh out libc string function man pages.
itojun [Fri, 21 Apr 2000 11:42:23 +0000 (11:42 +0000)]
NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about
af match.
- do not touch IPv4 pcb entries on in6_pcbnotify.
- do not touch IPv6 pcb entries on in_pcbnotify.
deraadt [Fri, 21 Apr 2000 07:54:43 +0000 (07:54 +0000)]
even more from base to etc; everything else looks right
deraadt [Fri, 21 Apr 2000 07:39:15 +0000 (07:39 +0000)]
do not declare and use a local variable which conflicts with a global
variable which is used by a macro when VM is used instead of UVM. very
cute, Art -- 10 points for artistic expression.
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
pjanzen [Fri, 21 Apr 2000 03:10:24 +0000 (03:10 +0000)]
documentation: refer to terminfo, not termcap, where appropriate.
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
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.
pjanzen [Thu, 20 Apr 2000 23:50:53 +0000 (23:50 +0000)]
ISO currency and other additions, including smoot, jansky, and score.
pjanzen [Thu, 20 Apr 2000 23:49:27 +0000 (23:49 +0000)]
No logarithmic scales.
aaron [Thu, 20 Apr 2000 21:15:23 +0000 (21:15 +0000)]
Fix function prototype so it compiles again.
deraadt [Thu, 20 Apr 2000 20:26:58 +0000 (20:26 +0000)]
sync
angelos [Thu, 20 Apr 2000 17:45:55 +0000 (17:45 +0000)]
Document /etc/resolv.conf.tail
angelos [Thu, 20 Apr 2000 17:43:46 +0000 (17:43 +0000)]
Change -b 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.
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.
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.
aaron [Thu, 20 Apr 2000 13:50:01 +0000 (13:50 +0000)]
Flesh out stdlib function man pages.
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.
itojun [Thu, 20 Apr 2000 12:26:35 +0000 (12:26 +0000)]
use scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast.
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).
angelos [Thu, 20 Apr 2000 08:14:40 +0000 (08:14 +0000)]
Add /etc/resolv.conf.tail
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
angelos [Thu, 20 Apr 2000 07:57:41 +0000 (07:57 +0000)]
Yet more typos...I should quit while I'm ahead.
angelos [Thu, 20 Apr 2000 07:52:18 +0000 (07:52 +0000)]
Also forgot to update usage()
angelos [Thu, 20 Apr 2000 07:50:54 +0000 (07:50 +0000)]
Forgot trailing newline in message.
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.
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.
deraadt [Thu, 20 Apr 2000 07:08:58 +0000 (07:08 +0000)]
bump because of p{read,write}{,v}
deraadt [Thu, 20 Apr 2000 06:34:36 +0000 (06:34 +0000)]
p{read,write}{,v} man pages
deraadt [Thu, 20 Apr 2000 06:34:17 +0000 (06:34 +0000)]
prototyping for p{read,write}{,v}
deraadt [Thu, 20 Apr 2000 06:32:47 +0000 (06:32 +0000)]
sync
deraadt [Thu, 20 Apr 2000 06:32:23 +0000 (06:32 +0000)]
system call hookup for p{read,write}{,v}
deraadt [Thu, 20 Apr 2000 06:32:00 +0000 (06:32 +0000)]
p{read,write}{,v} from csapuntz, partial NetBSD origin I think
deraadt [Thu, 20 Apr 2000 06:19:33 +0000 (06:19 +0000)]
avoid naming something pwrite()
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