Commit Graph

222055 Commits

Author SHA1 Message Date
mbalmer
7f3fe544bc create a lua device node for lua(4) and luactl(8) 2013-10-28 18:33:20 +00:00
matt
9956a67591 Add support for scratchpad buffers (required for some XHCI devices).
Fix an endian issue.
2013-10-28 17:49:33 +00:00
matt
227e504480 Add an explicit initialization of .new_device = NULL 2013-10-28 17:40:43 +00:00
rkujawa
94950b3125 Fix name of sysctl setup function. 2013-10-28 11:24:08 +00:00
msaitoh
c622541618 Support prefetch size. 2013-10-28 05:41:49 +00:00
msaitoh
66aec3e6de Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.
For PCI-X BCM5704, set maximum outstanding split transactions to 0.
Same as Linux tg3 and FreeBSD (part of FreeBSD r204978).
2013-10-28 05:37:24 +00:00
mrg
27d21cc6e9 add MKDEPCXX, that is used for C++ files depend creation. also
add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}}
to the dependancy rules.

this makes it possible to have C++ files .d files created with the
C++ compiler, and with the normal options for this file, which
means that we can build libstdc++-v3 from gcc 4.8.
2013-10-28 01:47:13 +00:00
mrg
a078c85622 convert to ANSI C definitions. 2013-10-28 01:06:36 +00:00
pooka
684100d315 Enable holding implicit threads over explicit scheduling points (i.e.
a kernel driver calling rump_lwproc_switch()).  Also, correctly handle
curcpu()->ci_curlwp and biglock there.
2013-10-27 20:25:45 +00:00
mbalmer
0382fd8b79 No more walk on the wild side. RIP Lou Reed. 2013-10-27 18:30:49 +00:00
rmind
81bbd836c9 regen usbdevs 2013-10-27 17:12:28 +00:00
rmind
122667cde7 usbdevs: add an entry for external WD disk. 2013-10-27 16:59:46 +00:00
rmind
d60eb8c12f librumpuser: add some #ifdef __APPLE__ and missing bits to build it on OS X.
OK pooka@
2013-10-27 16:39:46 +00:00
rmind
1831eeb4c7 - fpu_state_save() on amd64: ci->ci_fpsaving is no longer used, simplify.
- Remove some unnecessary header inclusions.  Misc clean up while here.
2013-10-27 16:25:01 +00:00
rmind
e5a13e2c75 Add NPF_MAX_RULES, an artificial limit (set it to 1M). 2013-10-27 16:22:08 +00:00
rmind
59ff95e71b vttodt_tab: index in C99 way, makes it less error-prone. 2013-10-27 16:19:33 +00:00
rmind
4751aed358 Note some BPF and NPF changes. 2013-10-27 16:18:30 +00:00
pooka
605dec17d4 Give the hypercall interface a version number. This is for
implementations outside of the tree.
2013-10-27 16:03:19 +00:00
mbalmer
12cb100757 add a sqlite(3lua) manual page 2013-10-27 12:47:54 +00:00
mbalmer
e94b90148d More user friendly sqlite.open() function.
Add a few more symbols.
Register all function in the sqlite table.
2013-10-27 12:38:08 +00:00
apb
d07bacd5d2 Add man mage links for __debugused(3) and __diagused(3). 2013-10-27 11:56:18 +00:00
mbalmer
10538f71f4 missing word 2013-10-27 11:43:07 +00:00
wiz
e34ba27af3 Fix date and remove superfluous comma. 2013-10-27 11:41:38 +00:00
wiz
6f46d26376 Remove trailing whitespace. 2013-10-27 11:38:13 +00:00
apb
92e9e572dc vfs.wapbl.flush_disk_cache is more about metadata than data, and
more about safety in the event of power loss than safety in the
event of a crash.
2013-10-27 10:09:28 +00:00
mlelstv
9562031f49 Fix memory leak in gensub() 2013-10-27 10:06:01 +00:00
apb
76864cf288 refer to __USE(3) 2013-10-27 10:05:15 +00:00
apb
442a1a4fdf Add "make sortlists", for sorting the set lists. This may be
run manually, before committing changes to the lists files.
2013-10-27 09:29:42 +00:00
apb
a6457c51d1 sort 2013-10-27 09:27:23 +00:00
wiz
e32ee7953b grep-2.15 out. 2013-10-27 09:22:20 +00:00
mbalmer
44a459685b lua.h is not imaginary anymore 2013-10-27 08:37:22 +00:00
mbalmer
ea10bff237 install lua.h 2013-10-27 08:35:40 +00:00
htodd
90571a9d54 Revert mi because the added line refers to an imaginary file. 2013-10-27 02:39:21 +00:00
tsutsui
089d29ddbe Note that NetBSD/x68k now supports upto 1008 MB extended memory found on XM6i. 2013-10-27 02:25:03 +00:00
tsutsui
d567651d04 Probe extended memories before pmap_boostrap() for actual fix of PR/45915.
Also expand expected maximum extended memory regions to recognize
upto 1008 MB RAM that is supported by the XM6i emulator.

See my post on port-x68k@ for more details:
http://mail-index.NetBSD.org/port-x68k/2013/10/19/msg000039.html

Probably worth to pullup to netbsd-6.
2013-10-27 02:06:06 +00:00
wiz
6956d16a53 Fix macro usage and xrefs. 2013-10-26 22:59:28 +00:00
wiz
9103078abc Fix xrefs. 2013-10-26 22:58:29 +00:00
wiz
467646f52e Formatting and macro usage fixes. Fix xrefs. 2013-10-26 22:58:04 +00:00
wiz
d01548e7ff Syntax and formatting fixes. Add missing command. Explain 'sb'. 2013-10-26 22:55:51 +00:00
rmind
ecc1424a7c murmurhash2: add an optimised path for the aligned pointer case. 2013-10-26 21:06:38 +00:00
jnemeth
f60aa973c9 cosmetic fix from drochner@ 2013-10-26 20:31:23 +00:00
mbalmer
fe3f9f09ea add CVS marker 2013-10-26 20:07:14 +00:00
mbalmer
08ec8796d0 add sys/lua.h 2013-10-26 20:06:38 +00:00
jdc
0eda4b70da Use machine_model from autoconf.c, instead of calling the firmware here. 2013-10-26 18:49:30 +00:00
jdc
2353478d91 Allow machine_banner and machine_model to be used outside autoconf.c, for
example, by drivers that need to match on model name.  Suggested by mrg@.
2013-10-26 18:47:27 +00:00
matt
3e3547f61b change void<space> to void<tab> for device_printf 2013-10-26 18:31:29 +00:00
jdc
9297225925 A fan reading of 0xff is also invalid (observed on AlphaServer DS20L). 2013-10-26 18:28:15 +00:00
matt
6f520c7142 Use CPP symbols to determine the right MACHINE_ARCH 2013-10-26 18:07:52 +00:00
mbalmer
88ae889885 kill unused .El macro 2013-10-26 17:46:48 +00:00
njoly
b1d0af8ad7 Kill extra El macro. 2013-10-26 17:06:51 +00:00