Commit Graph

217425 Commits

Author SHA1 Message Date
christos
9428323d40 from:
http://cantaforda.com/cfcl/eryk/linux/pdisk/dist/pdisk.20000516.src.tar
2013-03-23 15:36:33 +00:00
christos
76dc8604c0 try to fix sun2 2013-03-23 15:14:15 +00:00
isaki
d183ccf62e Use the #error directive. 2013-03-23 12:08:47 +00:00
isaki
db5a3d6915 Remove about updating fpsr. It was introduced by me but obviously
duplicated with fpu_emul_arith().
2013-03-23 12:06:24 +00:00
he
aa6ebcd0e2 Add KUROBOX_PRO as an EVBARM_BOARDS member. 2013-03-23 11:51:47 +00:00
he
bc3f14a392 Add the ability to install the KUROBOX_PRO kernel.
Adds the ability to handle 9 different kernel sets (was 8).
2013-03-23 11:50:02 +00:00
sjg
03ce90ebea If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON
so that makefiles can test for it.
2013-03-23 05:31:29 +00:00
sjg
a577c98aa7 Add unit-test for export-env and gmake export 2013-03-22 16:36:46 +00:00
sjg
cb29a22065 ParseGmakeExport: terminate variable at '=', or setenv(3) will fail
on some systems.
2013-03-22 16:07:59 +00:00
isaki
f63adb5419 Fix fpu_ftox().
Update not only exponential but also mantissa when an integer part
becomes 2 by rounding up.  Without this fix, the extended precision
value becomes 0.0 because mantissa (including explicit integer bit)
is all-zero.
2013-03-22 13:46:38 +00:00
skrll
f19752fe4f Fix typo in function name in DIAGNOSTIC prinf by using __func__ 2013-03-22 13:28:11 +00:00
skrll
47406b7fb5 When dumping the done list in ohci_softintr / OHCI_DEBUG use the correct
list next pointer.

PR/33450 and part of PR/35379.
2013-03-22 13:20:12 +00:00
skrll
fddbbc886b Remove 'return' right after 'goto' 2013-03-22 12:47:56 +00:00
christos
f3119165d7 avoid arraycount for toolz 2013-03-22 12:31:25 +00:00
tsutsui
4795762548 dhclient -> dhcpcd 2013-03-22 10:52:20 +00:00
christos
81aec73d48 move the code to expand variables in one place and use it to expand
variables inside conditionals. still conditionals with variables don't
work.
2013-03-22 01:24:46 +00:00
wiz
303a4e8ee2 file-5.14 out. 2013-03-21 23:06:42 +00:00
christos
a4a10d58ae mandoc can now print numbered registers. 2013-03-21 21:43:22 +00:00
christos
66541c2d35 support expanding numbered registers 2013-03-21 21:42:16 +00:00
martin
cadfec0fa5 Ooops, backout local change not intended to be commited with the last change 2013-03-21 21:01:10 +00:00
martin
f02c188eea Add syntatic sugar to avoid hurting my eyes 2013-03-21 21:00:12 +00:00
plunky
be29c2f19e Bump minor number for removal of kauth_access_action(), as per
http://mail-index.netbsd.org/source-changes/2013/03/18/msg042340.html

Welcome to 6.99.18
2013-03-21 20:05:56 +00:00
christos
1386c00816 new test directories 2013-03-21 19:17:51 +00:00
christos
8e7c71cac9 Instead of always checking for ANYC, make it a valid channel 2013-03-21 18:30:09 +00:00
christos
bbce2f06df PR/47678: Dr. Wolfgang Stukenbrock: remove local iscsi entry which conflicted
with the iana assigned one. This port has been assigned to iscsi-target.
2013-03-21 17:45:03 +00:00
christos
23b988d718 Don't attempt to dereference ANYC (since it is a pointer to 0x1).
Fixes random crashes in hostap mode (race conditions in the interrupt handler
while the interface comes up or down).
2013-03-21 17:10:25 +00:00
christos
2b135b05b5 new dlopen tests for libpthread. 2013-03-21 16:51:07 +00:00
christos
a4ddc2c8fb new dlopen tests for libpthread from manu@ 2013-03-21 16:50:21 +00:00
christos
71d484f921 - Allow libpthread to be dlopened again, by providing libc stubs to libpthread.
- Fail if the dlopened libpthread does pthread_create(). From manu@
- Discussed at length in the mailing lists; approved by core@
- This was chosen as the least intrusive patch that will provide
  the necessary functionality.
