Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (12m)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 14:55:05 UTC Now

2013-11-04 16:56:17 UTC MAIN commitmail json YAML

2013-11-04 16:55:31 UTC MAIN commitmail json YAML

2013-11-04 16:54:57 UTC MAIN commitmail json YAML

2013-11-04 16:54:36 UTC MAIN commitmail json YAML

mark a variable __diagused

(christos)

2013-11-04 16:54:12 UTC MAIN commitmail json YAML

remove unused code

(christos)

2013-11-04 16:53:52 UTC MAIN commitmail json YAML

use __USE for debug variable

(christos)

2013-11-04 16:53:35 UTC MAIN commitmail json YAML

2013-11-04 16:53:09 UTC MAIN commitmail json YAML

add __USE() for unused volatile variables, so that we generate the same code.

(christos)

2013-11-04 16:52:08 UTC MAIN commitmail json YAML

fix incorrect sizes to memset

(christos)

2013-11-04 15:06:26 UTC MAIN commitmail json YAML

Add missing braces.
Fix logic error - check the data read from the chip against 0xff.

(jdc)

2013-11-04 08:08:58 UTC MAIN commitmail json YAML

PR/48366 Always zero the allocated memory in xhci_alloc, not just in
DIAGNOSTIC.

(skrll)

2013-11-04 08:04:18 UTC MAIN commitmail json YAML

Use the term "Lua modules" instead of "Lua libraries", list the modules
available.

(mbalmer)

2013-11-03 22:27:27 UTC MAIN commitmail json YAML

- remove set but unused variables
- move some variables inside their relevant use #ifdef

(mrg)

2013-11-03 22:22:03 UTC MAIN commitmail json YAML

2013-11-03 22:15:58 UTC MAIN commitmail json YAML

gcc 4.8.1 wants:
- remove some set but unused variables
- move some variables inside their usage #ifdef's
- cast to (void) instead of using a dummy return variable

(there are more to come, but this one is now tested with gcc 4.5)

(mrg)

2013-11-03 18:37:10 UTC MAIN commitmail json YAML

2013-11-03 14:45:50 UTC MAIN commitmail json YAML

let progressmeter deal with the timeout once we've started transferring.

(christos)

2013-11-03 08:33:00 UTC MAIN commitmail json YAML

cleanvnode():
- VC_XLOCK/VC_MASK are not used anymore, remove.
- If we get a reference while cleaning, there is no need to retry as
  these reference and this vnode will disappear soon.
- Make sure we run inside a fstrans transaction to prevent deadlocks
  against vget().

vrecycle():
- don't even try to recycle a vnode currently cleaning.

(hannken)

2013-11-03 01:12:16 UTC MAIN commitmail json YAML

use __USE() in the iterator variable

(christos)

2013-11-03 01:02:37 UTC MAIN commitmail json YAML

move unused variable inside if 0

(christos)

2013-11-03 00:59:03 UTC MAIN commitmail json YAML

2013-11-03 00:53:11 UTC MAIN commitmail json YAML

move unused code inside if 0

(christos)

2013-11-03 00:48:52 UTC MAIN commitmail json YAML

2013-11-03 00:44:34 UTC MAIN commitmail json YAML

make a gcc unitialized variable

(christos)

2013-11-03 00:01:44 UTC MAIN commitmail json YAML

mark some variables as unused, but keep them around as comments

(christos)

2013-11-02 23:54:04 UTC MAIN commitmail json YAML

2013-11-02 23:24:32 UTC MAIN commitmail json YAML

2013-11-02 23:23:51 UTC MAIN commitmail json YAML

2013-11-02 23:23:41 UTC MAIN commitmail json YAML

2013-11-02 20:09:33 UTC MAIN commitmail json YAML

PR/48098: Brian Marcotte: panic: kernel diagnostic assertion "cred != NULL":
Fix from Michael van Elst, tcpdrop crashes kernel on ebryonic connections.

(christos)

2013-11-02 20:01:02 UTC MAIN commitmail json YAML

Tag liblto_plugin.so.0.0.debug with gcc=48.

(jmmv)

2013-11-02 19:55:47 UTC MAIN commitmail json YAML

