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 (4h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 07:52:13 UTC Now

2015-06-25 05:30:48 UTC MAIN commitmail json YAML

2015-06-25 05:27:00 UTC MAIN commitmail json YAML

Don't add duplicate compat paths

(matt)

2015-06-25 01:38:09 UTC MAIN commitmail json YAML

Make this work without a populated X11 include heirarchy.  It's ugly
but it works.

(matt)

2015-06-24 22:20:26 UTC MAIN commitmail json YAML

2015-06-24 19:46:30 UTC MAIN commitmail json YAML

Fix type of pd_rom_found_size: it's a size, not a handle.

(riastradh)

2015-06-24 18:23:23 UTC MAIN commitmail json YAML

Use bus_space_read rather than kmemdup to read ROM.

jakllsch@ reports that on some 64-bit systems, kmemdup does 8-byte
reads, which yield garbage in the high word.  bus_space_read_region_1
does 1-byte reads instead, which seem to work.

Derived from a patch from jakllsch@.

(riastradh)

2015-06-24 18:20:36 UTC MAIN commitmail json YAML

Save the location of the found ROM so caller can bus_space_read it.

(riastradh)

2015-06-24 16:10:54 UTC MAIN commitmail json YAML

Tag libgcc.so.debug with gcc

(matt)

2015-06-24 14:51:18 UTC MAIN commitmail json YAML

2015-06-24 14:29:51 UTC MAIN commitmail json YAML

merge GCC 4.8.5 (round two)

(mrg)

2015-06-24 14:28:29 UTC MAIN commitmail json YAML

2015-06-24 13:58:29 UTC MAIN commitmail json YAML

add gcc keyword to libgcc_s.so files

(matt)

2015-06-24 13:42:53 UTC MAIN commitmail json YAML

Don't add anything to CFLAGS/LDFLAGS on mips64 is BSD_MK_COMPAT_FILE is set.

(matt)

2015-06-24 11:09:27 UTC MAIN commitmail json YAML

No functional change:
- Fix typo.
- KNF a bit.

(msaitoh)

2015-06-24 10:26:26 UTC MAIN commitmail json YAML

gcc-4.8.5 out.

(wiz)

2015-06-24 10:00:37 UTC MAIN commitmail json YAML

fix: pexih->ih_evcnt->ev_name pointed stack address wrongly.

(knakahara)

2015-06-24 06:19:52 UTC MAIN commitmail json YAML

2015-06-24 06:18:11 UTC MAIN commitmail json YAML

All mips ports will need it.

(matt)

2015-06-24 01:39:24 UTC MAIN commitmail json YAML

Remove spurious rump from directories

(matt)

2015-06-24 01:29:33 UTC MAIN commitmail json YAML

Change CC1_SPEC andd CC1PLUS_SPEC to supply -fPIC by default if none of
m32 mrelocatable fpie fPIE fpic fPIC fno-pie fno-pic are supplied.

(matt)

2015-06-23 21:00:23 UTC MAIN commitmail json YAML

2015-06-23 20:56:17 UTC MAIN commitmail json YAML

Always use sync if mips3 or later or not using O32 ABI.  (A little redundant
since not using O32 means you are using mips3 or later.)

(matt)

2015-06-23 20:54:43 UTC MAIN commitmail json YAML

Always build for mips3.  Use -Os instead -O2 for smallest code size.
text goes from 74608 to 63020

(matt)

2015-06-23 20:27:28 UTC MAIN commitmail json YAML

#include <mips/cpuregs.h>

(matt)

2015-06-23 19:22:56 UTC MAIN commitmail json YAML

Separate the two conditions for the KASSERT, so we can tell which
one occurred.

(pgoyette)

2015-06-23 16:33:21 UTC MAIN commitmail json YAML

Add DTRACE and CTF libraries

(matt)

2015-06-23 14:38:49 UTC MAIN commitmail json YAML

Remove compatmodules lines since they are now autogenerated

(matt)

2015-06-23 12:22:35 UTC nick-nhusb commitmail json YAML

Comment updates from t-hash.

(skrll)

2015-06-23 12:08:21 UTC nick-nhusb commitmail json YAML

2015-06-23 12:07:20 UTC nick-nhusb commitmail json YAML

2015-06-23 12:03:29 UTC nick-nhusb commitmail json YAML

2015-06-23 10:42:35 UTC MAIN commitmail json YAML

Add a vfs_newvnode() method to deadfs and use it to create
anonymous device vnodes with bdevvp() and cdevvp().

Implement spec_inactive() and spec_reclaim() to handle these nodes.

(hannken)

2015-06-23 10:41:59 UTC MAIN commitmail json YAML

Use VFS_PROTOS() for deadfs.  Rename dead_mount to dead_rootmount.

(hannken)

2015-06-23 10:41:42 UTC MAIN commitmail json YAML

Fix the KASSERT - we want to make sure that _both_ pointers are non-NULL,
n ot just that one or the other is non-NULL!

(pgoyette)

2015-06-23 10:41:32 UTC MAIN commitmail json YAML

VOP_INACTIVE() is a rump operation, not a specfs operation.

(hannken)

2015-06-23 10:41:07 UTC MAIN commitmail json YAML

No need to call spec_inactive() from ptyfs_incative().

(hannken)

2015-06-23 10:40:36 UTC MAIN commitmail json YAML

Remove the test for mounted-on block devices in vclean() and
always close the vnode here.

A forced unmount of a file system holding a mounted-on
block device will make this mounted-on file system unusable.

(hannken)

2015-06-23 10:00:13 UTC MAIN commitmail json YAML

Fix a bug that an interrupt mask is "un"masked in intr_"dis"establish_xcall().
It's not intended.
- If there is no any handler,
  1) do delroute because it has no any source and
  2) dont' hwunmask to prevent spurious interrupt.
