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

2024-05-10 00:50:03 UTC Now

2013-05-08 05:42:17 UTC MAIN commitmail json YAML

2013-05-08 05:40:15 UTC MAIN commitmail json YAML

2013-05-08 05:27:02 UTC MAIN commitmail json YAML

Add two convenience macros for testing a zero fraction.

(matt)

2013-05-08 05:13:56 UTC MAIN commitmail json YAML

2013-05-08 04:33:15 UTC MAIN commitmail json YAML

2013-05-08 04:05:46 UTC MAIN commitmail json YAML

Check the hardware config words and print them. This change only read them
and print the values.

(msaitoh)

2013-05-08 03:13:36 UTC MAIN commitmail json YAML

Add missing bus_dmamap_sync() in bge_intr(). The status word is in DMAed area.
Same as *BSDs.

(msaitoh)

2013-05-08 00:57:25 UTC MAIN commitmail json YAML

2013-05-08 00:57:06 UTC MAIN commitmail json YAML

grab mount-related macros too

(pooka)

2013-05-08 00:34:50 UTC MAIN commitmail json YAML

Simplify previous: instead of polluting the whole code with extra arguments
and dealing with byteorder, do the whole thing in where we need it.

(christos)

2013-05-08 00:25:55 UTC MAIN commitmail json YAML

2013-05-08 00:25:31 UTC MAIN commitmail json YAML

Grab the sysvbfs args structure too, since the fs is useful for
simple testing.  Incidentally, the structure is exactly the same as
for UFS...

(pooka)

2013-05-07 23:01:55 UTC MAIN commitmail json YAML

Move #define __HAVE_OLD_DISKLABEL to <arm/types.h>

(matt)

2013-05-07 22:51:55 UTC MAIN commitmail json YAML

Add mcp980x(4) man page to dist list.

(rkujawa)

2013-05-07 22:45:27 UTC MAIN commitmail json YAML

2013-05-07 21:41:52 UTC MAIN commitmail json YAML

print the port where the server is listening when displaying status.

(christos)

2013-05-07 21:08:45 UTC MAIN commitmail json YAML

- add __clnt_sigfillset() that does not blindly block all signals but excludes
  the tty generated ones (int, quit, tstp), plus term and hup. This makes
  command line clients behave on connect(2) where before they would need
  to be killed from a different tty. Much easier than making the file
  descriptor non-blocking for the duration of connect and then using
  pselect/pollts to detect when actual connection or timeout occured using
  a different sigmask.
- factor out some of the error paths.

(christos)

2013-05-07 20:42:47 UTC MAIN commitmail json YAML

2013-05-07 20:11:55 UTC MAIN commitmail json YAML

Enable putter. Shoot me now.

(skrll)

2013-05-07 16:40:31 UTC MAIN commitmail json YAML

need the rw_downgrade/tryupgrade methods too

(pooka)

2013-05-07 16:18:49 UTC MAIN commitmail json YAML

Include necessary headers on Linux

(pooka)

2013-05-07 15:49:09 UTC MAIN commitmail json YAML

Set bp->b_resid to bp->b_bcount on error in swstrategy as required.

(riastradh)

2013-05-07 15:37:05 UTC MAIN commitmail json YAML

update to recent interface changes

(pooka)

2013-05-07 15:18:35 UTC MAIN commitmail json YAML

include stdint.h before rumpuser.h (on some platforms it doesn't get
there automagically)

(pooka)

2013-05-07 14:55:37 UTC MAIN commitmail json YAML

Add DragonFly 3.2.1, DragonFly 3.4.1, FreeBSD 9.1, OpenBSD 5.2, OpenBSD 5.3.

Adapted from FreeBSD base/head/share/misc/bsd-family-tree (svn revision
250330), but the NetBSD version of this file includes entries for
NetBSD-5.0.1 and NetBSD-5.0.2 which are missing from the FreeBSD
version.

Resolves PR misc/47799 from Eitan Adler

(apb)

2013-05-07 13:01:07 UTC MAIN commitmail json YAML

we don't need the versioning stuff for ldd

(christos)

2013-05-07 13:00:36 UTC MAIN commitmail json YAML

2013-05-07 09:40:54 UTC MAIN commitmail json YAML

When invalidating short buffers on the snapshots clean list use bbusy()
to mark the buffer busy.  There exists a small window where a buffer is
done but not released and therefore still busy.