PR/34796: Hauke Fath: ftp does not timeout on http fetches.

(christos)

2013-11-02 17:12:23 UTC MAIN commitmail json YAML

2013-11-02 17:11:39 UTC MAIN commitmail json YAML

2013-11-02 13:59:14 UTC MAIN commitmail json YAML

Turn the "esiop_intr: I shouldn't be there !" panic into a printf
followed by a return from the interrupt handler.  The condition is
triggered on some KVM virtual hosts, apparently harmlessly, and not
panicing makes it possible to boot a NetBSD GENERIC kernel on those
hosts.  Also make the same change to siop to minimize divergence
between siop and esiop.  Fixes PR kern/48277.

(gson)

2013-11-02 10:30:18 UTC MAIN commitmail json YAML

Stop using v_mount of an unreferenced vnode -- save the mount while
the vnode has a reference.

(hannken)

2013-11-02 01:55:16 UTC MAIN commitmail json YAML

put attributes in the right spot

(christos)

2013-11-02 01:37:33 UTC MAIN commitmail json YAML

2013-11-02 01:15:44 UTC MAIN commitmail json YAML

2013-11-02 00:57:23 UTC MAIN commitmail json YAML

2013-11-02 00:41:58 UTC MAIN commitmail json YAML

2013-11-02 00:37:12 UTC MAIN commitmail json YAML

sprinke __diagused

(christos)

2013-11-01 23:22:13 UTC MAIN commitmail json YAML

Workaround a gcc -Wuninitilized whine

github/buildrump.sh issue #44

(pooka)

2013-11-01 21:39:13 UTC MAIN commitmail json YAML

go back to using file:line: from uwe.

(christos)

2013-11-01 18:41:06 UTC MAIN commitmail json YAML

2013-11-01 18:13:29 UTC MAIN commitmail json YAML

fix broken volatile assignment that gcc-4.8.1 does not like

(christos)

2013-11-01 18:12:49 UTC MAIN commitmail json YAML

make the code compilable with gcc-4.8.1; this loop has an array overflow,
but it is only used for sparc register windows; ifdef it sparc for now,
it's the easiest fix.

(christos)

2013-11-01 18:11:49 UTC MAIN commitmail json YAML

pick up omp.h from the libgomp directory not from /usr/include/gcc-4.5. Makes
the code compilable with gcc-4.8.1

(christos)

2013-11-01 17:09:59 UTC MAIN commitmail json YAML

make config errors look more like other programs: <file>,<line>:
instead of <file>:<line>:

(christos)

2013-11-01 17:09:00 UTC MAIN commitmail json YAML

fix type in comparison

(christos)

2013-11-01 17:07:37 UTC MAIN commitmail json YAML

ignore all -std=gnu patterns not just 99

(christos)

2013-11-01 16:49:02 UTC MAIN commitmail json YAML

PR/48312: Dieter Roelands: According to TOG, unset should not return an error
for functions are variables that were not previously set:
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html

(christos)

2013-11-01 15:38:45 UTC MAIN commitmail json YAML

tmpfs: fix the zero-length symlink target case as NetBSD supports them.

(rmind)

2013-11-01 15:33:48 UTC MAIN commitmail json YAML

2013-11-01 15:03:39 UTC MAIN commitmail json YAML

2013-11-01 14:32:54 UTC MAIN commitmail json YAML

DOTG is dead. Long live DWC2.

(skrll)

2013-11-01 14:24:03 UTC MAIN commitmail json YAML

Clean up (mostly remove unneeded) #includes

(skrll)

2013-11-01 12:23:12 UTC MAIN commitmail json YAML

PR/48342. Add aurateconv as a dependency for vcaudio.

(skrll)

2013-11-01 11:09:05 UTC MAIN commitmail json YAML

HOST_SH is defined in bsd.sys.mk, so we need to include that
as well as bsd.own.mk.  Revert previous use of ${HOST_SH:Ush}.

(apb)

2013-11-01 10:00:52 UTC MAIN commitmail json YAML

If HOST_SH is not defined, use sh to parse osrelease.sh

(martin)

2013-11-01 07:53:34 UTC MAIN commitmail json YAML

