Archie Cobbs
3a0ac99551
Add a new flag '-c' to disable repeated line compression when the output
...
is a pipe to another program, or, if specified twice, in all cases.
PR: bin/32420
2002-01-05 07:34:52 +00:00
Peter Wemm
8e65260a43
GC unfinished function selected_proc_ipi(). It is a duplicate of
...
apic_ipi_singledest() anyway.
2002-01-05 06:44:27 +00:00
Warner Losh
99fd86af3f
Move initialization of the MKMODULESENV envorinoment to kern.pre.mk
...
from kern.post.mk so port makefiles can augment it.
Submitted by: nyan
2002-01-05 06:21:06 +00:00
Bruce A. Mah
f2185639f7
New release notes: SA-02:01, SA-02:02.
2002-01-05 06:07:17 +00:00
John Baldwin
e5b4afac08
Fully catch up to the recent critical section API change. Update the
...
content of the manpage and document cpu_critical_enter/exit.
2002-01-04 23:56:17 +00:00
Bruce A. Mah
53bb974408
We were right the first time...the HPT372 is an ATA133 controller.
...
Pointed out by: Kent Stewart <kstewart@owt.com>
2002-01-04 21:55:32 +00:00
Yaroslav Tykhiy
2d6a2675b3
Oops, missed one point where $pwd_mkdb had been used.
...
Now it should be @pwd_mkdb since we moved to Perl's
safe system() not using /bin/sh.
2002-01-04 21:28:32 +00:00
Yaroslav Tykhiy
f381837242
Minor grammar and punctuation fixes
...
in the SO_ACCEPTFILTER description.
2002-01-04 18:17:07 +00:00
Yaroslav Tykhiy
996d4dc275
State clearly that one should call listen(2) on a socket
...
at first and try to set an accept_filter(9) on it only after that.
Also document errno value that will be set if installing the
filter on a non-listening socket.
2002-01-04 18:12:38 +00:00
Robert Watson
e6658b129e
o Spelling fix in comment: tcp_ouput -> tcp_output
2002-01-04 17:21:27 +00:00
Guido van Rooij
b50764b00b
Argh...argv->argc
2002-01-04 13:46:57 +00:00
Guido van Rooij
57aa7d5027
Fix the coredump that occurs when, from the tfpt prompt, a 'c' command is
...
issued without an argument.
2002-01-04 13:42:14 +00:00
Sheldon Hearn
2f936029a4
Regen.
2002-01-04 13:11:36 +00:00
Sheldon Hearn
b50e990dde
Install nsmb.conf with mode 0600, since it may be modified to include
...
passwords for remote shares.
Reported by: Andre Albsmeier <andre@albsmeier.net>
2002-01-04 13:02:51 +00:00
Darren Reed
13a14b9aa9
Import this patch to address user concerns.
...
PR: 27615
Submitted by: Andria Thomas <andria@tovaris.com>
Approved by: Me.
MFC after: 7 days
2002-01-04 12:32:34 +00:00
John Baldwin
9d234f99f7
Axe a stale comment. Holding sched_lock across both setrunqueue() and
...
mi_switch() is sufficient.
2002-01-04 10:55:51 +00:00
John Baldwin
db283fd6d5
Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as this
...
breaks when cdboot is used with an MFS root.
2002-01-04 07:59:27 +00:00
Mike Silbersack
a262ae8267
Throw the $FreeBSD$s back in, properly escaping them.
2002-01-04 05:27:47 +00:00
Mike Silbersack
91ea78c52a
Remove $FreeBSD$s from previous commit; perl thinks that they're
...
something to be interpreted. Urk.
2002-01-04 01:40:50 +00:00
Seigo Tanimura
5ddd093d23
Add the system default timer engine.
2002-01-04 01:16:18 +00:00
Seigo Tanimura
995231304d
- Provide toggles to show debug messages. Set new sysctl variables
...
hw.midi.debug and hw.midi.seq.debug to 1 to enable debug log.
- Make debug messages human-frendly.
- Implement /dev/music.
- Add a timer engine required by /dev/music.
- Fix nonblocking I/O.
- Fix the numbering of midi and synth devices.
2002-01-04 01:13:49 +00:00
Seigo Tanimura
233beff278
Do not derefer null.
...
Reviewed by: des
2002-01-04 01:03:46 +00:00
Julian Elischer
cd3aa54df0
unbreak -current (at least on my cvsups all today)
2002-01-03 23:33:44 +00:00
Jordan K. Hubbard
90c1249eb2
Correct the path for the stable snapshot server.
...
Noticed by: "Peter Holm" <p_holm@mail.tele.dk>
2002-01-03 23:33:21 +00:00
Bruce A. Mah
e54f2d6872
Fix (I think) a typo in the hardware list (HPT372 is ATA100 instead of
...
ATA133?).
MFC noted: "more" chipsets supported by ata(4).
2002-01-03 23:24:03 +00:00
Bruce A. Mah
adbd31cb47
New release notes (and hardware list updates): dc(4) support
...
for Xircom 3201 and Conexant LANfinity RS7112, ifpi(4).
2002-01-03 22:56:43 +00:00
Mike Silbersack
cd6fdcb9ac
Solve vnode_if.pl's identity crisis; make sure that it refers to itself
...
as vnode_if.pl instead of vnode_if.sh.
PR: 33509
MFC after: 3 weeks
2002-01-03 21:53:09 +00:00
Andrey A. Chernov
fa041d0395
Add opie lib dir to includes list
2002-01-03 21:20:29 +00:00
Matt Jacob
2903b27203
Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the
...
firmware to delay completion of commands so that it can attempt to batch
a bunch of completions at once- either returning 16 bit handles in mailbox
registers, or in a resposne queue entry that has a whole wad of 16 bit handles.
Distinguish between 2300 and 2312 chipsets- if only because the revisions
on the chips have different meanings.
Add more instrumentation plus ISP_GET_STATS and ISP_CLR_STATS ioctls.
Run up the maximum number of response queue entities we'll look at
per interrupt.
If we haven't set HBA role yet, always return success from isp_fc_runstate.
MFC after: 2 weeks
2002-01-03 20:43:22 +00:00
John Baldwin
7855d28a28
Don't build csu or libgcc on sparc64 for the time being.
2002-01-03 19:57:35 +00:00
John Baldwin
8c7911ebe2
Remove unnecessary machine/bootinfo.h includes.
...
Submitted by: jake
2002-01-03 19:10:49 +00:00
Josef Karthauser
baf99b5458
Regenerate.
2002-01-03 18:58:08 +00:00
Josef Karthauser
fdf0d9cf25
Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.
2002-01-03 18:56:35 +00:00
Hiroki Sato
6b9e427258
Fix the footer in Japanese which is likely to mislead
...
the readers.
2002-01-03 17:42:38 +00:00
Josef Karthauser
fb08f9ad23
Add some missing prototypes.
...
Remove some diagnostics that aren't relevant yet.
2002-01-03 16:14:35 +00:00
Andrey A. Chernov
50a5189f9e
Turn off USER_LOCKING which allows intruder to completely disable OPIE
...
for some user just by entering user name and doing nothing on password prompt
2002-01-03 16:04:57 +00:00
Andrey A. Chernov
57766554c6
Repo copied to /usr/src/lib/libopie/
2002-01-03 15:58:11 +00:00
Stefan Eßer
10cc6dff87
Return EBADF in case some vnode field has been reset to a NULL pointer.
...
(There has been some discussion, whether ENOENT or EBADF is more
appropriate. I choose the latter, since the operation is not supported
on the file descriptor at that time, even if it was, immediately before.)
PR: 32681
Reviewed by: dillon, iedowse, ...
Approved by: nectar
MFC after: 3 days
(pending RE approval)
2002-01-03 09:54:24 +00:00
Jun Kuriyama
7af51791e5
Merge the changes in the English version.
2002-01-03 04:56:10 +00:00
Josef Karthauser
2ddd9bd5bd
Sync with NetBSD:
...
* White space changes.
* Updates to comments.
* Replace some delay() calls with usb_delay_ms().
* Replace 0's with NULL's.
2002-01-03 02:10:31 +00:00
Robert Watson
e036a58dab
o Note that packets diverted using a 'divert' socket, and then
...
reinserted by a userland process, will lose a number of packet
attributes, including their source interface. This may affect
the behavior of later rules, and while not strictly a BUG, may
cause unexpected behavior if not clearly documented. A similar
note for natd(8) might be desirable.
2002-01-03 01:00:23 +00:00
Josef Karthauser
4b2ee62a91
Merge from NetBSD:
...
date: 2001/08/06 15:15:08; author: augustss; state: Exp;
Don't write back status bits that are cleared when written.
2002-01-03 00:46:47 +00:00
Josef Karthauser
b992262bcf
Merge from NetBSD:
...
date: 2001/11/20 16:08:10; author: augustss; state: Exp;
Use longer reset for root hubs (as told in the spec).
2002-01-03 00:37:56 +00:00
Peter Wemm
7ff48af704
Allow a specific setting for pv entries. This avoids the need to guess
...
(or calculate by hand) the effect of interactions between shpgperproc,
physical ram size, maxproc, maxdsiz, etc.
2002-01-03 00:26:04 +00:00
Josef Karthauser
0f24ab6fa0
Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to
...
do the right thing on -current.
2002-01-02 23:31:08 +00:00
Josef Karthauser
7ccc786694
Sync with NetBSD. Non-functional changes that bring this file
...
closer to the NetBSD version.
Reviewed by: md5
2002-01-02 21:56:02 +00:00
Yaroslav Tykhiy
c1201321e4
Move the discussion of how many times a packet will pass through
...
ipfirewall(4) to the IMPLEMENTATION NOTES section because it
considers kernel internals and may confuse newbies if placed
at the very beginning of the manpage (where it used to be previously.)
Not objected by: luigi
2002-01-02 20:48:21 +00:00
Josef Karthauser
2ba633961e
Sync usb.h with NetBSD, apart from usb_device_info.speed, which
...
requires logic changes. For now leave it as usb_device_info.lowspeed.
It will get addressed when the usb.c code is sync'd.
2002-01-02 20:16:53 +00:00
Yaroslav Tykhiy
5b20d7fa96
Clarify the "show" ipfw(8) command.
...
PR: docs/31263
Permitted by: luigi
2002-01-02 20:16:15 +00:00
Chris Costello
17dc85f4d0
Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7.
...
This will be trimmed as the FreeBSD Security Architecture document
is fleshed out and committed.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-01-02 19:56:57 +00:00