(hannken)

2013-05-07 07:01:39 UTC MAIN commitmail json YAML

Enable SSE2 support for i386 - the -current compiler seems to get the
alignment right.

(martin)

2013-05-07 01:16:26 UTC MAIN commitmail json YAML

Add WLED register defines.

(jakllsch)

2013-05-06 23:27:06 UTC MAIN commitmail json YAML

Announcing the khorben-n900 branch, aiming at fully supporting the Nokia
N900 smartphone. It is expected to affect the kernel (OMAP3 support, device
drivers), and little else (possibly input handling and power management).

Do not hesitate to communicate any change that would be welcome in HEAD.

(khorben)

2013-05-06 23:12:53 UTC MAIN commitmail json YAML

Fix probing error on BBONE due to wrong value being used in u-boot to
program the DDR controller.

(matt)

2013-05-06 23:09:34 UTC MAIN commitmail json YAML

Removed an unused variable.

"go ahead" rkujawa@

(khorben)

2013-05-06 22:56:55 UTC MAIN commitmail json YAML

Added two drivers for the Nokia N900 smartphone, n900_audjck(4) and
n900_prxmty(4), to detect the insertion of audio jacks and obstruction of
the front light sensor, respectively.

Tested on my own device.

(khorben)

2013-05-06 22:53:24 UTC MAIN commitmail json YAML

Make partial read/write error messages more consistent in vndcompress.

(riastradh)

2013-05-06 22:49:27 UTC MAIN commitmail json YAML

Boot on the MicroSD card slot by default.

Tested on my Nokia N900 smartphone. This is the only way currently
supported on this device at the moment anyway (that I know of).

(khorben)

2013-05-06 22:49:11 UTC MAIN commitmail json YAML

2013-05-06 22:12:50 UTC MAIN commitmail json YAML

Note mcp980x(4).

(rkujawa)

2013-05-06 22:04:12 UTC MAIN commitmail json YAML

Add driver for Microchip MCP9800/1/2/3 temperature sensors.

(rkujawa)

2013-05-06 21:21:15 UTC MAIN commitmail json YAML

add a comment about keeping this in sync with other docs

(jnemeth)

2013-05-06 20:38:43 UTC MAIN commitmail json YAML

The "gcc" keyword in the set lists is used both as boolean and as list
filter. Skip the HAVE_GCC variables when adding it as boolean, so that
MKGCC=no actually skips the "gcc" entries.

(joerg)

2013-05-06 19:59:30 UTC MAIN commitmail json YAML

Fixed handling of DT_SONAME:

- add function to add name aliases for shared libraries loaded
  XXX[1]: we don't add a name during load time, only when DT_SONAME
  is present.
- search already loaded objects in load_by_name for an already
  loaded object that matches our name and return it.
- add missing initialization and cleanup for obj->names
  XXX[2]: should we make them SIMPLEQ?
- Add XXX in rtld.c about getting the name of an object.

NB: This makes the jdk work again without resorting to a hack of putting
    the build path of libjvm.so into the run path (which is a security
    problem).
XXX: Pullup-6?

(christos)

2013-05-06 18:53:41 UTC MAIN commitmail json YAML

2013-05-06 17:42:31 UTC MAIN commitmail json YAML

2013-05-06 16:28:17 UTC MAIN commitmail json YAML

update for new hypercalls

(pooka)

2013-05-06 14:52:51 UTC MAIN commitmail json YAML

Put back AT_POLL hack in mvsata_bio_ready().  Without it 1.5Gbps
SATA WD800JD drives cause the kernel to stall during autoconf on
Orion.

(jakllsch)

2013-05-06 13:44:17 UTC MAIN commitmail json YAML

Fix capitalisation (again, last time the wrong sentence).

(jdf)

2013-05-06 13:29:12 UTC MAIN commitmail json YAML

End sentence with a dot.

(wiz)

2013-05-06 11:00:16 UTC MAIN commitmail json YAML

* Remove OPTIONS section (uncommon) and put options to the DESCRIPTION.
* Fix capitalisation.

Patch supplied by Bug Hunting.

(jdf)

2013-05-06 08:02:20 UTC MAIN commitmail json YAML

2013-05-06 07:58:43 UTC MAIN commitmail json YAML

Disalble a debug only where it causes problems.

(skrll)

2013-05-06 07:54:04 UTC MAIN commitmail json YAML

