dsl
c22a42ecd8
Avoid displaying "intr" for all interrupt counter titles
...
(approved by christos)
2003-02-13 08:09:33 +00:00
wiz
c69d8efd42
grep-2.5.1 update.
2003-02-13 08:09:02 +00:00
wiz
20c9c0d579
Note grep-2.5.1 update; remove me from am-utils.
2003-02-13 08:07:39 +00:00
wiz
fd87da38ec
Removed by grep2netbsd script (do we want them in regress?).
2003-02-13 08:04:16 +00:00
wiz
5ae0afcbb2
Make diff to 2.5.1 smaller.
2003-02-13 08:01:46 +00:00
wiz
657e871433
Update for grep-2.5.1.
2003-02-13 07:55:08 +00:00
wiz
7f2c625432
regen
2003-02-13 07:49:08 +00:00
wiz
8e9c96bbc4
Merge changes from 2.5.1 import.
2003-02-13 07:48:11 +00:00
wiz
930075e3a9
Import of grep-2.5.1 (bugfix release).
2003-02-13 07:43:07 +00:00
atatat
52abe48888
Note the addition of the kern.dump_on_panic sysctl setting.
2003-02-13 05:48:25 +00:00
nathanw
817925442c
Add pthread_atfork() man page.
2003-02-13 03:00:51 +00:00
nathanw
4fb740b8de
Implement pthread_atfork() (in libc, because the required threadlib
...
stub behavior is exactly the same as the usual behavior).
2003-02-13 02:50:48 +00:00
jhawk
b0775cf0b9
New flags in security.conf(5) to control check_mtree and check_passwd in
...
/etc/security.
2003-02-13 02:43:16 +00:00
jhawk
a296dc308f
Document check_mtree_follow_symlinks.
2003-02-13 02:42:37 +00:00
jhawk
687107d3c0
Under check_mtree, invoke mtree with -L if check_mtree_follow_symlinks is set.
...
Apparently mtree -L is imperfect, but it is far better than the lack thereof
if symlinks are involved reaching files mtree verifies.
2003-02-13 02:42:06 +00:00
jhawk
e6eebcadf1
Document check_passwd_nowarn_shells, check_passwd_nowarn_users, and
...
check_passwd_permit_star; really the HISTORY section is kind of long in
the tooth.
2003-02-13 02:12:07 +00:00
jhawk
1a4c8c0295
Add some flexibility to /etc/security, by way of security.conf options:
...
check_passwd_nowarn_shells Don't warn about these non-/etc/shells shells
check_passwd_nowarn_users Don't warn about these users
check_passwd_permit_star Don't warn about "*" in the $2 field
Behavior change: check_passwd_nowarn_shells defaults to /sbin/nologin and
/usr/libexec/uucp/uucico, so that it will not warn about the default
master.passwd.
The rationale here is that an administrator who chooses to permit these
warnable conditions should not be warned about them day after day, yet
should not be forced to disable check_passwd entirely.
check_passwd_permit_star is primarily of interest to sites who use *'d
entries for Kerberos or ssh logins, despite the fact that we permit
"*ssh" (etc.) for this purpose (legacy).
2003-02-13 01:55:10 +00:00
jmc
4a8c5db885
Don't build these unless this can also pass the build tests that
...
libpthread uses to determine archs supported.
2003-02-12 22:30:19 +00:00
pk
3cba4a9f1b
Make the pipe code mostly MP-safe. There are a few unaddressed race
...
conditions at points where it's necessary to access both the up-stream
and down-stream parts of the bi-directional pipe data structure. These
are marked `XXXSMP' in the code.
Also, since the changes are pretty invasive, there little point in keeping
all the "#ifdef FreeBSD" code around; so all of that has been stripped out.
2003-02-12 21:54:15 +00:00
wiz
93f423f249
New sentence, new line. I'm having a slight deja-vu...
2003-02-12 19:48:18 +00:00
jrf
c271c1590b
Added the -v flag.
2003-02-12 19:27:22 +00:00
wiz
4cc7cdbc5c
New sentence, new line; bump date for last change.
2003-02-12 18:58:50 +00:00
wiz
d4ec441ada
New sentence, new line; bump date for latest changes; mark LC_* up
...
consistently.
2003-02-12 18:57:27 +00:00
wiz
4f38f23550
Bump date for last changes, and add some dots.
2003-02-12 18:52:12 +00:00
wiz
caeedd08a7
New sentence, new line; use .Ev to mark up environment variables;
...
use .Dq for double-quoted words; drop trailing white space.
2003-02-12 18:48:14 +00:00
wiz
23eb5cf15d
New sentence, new line. Document it as policy.
...
[Compare the output of this man page before and after this change to see the
effects.]
2003-02-12 18:37:15 +00:00
matt
71cedea5c5
Set cpu_timebase so sysctl() can return it.
2003-02-12 18:01:16 +00:00
matt
a8ef834105
Set cpu_timebase so sysctl() can report it.
2003-02-12 17:51:02 +00:00
matt
6d7550dbc7
Initialize cpu_timebase so sysctl can report it.
2003-02-12 17:49:56 +00:00
christos
50455a9139
PR/20318: Johnny Billquist: rwhod does not compile with -DDEBUG
2003-02-12 17:49:35 +00:00
christos
f611664450
PR/20317: Johnny Billquist: Clear timestamps upon freeing entries.
2003-02-12 17:39:36 +00:00
ichiro
b43d919954
add SUNTAC Ir-Trinity IS96U
...
from FreeBSD
2003-02-12 15:36:20 +00:00
ichiro
f6b8f0fcf8
regen
2003-02-12 15:34:53 +00:00
ichiro
33925bb372
add SUNTAC Ir-Trinity IS96U
2003-02-12 15:34:18 +00:00
grant
d36ebd361d
change a couple #ifdef's so /usr/bin/progress doesn't stomp all over
...
the tty if it's not in the foreground.
ok'd by jhawk.
2003-02-12 15:18:28 +00:00
fvdl
2be3d82860
Move purging the dircache and removing a vnode from the nqnfs timer queue
...
into nfs_inactive, this is a better place for it.
This doesn't actually solve the actual problem, which appears to be a race
condition with unmounting and vnode recycling somewhere, but it fixes
it in the sense that nfs_reclaim will not reference a bad v_mount anymore.
2003-02-12 14:50:52 +00:00
christos
b58fbe4ff7
remove extra paren
2003-02-12 13:15:49 +00:00
bouyer
a82a445995
Use the real size of the disk, not cyl*head*sect.
...
Handle the "use existing" option for partitions (but keep d as the
boot partition).
While I'm there use get_real_geom() instead of custom code to get the
existing disklabel.
2003-02-12 11:10:08 +00:00
tron
d289c0d46f
KNF.
2003-02-12 10:03:47 +00:00
tron
20a9ee2c50
Note use of kqueue(2) in inetd(8).
2003-02-12 08:54:01 +00:00
tron
8be719490d
Rewrite inetd(8) to use kqueue(2) for enhanced performance and scalability.
2003-02-12 08:52:03 +00:00
martin
df839081ab
Remove DEBUG and -g.
...
Output with DEBUG enabled is anoying these days and we don't want to
scare away users of the INSTALL kernel.
2003-02-12 08:19:02 +00:00
leo
f2079d67e5
Get the documentation in sync with the kernel wrt. the floppy boot device.
2003-02-12 08:18:22 +00:00
christos
f2db553615
no point in do while loop protection.
2003-02-12 03:46:02 +00:00
gmcgarry
8a0ced42ec
Introduce LANG environment variable and Xref to nls(7).
...
Comment out the statement: "We expect POSIX conformance
by the time 4.4BSD is released."
2003-02-12 02:55:14 +00:00
gmcgarry
b4ed1bd48a
Add Xref to nls(7).
2003-02-12 02:51:23 +00:00
gmcgarry
1b19306f26
Add Xrefs and some editorial comments on the interface.
2003-02-12 02:50:52 +00:00
gmcgarry
9cb61837ed
Add some examples and Xrefs.
2003-02-12 02:48:59 +00:00
gmcgarry
5d7934424a
Add some more details.
2003-02-12 02:46:57 +00:00
gmcgarry
70f3d1c13d
Add nls(7)
2003-02-12 02:45:06 +00:00