rfc3720 Appendix D. SendTargets Operation requires that requesting
information for all relevant targets is done with the value 'All'
(upper case A) and some implementations require it.

(mlelstv)

2013-11-01 07:49:00 UTC MAIN commitmail json YAML

Document that patterns are specified using extended regular expressions.

(apb)

2013-11-01 07:48:31 UTC MAIN commitmail json YAML

2013-11-01 06:43:11 UTC MAIN commitmail json YAML

add some NetBSD_DISABLED_* rules.

(mrg)

2013-11-01 06:42:23 UTC MAIN commitmail json YAML

move variable definition/set inside the same #ifdef of the usage.

(mrg)

2013-11-01 06:41:56 UTC MAIN commitmail json YAML

apply __diagused where appropriate.

(mrg)

2013-11-01 06:22:46 UTC MAIN commitmail json YAML

sprinkle some __diagused where appropriate.

(mrg)

2013-11-01 06:22:24 UTC MAIN commitmail json YAML

Reinstate .include <bsd.own.mk>.  Without this, many variables are undefined.

Define DISTRIBVER in the same way that src/etc/Makefile defines it.
Without this, "make params" in src/Makefile uses an undefined value.

Remove a spurious ">&3".

(apb)

2013-11-01 00:19:04 UTC MAIN commitmail json YAML

provide an ldscript for booters that strips the unwind sections.
XXX: untested

(christos)

2013-11-01 00:18:24 UTC MAIN commitmail json YAML

provide an ldscript to strip the unwind sections
XXX: untested

(christos)

2013-10-31 21:02:11 UTC MAIN commitmail json YAML

Handle new objc for gcc-4.8.1. Someone with more objc foo can do this better.

(christos)

2013-10-31 20:31:04 UTC MAIN commitmail json YAML

avoid pointer aliasing problems.

(christos)

2013-10-31 17:28:10 UTC MAIN commitmail json YAML

Handle more than gcc 4.5

(christos)

2013-10-31 16:50:14 UTC MAIN commitmail json YAML

2013-10-31 07:37:06 UTC MAIN commitmail json YAML

Add a reference to secmodel_extensions(9), to make it a little easier to
figure out how to enable mounts for unprivileged users.  (Why don't we
just explain vfs.generic.usermount in the mount(8) man page?)

Also add another example of different ways in which the "special"
argument is interpreted by different file systems: mount_tmpfs(8)
ignores it.

(apb)

2013-10-31 06:01:39 UTC MAIN commitmail json YAML

Add 40bit DMA bug workaround(BGEF_40BIT_BUG) from FreeBSD (part of r199670).
This workaround is for 5714/5715 controllers and is not actually a MAC
controller bug but an issue with the embedded PCIe to PCI-X bridge in the
device.
This change uses bus_dmatag_subregion(), so this workaround won't work on some
archs which doesn't support bus_dmatag_subregion().

(msaitoh)

2013-10-31 04:26:40 UTC MAIN commitmail json YAML

Cleanup flag setting. No functional change.
- Split flags into bge_flags and bge_phy_flags.
- Rename flags. PHY related flags are prefixed with BGEPHYF_*.
  Other flags are prefixed with BGEF_*.

(msaitoh)

2013-10-31 01:55:03 UTC MAIN commitmail json YAML

create mkdep output with a temporary file so that failures in
complation during .d creation don't leave an empty (stale) .d
file around to break future builds.

(hmm, probably could use .PRECIOUS here.)

(mrg)

2013-10-31 00:59:17 UTC MAIN commitmail json YAML

tmpfs_alloc_node: it is less error-prone to store the link path with
the NIL terminator included.  Adjust tmpfs_readlink() to exclude NIL.
Also, remove the check for zero-length and add some asserts.

(rmind)

2013-10-31 00:30:14 UTC MAIN commitmail json YAML

Try improving the description.

(wiz)

2013-10-30 23:32:30 UTC MAIN commitmail json YAML

Preserve NetBSD version from the ABI tag for compat use.

(joerg)

2013-10-30 20:27:40 UTC MAIN commitmail json YAML

2013-10-30 15:41:14 UTC MAIN commitmail json YAML

play the addref/delref game on suspend, prevents crash if the disk/CF Card
is eg. in a PCMCIA adapter and not mounted