XXX: pullup to 6
2013-03-21 16:49:11 +00:00
mlelstv
77e3515ae2 fix ALL_KERNELS handling 2013-03-21 15:16:43 +00:00
pooka
de7fce08a0 Fix stat64 by making it match i386. Other archs might still be broken,
but this is the one I could test.
2013-03-21 15:03:47 +00:00
christos
cbcfee84d5 PR/47677 Aktado: x86_errata() should be avoided if NetBSD runs as a KVM guest.
XXX: pullup to 6
2013-03-21 13:22:37 +00:00
msaitoh
97c1d5bf1d Wait for the bootcode to complete initialization for 5717 and newer devices.
See BCM5718 programmer's guide's "step 13, Device reset Procedure, Section 7".
57781's document has the same note.

I verified the loop really looped on those chips.

But, I don't know why tg3 doesn't it.
2013-03-21 12:56:03 +00:00
skrll
f60fa94a95 Add some defines from the USB 2.0 specification and suppliments. Also,
add some accessor macros while I'm here.
2013-03-21 12:47:16 +00:00
msaitoh
52e43293b4 - Sync with FreeBSD and OpenBSD. Almost the same as OpenBSD rev. 1.325:
- Sync the ring setup code closer to FreeBSD's driver
 - Do not touch the jumbo replenish threshold register on chips that do not
   have jumbo support
 - Add/sync some of the comments
- Use macro.
- Remove unused code.
2013-03-21 12:33:10 +00:00
lukem
1baf19f383 Convert from __attribute__(foo) to the __foo equiv in <sys/cdefs.h> 2013-03-21 05:53:01 +00:00
joerg
600ab75df5 Add missing .El. 2013-03-21 04:57:38 +00:00
isaki
3e866cf1f6 Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386.
PR port-i386/46108.
The machine epsilon 1.0e-40 is too severe and nonsense for double
because DBL_EPSILON is about 2.2e-16 .  I think that 1.0e-15 is
enough good, in this case.
XXX However, test of atan_tan should be replaced for other reasons.
2013-03-21 02:10:52 +00:00
christos
fc08ea7529 fix groff html generation 2013-03-21 02:04:17 +00:00
christos
40b61ad4dd The man page has numbered registers and conditionals and cannot be handled
by mandoc, so make it use groff. Unfortunately since we don't install cat
pages, this does not work. At least it works for html!
2013-03-21 02:04:05 +00:00
christos
131c9e0b6e handle NOMANDOC in the html case too 2013-03-21 01:48:14 +00:00
christos
b32a30787e revert previous, this is a mandoc issue (does not handle .if and .nr) 2013-03-21 01:39:04 +00:00
christos
2c041bfd20 PR/47675: Nick Hudson: top(1) man page missing default number of seconds 2013-03-21 00:27:44 +00:00
lukem
f4ec715007 Update version to 20110904 for the user-visible change I made back then:
Reduce priority of syslog message if getpeername returns ENOTCONN.
   PR bin/18934 by Greg A. Woods (with supplied fix).
2013-03-21 00:17:26 +00:00
lukem
10126a0b3e Use "unsigned FOO" instead of less-portable "u_FOO". 2013-03-20 23:44:47 +00:00
garbled
991d38698d If the tripplite SMARTLCD ups connects as a usbhid device, it doesn't
work at all, connect as ugen instead.  Verified working with ups-nut.
2013-03-20 15:40:29 +00:00
garbled
6ea70a537c Regen 2013-03-20 15:38:34 +00:00
garbled
2b09f8c00d Add my tripplite UPS 2013-03-20 15:33:24 +00:00
macallan
da8b2f53fd apply kludge to make this more or less work on mips64 with n32 userland
with this ldd can handle both 64 and n32 binaries ( previously it would do 64
only ), o32 support is still broken
Someone more familiar with this code needs to fix this properly.
2013-03-20 15:18:42 +00:00
garbled
1630987ad9 Fix an empty shell function here, per Greg Troxel. Apparently empty shell
functions are not 100% portable.
2013-03-20 14:47:20 +00:00