Commit Graph

199705 Commits

Author SHA1 Message Date
yamt
18a0ef4a04 simplify code a little. no functional changes. 2011-04-08 11:15:11 +00:00
yamt
4f5ae08861 test timer_create with CLOCK_MONOTONIC as well 2011-04-08 11:11:53 +00:00
yamt
500e2272be - ensure that the promoted page is on the queue even when later pmap_enter
failed.
- don't activate a page twice.
- remove an argument which is used only for an assertion.
- assertions and comments.
2011-04-08 10:42:51 +00:00
yamt
09f62f3554 comment 2011-04-08 10:36:58 +00:00
jruoho
6f21bdca87 Adjust for the tracker PR kern/30115 for this over 15 year old bug. 2011-04-08 10:36:09 +00:00
yamt
22f6580cf6 implement timer_create of CLOCK_MONOTONIC 2011-04-08 10:35:37 +00:00
jruoho
237b9fd91d Use .In for headers. 2011-04-08 10:14:24 +00:00
wiz
b471ea6774 Remove superfluous Pp. 2011-04-08 08:50:52 +00:00
wiz
3d72e50534 Sort SEE ALSO. 2011-04-08 08:49:19 +00:00
wiz
0c99d89e18 Sort sections. 2011-04-08 08:47:54 +00:00
wiz
b0f3c6983e Sort SEE ALSO. 2011-04-08 08:47:50 +00:00
wiz
264450c5e9 Do not Xr yourself. 2011-04-08 08:47:34 +00:00
wiz
ce403b037d New sentence, new line. 2011-04-08 08:47:12 +00:00
jruoho
4f8cd38b3a And finally, fix a typo. 2011-04-08 08:46:12 +00:00
jruoho
9a991ffd99 Clarify a little; ilog2(3) is a macro. 2011-04-08 08:42:56 +00:00
jruoho
e5c4609f82 Xref bitops(3). 2011-04-08 08:40:05 +00:00
jruoho
bd040c35ba Add also a small summary page for <sys/bitops.h>. 2011-04-08 08:36:33 +00:00
phx
36ed4e1e88 QNAP support.
Note about the D-Link firmware.
2011-04-08 08:29:07 +00:00
jruoho
5b56473c84 Use bullets in the list. 2011-04-08 08:12:51 +00:00
jruoho
5c559b956f Add MAX and MIN (links). 2011-04-08 08:03:25 +00:00
jruoho
17e4083e75 Remove leftover .Ed. 2011-04-08 07:57:48 +00:00
jruoho
bacb261ac9 Xref param(3). 2011-04-08 07:55:04 +00:00
jruoho
5ae9d52443 Briefly summarize <sys/param.h>. 2011-04-08 07:47:42 +00:00
jruoho
d21d7bda46 Put back the example (removed in the revision 1.3). 2011-04-08 06:55:14 +00:00
jruoho
a2963f40dc Move the round(3) checks from 't_libm' to their own 't_round'
for consistency. Add -Wfloat-equal and fix comparisons.
2011-04-08 06:49:20 +00:00
jruoho
b63018ec52 Fix build failure on VAX. 2011-04-08 06:37:50 +00:00
jruoho
02dfa85f00 Remove the following (literal) text in the TNF copyrights:
* This code is derived from software contributed to The NetBSD Foundation
  * by
  *

XXX: If these originated from you and you want your name to be mentioned,
     please add it.