- If there is any handler,
  1) don't delroute because it has source and
  2) do hwunmask to be able to get interrupt again.

(msaitoh)

2015-06-23 06:28:29 UTC MAIN commitmail json YAML

2015-06-23 04:45:53 UTC MAIN commitmail json YAML

2015-06-23 04:44:08 UTC MAIN commitmail json YAML

Don't reference netbsd32_nfssvc unless NFSSERVER is defined.
Fixes PR 49994.

(dholland)

2015-06-23 01:38:17 UTC MAIN commitmail json YAML

Default MKPICLIB on powerpc64 to yes

(matt)

2015-06-23 01:37:13 UTC MAIN commitmail json YAML

By changing rs6000_elf_reloc_rw_mask to return 3 if using a powerpc64 ABI
on NetBSD, we basicly eliminate the only difference between have -fPIC or
not.  This enables us to turn on MKPICLIB for powerpc64.

(matt)

2015-06-23 01:03:35 UTC MAIN commitmail json YAML

2015-06-23 00:58:16 UTC MAIN commitmail json YAML

Fix spurious wantedness of compat, compattests, kmod, and compatmodules
keywords.  Be more consistent in names.

(matt)

2015-06-23 00:30:47 UTC MAIN commitmail json YAML

2015-06-22 22:35:51 UTC MAIN commitmail json YAML

- don't create a db file.
- add more tests.

(christos)

2015-06-22 21:16:02 UTC MAIN commitmail json YAML

Fix hash iteration that deletes the current element under the cursor by
adjusting the position of the iterator appropriately.
XXX: pullup 7

(christos)

2015-06-22 19:11:00 UTC MAIN commitmail json YAML

2015-06-22 19:10:14 UTC MAIN commitmail json YAML

2015-06-22 19:08:14 UTC MAIN commitmail json YAML

2015-06-22 19:06:06 UTC MAIN commitmail json YAML

2015-06-22 19:04:21 UTC MAIN commitmail json YAML

Don't put COMPATARCHDIRS or KMODARCHDIRS since we handle them explicitly.

(matt)

2015-06-22 18:50:06 UTC MAIN commitmail json YAML

Delay moving to the next key until the next iteration. This avoids returning
invalid data to the user if the user deletes the current key, but it also
fails to iterate over some keys as will be shown by a unit test. From FreeBSD.

(christos)

2015-06-22 17:43:23 UTC MAIN commitmail json YAML

don't define statics we don't need

(christos)

2015-06-22 16:35:13 UTC MAIN commitmail json YAML

Make module_machine const char *

(matt)

2015-06-22 14:17:04 UTC MAIN commitmail json YAML

Need to check MKCOMPATMODULES as well.

(matt)

2015-06-22 10:35:00 UTC MAIN commitmail json YAML

2015-06-22 08:51:42 UTC MAIN commitmail json YAML

