Ruslan Ermilov
289f7a5e01
Sort SUBDIR.
2006-10-05 13:42:30 +00:00
Ruslan Ermilov
72377e4c4b
Sort MAN and MLINKS lists.
2006-10-05 12:40:44 +00:00
Ruslan Ermilov
c0f20e2720
Sort SUBDIR.
2006-10-05 12:18:15 +00:00
Oleg Bulyzhin
29453026ea
Workaround bad locking design:
...
do not try to lock/unlock destroyed/non-existsing mutex.
PR: kern/103569
Reviewed by: guido
Approved by: glebius (mentor)
Silence from: darrenr
MFC: 2 week
2006-10-05 09:48:25 +00:00
John-Mark Gurney
32d5d9ffc9
sort MLINKS properly
...
Pointed out by: ru
2006-10-05 08:55:35 +00:00
Ruslan Ermilov
74a603eb00
Polish markup and some wording.
...
Discussed with: jmg (also reviewed by him)
2006-10-05 08:42:07 +00:00
Maxim Konovalov
bd4fb874ac
o Add Adaptec ServeRAID 7x IDs. IDs taken from Linux.
...
PR: kern/90012
Submitted by: Andrey V. Elsukov
MFC after: 1 month
2006-10-05 07:28:43 +00:00
David Xu
65c4c80772
Remove libc_r support.
2006-10-05 06:26:31 +00:00
Kip Macy
2405f16615
placate Grim Reaper with sun4v support
2006-10-05 06:14:28 +00:00
Peter Grehan
46acbb7554
Catch up with recent clock modifications:
...
- include <sys/clock.h> for inittodr prototype
- remove now-conflicting SECDAY definition that is in <sys/clock.h>
2006-10-05 06:04:44 +00:00
David Xu
312a0e5f06
Regenerate.
2006-10-05 01:58:57 +00:00
David Xu
e6e7f16cb4
Oops, add the missing file.
2006-10-05 01:58:08 +00:00
David Xu
c6511aea86
Move some declaration of 32-bit signal structures into file
...
freebsd32-signal.h, implement sigtimedwait and sigwaitinfo system calls.
2006-10-05 01:56:11 +00:00
Julian Elischer
b1a49547a0
Large rewrite of the tinybsd script.
...
This allows the user to specify that the root filoesystem should be
an MFS or teh actual medium itself.
Also a new command syntax, along with an interactive mode by default,
with crossinvocation memory of the last used values as defaults for the
current invocation.
Submitted by:jmeloatfreebsdbrasil,com-br
2006-10-04 22:16:40 +00:00
John Birrell
6825d60738
PR:
...
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
Move the relocation definitions to the common elf header so that DTrace
can use them on one architecture targeted to a different one.
Add the additional ELF types defines in Sun's "Linker and Libraries"
manual.
2006-10-04 21:37:10 +00:00
John-Mark Gurney
b5cc2eb72f
forgot to update the date...
2006-10-04 20:17:14 +00:00
John-Mark Gurney
90db62aca6
add man page talking about how to interface w/ the kqueue system so others
...
can write additional filters...
mdoc police please!
2006-10-04 20:16:23 +00:00
Giorgos Keramidas
223ccb5450
When addr/mask examples are given, show both a host and network
...
address, to avoid confusing the users that a full address is
always required.
Submitted by: Josh Paetzel <josh@tcbug.org> (through freebsd-doc)
MFC after: 3 days
2006-10-04 19:29:05 +00:00
Marcel Moolenaar
c10b34ed19
Use strtoll(3) instead of strtol(3) for the starting block or
...
partition size. On 32-bit platforms sizeof(long) < sizeof(off_t)
and using strtol(3) would prevent partitions larger than 4G
sectors or beyond 4G blocks.
PR: bin/103991
MFC after: 3 days
2006-10-04 18:20:25 +00:00
Gleb Smirnoff
f7a679b200
Save space on stack moving token ring stuff to its own hack block.
2006-10-04 11:08:14 +00:00
Gleb Smirnoff
9b9a52b496
Style rev. 1.152.
2006-10-04 10:59:21 +00:00
Dag-Erling Smørgrav
7705c58f36
Go figure how an extra $Id$ line crept in...
2006-10-04 10:21:00 +00:00
Dag-Erling Smørgrav
27241b599f
Merge vendor patch.
2006-10-04 10:15:53 +00:00
John Birrell
3c3f6fd0cf
Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.
2006-10-04 07:25:55 +00:00
John Birrell
fba0d3f839
This file is the same as the one installed in /usr/include, however
...
there are enough places in the DTrace kernel/module sources that
having a header that gathers together all the individual elf headers
is convenient.
Note that the Solaris compatibility definions are conditionally
included iff _SOLARIS_C_SOURCE is defined.
2006-10-04 07:23:31 +00:00
John Birrell
47c14e2ae2
ELF compatibility definitions for OpenSolaris. These are covered
...
by Sun's CDDL and this file is only intended for inclusion where
_SOLARIS_C_SOURCE is defined (with the assumption that the code
being compiled is licensed under the CDDL too).
2006-10-04 07:19:39 +00:00
Martin Blapp
89ff1e4cb8
Back out part of rev. 1.149. While adding a workaround in ptcopen() to
...
avoid leaked ptys works fine, this opens a possible security hole.
Submitted by: bde
MFC after: 3 days
2006-10-04 05:43:39 +00:00
Tim Kientzle
011a0a0432
Performance: If the dir mode requested is "reasonable", then just
...
restore it directly and skip chmod() during the post-extract fixup.
In particular, bsdtar -xm now completely skips the post-extract fixup
for directories, which produces a noticable speedup in that case.
2006-10-04 02:08:04 +00:00
Andrey A. Chernov
f68412f927
Automatically re-stir every 400000 calls
...
Obtained from: OpenBSD
2006-10-04 01:17:23 +00:00
Ruslan Ermilov
aed19ad525
Format the list of commands so that the output looks nicer,
...
by putting command aliases on the adjacent lines.
Prodded by: bde
2006-10-03 21:06:19 +00:00
Robert Watson
531147aa3e
Regenerate.
2006-10-03 20:48:11 +00:00
Robert Watson
dfb041ca62
Change getpagesize() system call audit event to more clearly indicate
...
that we don't audit it.
MFC after: 3 days
Obtained from: TrustedBSD Project
2006-10-03 20:48:03 +00:00
Robert Watson
888db9e177
Audit creat() system call (compat code), and change type for getpagesize(),
...
which isn't actually being audited anyway.
MFC after: 3 days
Obtained from: TrustedBSD Project
2006-10-03 20:46:52 +00:00
Robert Watson
42edcb0058
Add BSM conversion switch entries for a number of system calls, many
...
administrative, to prevent console warnings and enable basic event
auditing (generally without arguments).
MFC after: 3 days
Obtained from: TrustedBSD Project
2006-10-03 20:43:48 +00:00
Dag-Erling Smørgrav
497e3d52a4
Tweak ifdefs for backward compatibility.
2006-10-03 11:33:25 +00:00
Konstantin Belousov
30af71199e
Fix the remaining race in the revs. 1.232, 1,233 that could occur during
...
unmount when mp structure is reused while waiting for coveredvp lock.
Introduce struct mount generation count, increment it on each reuse and
compare the generations before and after obtaining the coveredvp lock.
Reviewed by: tegge, pjd
Approved by: pjd (mentor)
MFC after: 2 weeks
2006-10-03 10:47:04 +00:00
Gleb Smirnoff
9a3fc40a26
Remove 3Com 985 deviceid that is really ti(4).
...
Submitted by: erwin
2006-10-03 09:31:49 +00:00
Ian Dowse
dff926577b
Fix compile in non-debug case.
2006-10-03 08:38:08 +00:00
Warner Losh
61db6a13b0
aic_pccard_products can be static.
...
Noticed by: cscope
2006-10-03 04:51:18 +00:00
John Birrell
678faae279
Solaris compatibility only: Be specific about the fact that
...
the inline function takes no arguments.
2006-10-03 04:01:30 +00:00
Ian Dowse
9c63c3f400
When changing the device address and max packet size in usbd_new_device(),
...
close and re-open the default pipe instead of relying on the host
controller driver to notice the changes. Remove the unreliable code
that attempted to update these fields while the pipe was active.
This fixes a case where the hardware could cache and continue to
use the old address, resulting in a "getting first desc failed"
error.
PR: usb/103167
2006-10-03 01:13:26 +00:00
Ian Dowse
a55e16f4f7
Don't attempt to insert the transfer in an error case where it has
...
already been inserted.
2006-10-03 01:04:11 +00:00
Warner Losh
c23b8029f1
Enable gdb on the arm. Some time ago I committed it, but had forgotten to
...
enable it here.
Noticed by: cognet
2006-10-03 00:03:30 +00:00
Ariff Abdullah
3f630febba
Backout remaining changes that make most AD1981B users unhappy.
...
The exact situation is understood, and proper solution will follow
sooner.
2006-10-02 20:46:34 +00:00
John Hay
ae0ddac700
Hopefully the last tweak in trying to make it possible to add ipv6 direct
...
host routes without side effects.
Submitted by: JINMEI Tatuya
MFC after: 4 days
2006-10-02 19:15:10 +00:00
Brooks Davis
12d828393a
Pull in /etc/rc.conf.d/network so that ifconfig_<if> variables can be
...
set there. This is required for consistency with /etc/rc.d/netif.
PR: conf/103893
Submitted by: Nick Hibma <nick at anywi.com>
MFC after: 3 days
2006-10-02 18:50:58 +00:00
Poul-Henning Kamp
e5037a18a9
Use utc_offset() where applicable, and hide the internals of it
...
as static variables.
2006-10-02 18:23:37 +00:00
John Baldwin
948170b7d4
Trim trailing whitespace.
2006-10-02 18:16:29 +00:00
John Baldwin
278d119ae6
Update description of td_locks.
...
MFC after: 3 days
Requested by: pjd
2006-10-02 17:48:13 +00:00
Poul-Henning Kamp
60e88b878c
Use calendrical calculations from subr_clock.c instead of home-rolled.
2006-10-02 16:32:36 +00:00