(drochner)

2013-10-30 15:37:49 UTC MAIN commitmail json YAML

-recognize CF cards by the magic value in inquiry data
-kill CFG_ATAPI_MASK, didn't see anything in the specs supporting
that it exists

(drochner)

2013-10-30 15:17:01 UTC MAIN commitmail json YAML

In "make sortlists", if the file was already sorted then don't
change its timestamp.

(apb)

2013-10-30 15:15:12 UTC MAIN commitmail json YAML

Instead of stupid postprocessor tricks, use redirect tricks
to ensure that the output from ${PRINT_PARAMS} contains only
the desired information without any debugging noise.

(apb)

2013-10-30 14:25:47 UTC MAIN commitmail json YAML

Ignore SIGPIPE; this is silly, we are getting EOF from a client, then while
processing the error SIGPIPE comes because the client closed the connection,
and then we end up calling error() while processing the error which prints
silly messages on the console because it logs with LOG_EMERG.

(christos)

2013-10-30 13:08:14 UTC MAIN commitmail json YAML

Oh, stdint.h isn't written with a comma ...

(pooka)

2013-10-30 12:55:53 UTC MAIN commitmail json YAML

need to include stdint.h before rump/rumpuser.h

(pooka)

2013-10-30 12:30:32 UTC MAIN commitmail json YAML

glibc on MIPS uses the same DYN d_ptr variant as NetBSD and musl.

from Justin Cormack

(pooka)

2013-10-30 08:42:46 UTC MAIN commitmail json YAML

mark rump's CPU_INFO_ITERATOR as being __unused.

(mrg)

2013-10-30 08:42:16 UTC MAIN commitmail json YAML

avoid uninitialised variable use.

(mrg)

2013-10-30 08:41:57 UTC MAIN commitmail json YAML

ensure variables are initialised

(mrg)

2013-10-30 08:41:38 UTC MAIN commitmail json YAML

2013-10-30 08:40:32 UTC MAIN commitmail json YAML

Fix incorrect function names in panic message strings.

(gson)

2013-10-30 08:39:01 UTC MAIN commitmail json YAML

remove unused variables

(mrg)

2013-10-30 08:38:40 UTC MAIN commitmail json YAML

#ifdef a variable decl/setting with it's use.

(mrg)

2013-10-30 08:27:01 UTC MAIN commitmail json YAML

use __diagused where appropriate.

(mrg)

2013-10-30 06:47:18 UTC MAIN commitmail json YAML

2013-10-30 04:16:44 UTC MAIN commitmail json YAML

Remove extra period.

(msaitoh)

2013-10-30 02:22:52 UTC MAIN commitmail json YAML

add ./usr/include/gcc-4.8 directory to the build.

(mrg)

2013-10-29 20:11:52 UTC MAIN commitmail json YAML

2013-10-29 17:35:40 UTC MAIN commitmail json YAML

include sys/condvar.h

(mbalmer)

2013-10-29 17:35:04 UTC MAIN commitmail json YAML

initialize variables

(mbalmer)

2013-10-29 16:39:10 UTC MAIN commitmail json YAML

npf_session_setnat: fix the race condition when the old connection is still
being expired while a new/duplicate is being created.

(rmind)

2013-10-29 16:19:28 UTC MAIN commitmail json YAML

Add MIPS.  Requested by Justin Cormack.

(pooka)

2013-10-29 16:18:42 UTC MAIN commitmail json YAML

Maintain arch list in a separate variable.
no functional change

(pooka)

2013-10-29 16:11:46 UTC MAIN commitmail json YAML

2013-10-29 16:11:15 UTC MAIN commitmail json YAML

Mark usage as dead.

(joerg)

2013-10-29 16:10:49 UTC MAIN commitmail json YAML

Remove bogus cast. The LHS type is smaller, so let the compiler decide
on the correct (unsigned type).

(joerg)

2013-10-29 16:02:15 UTC MAIN commitmail json YAML

PR/48351: Dennis Ferguson: Fix incorrect parsing of flock flags.
XXX: still flock -s 0 fails with EINVAL, why?

(christos)

2013-10-29 12:27:23 UTC MAIN commitmail json YAML