Force ARCHDIR_SUBDIR to empty before including some archdirs.mk - the
different files may set different values (or none at all).
Example: earm has "oabi" as compat, but none as module subdir.

(martin)

2015-06-22 07:26:52 UTC MAIN commitmail json YAML

Fix wrong output in mpacpi_pci_foundbus() with MPVERBOSE. Assign
vaues before printing them.

(msaitoh)

2015-06-22 07:07:10 UTC MAIN commitmail json YAML

Rework a little.  test MKCOMPATMODULES for KMOD entry autogeneration.

(matt)

2015-06-22 06:47:26 UTC MAIN commitmail json YAML

Default MKCOMPATMODULES to yes for mips64e{b,l}

(matt)

2015-06-22 06:46:27 UTC MAIN commitmail json YAML

2015-06-22 06:24:17 UTC MAIN commitmail json YAML

Use %p, %#xl etc. for pointers and addresses.

(matt)

2015-06-22 06:06:02 UTC MAIN commitmail json YAML

#include "assym.h"
Don't include "assym.h" with _RUMPKERNEL defined.

(matt)

2015-06-22 06:03:20 UTC MAIN commitmail json YAML

Add libraries created by MKZFS != "no"

(matt)

2015-06-22 06:02:02 UTC MAIN commitmail json YAML

2015-06-22 05:59:59 UTC MAIN commitmail json YAML

Using archdirs.mk in compat, automagically generate compat entries for
files tagged with compatfile relative to directories tagged with compatdir.
This also applies to compattestsdirs and compattestsfile when
MKCOMPAT != "no" and MKCOMPATTESTS != "no".
Using archdirs.mk in sys/modules/arch, set list entries are automatically
create for all the other defined variants in ARCHDIR_SUBDIR (if any).
This should cut down on set lists getting out-of-sync a lot.

(matt)

2015-06-22 03:57:01 UTC MAIN commitmail json YAML

Don't check PCI_FLAGS_"MSI"_OKAY in pci_"msix"_alloc_common().
OK'd by knakahara.

(msaitoh)

2015-06-22 00:11:33 UTC MAIN commitmail json YAML

Add tests/share/mk and external/bsd/atf/tests/atf for MKCOMPATTESTS

(matt)

2015-06-22 00:09:40 UTC MAIN commitmail json YAML

Reduce the amount that's include protected.

(matt)

2015-06-22 00:06:38 UTC MAIN commitmail json YAML

Build external/gpl3/lib/libmudpath{,th} so that MKCOMPAT picks it up

(matt)

2015-06-22 00:05:24 UTC MAIN commitmail json YAML

2015-06-21 20:26:02 UTC MAIN commitmail json YAML

remove <sys/cdefs.h> for portability reasons

(christos)

2015-06-21 16:06:51 UTC MAIN commitmail json YAML

merge tzcode2015e:

  Changes affecting code

    When displaying data, tzselect converts it to the current locale's
    encoding if the iconv command works.  (Problem reported by random832.)

    tzselect no longer mishandles Dominica, fixing a bug introduced
    in Release 2014f.  (Problem reported by Owen Leibman.)

    zic -l no longer fails when compiled with -DTZDEFAULT=\"/etc/localtime\".
    This fixes a bug introduced in Release 2014f.
    (Problem reported by Leonardo Chiquitto.)

(christos)

2015-06-21 15:32:52 UTC MAIN commitmail json YAML

zoneinfo: Import tzdata2015e. [apb 20150621]

(apb)

2015-06-21 15:30:13 UTC MAIN commitmail json YAML

tzcode2015e/tzdata2015e were released.  We have tzdata2015e.

(apb)

2015-06-21 15:00:07 UTC MAIN commitmail json YAML

Remove duplicate ASEND(undefined_entry)

(matt)

2015-06-21 14:09:48 UTC MAIN commitmail json YAML

2015-06-21 14:03:38 UTC MAIN commitmail json YAML

s/sparc64/native 64 bit/ in a comment...

(mrg)

2015-06-21 14:00:40 UTC MAIN commitmail json YAML

2015-06-21 13:50:34 UTC MAIN commitmail json YAML

2015-06-21 13:43:58 UTC MAIN commitmail json YAML

2015-06-21 13:40:25 UTC MAIN commitmail json YAML

