ad
a9743c2461
- Allow creating timeshard kthreads. To be used to fix the RAIDframe
...
parity rewrite issue.
- Create kthreads in the SCHED_RR class by default, not SCHED_FIFO.
2009-01-29 22:00:26 +00:00
ad
12cbb1b52b
Enable BUFQ_PRIOCSCAN by default.
2009-01-29 21:48:13 +00:00
nonaka
0f33b03f39
Added MiniSD and MicroSD card folder.
2009-01-29 21:27:35 +00:00
nonaka
a11abf1107
Regen. (by Added XScale PXA270)
2009-01-29 21:26:14 +00:00
ad
24bd77dd94
A threaded benchmark for namei()
2009-01-29 21:24:19 +00:00
nonaka
283e440864
Support XScale PXA270.
2009-01-29 21:23:38 +00:00
nonaka
2e2f22d5a5
Regen. (by Added XScale PXA270)
2009-01-29 21:20:42 +00:00
ad
a46df1f1f2
pthread_barrier: Fix numerous stupid bugs. Surprising that nobody
...
complained yet.
2009-01-29 21:19:35 +00:00
nonaka
b1577664ba
Added XScale PXA270.
2009-01-29 21:18:23 +00:00
nonaka
e529d52724
Added include <stdlib.h> for exit() function.
2009-01-29 21:13:15 +00:00
drochner
fa827f13f6
Revert change of rlim_t to an unsigned quad_t which crept in in the
...
time_t merge. This has bad effects on comparisions in the kernel
leading to processes randomly killed for RLIMIT_CPU violation.
(There are situations where the CPU time used can drop below 0, if
the time is changed by ntp. This is certainly not good but this is
a minor issue we obviously could live with and which is not related
to the time_t size change.)
2009-01-29 21:05:49 +00:00
nonaka
9a28c06bfc
fix splx() function prototype.
2009-01-29 20:54:52 +00:00
pooka
c7a407f862
stinkset purge: POOL_INIT -> pool_init
...
also, make the syncache pool static in scope
2009-01-29 20:38:22 +00:00
reinoud
9137102634
Fix flagbits for MMC_TRACKINFO flags printing; it had an illegal escape code
...
in it.
2009-01-29 19:36:28 +00:00
cegger
54411cb3fc
fix error path: don't crash when age_dma_alloc() fails.
2009-01-29 17:03:37 +00:00
nonaka
664df27b21
Use pmf(9) instead of powerhook_*.
2009-01-29 16:00:33 +00:00
nonaka
59393ffeff
fix compiler failure.
2009-01-29 14:46:06 +00:00
nonaka
cb44badebb
need newline.
...
> ohci0 at pxaip0 addr 0x40d00000-0x40d0000fohci0: OHCI version 1.0
2009-01-29 14:26:09 +00:00
joerg
e8d52a0a38
Match mem.c's extern for __data_start.
2009-01-29 14:22:09 +00:00
joerg
ae7be29c97
x86/pmap.c declares vmmap as void *, match.
2009-01-29 14:20:50 +00:00
joerg
b0520dca55
rtclock_tval is defined as u_long in isa/clock.c, match.
2009-01-29 13:56:42 +00:00
joerg
5f5aa3e6ea
Match declaration of trap_type in trap.c.
2009-01-29 13:52:20 +00:00
nonaka
5990ab686a
revert a part of previuos change.
2009-01-29 12:51:15 +00:00
nonaka
1a6860067f
- device_t/softc split.
...
- use aprint_* function.
2009-01-29 12:28:15 +00:00
bouyer
c768d4a900
One more device_t/softc split fallout (a missing device_private()).
2009-01-29 12:14:40 +00:00
bouyer
9b761cfd2a
As ic_ident is from 2 to ICP_NCCBS + 2, we need more than just ICP_NCCBS
...
sense structures in icp_scr map; otherwise we'll compute an offset past the
allocated memory (and past the end of the dmap map) from the ic_ident.
To be safe use ICP_NCCB_RESERVE instead of 2; as I'm not sure why
ICP_NCCB_RESERVE is 4.
2009-01-29 12:13:30 +00:00
enami
4e5aed7e08
Put back rev. 1.20 so that nbpwd_mkdb built on 32bit time_t host generates
...
correct pwd.db.
2009-01-29 10:41:39 +00:00
nonaka
1eedc8251a
Oops, sdmmc related device must be commented out.
2009-01-29 10:33:22 +00:00
nonaka
b70f5811ce
Increase SYMTAB_SPACE.
2009-01-29 10:28:37 +00:00
wiz
cc2e7350a1
Bump date for new STANDARDS section.
2009-01-29 10:15:39 +00:00
dholland
7f999162b5
Fix flagrantly wrong printf formats in compat strftime.
2009-01-29 09:03:04 +00:00
martin
9e8a2fc070
__posix_fadvise50() does not use the standard errno behaviour, but returns
...
the error value itself - so move it from ASM to NOERR. Pointed out by
Nick. I have no idea how/if this ever could have worked, but I would swear
I realy tested it when I last touched it! Fixes the sys/fs/posix_fadvise
regression test.
2009-01-29 08:47:43 +00:00
enami
ca3f8e6df1
Avoid infinite loop.
2009-01-29 07:48:39 +00:00
agc
00bc87c557
Run all the sources through indent.
...
Always print fingerprint information for keys when listing them.
Always display the publick key algorithm used (because of a bug, the
algorithm name was being ignored, rather than printed out).
2009-01-29 05:14:44 +00:00
lukem
79becf98cb
sign-compare fixes
2009-01-29 02:02:36 +00:00
jmcneill
cdbce806da
Make os_time_t a time_t instead of a long.
2009-01-29 01:02:48 +00:00
rmind
2017b2a396
Small fix, "processes" mistaken with "processors".
2009-01-29 00:54:54 +00:00
jmcneill
464bb4625b
Merge http://cvsweb.netbsd.org/bsdweb.cgi/src/usr.sbin/wpa/wpa_supplicant/Attic/driver_netbsd.c.diff?r1=1.7&r2=1.8
...
PR# 39364: wpa_cli scan_results shows '0' signal level
Use rssi for level (instead of qual) in scan results, following examples
set by the wpa_supplicant ndis and iphone drivers.
2009-01-29 00:17:22 +00:00
dyoung
d4e20cf95c
Try to clarify what pset(3) actually does. This needs some more
...
work.
2009-01-28 23:44:45 +00:00
rmind
a487ff992f
sched_pstats: add few checks to catch the problem. OK by <ad>.
2009-01-28 22:59:46 +00:00
ad
47afbfb94e
cpuctl list: map hardware id after getting state. avoids screwed up display
...
when ci_cpuid != cpu_index()
2009-01-28 22:37:09 +00:00
ad
5c71c34a14
- If given an arg, don't bind to curcpu.
...
- Set line buffering on stdout.
2009-01-28 21:52:49 +00:00
dsl
530cac2556
Allow for () in the argument to .ifdef et al.
...
Save/restore current values of global data across expression evaluation
to give ${foo:? ...} a change of working inside another .if.
2009-01-28 21:38:12 +00:00
tjam
7ffdc72669
Use 8KB buffer for ZLRB_RING_SIZE to prevent overruns
2009-01-28 19:57:37 +00:00
tjam
99752e43b2
Remove sicallback to use the MI softint(9) APIs directly - from Tsutsui
2009-01-28 19:55:51 +00:00
gdt
04532cd1e6
Note that strdup is specified by POSIX.1.
2009-01-28 19:12:40 +00:00
skd
744626ac10
These comparison functions return 0 on match. Fix sense of test.
2009-01-28 19:06:03 +00:00
martin
b9c66cb587
avoid comment inside comment
2009-01-28 19:03:10 +00:00
agc
fff13c1447
Fix problem in build reported by Paul Goyette
2009-01-28 17:27:35 +00:00
tsutsui
ef5ebe3adf
Add backslashes missed in rev 1.38.
...
Fixes traditional bootable macppccd build.
(though this seems to require mkisofs 2.01 or prior)
2009-01-28 17:11:54 +00:00