Add some DEBUG code.

(skrll)

2013-05-05 19:02:22 UTC MAIN commitmail json YAML

2013-05-05 19:01:54 UTC MAIN commitmail json YAML

2013-05-05 15:59:43 UTC MAIN commitmail json YAML

Add an arch_endian entry for x86_64.

(skrll)

2013-05-05 14:24:05 UTC MAIN commitmail json YAML

Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.

(jdc)

2013-05-05 14:23:16 UTC MAIN commitmail json YAML

Also merge in background attributes.

(jdc)

2013-05-05 14:22:07 UTC MAIN commitmail json YAML

Add extra debugging when copying window contents.

(jdc)

2013-05-05 13:54:48 UTC MAIN commitmail json YAML

regen for tnftp 20130505

(lukem)

2013-05-05 13:53:39 UTC MAIN commitmail json YAML

2013-05-05 13:50:50 UTC MAIN commitmail json YAML

tnftp-20130505:
* Support https:// fetch if OpenSSL is available and enabled.
* Allow -R to restart non-existent ftp:// URIs.
* Parse HTTP 'Date' entries in the `C' locale rather than the user's.
* When using the response to SYST to decide whether to default
  to 'binary' be a lot less specific.
* Portability fixes.

(lukem)

2013-05-05 13:43:49 UTC MAIN commitmail json YAML

remove duplicate entry

(lukem)

2013-05-05 13:41:59 UTC MAIN commitmail json YAML

Add a bunch of names in the ChangeLog to THANKS.
Strip out email addresses; they're often out of date.

(lukem)

2013-05-05 13:40:54 UTC MAIN commitmail json YAML

Credit people who provided fixes in PRs in the recent import.

(lukem)

2013-05-05 13:34:27 UTC MAIN commitmail json YAML

Merge NetBSD ftp 20130220.
Add support for detecting openssl and enabling ssl for https:// fetch

(lukem)

2013-05-05 13:29:59 UTC MAIN commitmail json YAML

2013-05-05 13:29:19 UTC MAIN commitmail json YAML

2013-05-05 13:25:20 UTC MAIN commitmail json YAML

R := X even if L < 0 in Step2, according to algorithm of the comment.
This solves many cases of |X| < |Y|.

(isaki)

2013-05-05 13:23:03 UTC MAIN commitmail json YAML

now have locale autoconf check

(lukem)

2013-05-05 13:21:07 UTC MAIN commitmail json YAML

2013-05-05 13:20:16 UTC MAIN commitmail json YAML

__UNCONST compat moved to tnftp.h

(lukem)

2013-05-05 13:17:15 UTC MAIN commitmail json YAML

Rename modrem -> is_mod for a readability.

(isaki)

2013-05-05 13:17:06 UTC MAIN commitmail json YAML

Implement --enable-ssl (yes,no,auto) to enable SSL for https:// fetch.
Implement --with-openssl to find OpenSSL.

(lukem)

2013-05-05 13:12:51 UTC MAIN commitmail json YAML

2013-05-05 13:06:37 UTC MAIN commitmail json YAML

pass -Ibuildaux to aclocal

(lukem)

2013-05-05 12:27:38 UTC MAIN commitmail json YAML

Initialize rw->downgrade when allocating a rwlock.

should/might/etc fix recent test hangs reported by martin & pgoyette

(pooka)

2013-05-05 11:58:23 UTC MAIN commitmail json YAML

2013-05-05 11:57:58 UTC MAIN commitmail json YAML

2013-05-05 11:51:43 UTC MAIN commitmail json YAML

Only use setlocale() if it's available.

(lukem)

2013-05-05 11:48:16 UTC MAIN commitmail json YAML

Reenable setlocale() if HAVE_SETLOCALE

(lukem)

2013-05-05 11:44:06 UTC MAIN commitmail json YAML

2013-05-05 11:34:21 UTC MAIN commitmail json YAML

include <assert.h>, <locale.h> (if present.)
compat define for __dead

(lukem)

2013-05-05 11:28:34 UTC MAIN commitmail json YAML

Check whether sc->bge_dmatag != NULL or not. Fix a bug that
bge_release_resources() panics when bge_attach failed.

(msaitoh)

2013-05-05 11:17:31 UTC MAIN commitmail json YAML

2013-05-05 11:07:10 UTC MAIN commitmail json YAML

Import NetBSD usr.bin/ftp 20130220:
* https:// support.  NetBSD problem 47276.
* Allow -R to restart non-existent ftp:// URIs.
* Don't assume AF_INET support is available.  FreeBSD problem 162661.
* Parse HTTP 'Date' entries in the `C' locale rather than the user's.
  NetBSD problem 42917.