2015-06-21 12:54:33 UTC MAIN commitmail json YAML

2015-06-21 12:52:40 UTC MAIN commitmail json YAML

2015-06-21 12:51:33 UTC MAIN commitmail json YAML

2015-06-21 12:29:48 UTC MAIN commitmail json YAML

Cosmetics: fill in details about some currently unimplemented syscalls.

(martin)

2015-06-21 12:05:11 UTC MAIN commitmail json YAML

filesystem -> file system.

(wiz)

2015-06-21 08:47:15 UTC MAIN commitmail json YAML

2015-06-21 08:32:36 UTC MAIN commitmail json YAML

Fix compat/versioning confusion and add the missing new versioned ones.

(martin)

2015-06-21 08:29:52 UTC MAIN commitmail json YAML

2015-06-21 08:28:36 UTC MAIN commitmail json YAML

Add the two versioned mq_* calls I missed in the last round

(martin)

2015-06-21 08:23:22 UTC MAIN commitmail json YAML

Restore logic for setting the VERASE character.
- use terminfo _unless_ the terminal does overstrike.
- use terminfo data not only for an unset tty.

(mlelstv)

2015-06-21 07:45:10 UTC MAIN commitmail json YAML

./usr/libdata/firmware/radeon is obsolete so remove it.

(matt)

2015-06-21 06:51:05 UTC MAIN commitmail json YAML

2015-06-21 06:06:01 UTC MAIN commitmail json YAML

separate the 3 functions midirecord uses from libaudio.a into its own
file and link it directly, instead of having an (implicit) dependancy
on usr.bin/audio/common being built before usr.bin/midirecord is linked.

(mrg)

2015-06-21 06:04:45 UTC MAIN commitmail json YAML

fix the log message typo.

(mrg)

2015-06-21 04:01:40 UTC MAIN commitmail json YAML

Add used-by comments on source files that are .PATH'd in from elsewhere.

(dholland)

2015-06-21 03:58:36 UTC MAIN commitmail json YAML

global variables should be declared extern.

(dholland)

2015-06-21 03:33:22 UTC MAIN commitmail json YAML

2015-06-21 01:13:21 UTC MAIN commitmail json YAML

Restart the loop each time we delete an entry because the hash code does
not handle it well. Is that a db bug?

(christos)

2015-06-20 19:58:41 UTC MAIN commitmail json YAML

2015-06-20 19:56:24 UTC MAIN commitmail json YAML

2015-06-20 19:55:07 UTC MAIN commitmail json YAML

Add sigqueuinfo, modctl and mq_*.

(martin)

2015-06-20 16:42:32 UTC MAIN commitmail json YAML

There was a pilot flying a small single engine charter plane, with
a couple of very important executives on board. He was coming into
the Berkeley airport through thick fog with less than 10 miles
visibility when his instruments went out.

He began circling around looking for a landmark. Finally, a small
opening in the fog appears and he sees a tall building with a guy
working alone on the fifth floor. He banks the plane around, rolls
down the window and shouts to the guy, "Hey where am I?"

The man replies, "You're in an airplane." The pilot rolls up the
window, executes a 275 degree turn and proceeds to perform a
perfect blind landing on the airport runway 5 miles away. Just as
the plane stops, so does the engine as the fuel has run out.

The passengers are amazed and one asks how he did it.

"Quite easy," replies the pilot, "I asked the guy in that building
a simple question. The answer he gave me was 100 percent correct
but absolutely useless, therefore, that must be NetBSD's
support office and from there the airport is just five miles due
East." (Credits:
http://www.techsupportforum.com/forums/f289/microsoft-joke-404432.html)

Seriously: give the reader of the manpage an idea on what this program
is for without forcing them to Google or read another manpage.

(hubertf)

2015-06-20 14:44:56 UTC MAIN commitmail json YAML

Welcome to 7.99.19!
Cumulative bump for recent mqueue, sigqueue and modctl changes to support
netbsd32 emulation.

(martin)

2015-06-20 14:41:54 UTC MAIN commitmail json YAML

Make mqueue_get public, rearrange mq_open into a helper function that can
be called from compat code, adapt mqueue_create accordingly.

(martin)

2015-06-20 07:13:25 UTC MAIN commitmail json YAML

__USE_TOPDOWN_VM

Fixes PR/49974: mmap(2) of large anonymous regions is broken