Small typo. From Michael W. Bombardieri.

(njoly)

2013-10-29 10:06:07 UTC netbsd-6 commitmail json YAML

2013-10-29 10:04:41 UTC netbsd-5 commitmail json YAML

2013-10-29 10:04:12 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by bad in ticket #1888):
sys/ufs/ffs/ffs_alloc.c: revision 1.144 via patch

Pull in fix from FreeBSD ffs_alloc.c r121785:
Consider only cylinder groups with at least 75% of the average free space
per cylinder group and 75% of the average free inodes per cylinder group
as candidates for the creation of a new directory.  Avoids excessive I/O
scanning for a suitable cylinder group on relatively full file systems.

(sborrill)

2013-10-29 09:53:51 UTC MAIN commitmail json YAML

Vnode API cleanup pass 1.

- Make these defines and functions private to vfs_vnode.c:

  VC_MASK, VC_LOCK, DOCLOSE, VI_IANCTREDO and VI_INACTNOW
  vclean() and vrelel()

- Remove the long time unused lwp argument from vrecycle().

- Remove vtryget(), it is responsible for ugly hacks and doesn't
  look that effective.

Presented on tech-kern.

Welcome to 6.99.25

(hannken)

2013-10-29 09:52:03 UTC netbsd-6 commitmail json YAML

2013-10-29 09:51:30 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by bad in ticket #978):
sys/ufs/ffs/ffs_alloc.c: revision 1.144

Pull in fix from FreeBSD ffs_alloc.c r121785:
Consider only cylinder groups with at least 75% of the average free space
per cylinder group and 75% of the average free inodes per cylinder group
as candidates for the creation of a new directory.  Avoids excessive I/O
scanning for a suitable cylinder group on relatively full file systems.

(sborrill)

2013-10-29 09:40:44 UTC MAIN commitmail json YAML

2013-10-29 09:18:45 UTC MAIN commitmail json YAML

2013-10-29 08:34:07 UTC MAIN commitmail json YAML

2013-10-29 01:06:03 UTC MAIN commitmail json YAML

Don't endian-twiddle solid source colours in composite operations on R1xx
Now gtk2-rendered text looks right again with EXA and xrender acceleration
enabled.
Probably needs similar fixes for R2xx, also needs testing on little-endian
hardware.

(macallan)

2013-10-29 00:45:00 UTC MAIN commitmail json YAML

2013-10-29 00:22:59 UTC MAIN commitmail json YAML

Add EM_AARCH64 from Elliott Hughes

(christos)

2013-10-29 00:14:52 UTC MAIN commitmail json YAML

Add the if_axen kmod to md.evbppc to unbreak the evbppc build.

(riz)

2013-10-28 23:46:17 UTC MAIN commitmail json YAML

Instead of guessing the suffix in the code, use the suffix list previously
loaded via man.conf(5). While there, zap unused iteration code.
(Franco Fichtner)

(christos)

2013-10-28 22:52:04 UTC MAIN commitmail json YAML

Make sure certain files are always assembled with -marm

(matt)

2013-10-28 22:51:16 UTC MAIN commitmail json YAML

2013-10-28 22:50:25 UTC MAIN commitmail json YAML

2013-10-28 22:35:07 UTC MAIN commitmail json YAML

2013-10-28 21:39:45 UTC MAIN commitmail json YAML

Adding luactl.debug to lists to fix debug build.

(htodd)

2013-10-28 21:38:01 UTC MAIN commitmail json YAML

add an alias for the linux name for the interface index

(christos)

2013-10-28 21:36:43 UTC MAIN commitmail json YAML

Add DF_* values for DT_FLAGS

(matt)

2013-10-28 21:32:52 UTC MAIN commitmail json YAML

Pull in fix from FreeBSD ffs_alloc.c r121785:
Consider only cylinder groups with at least 75% of the average free space
per cylinder group and 75% of the average free inodes per cylinder group
as candidates for the creation of a new directory.  Avoids excessive I/O
scanning for a suitable cylinder group on relatively full file systems.

Tested by sborril and me.

Pullup: netbsd-6, netbsd-5

Original commit message:

Tweak the calculation of minbfree in ffs_dirpref() so that only
those cylinder groups that have at least 75% of the average free
space per cylinder group for that file system are considered as
candidates for the creation of a new directory.  The previous formula
for minbfree would set it to zero if the file system was more than
75% full, which allowed cylinder groups with no free space at all
to be chosen as candidates for directory creation, which resulted
in an expensive search for free blocks for each file that was
subsequently created in that directory.

Modify the calculation of minifree in the same way.

Decrease maxcontigdirs as the file system fills to decrease the
likelyhood that a cluster of directories will overflow the available
space in a cylinder group.

Reviewed by: mckusick
Tested by: kmarx@vicor.com
MFC after: 2 weeks

(bad)

2013-10-28 20:32:15 UTC MAIN commitmail json YAML

2013-10-28 20:06:05 UTC MAIN commitmail json YAML

2013-10-28 19:18:54 UTC MAIN commitmail json YAML

link core(9l) (docs pending) to the build

(mbalmer)

2013-10-28 19:05:21 UTC MAIN commitmail json YAML

2013-10-28 18:51:13 UTC MAIN commitmail json YAML

2013-10-28 18:33:20 UTC MAIN commitmail json YAML

create a lua device node for lua(4) and luactl(8)

(mbalmer)

2013-10-28 17:49:33 UTC MAIN commitmail json YAML

Add support for scratchpad buffers (required for some XHCI devices).
Fix an endian issue.

(matt)

2013-10-28 17:40:43 UTC MAIN commitmail json YAML

Add an explicit initialization of .new_device = NULL

(matt)

2013-10-28 11:24:08 UTC MAIN commitmail json YAML

Fix name of sysctl setup function.

(rkujawa)

2013-10-28 05:41:49 UTC MAIN commitmail json YAML

2013-10-28 05:37:24 UTC MAIN commitmail json YAML

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).

(msaitoh)

2013-10-28 01:47:13 UTC MAIN commitmail json YAML

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.

(mrg)

2013-10-28 01:06:36 UTC MAIN commitmail json YAML

2013-10-27 20:25:45 UTC MAIN commitmail json YAML

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.

(pooka)

2013-10-27 18:30:49 UTC MAIN commitmail json YAML

No more walk on the wild side.  RIP Lou Reed.

(mbalmer)

2013-10-27 17:12:28 UTC MAIN commitmail json YAML

2013-10-27 16:59:46 UTC MAIN commitmail json YAML

usbdevs: add an entry for external WD disk.

(rmind)

2013-10-27 16:39:47 UTC MAIN commitmail json YAML

2013-10-27 16:25:01 UTC MAIN commitmail json YAML

- fpu_state_save() on amd64: ci->ci_fpsaving is no longer used, simplify.
- Remove some unnecessary header inclusions.  Misc clean up while here.

(rmind)

2013-10-27 16:22:08 UTC MAIN commitmail json YAML

Add NPF_MAX_RULES, an artificial limit (set it to 1M).

(rmind)

2013-10-27 16:19:33 UTC MAIN commitmail json YAML

vttodt_tab: index in C99 way, makes it less error-prone.

(rmind)

2013-10-27 16:18:30 UTC MAIN commitmail json YAML

Note some BPF and NPF changes.

(rmind)

2013-10-27 16:03:20 UTC MAIN commitmail json YAML

Give the hypercall interface a version number.  This is for
implementations outside of the tree.

(pooka)

2013-10-27 12:47:54 UTC MAIN commitmail json YAML

2013-10-27 12:38:08 UTC MAIN commitmail json YAML

More user friendly sqlite.open() function.
Add a few more symbols.
Register all function in the sqlite table.

(mbalmer)

2013-10-27 11:56:19 UTC MAIN commitmail json YAML

Add man mage links for __debugused(3) and __diagused(3).

(apb)

2013-10-27 11:43:07 UTC MAIN commitmail json YAML

2013-10-27 11:41:38 UTC MAIN commitmail json YAML

Fix date and remove superfluous comma.

(wiz)

2013-10-27 11:38:13 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2013-10-27 10:09:28 UTC MAIN commitmail json YAML

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.

(apb)

2013-10-27 10:06:01 UTC MAIN commitmail json YAML