* Improve error handling when parsing of URI scheme.
* Silence connection warnings to multi-homed hosts in non-verbose mode.
* Fix compile warnings.
* Parse HTTP 'Date' entries in the `C' locale rather than the user's.
* In ftpvis(), prevent incomplete escape sequences at end of dst,
  and ensure NUL-termination of dst.
  Fix from Uwe Stuehler and Stefan Sperling, via Marc Balmer.
* When using the response to SYST to decide whether to default to 'binary'
  be a lot less specific.

Status:

Vendor Tag: NetBSD
Release Tags: NetBSD-20130220

(lukem)

2013-05-05 10:40:19 UTC MAIN commitmail json YAML

Version 20130220: restart fix, SYST response parsing improvement

(lukem)

2013-05-05 10:30:22 UTC MAIN commitmail json YAML

Sprinkle cnpollc for correct (usb) keyboard handling.

(skrll)

2013-05-05 10:28:11 UTC MAIN commitmail json YAML

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

2013-05-05 10:23:02 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/earmhf/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhfeb/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmeb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/earmeb/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/earmeb/init.c@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb/observer.inc@1.1 / diff / nxr@1.1
      :
(more 8 files)
Re-run gdb mknative for earm*

(skrll)

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

src/external/gpl3/binutils/lib/libbfd/arch/earm/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/earm/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/gas/arch/earmhf/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/binutils/usr.bin/gas/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/earmhfeb/itbl-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/earmhfeb/obj-format.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/earmhfeb/targ-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/earmhfeb/targ-env.h@1.1 / diff / nxr@1.1
      :
(more 5 files)
Re-run bintuils mknative for earm*

(skrll)

2013-05-05 09:05:47 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/earm.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/crtstuff/arch/earmeb.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/crtstuff/arch/earmhf.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/crtstuff/arch/earmhfeb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/earmhf.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libgcc/arch/earmhfeb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/libgomp.spec@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/libgomp_f.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhfeb/omp.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/earmhf/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libobjc/arch/earmhfeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/earmhfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/config.h@1.3 / diff / nxr@1.3
      :
(more 35 files)
mknative gcc re-run for earm*

(skrll)

2013-05-05 07:11:34 UTC MAIN commitmail json YAML

Create a sanitise_includes function and use it everywhere it's needed.

(skrll)

2013-05-04 19:17:39 UTC MAIN commitmail json YAML

2013-05-04 18:35:54 UTC MAIN commitmail json YAML

2013-05-04 18:31:47 UTC MAIN commitmail json YAML

move prototypes to stdio.h

(christos)

2013-05-04 18:30:14 UTC MAIN commitmail json YAML

add the signal safe prototypes

(christos)

2013-05-04 15:37:39 UTC MAIN commitmail json YAML

Add __printflike to vsnprintf_ss.

(riastradh)

2013-05-04 15:27:40 UTC MAIN commitmail json YAML

'unsigned long' prints with %lu, not %zu.

(riz)

2013-05-04 14:34:13 UTC MAIN commitmail json YAML

Add -l option to synopsis for vndcompress(1) man page.

(riastradh)

2013-05-04 14:29:48 UTC MAIN commitmail json YAML

Fix sign-compare in compress_blocks.

Not sure why my builds didn't reveal this one -- they revealed
several others during development.

(riastradh)

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

__printflike for vwarnx_ss, __dead for err_ss and errx_ss.

(joerg)

2013-05-04 07:13:24 UTC MAIN commitmail json YAML

Sort. Add EXIT STATUS section.

(wiz)

2013-05-04 06:29:32 UTC MAIN commitmail json YAML

find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer.

(uebayasi)

2013-05-04 06:26:44 UTC MAIN commitmail json YAML

test(1): Compare timestamp in nsec scale in -nt/-ot.

(uebayasi)

2013-05-04 00:37:48 UTC MAIN commitmail json YAML

Add missing #endif (Hi, Christos!)

(riz)

2013-05-03 23:28:16 UTC MAIN commitmail json YAML

Rewrite vndcompress to support SIGINFO and restart after interrupt.

Make it generally more robust in the process.

No objection (or comment) on tech-userlevel.

ok christos

(riastradh)

2013-05-03 21:33:07 UTC MAIN commitmail json YAML

If used in a tool, undef MAXPARTITIONS and redefine as MAXMAXPARTITIONS

(matt)

2013-05-03 21:32:05 UTC MAIN commitmail json YAML

2013-05-03 21:23:36 UTC MAIN commitmail json YAML

Make sure to initialize byteorder if native.

(matt)

2013-05-03 21:13:34 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

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

Fix some punctuation nits and bump date for previous.

(wiz)

2013-05-03 20:24:26 UTC MAIN commitmail json YAML

Use more markup, add a serial comma, fix a typo.

(wiz)

2013-05-03 20:21:24 UTC MAIN commitmail json YAML

2013-05-03 20:02:09 UTC MAIN commitmail json YAML

Wait for DRDY after the PMP commands and don't wait before.
Should fix the worst part of PR kern/47793.

(jakllsch)

2013-05-03 19:34:55 UTC MAIN commitmail json YAML

2013-05-03 19:34:13 UTC MAIN commitmail json YAML

2013-05-03 19:31:13 UTC MAIN commitmail json YAML

PR/32373, PR/25827: Add SRV lookup in getaddrinfo(3)
Per DNS-SD (RFC 2782), but only enabled if AI_SRV is set.

(christos)

2013-05-03 19:24:53 UTC MAIN commitmail json YAML

KNF, whitespace police -- no code changes

(christos)

2013-05-03 18:37:55 UTC MAIN commitmail json YAML

If not building anything include bsd.subdir.mk

(matt)

2013-05-03 18:31:24 UTC MAIN commitmail json YAML

Remove dbg for _ctype_

(matt)

2013-05-03 16:39:00 UTC MAIN commitmail json YAML

2013-05-03 16:38:35 UTC MAIN commitmail json YAML

Add support for the valid card types in eMMC v4.4 (needed by beaglebone
black).

(matt)

2013-05-03 16:13:48 UTC MAIN commitmail json YAML

2013-05-03 16:08:48 UTC MAIN commitmail json YAML

Note recent arm and disklabel changes.

(matt)

2013-05-03 16:05:12 UTC MAIN commitmail json YAML

Make disklabel a MI tool.  It will use MACHINE/MACHINE_ARCH to determine
the disklabel params as well as allowing command-line options of -M <machine>
and -B {le,be} to specify MACHINE and byteorder to be used.

(matt)

2013-05-03 15:55:22 UTC MAIN commitmail json YAML

Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != ""

(matt)

2013-05-03 15:52:32 UTC MAIN commitmail json YAML

2013-05-03 15:46:54 UTC MAIN commitmail json YAML

Enable file-system EXT2FS.

(jakllsch)

2013-05-03 15:45:24 UTC MAIN commitmail json YAML

Enable sdhc* at cardbus? in amd64 GENERIC.  As it is already in i386
GENERIC. sdhc(4) has had working detach support for a while now too.

(jakllsch)

2013-05-03 15:42:31 UTC MAIN commitmail json YAML

use IO_VGA as symbolic constant for 0x3c0 in x86_genfb_set_mapreg()

(jakllsch)

2013-05-03 15:38:05 UTC MAIN commitmail json YAML

2013-05-03 10:27:06 UTC MAIN commitmail json YAML

2013-05-03 09:37:17 UTC MAIN commitmail json YAML

Provide a default LDELFSO_MACHINE_ARCH. hi matt!

atf-run works again - the init/fini stuff didn't get run otherwise.

(skrll)

2013-05-03 00:23:49 UTC MAIN commitmail json YAML

Support proper rw_downgrade() semantics.

(pooka)

2013-05-03 00:01:15 UTC MAIN commitmail json YAML

2013-05-02 23:13:12 UTC MAIN commitmail json YAML

2013-05-02 23:10:53 UTC MAIN commitmail json YAML

Add vendor ID for Mad Catz, Inc.
Add product ID for Mad Catz Cyborg R.A.T. 7.

(rkujawa)

2013-05-02 22:43:56 UTC MAIN commitmail json YAML

remove whitespace from end of file.
introduced by erh in 1.49

(zafer)

2013-05-02 22:07:58 UTC MAIN commitmail json YAML

reorder for better locality.  no functional change.

(pooka)

2013-05-02 21:47:12 UTC MAIN commitmail json YAML

update for previous change

(pooka)

2013-05-02 21:45:29 UTC MAIN commitmail json YAML

Ok, maybe using int64 for nanoseconds in the (sec,nsec) tuple was
a bit too future-proof.  I think long is enough there (let's just
hope nobody redefines "nano").  Also, make seconds signed just in
case someone wants their clock to be in 1901.

(pooka)

2013-05-02 21:40:58 UTC MAIN commitmail json YAML

Comment out iwmmxt. hi jared.

(skrll)

2013-05-02 21:35:19 UTC MAIN commitmail json YAML

Push rwlock upgrade and downgrade into the hypervisor where there's
at least a chance to implement them with minimal fuss.

(pooka)

2013-05-02 21:11:18 UTC MAIN commitmail json YAML

Print out &_DYNAMIC too.

(matt)

2013-05-02 21:11:04 UTC MAIN commitmail json YAML

Print out PT_DYNAMIC address for objmain.
Print out &_DYNAMIC too.

(matt)

2013-05-02 20:37:33 UTC MAIN commitmail json YAML

2013-05-02 20:33:54 UTC MAIN commitmail json YAML

Retry enabling spin mutexes.  We should be able to avoid poking the
scheduler by just making wakeup from cv_wait() honor the same locking
order as when a spin mutex is acquired though mutex_enter().
*fingers crossed*

(pooka)

2013-05-02 19:15:02 UTC MAIN commitmail json YAML

2013-05-02 16:49:08 UTC MAIN commitmail json YAML

Clear rwlock's "writer" field when releasing the lock.  Otherwise it might
have been possible for "readers" to reach visibility before "writer"
when another CPU took the lock, thus leading the previous owner to
incorrectly think that it still owned the lock in rw_write_held().

Also, remove duplicate clause from assert().

(pooka)

2013-05-02 15:32:20 UTC MAIN commitmail json YAML

2013-05-02 14:49:51 UTC MAIN commitmail json YAML

Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype.

(riastradh)

2013-05-02 13:30:12 UTC MAIN commitmail json YAML

Add getbyteorder manpages.

(matt)

2013-05-02 12:27:08 UTC MAIN commitmail json YAML

expand the intended usage of rumpuser_open()

(pooka)

2013-05-02 12:09:40 UTC MAIN commitmail json YAML

Add description for epoc32.

(kiyohara)

2013-05-02 11:32:44 UTC MAIN commitmail json YAML

update and bump date

(pooka)

2013-05-02 07:17:36 UTC MAIN commitmail json YAML

Add getbyteorder(void) prototype.

(matt)

2013-05-02 07:17:10 UTC MAIN commitmail json YAML

2013-05-02 07:01:55 UTC MAIN commitmail json YAML

Include <bsd.own.mk>
Always include <bsd.lib.mk>

(matt)

2013-05-02 04:22:45 UTC MAIN commitmail json YAML

2013-05-02 04:14:28 UTC MAIN commitmail json YAML

Allow use of a different by using KLINK_MACHINE instead.
If it's not set, KLINK_MACHINE is set to ${MACHINE}

(matt)

2013-05-02 03:56:43 UTC MAIN commitmail json YAML

2013-05-01 22:57:37 UTC MAIN commitmail json YAML

2013-05-01 22:36:52 UTC MAIN commitmail json YAML

Fix abi/arch/float-abi for boot code
Force machine to be acorn26
Only build when little-endian non-eabi

(matt)

2013-05-01 22:30:39 UTC MAIN commitmail json YAML

Fix abi/arch/float-abi so can be built from any arm port.
Force MACHINE to acorn32
Only build little-endian non-earm.

(matt)

2013-05-01 22:16:16 UTC MAIN commitmail json YAML

2013-05-01 20:54:00 UTC MAIN commitmail json YAML

PR/47789: Eitan Adler: small nits

(christos)

2013-05-01 19:56:48 UTC MAIN commitmail json YAML

Use MACHINE_CPU instead of MACHINE_ARCH

(matt)

2013-05-01 18:56:49 UTC MAIN commitmail json YAML

First draft of a long-awaited man page for genfs_rename(9).

(riastradh)

2013-05-01 17:52:34 UTC MAIN commitmail json YAML

Actually, there's no point in unconditionally compiling in weak stubs
which will never be used in the NetBSD build.  Comment hyperstubs.c
out from SRCS, but retain the source module as documentation.

(pooka)

2013-05-01 17:17:55 UTC MAIN commitmail json YAML

avoid Wunused on !NetBSD

(pooka)

2013-05-01 16:18:15 UTC MAIN commitmail json YAML

2013-05-01 15:57:44 UTC MAIN commitmail json YAML

Fix typo in previous

(agc)

2013-05-01 15:55:53 UTC MAIN commitmail json YAML

Install pkgpath.conf in /etc - part of fix for misc PR/47645

(agc)

2013-05-01 14:24:49 UTC MAIN commitmail json YAML

add G5 support
from Phileas Fogg

(macallan)

2013-05-01 13:15:26 UTC MAIN commitmail json YAML

2013-05-01 13:12:00 UTC MAIN commitmail json YAML

2013-05-01 12:51:27 UTC MAIN commitmail json YAML

Add Armada XP specific IDs and registers.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:45:32 UTC MAIN commitmail json YAML

Add support for timers on Armada XP.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:38:06 UTC MAIN commitmail json YAML

Handle situations where we can have more pexes, like Armada XP.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:34:45 UTC MAIN commitmail json YAML

Add register definitions for Aramada XP.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:32:46 UTC MAIN commitmail json YAML

Handle differences for Armada XP.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:30:02 UTC MAIN commitmail json YAML

Support Marvell Armada XP.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:25:31 UTC MAIN commitmail json YAML

TWSI controller on Armada XP is a bit different. Support that.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:23:24 UTC MAIN commitmail json YAML

Add IDs for Marvell Armada XP and ATTR_SDRAM registers used with IO cache coherency.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:21:47 UTC MAIN commitmail json YAML

Avoid configuring root complex on MV78460.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:19:49 UTC MAIN commitmail json YAML

Support SATA on Marvell Armada XP.

Obtained from Marvell, Semihalf.

(rkujawa)

2013-05-01 12:17:17 UTC MAIN commitmail json YAML

Add support for Marvell's SPI controller as found on Armada XP.

Obtained from Semihalf.

(rkujawa)

2013-05-01 12:02:55 UTC MAIN commitmail json YAML

Use the common Makefile to pick up includes needed to be done by every
arm port.

(matt)

2013-05-01 12:01:55 UTC MAIN commitmail json YAML

Pickup fenv.h from a common location since it's only used from userland
and the kernel will never include it.

(matt)

2013-05-01 12:00:51 UTC MAIN commitmail json YAML

2013-05-01 07:38:01 UTC MAIN commitmail json YAML

For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any continue to reboot" loops.
As a workaround, just kill the read-ahead buffer when switching
from and to polled mode.

(mlelstv)

2013-05-01 07:33:24 UTC MAIN commitmail json YAML

2013-05-01 06:58:37 UTC MAIN commitmail json YAML

Three cheers for the mighty C type system that doesn't recognize the
difference between an enum and an integer.  Due to wrong parameter order,
the lock backoff routine ended up sleeping 1 million seconds instead
of 1ms.  On the plus side, we got some sort of idea how often the shmif
spinlock backoff routine is hit during a standard test run.

(pooka)

2013-05-01 05:36:25 UTC MAIN commitmail json YAML

Fix for problematic paths in /etc/daily and /etc/security reported in
PR/47645.

Add a separate file which contains the paths for the pkg_admin and
pkg_info utilities. This is called /etc/pkgpath.conf (to distinguish it
from pkg.conf).

Thanks also to Edgar Fuss for the sanity check.

(agc)

2013-05-01 04:04:54 UTC MAIN commitmail json YAML

Fix feclearexcept return value (should be 0).

(matt)

2013-05-01 04:04:31 UTC MAIN commitmail json YAML

Use MKSOFTFLOAT = no for including arm hardfloat files.
When arm and MKSOFTFLOAT = yes, make explicit dependency to .c files
so .S won't be used.

(matt)

2013-05-01 04:02:55 UTC MAIN commitmail json YAML

Add eabi to compat dirs.
Add missing compat ld.elf_so-oabi

(matt)

2013-04-30 23:46:46 UTC MAIN commitmail json YAML

Use the new endian=1234 to eliminate the rescue.ad.armeb

(matt)

2013-04-30 23:41:24 UTC MAIN commitmail json YAML