"go for it" from matt@

(skrll)

2015-06-20 04:18:00 UTC MAIN commitmail json YAML

PR 49988 Kamil Rytarowski: fix pasto

(dholland)

2015-06-19 22:51:57 UTC MAIN commitmail json YAML

plug memory leak in drm_vma_node_revoke().

(chs)

2015-06-19 18:17:49 UTC MAIN commitmail json YAML

Add support for MKCOMPATTESTS

(matt)

2015-06-19 18:17:26 UTC MAIN commitmail json YAML

2015-06-19 18:16:06 UTC MAIN commitmail json YAML

2015-06-19 18:13:52 UTC MAIN commitmail json YAML

Add MKCOMPATTESTS knob to enable building and installing the NetBSD test
suite as part of doing MKCOMPAT

(matt)

2015-06-19 17:51:18 UTC netbsd-6 commitmail json YAML

2015-06-19 17:40:47 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1306):
lib/libperfuse/ops.c: revision 1.84
Fix dot-lookup when readdir does not provide inodes
Some filesystems do not provide inode numbers through readdir (FUSE
mounts
without -o use_ino). We therefore have to lookup each directory entry to
get the missing numbers.
dot and double-dot are exceptions, as we already know the values.
Moreover,
the lookup code does not expect to get requests for dot and will abort
perfused(8) when it gets some. In order to fix that, we just check for
dot and double-dot special case and use the known values instead of
sending
a lookup.

(snj)

2015-06-19 17:35:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1305):
lib/libperfuse/ops.c: revision 1.60
When lookup returns a node with null inode number, it means the ENOENT,
with negative caching. We do not implement negative caching yet, but
we honour the ENOENT.

(snj)

2015-06-19 17:33:21 UTC MAIN commitmail json YAML

Deal with limits properly.
Don't print strerror() 2ice.
XXX: pullup-7

(christos)

2015-06-19 17:23:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #1303):
sys/arch/vax/vsa/vsbus.c: revision 1.61
Add missing break - from Felix Deichmann in PR port-vax/49935

(snj)

2015-06-19 17:20:02 UTC MAIN commitmail json YAML

2015-06-19 17:17:59 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by wiz in ticket #1302):
lib/libcurses/unctrl.h: revision 1.5
Fix quoting in macro.
Needed by dialog-1.2-20150513.

(snj)

2015-06-19 17:17:24 UTC MAIN commitmail json YAML

remove useless assignment and explain why.

(christos)

2015-06-19 17:16:11 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1307):
lib/libcurses/curses.h: revision 1.107
mvgetnstr should have a length argument as the name implies.

(snj)

2015-06-19 17:14:04 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1970):
lib/libcurses/curses.h: revision 1.107
mvgetnstr should have a length argument as the name implies.

(snj)

2015-06-19 14:55:51 UTC MAIN commitmail json YAML

2015-06-19 14:32:56 UTC MAIN commitmail json YAML

restore use of whitespace needing shell.

(christos)

2015-06-19 14:32:04 UTC MAIN commitmail json YAML

make needshell customizable, so that xinstall can use it.

(christos)

2015-06-19 14:25:34 UTC MAIN commitmail json YAML

create needshell so we don't scan the string multiple times.

(christos)

2015-06-19 14:25:16 UTC MAIN commitmail json YAML

2015-06-19 14:24:00 UTC MAIN commitmail json YAML

Make handle_modctl_load() usable from compat/netbsd32.

(martin)

2015-06-19 12:27:02 UTC MAIN commitmail json YAML

2015-06-19 10:18:19 UTC MAIN commitmail json YAML