Fix memory leak in gensub()

(mlelstv)

2013-10-27 10:05:15 UTC MAIN commitmail json YAML

refer to __USE(3)

(apb)

2013-10-27 09:29:42 UTC MAIN commitmail json YAML

Add "make sortlists", for sorting the set lists.  This may be
run manually, before committing changes to the lists files.

(apb)

2013-10-27 09:27:23 UTC MAIN commitmail json YAML

2013-10-27 09:22:20 UTC MAIN commitmail json YAML

grep-2.15 out.

(wiz)

2013-10-27 08:37:22 UTC MAIN commitmail json YAML

lua.h is not imaginary anymore

(mbalmer)

2013-10-27 08:35:41 UTC MAIN commitmail json YAML

2013-10-27 02:39:21 UTC MAIN commitmail json YAML

Revert mi because the added line refers to an imaginary file.

(htodd)

2013-10-27 02:25:03 UTC MAIN commitmail json YAML

Note that NetBSD/x68k now supports upto 1008 MB extended memory found on XM6i.

(tsutsui)

2013-10-27 02:06:06 UTC MAIN commitmail json YAML

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.

(tsutsui)

2013-10-26 22:59:28 UTC MAIN commitmail json YAML

2013-10-26 22:58:29 UTC MAIN commitmail json YAML

2013-10-26 22:58:04 UTC MAIN commitmail json YAML

Formatting and macro usage fixes. Fix xrefs.

(wiz)

2013-10-26 22:55:51 UTC MAIN commitmail json YAML

Syntax and formatting fixes. Add missing command. Explain 'sb'.

(wiz)

2013-10-26 21:06:38 UTC MAIN commitmail json YAML

murmurhash2: add an optimised path for the aligned pointer case.

(rmind)

2013-10-26 20:31:23 UTC MAIN commitmail json YAML

cosmetic fix from drochner@

(jnemeth)

2013-10-26 20:07:14 UTC MAIN commitmail json YAML

add CVS marker

(mbalmer)

2013-10-26 20:06:38 UTC MAIN commitmail json YAML

2013-10-26 18:49:30 UTC MAIN commitmail json YAML

Use machine_model from autoconf.c, instead of calling the firmware here.

(jdc)

2013-10-26 18:47:27 UTC MAIN commitmail json YAML

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@.

(jdc)

2013-10-26 18:31:29 UTC MAIN commitmail json YAML

change void<space> to void<tab> for device_printf

(matt)

2013-10-26 18:28:15 UTC MAIN commitmail json YAML

A fan reading of 0xff is also invalid (observed on AlphaServer DS20L).

(jdc)

2013-10-26 18:07:52 UTC MAIN commitmail json YAML

Use CPP symbols to determine the right MACHINE_ARCH

(matt)

2013-10-26 17:46:48 UTC MAIN commitmail json YAML

kill unused .El macro

(mbalmer)

2013-10-26 17:06:51 UTC MAIN commitmail json YAML

Kill extra El macro.

(njoly)

2013-10-26 15:18:21 UTC MAIN commitmail json YAML

Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.

(rkujawa)

2013-10-26 10:48:19 UTC MAIN commitmail json YAML

2013-10-26 09:19:45 UTC MAIN commitmail json YAML

note axen(4).

(nonaka)

2013-10-26 09:18:00 UTC MAIN commitmail json YAML

also register gpio_methods on the gpio table

(mbalmer)

2013-10-26 09:16:20 UTC MAIN commitmail json YAML

2013-10-26 08:37:58 UTC MAIN commitmail json YAML

.Xr intro(3lua) and intro(9lua)

(mbalmer)

2013-10-26 08:23:38 UTC MAIN commitmail json YAML

build and install intro(3lua) and intro(9lua)

(mbalmer)

2013-10-26 07:51:25 UTC MAIN commitmail json YAML

2013-10-26 07:42:18 UTC MAIN commitmail json YAML

2013-10-26 03:26:57 UTC MAIN commitmail json YAML

define a HOST_LINK.cc always.

(mrg)

2013-10-25 22:19:41 UTC MAIN commitmail json YAML

Whitespace; better macro.

(wiz)