spz
2fbfb83e1b
fix compiling with IPSEC_DEBUG:
...
it's authsize not authlen in struct auth_hash
2011-03-27 21:56:57 +00:00
riz
678d404217
Reorganize this file a bit, and move some stuff to "will not make it" to
...
give at least some semblance of realism.
2011-03-27 21:41:08 +00:00
agc
d337d7fa82
Sync NetBSD-6 plans with reality - update on features that have been
...
completed.
2011-03-27 21:21:50 +00:00
riz
d16ddb6294
Don't try to kmem_alloc() 0 bytes. Without this change, some trivial
...
kernel modules were not loadable by rump_server.
2011-03-27 21:16:52 +00:00
sjg
1e444cd2f2
Use curdirOk as the token
2011-03-27 19:47:46 +00:00
sjg
dd0a10eeff
When .MAKE.MODE inlcudes 'meta'; 'curdir=true' enables creating .meta
...
files in .CURDIR - such as when running make in .OBJDIR with a generated
makefile.
2011-03-27 19:39:21 +00:00
phx
0e41517647
Fixed PHY access.
...
Support 8169SC/8110SC (as found on QNAP V200 boards).
Make frame receiving work (FRAMELEN <-> FRAMESIZE).
Driver works now, but not the first time after cold start.
2011-03-27 19:09:43 +00:00
martin
22699d7467
On second thought do not use bit 13 as a flag for syscall numbers, userland
...
typically sets those from a 13bit signed integer immediate field in the
instruction, so would need to jump through hoops (ok, small hoops) to
avoid sign extension.
Use a combination of the existing syscall flags instead.
2011-03-27 18:47:08 +00:00
bouyer
e5fa3d981b
Make sure to not report quotas for a class if we didn't get valid datas
...
from kernel.
2011-03-27 17:15:17 +00:00
jruoho
1b871e25a1
Add a test case for pthread_cond_timedwait(3) failures reported by
...
Sad Clouds in PR lib/44756. This was discussed also in:
http://mail-index.netbsd.org/tech-userlevel/2011/03/17/msg004689.html
2011-03-27 16:45:15 +00:00
plunky
bbe1bca01a
if not including <bsd.prog.mk> then we need to clean up our own mess
2011-03-27 14:22:02 +00:00
ahoka
9e1e81e9f1
use nand_init_interface
2011-03-27 13:36:50 +00:00
ahoka
1d3d5c9972
Use nand_init_interface, which is required now.
2011-03-27 13:35:39 +00:00
ahoka
c68f5a8379
Add support for redifining page read and program functions by drivers.
...
Some controllers implement read/write in one step, so this is required
to support those.
2011-03-27 13:33:04 +00:00
joerg
2feaef06e3
Add some debug messages for explicit rtld entry points
2011-03-27 13:15:34 +00:00
joerg
0bc9be2143
Locking around dlclose()
2011-03-27 13:14:42 +00:00
njoly
119aff4da3
Fix sigprocmask section (3 -> 2).
2011-03-27 12:53:16 +00:00
njoly
63adbe29fb
Fix xref, arm32_sync_icache -> arm_sync_icache.
2011-03-27 12:48:41 +00:00
njoly
6f990206b3
Adjust for mr(4) man page removal, switch to gtp(4) instead.
2011-03-27 12:45:28 +00:00
he
08a8bf5254
Fix this so that it builds for vax; where the compiler balks at the
...
mixture of a union and a double in an expression (imagine that!)
I see other similar uses, and how they pass through for other ports
is beyond me, but I have not touched them in this round.
OK'ed by christos@
2011-03-27 11:21:54 +00:00
mlelstv
ec85dd4442
validate that getrawpartition() didn't fail.
2011-03-27 08:53:56 +00:00
mlelstv
6c3c510455
Use wireless function key to toggle not only bluetooth but also
...
telephony (GPRS/UMTS/..) like other operating systems.
2011-03-27 08:52:25 +00:00
mlelstv
818c0190bf
Make code compile when the kernel has no support for AGP. For now this also
...
rules out PCIE support without AGP because all the code is drm_agpsupport.c
2011-03-27 08:45:11 +00:00
mlelstv
8e9bf29753
Don't abort when APPLE_UFS autodetection cannot read the apple ufs label
...
due to sector size or alignment problems. Autodetection is only a safety
measure, you should mark the filesystem type in the BSD disklabel.
2011-03-27 08:04:50 +00:00
mrg
be06c07b98
finish the ieeefp.h vs fp_prec_t hack from the previous change and
...
don't try to define a type when "fp_prec" isn't defined.
this lets my non-x86 (and i presume non-m68k) builds pass again.
2011-03-27 05:13:15 +00:00
fair
d4bcbd7d14
I missed the .0 and .html changes for mr.4 replacement by gtp.4 in PR kern/40070
...
Now corrected.
2011-03-27 02:52:10 +00:00
jym
8049d1e8e5
Document biosboot. Xref boot(8) and installboot(8).
2011-03-27 01:01:07 +00:00
fair
f12a56fcad
The mr(4) driver was replaced by gtp(4) in 2002, but the documentation
...
did not follow; fix PR kern/40070
2011-03-27 00:08:07 +00:00
phx
fe1c21f416
Add QNAP reboot, reset and button handling functions.
...
Introduced an optional init function per board, which can set LEDs and other
special hardware to an initial state using the satellite processor.
2011-03-26 22:36:34 +00:00
phx
87469af515
Recognize QNAP V200 board, used in the TS-201 and newer TS-101 models.
2011-03-26 22:20:04 +00:00
phx
d8c31ef485
Updated information for D-Link and QNAP.
2011-03-26 22:18:06 +00:00
phx
2511250d06
Remove debugging output.
2011-03-26 22:16:33 +00:00
dholland
51ab93526e
Exit with EXIT_FAILURE for invalid arguments. PR 43517.
2011-03-26 21:45:48 +00:00
dholland
b82f0f1987
Catch up to Makefile rev 1.40 (from 2006): add lstPrev.o. Closes PR 43466.
2011-03-26 21:42:12 +00:00
joerg
d5a77cf108
Fix merge error that broke HPPA
2011-03-26 21:40:37 +00:00
dholland
ab5c37335f
Fix up sign-compare issue checking for free space. Should fix PR 43413
...
where accounting doesn't suspend properly.
2011-03-26 21:31:23 +00:00
christos
254ee22cb1
add fp{g,s}etprec
2011-03-26 19:52:20 +00:00
christos
2587e6e437
add fpgetprec/fpsetprec
2011-03-26 19:51:41 +00:00
phx
b65ff74068
QNAP support. Detect wm(4) based V1.02 and re(4) based V200 boards.
...
That should include all TS-101 and TS-201 models.
Add reset-code and LED-illumination code for the QNAP PIC, which listens
on the second UART with 19200 bps.
2011-03-26 17:55:05 +00:00
martin
02bd0cacbd
German spelling rules have changed - remove some sharp-ss accordingly.
2011-03-26 16:30:20 +00:00
tsutsui
1c53db4943
Use .set reorder to entrust compiler hazards and BDslots to avoid future botch
...
since there is no critical instructions in these sources.
Tested on 3MIN.
2011-03-26 15:49:26 +00:00
dholland
d9bba496aa
+DDL, DF, PCM, SA, VCS; fix IDPS
2011-03-26 12:40:07 +00:00
dholland
77ef35289c
+LP, RA, RR, TA, VCR
2011-03-26 12:39:16 +00:00
martin
66001421e0
Fix bogus paranthesis, From Henning Peternse in PR bin/44773.
2011-03-26 12:01:06 +00:00
riz
8058e4e3ef
Fix pasto/sed errors, so acorn26/acorn32/alpha/bebox
...
builds can complete.
2011-03-25 22:56:34 +00:00
riz
596c6b86f1
Call __syncicache() when loading a kobj. Now I can load kernel modules
...
on my macppc with a ppc7400 without crashing.
2011-03-25 19:37:51 +00:00
njoly
53ff676914
Add require.progs properties for needed tools to avoid failures when
...
comp.tgz set is not installed.
2011-03-25 19:19:45 +00:00
joerg
cb1cd7e860
Add basic locking to ld.elf_so.
2011-03-25 18:07:04 +00:00
njoly
82815469fb
Add quotes for multi-words width string.
2011-03-25 17:15:26 +00:00
pooka
9fdb8e5eff
mention rumphijack
2011-03-25 16:13:05 +00:00