Make kill1 public (we'll need it from compat/netbsd32)

(martin)

2015-06-19 08:03:35 UTC MAIN commitmail json YAML

Adjust metachar handling to previous behaviour:
- space and tab are no shell metachars, remove them from generic
  metachar function
- add space and tab as to-be-quoted characters for :Q modifier
- add = and : as characters that require command handling by the shell

(mlelstv)

2015-06-19 06:32:08 UTC MAIN commitmail json YAML

Don't include <machine/param.h>

(matt)

2015-06-19 06:02:31 UTC MAIN commitmail json YAML

2015-06-19 02:56:03 UTC netbsd-7 commitmail json YAML

2015-06-19 02:45:51 UTC netbsd-7 commitmail json YAML

2015-06-19 02:44:18 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #840):
usr.bin/midirecord/midirecord.1: revision 1.4
midirecord first appears in netbsd 7.

(snj)

2015-06-19 02:33:00 UTC MAIN commitmail json YAML

2015-06-18 22:29:12 UTC MAIN commitmail json YAML

2015-06-18 19:49:08 UTC MAIN commitmail json YAML

grr too many different compilation options.

(christos)

2015-06-18 17:21:55 UTC MAIN commitmail json YAML

initialized sc_unit (from Riastradh)
XXX: pullup-7

(christos)

2015-06-18 15:51:57 UTC MAIN commitmail json YAML

2015-06-18 15:34:44 UTC MAIN commitmail json YAML

Fix non native build on metachar.c

(justin)

2015-06-18 15:19:51 UTC MAIN commitmail json YAML

2015-06-18 15:16:13 UTC MAIN commitmail json YAML

+RUMP to __posix_{,f,l}chown.  at least python wants them.

(pooka)

2015-06-18 01:37:23 UTC MAIN commitmail json YAML

Instruct user to use resizedisk if media size has changed, as
resizedisk will adjust the media size in the headers, whereas
recover simply copies the existing header over the missing one.

XXX recover and resizedisk should probably be merged (even if just
partially, so that recover can properly handle media size changes).
Also, reading in the GPT should probably be centralised so that
error handling can be centralised, and users aren't given misleading
messages (i.e. they aren't told to run recover when they should be
running resizedisk).  However, something that can be quickly pulled
up to netbsd-7 was needed, and there isn't time for a major overhaul
or rewrite.

(jnemeth)

2015-06-17 17:43:23 UTC MAIN commitmail json YAML

Centralize the "is a meta char" test, instead of using two different arrays.

(christos)

2015-06-17 15:52:37 UTC MAIN commitmail json YAML

restore unlink file if strip fails (from Takeshi Nakayama)

(christos)

2015-06-17 15:34:55 UTC MAIN commitmail json YAML

2015-06-17 15:34:08 UTC MAIN commitmail json YAML

Use the bourne shell if the after command has shell metachars.

(christos)

2015-06-17 14:32:32 UTC MAIN commitmail json YAML

2015-06-17 14:21:22 UTC MAIN commitmail json YAML

2015-06-17 14:20:14 UTC MAIN commitmail json YAML

Added ThinkPad Compact USB keyboard with TrackPoint entry.

(nonaka)

2015-06-17 14:02:47 UTC MAIN commitmail json YAML

2015-06-17 13:52:51 UTC MAIN commitmail json YAML

Make _BSD_CLOCK_T_ unsigned int so it's the same for IPL32 and LP64
environments.  We don't really have a powerpc64 native userland
and the mips64 native userland is IPL32 so this shouldn't affect anything.

(matt)

2015-06-17 11:48:06 UTC MAIN commitmail json YAML

note RUMP_{,LOCK}DEBUG default values

(pooka)

2015-06-17 11:46:34 UTC MAIN commitmail json YAML

Remove unreal allocators, unconditionally use subr_{kmem,pool}.

Will, with other work, allow to tighten the memory allocation hypercall
specification to page-granularity allocations in the future.

(pooka)

2015-06-17 02:17:00 UTC MAIN commitmail json YAML

Bump version due to openat

(sjg)

2015-06-17 01:38:02 UTC MAIN commitmail json YAML

add missing quote, remove some braces.

(christos)

2015-06-17 01:05:41 UTC MAIN commitmail json YAML

more error normalization

(christos)

2015-06-17 00:18:35 UTC MAIN commitmail json YAML

2015-06-17 00:15:26 UTC MAIN commitmail json YAML

2015-06-17 00:03:42 UTC MAIN commitmail json YAML

2015-06-17 00:01:59 UTC MAIN commitmail json YAML

2015-06-16 23:58:30 UTC MAIN commitmail json YAML

2015-06-16 23:54:58 UTC MAIN commitmail json YAML

2015-06-16 23:48:20 UTC MAIN commitmail json YAML

revert kernhist patch accidentally committed

(christos)

2015-06-16 23:44:44 UTC MAIN commitmail json YAML

fix error statement

(christos)

2015-06-16 23:42:08 UTC MAIN commitmail json YAML

fix printf statement

(christos)

2015-06-16 23:18:55 UTC MAIN commitmail json YAML

2015-06-16 23:04:14 UTC MAIN commitmail json YAML

2015-06-16 22:54:11 UTC MAIN commitmail json YAML

2015-06-16 22:31:08 UTC MAIN commitmail json YAML

remove \n from error messages

(christos)

2015-06-16 21:12:19 UTC MAIN commitmail json YAML

remove stray newlines from errors/warnings

(christos)

2015-06-16 20:01:20 UTC MAIN commitmail json YAML

2015-06-16 20:00:13 UTC MAIN commitmail json YAML

2015-06-16 18:12:18 UTC MAIN commitmail json YAML

.set mips3 for __mips_o32
now o32 kernels boot again on my O2

(macallan)

2015-06-16 10:42:38 UTC MAIN commitmail json YAML

Implement posix_fallocate and fdiscard compat

(martin)

2015-06-16 10:42:13 UTC MAIN commitmail json YAML

2015-06-16 10:41:34 UTC MAIN commitmail json YAML

Add posix_fallocate and fdiscard

(martin)

2015-06-16 09:37:48 UTC MAIN commitmail json YAML

Remove options NFS_V2_ONLY

(martin)

2015-06-16 07:29:46 UTC MAIN commitmail json YAML

2015-06-16 06:51:16 UTC MAIN commitmail json YAML

This needs to define PRIxPTE too.

(matt)

2015-06-16 06:11:01 UTC netbsd-7 commitmail json YAML

2015-06-16 06:08:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #843):
lib/libc/Makefile: revision 1.169 via patch
Only create and install the tags file for the normal libc (not any of the
compat copies), because we don't want it to be overwritten by the compat
copies. This was detected by the evbarm mkimage complaining.

(snj)

2015-06-15 19:45:31 UTC MAIN commitmail json YAML

staircase flattening police.

(christos)

2015-06-15 18:11:36 UTC MAIN commitmail json YAML

Latest clang uses openat, filemon thus needs to handle it.

For the simple cases where path is absolute or dirfd is for cwd
we can handle this just like open.
For the remaining case we output an 'A' record to offer a clue that
a search for open dir is needed (earlier in the trace).

(sjg)

2015-06-15 16:53:17 UTC MAIN commitmail json YAML

2015-06-15 16:33:38 UTC MAIN commitmail json YAML

- improve error printing
- deduplicate run functions and don't use the shell so that we handle
  filenames with spaces and metacharacters consistently.

(christos)

2015-06-15 15:38:52 UTC MAIN commitmail json YAML

Add a "userfeature" definition for iospace.  I/O space is supported if
that flag is given and calling the init routine succeeds (and we're on
x86, which we probably need to be on anyway for this PCI component to
currently be supported).

Also, some adjustments to make things between flags consistent, namely
deprecate the Makefile variable RUMP_PCI_IOSPACE and don't require
userfeature.h to map 1:1 to the interfaces.

Includes contributions from Robert Millan.

(pooka)

2015-06-15 14:24:01 UTC MAIN commitmail json YAML

Only create and install the tags file for the normal libc (not any of the
compat copies), because we don't want it to be overwritten by the compat
copies. This was detected by the evbarm mkimage complaining.

(christos)

2015-06-15 11:20:18 UTC MAIN commitmail json YAML

add mixerctl to userland utils

(pooka)

2015-06-15 07:48:08 UTC MAIN commitmail json YAML

2015-06-15 07:05:09 UTC MAIN commitmail json YAML

Add optional support for posix_spawn (instead of vfork) and enable it for
the in-tree build.

(martin)

2015-06-15 04:15:33 UTC MAIN commitmail json YAML

Fix regression on sending RA messages

r1.48 dropped hoplimit cmsg but forgot to adjust cmsg buffer length.

Reported by Timo Buhrmester

(ozaki-r)

2015-06-15 02:55:02 UTC MAIN commitmail json YAML

Add decoder for ehb.  Fix ins/ext instruction decoding

(matt)

2015-06-15 02:06:18 UTC MAIN commitmail json YAML

Catch up with <varargs.h> removal.

(dholland)

2015-06-14 19:05:27 UTC MAIN commitmail json YAML

Do not hardcode the assumption that .data and .bss fit together in a single
4 MB page. This allows booting kernels with options USB_DEBUG again.

(martin)