njoly
2a2612f827
Small typo (perfuse.debug -> perfused.debug).
2011-05-09 11:55:33 +00:00
jruoho
76710b77f2
On a second thought, require that close(2) fails for a descriptor already
...
closed with closefrom(3). For some odd reason (yet to be determined), this
check fails on 5.99.51 (amd64).
2011-05-09 11:05:36 +00:00
jruoho
d5aa514fe9
Remove superfluous close(2) pointed out by martin@.
2011-05-09 10:50:02 +00:00
jruoho
105ad5cd59
Add one more naive unit test.
2011-05-09 09:27:37 +00:00
jdc
8902e570be
Alter the sync-on-green and composite-sync settings:
...
if the monitor doesn't support composite sync, enable sync-on-green
then, if the monitor supports separate sync, disable composite vsync
(Prompted by macallan@.)
2011-05-09 09:06:28 +00:00
jruoho
fa096afe20
Xref raise_default_signal(3).
2011-05-09 09:06:21 +00:00
manu
73963ae9de
Enable the build of perfused and libperfuse
2011-05-09 08:51:08 +00:00
jdc
f4f3632056
Correc the "enable pedestal" register definition.
2011-05-09 08:44:22 +00:00
jruoho
6cd711aedd
Few basic tests for exit(3).
2011-05-09 07:31:50 +00:00
jruoho
aab71b6e06
List the ATF_TC_() thins in the order of appearance.
2011-05-09 06:05:54 +00:00
jruoho
48b4c06005
Few basic tests for strerror(3).
2011-05-09 06:04:14 +00:00
jruoho
f5d692df83
Few basic tests for closefrom(3).
2011-05-09 05:17:12 +00:00
spz
18f5539bfc
update (unused) ND option identifiers and corresponding comments
2011-05-08 18:42:53 +00:00
hannken
f7e12f18b3
Revert previous commit. Locking the snapshot vnode while the file system
...
is suspended extends the suspension until the vnode gets unlocked by
the caller of ffs_snapshot().
Resuming the file system before expunging all snapshots and syncing the
snapshot creates races and deadlocks with journaling file systems at least.
2011-05-08 18:37:15 +00:00
pgoyette
821775e983
Fix parsing of -A option so that the [/ptn_0_offset] part is optional, as
...
described in the man page.
2011-05-08 14:22:16 +00:00
bouyer
d203040377
aarpprobe() is called before MOWNER_ATTACH(&aarp_mowner), leading
...
to a DIAGNOSTIC panic when MBUFTRACE is defined and atalkd is started.
Fix by moving MOWNER_ATTACH(&aarp_mowner) to ddp_init().
Should fix PR kern/44734
2011-05-08 13:51:31 +00:00
spz
52472990ca
babylon5 ssh key changed (due to reinstall)
2011-05-08 13:19:08 +00:00
christos
b58828d4bd
Add a no_stack_protector function attribute to localize the effect
...
of disabling stack protection on a function-by-function level, as
opposed to per source file.
2011-05-08 01:49:32 +00:00
jym
e1b3bebc56
Print the PGD address in the debug message.
2011-05-08 00:18:25 +00:00
christos
192b65f8f8
no c99 please.
2011-05-08 00:03:35 +00:00
jym
f0672645f9
Do as the comment says, use ilog2(). This gets optimized directly at
...
compile time, no call to fls() is needed.
2011-05-07 23:59:13 +00:00
tsutsui
783cb872c9
Use a correct register to save/restore MIPS_COP_0_TLB_HI in
...
mips1_tlb_record_asids().
2011-05-07 19:15:48 +00:00
tsutsui
73b55918cc
Tweak some comments in mipsN_tlb_record_asids() to reduce diffs.
2011-05-07 18:16:54 +00:00
tsutsui
63deb05e86
Remove trailing spaces and tabs.
2011-05-07 17:52:43 +00:00
tsutsui
69ab59e540
Fix misc comments.
2011-05-07 17:47:34 +00:00
tsutsui
93594035b4
Fix a MIPS3 dependent KASSERT.
2011-05-07 14:37:46 +00:00
cheusov
813b6c039b
Add myself
2011-05-07 11:12:48 +00:00
dholland
490409ebab
Grammar patrol
2011-05-07 07:16:08 +00:00
njoly
12b7c66064
Do not return for early failures; otherwise the testcase will be
...
reported as passed, even if not really run.
2011-05-06 22:24:41 +00:00
njoly
35f009cabe
write-only mapping is not portable, change it to read/write. Unbreaks
...
mprotect_write testcase on alpha.
2011-05-06 21:51:19 +00:00
drochner
d26dda3d0d
As a first step towards more fine-grained locking, don't require
...
crypto_{new.free}session() to be called with the "crypto_mtx"
spinlock held.
This doesn't change much for now because these functions acquire
the said mutex first on entry now, but at least it keeps the nasty
locks local to the opencrypto core.
2011-05-06 21:48:46 +00:00
tsutsui
08517f99c8
Specify DGB=-Os to make libhack a bit smaller.
2011-05-06 18:33:59 +00:00
tsutsui
dc9f645f7e
Use /sbin/dmesg directly rather than kernfs and /kern/msgbuf as other ports.
2011-05-06 18:32:59 +00:00
drochner
69de8de8f1
remove excess newlines in debug output
2011-05-06 17:22:09 +00:00
taca
908c109e31
BIND 9.8.0-P1 has released.
2011-05-06 15:29:06 +00:00
taca
0b00ab0979
Apply fix by BIND 9.8.0-P1: https://www.isc.org/CVE-2011-1907 .
2011-05-06 15:28:19 +00:00
manu
dfdc5ae18f
Display actual error from FUSE on failures
2011-05-06 13:45:35 +00:00
drochner
060227a80a
remove an empty function
2011-05-06 12:52:43 +00:00
drochner
41fde2494b
fix C&P botch in diagnostic printfs
2011-05-05 20:15:14 +00:00
drochner
075df8afa4
remove generated binary files
2011-05-05 18:40:24 +00:00
drochner
3e2a0f5f49
decode camellia-cbc in stats histogram
2011-05-05 17:49:47 +00:00
drochner
08355b198c
support camellia-cbc as ESP cipher
2011-05-05 17:48:29 +00:00
drochner
fefed2101c
add IANA number for camellia-cbc, copied from FreeBSD
2011-05-05 17:46:48 +00:00
drochner
3d2cef1770
support camellia-cbc by swcrypt
2011-05-05 17:44:39 +00:00
drochner
eb321d71b8
make camellia-cbc known to the opencrypto framework
2011-05-05 17:42:17 +00:00
drochner
9d083d2f9c
add "camellia" crypto code, copied from FreeBSD
2011-05-05 17:38:35 +00:00
matt
cf77a76b75
Adapt to new PCU based FPU code.
2011-05-05 16:20:55 +00:00
tsutsui
a595e9f720
Add a comment for the previous change.
2011-05-05 13:44:35 +00:00
jruoho
fd2377c7fe
Try to mirror the real source with the test directory structure (otherwise
...
the latter carries a risk of becoming a difficult mess to manage.)
2011-05-05 13:36:04 +00:00
jruoho
0bd56749c6
Few fundamental consistency checks for alarm(2).
2011-05-05 13:22:56 +00:00