2011-04-07 18:14:08 +00:00
jruoho
247203635d Add few naive test cases for msync(2). 2011-04-07 17:38:02 +00:00
jruoho
a301260f35 Improve the test further so that it might trigger more often. 2011-04-07 17:33:11 +00:00
isaki
6291bfee46 Poll the next medium on both drive of #0 and #1. 2011-04-07 13:38:21 +00:00
matt
bbaf07c722 Add a cp15 trapper to emulate the mrc/mcr instructions for the thread id
registers.
2011-04-07 11:02:24 +00:00
matt
f77463e13f Add a define for pcb_user_pid_rw 2011-04-07 11:01:49 +00:00
matt
3c5c08e46b Add __lwp_getprivate_fast 2011-04-07 10:20:29 +00:00
matt
a9de2ef0c9 Don't use the pcb anymore since the user read-only thread and process id
value is now grabbed from l_private.
2011-04-07 10:07:11 +00:00
matt
b6591ab3ce Fetch user read-only thread and process id from l->l_private, not the pcb.
(need to g/c the pcb field formerly used for this).
2011-04-07 10:03:47 +00:00
plunky
5a4807fa7d whitespace police 2011-04-07 08:29:50 +00:00
plunky
77d265be45 link libbluetooth tests to the build 2011-04-07 06:24:07 +00:00
plunky
38293af7ee add tests for the following libbluetooth functions
bluetooth(3)
	bt_aton()
	bt_ntoa()

    sdp_data(3)
	sdp_data_type()
	sdp_data_size()
	sdp_get_data()
	sdp_get_attr()
	sdp_get_uuid()
	sdp_get_bool()
	sdp_get_uint()
	sdp_get_int()
	sdp_get_seq()
	sdp_get_alt()
	sdp_get_str()
	sdp_get_url()
	sdp_match_uuid16()
	sdp_put_data()
	sdp_put_attr()
	sdp_put_uuid()
	sdp_put_uuid16()
	sdp_put_uuid2(3)
	sdp_put_uuid128()
	sdp_put_bool()
	sdp_put_uint()
	sdp_put_uint8()
	sdp_put_uint16()
	sdp_put_uint2(3)
	sdp_put_uint64()
	sdp_put_int()
	sdp_put_int8()
	sdp_put_int16()
	sdp_put_int2(3)
	sdp_put_int64()
	sdp_put_seq()
	sdp_put_alt()
	sdp_put_str()
	sdp_put_url()
	sdp_set_bool()
	sdp_set_uint()
	sdp_set_int()
	sdp_set_seq()
	sdp_set_alt()

[all pass on i386]
2011-04-07 06:21:57 +00:00
dyoung
9eb9a91423 Increase SYMTAB_SPACE so that this kernel will build. 2011-04-07 04:02:29 +00:00
dyoung
3f56488c0d Fix more const pci_attach_args fallout. 2011-04-07 04:01:40 +00:00
matt
14d704c9e9 Add a workaround for older crt0.o that overwrite r2 (tcb pointer).
(save tcb pointer using _lwp_setprivate in ld.elf_so and retrieve the tcb
via _lwp_getprivate in libc and use it to restore the value in r2).
2011-04-07 02:19:28 +00:00
matt
558221d2a2 Fix bogus idepth on OEA. 2011-04-07 02:05:02 +00:00
matt
1a61b7e897 Get rid of cpu_lwp_setprivate since it's not needed on powerpc. 2011-04-07 02:04:06 +00:00
joerg
8f1068802c Compute the build seed using :hash. 2011-04-07 01:40:32 +00:00
joerg
53d81ae021 Add the :hash modifier to compute a 32bit hash of an variable.
This uses MurmurHash3 to get a reasonable collission-free hash with
small code. The result is endian neutral.
2011-04-07 01:40:01 +00:00
macallan
713b73c8c5 add mode setting support
If we find a monitor via DDC we switch to its preferred mode if it reports one,
otherwise stick with whatever the firmware set up.
2011-04-07 01:20:31 +00:00
macallan
0c7466a2ae defflag CRMFB_DEBUG 2011-04-07 01:07:31 +00:00
jym
b793e91e75 Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN
filenames, and ifconfig_xxN variables inside rc.conf(5).

Should fix PR misc/39376.
2011-04-07 00:22:59 +00:00
jym
d833e65927 Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under
XEN3_DOM0 amd64.

Fixes PR misc/39376.

See http://mail-index.netbsd.org/port-xen/2011/04/06/msg006603.html
2011-04-06 23:51:55 +00:00
christos
962e9ad63f fix long double infinity. 2011-04-06 21:55:36 +00:00