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 01:06:03 UTC Now

2014-03-19 15:42:47 UTC MAIN commitmail json YAML

Note Realtek RTS5209/RTS5229 Card Reader driver support.

(nonaka)

2014-03-19 15:34:30 UTC MAIN commitmail json YAML

Fix two bugs.  (jump past entry mask, fix insv)

(matt)

2014-03-19 15:26:42 UTC MAIN commitmail json YAML

2014-03-19 11:14:12 UTC MAIN commitmail json YAML

Exclude mvsoctmr_* functions from FBT targets

Probing them doesn't work for DTrace/arm for some reason.

Anyway with this fix, DTrace/arm works on SHEEVAPLUG
as well as BEAGLEBONE.

(ozaki-r)

2014-03-19 10:54:20 UTC MAIN commitmail json YAML

Move ipflow into ip_var.h and fix confliction

(liamjfoy)

2014-03-19 08:27:21 UTC MAIN commitmail json YAML

Remove ipflow_prune and replace with ipflow_reap. ok rmind@

(liamjfoy)

2014-03-19 04:08:04 UTC MAIN commitmail json YAML

Update bsd-pkg-config to version 20140318

Changes from previous version:

+ be a bit smarter in the awk command in the rmdups functionality
+ add --list-all command
+ support for PKG_CONFIG_PATH
+ optimise queries just a tad

(agc)

2014-03-19 02:39:22 UTC MAIN commitmail json YAML

Once we know the bound routine, rebuilt a new callframe that can be unwound
properly.

(matt)

2014-03-19 01:24:32 UTC MAIN commitmail json YAML

Add missing include files.  Don't rely on them bein pulled in as a
side effect of other includes.  Fixes build errors when getaddrinfo(1)
is added to the usr.bin tree.
- need <sys/socket.h> for address family (AF_*) and socket type (SOCK_*)
- need <stdio.h> for printf() and friends

(ginsbach)

2014-03-18 23:43:41 UTC MAIN commitmail json YAML

Add a register definition for the Processor Status Word on VAX.
Change the unwind definition to specify the CFA base via %fp before
using it in the various register locations.

(joerg)

2014-03-18 23:43:38 UTC MAIN commitmail json YAML

Add .cfi ops so that one can unwind through this.

(matt)

2014-03-18 23:41:36 UTC MAIN commitmail json YAML

2014-03-18 23:41:02 UTC MAIN commitmail json YAML

Make readelf know what the vax pcrel32 reloc number is.

(matt)

2014-03-18 22:26:50 UTC MAIN commitmail json YAML

Reduce unnecessary diffs to upstream.

(wiz)

2014-03-18 21:52:19 UTC MAIN commitmail json YAML

Change 'i0' to be signed so that the sign bit is preserved on 'k'
  and the code at the bottom splits the multiply.
Fixes denormal results.
This might have been introduced when I deferred shifting 'k' left.

(dsl)

2014-03-18 21:36:52 UTC MAIN commitmail json YAML

2014-03-18 20:39:55 UTC MAIN commitmail json YAML

Change previous to use uint32_t for 'interval'.
The value is a random interval in usec obtained by reducing a uint32_t
  value modulo 1000000 (multiplied by a delay in seconds of 1).
The value is then being split into secs+usec and assigned to a timeval
  (and an interval).
With -Wsign-conversion the type has to be either an unsigned 32bit
  type, or a signed 64bit one.  This is just plain stupid.
Warning about conversions between signed and unsigned types really
  only makes sense if the compiler is dynamically tracking the domain
  of the value.

(dsl)

2014-03-18 20:11:08 UTC MAIN commitmail json YAML

> Can we use c99 field initializers here instead of comments?!?

Yes, yes we can.

(macallan)

2014-03-18 19:30:09 UTC MAIN commitmail json YAML

2014-03-18 18:20:48 UTC MAIN commitmail json YAML

2014-03-18 18:10:09 UTC MAIN commitmail json YAML

Trim alignment out of packet length before passing it up.

(pooka)

2014-03-18 17:11:19 UTC MAIN commitmail json YAML

2014-03-18 16:05:34 UTC MAIN commitmail json YAML

Ignore LD_BIND_NOW for setuid binaries, but keep it in the environment
otherwise.

(joerg)

2014-03-18 15:44:37 UTC MAIN commitmail json YAML

Remove a simplelock and replace with a kmutex

(skrll)

2014-03-18 14:34:31 UTC MAIN commitmail json YAML

split 601 and generic PowerPC timecounter code a bit more

(macallan)

2014-03-18 14:28:37 UTC MAIN commitmail json YAML

Avoid undefined behaviour in shifts in endian decoding routines.

If int is 32-bit and p is a uint8_t *, then p[0] is promoted to int
and p[0] << 24 can shift a one into the sign bit of an int, which is
nasal demon territory.

(riastradh)

2014-03-18 13:22:01 UTC MAIN commitmail json YAML

2014-03-18 13:10:27 UTC MAIN commitmail json YAML

libunwind supports vax now.

(joerg)

2014-03-18 13:08:15 UTC MAIN commitmail json YAML

Add basic unwind support for VAX. PSW handling and stack pointer after
resume is still incomplete.

(joerg)

2014-03-18 12:54:29 UTC MAIN commitmail json YAML

Bracket timer_init() with disable_interrupts()/restore_interrupts()
properly. Pointed out by Chris Gilbert.

(martin)

2014-03-18 11:00:20 UTC MAIN commitmail json YAML

Delay daemonization until RPC services have been registered.
Fixes one of the race conditions of PR misc/48282.

(gson)

2014-03-18 10:21:48 UTC MAIN commitmail json YAML

Operations vmark(), vunmark() and vismarker() have been replaced by
vfs_vnode_iterator_*(), remove them.

Document vfs_vnode_iterator_*().

Make VI_MARKER private to vfs_vnode.c, vfs_mount.c and unfortunately
to ufs/lfs/lfs_segment.c.

Welcome to 6.99.37

(hannken)

2014-03-18 09:44:51 UTC netbsd-6-0 commitmail json YAML

2014-03-18 09:44:25 UTC netbsd-6-1 commitmail json YAML

2014-03-18 09:44:02 UTC netbsd-6 commitmail json YAML

2014-03-18 09:36:58 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1034):
sys/kern/kern_verifiedexec.c: revision 1.132
Reorder code to avoid use-after-free on error. From Maxime Villard

(msaitoh)

2014-03-18 09:21:51 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1034):
sys/kern/kern_verifiedexec.c: revision 1.132
Reorder code to avoid use-after-free on error. From Maxime Villard

(msaitoh)

2014-03-18 09:21:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1034):
sys/kern/kern_verifiedexec.c: revision 1.132
Reorder code to avoid use-after-free on error. From Maxime Villard

(msaitoh)

2014-03-18 08:57:53 UTC netbsd-6 commitmail json YAML

2014-03-18 08:56:42 UTC MAIN commitmail json YAML

Add some missing devices (crypto & gige)

(matt)

2014-03-18 08:53:30 UTC netbsd-6 commitmail json YAML

Apply patch(requested by mlelstv in ticket #1030):
      distrib/sets/lists/comp/md.amd64: patch
netbsd-6 amd64 does not build with MKDEBUG=yes because a file is
missing from the set lists. Current got fhis fixed in rev. 1.186.

(msaitoh)

2014-03-18 08:43:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1027):
sys/ufs/ufs/ufs_quota2.c: revision 1.37
Patch from Edgar Fuss on tech-kern:
set grace time if lowering the limit cause the user/group to now be overquota.

(msaitoh)

2014-03-18 08:40:05 UTC MAIN commitmail json YAML

In fill_fpregset correct the address to grab the register from

(skrll)

2014-03-18 08:22:45 UTC netbsd-6 commitmail json YAML

2014-03-18 08:22:05 UTC MAIN commitmail json YAML

Comment out VERBOSE_INIT_ARM

(matt)

2014-03-18 08:17:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1026):
share/man/man4/options.4: revision 1.433
sys/kern/kern_exec.c: revision 1.371- 1.372
Add EMUL_NATIVEROOT so that native binaries can be told to search an
"emulation" directory before the real root. This makes easier to test
an amd64 kernel on the top of an i386 root filesystem prior a full
migration.

(msaitoh)

2014-03-18 08:09:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1025):
sys/compat/netbsd32/netbsd32_netbsd.c: revision 1.184
sys/uvm/uvm_swap.c: revision 1.166
sys/uvm/uvm_swap.h: revision 1.20
sys/compat/netbsd32/netbsd32.h: revision 1.99
Properly translate struct swapent for COMPAT_NETBSD32
Properly translate struct swapent for COMPAT_NETBSD32  (missing commit)

(msaitoh)

2014-03-18 08:08:55 UTC MAIN commitmail json YAML

2014-03-18 08:01:34 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1021):
sys/compat/netbsd32/netbsd32_event.c: revision 1.10
Fix netbsd32 compatibility bug in kevent().

The keo_put_events() callback copies the events from kernel to userland.
It is called for sets of up to 8 events (constant chosen in kevbuf
definitition in kevent1()). The callback is called with pointer to
userland buffer, count of events to copy, and an index parameter which tracks
where we are in userland buffer when called multiple time.
COMPAT_NETBSD32's flavor of keo_put_events() is
netbsd32_kevent_put_events(). It did not honour the index parameter, which
caused invalid event data to be returned when userland requested more that 8
events. This caused many reliability problems, and the obvious startup crash
of dovecot log process when it accessed udata in the nineth event in its
buffer, which was NULL.

(msaitoh)

2014-03-18 07:34:15 UTC MAIN commitmail json YAML

Add commented out MVSOC_EARLY_CONSOLE option

(matt)

2014-03-18 07:30:09 UTC MAIN commitmail json YAML

Add _LOCORE around marvell_interregs_pbase

(matt)

2014-03-18 07:25:57 UTC MAIN commitmail json YAML

defflag MVSOC_CONSOLE_EARLY

(matt)

2014-03-18 07:18:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #1022):
sys/compat/netbsd32/netbsd32_ioctl.h: revision 1.44
sys/compat/netbsd32/netbsd32_ioctl.c: revision 1.68
Add ATAIOCCOMMAND ioctl form COMPAT_NETBSD32
This enables SMART monitoring by a netbsd32 binary.

(msaitoh)

2014-03-18 07:07:40 UTC MAIN commitmail json YAML

Base on ARMADAXP, not SHEEVAPLUG.
Simplify.
Support FPU_VFP

(matt)

2014-03-18 07:06:43 UTC MAIN commitmail json YAML

2014-03-18 07:05:47 UTC MAIN commitmail json YAML

2014-03-18 07:05:00 UTC MAIN commitmail json YAML

Add MEMSIZE to opt_mvsoc.h

(matt)

2014-03-18 07:03:22 UTC MAIN commitmail json YAML

2014-03-18 06:46:14 UTC MAIN commitmail json YAML

Only include "opt_mvsoc.h" if _INTR_PRIVATE is defined.

(matt)

2014-03-18 06:23:45 UTC MAIN commitmail json YAML

Don't replicate most of mk.marvell in mk.armadaxp

(matt)

2014-03-18 06:17:55 UTC MAIN commitmail json YAML

Default comfreq to mvTclk if CONSFREQ is not defined.

(matt)

2014-03-18 05:59:44 UTC MAIN commitmail json YAML

othersrc/external/bsd/bsd-pkg-config/dist/tests/Makefile@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/README.test@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/basetest.better@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/basetest.good@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/basetest.sh@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-libtuff-4.better@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-libtuff-4.good@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-y11.better@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-y11.good@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-ykbproto.better@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-ykbproto.good@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-yproto.better@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query-yproto.good@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/package-query.sh@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/pcfiles/libtuff-4.pc@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/pcfiles/y11.pc@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/pcfiles/ykbproto.pc@1.1 / diff / nxr@1.1
othersrc/external/bsd/bsd-pkg-config/dist/tests/pcfiles/yproto.pc@1.1 / diff / nxr@1.1

Add a test suite.

This needs a bit of work to support running the tests from bin/, but
not much, and it runs ok (just less tidily) in place.

At the moment none of it really works because the bsd-pkg-config
script doesn't honor PKG_CONFIG_PATH.

(dholland)

2014-03-18 05:50:06 UTC MAIN commitmail json YAML

Move defparam opt_mvsoc.h to more appropriate place.

(matt)

2014-03-18 00:42:45 UTC MAIN commitmail json YAML

Update bsd-pkg-config to version 20140317

Changes from previous version:

+ recurse into other packages found, so that the whole dependency
  tree of cflags/libs is displayed
+ also look in system and X11R7 prefixes for pkgconfig files
+ remove duplicates on output in --cflags and --libs* output, but
  preserve the order

(agc)

2014-03-18 00:16:49 UTC MAIN commitmail json YAML

2014-03-17 21:21:57 UTC MAIN commitmail json YAML

Hack the detach path so we do it without error messages

(martin)

2014-03-17 20:01:53 UTC MAIN commitmail json YAML

avoid using __force_align_arg_pointer__ on non-x86, where it does not exist.

(mrg)

2014-03-17 19:59:42 UTC MAIN commitmail json YAML

Misc cleanup, suggested by Chuck Silvers.

(martin)

2014-03-17 15:57:56 UTC MAIN commitmail json YAML

Fix build.

Hi dh!

(skrll)

2014-03-17 13:24:23 UTC MAIN commitmail json YAML

fix memory leak
XXX: pullup 6

(christos)

2014-03-17 11:30:40 UTC MAIN commitmail json YAML

2014-03-17 11:08:11 UTC MAIN commitmail json YAML

2014-03-17 10:27:46 UTC MAIN commitmail json YAML

2014-03-17 10:11:27 UTC MAIN commitmail json YAML

2014-03-17 10:09:18 UTC MAIN commitmail json YAML

2014-03-17 10:03:20 UTC MAIN commitmail json YAML

2014-03-17 09:46:10 UTC MAIN commitmail json YAML

update for xlsclients 1.1.3.

(mrg)

2014-03-17 09:43:11 UTC MAIN commitmail json YAML

2014-03-17 09:37:41 UTC MAIN commitmail json YAML

Change zfs_sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:37:09 UTC MAIN commitmail json YAML

Change smbfs_sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:36:35 UTC MAIN commitmail json YAML

Change pageflush() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:35:59 UTC MAIN commitmail json YAML

Change msdosfs_sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:35:24 UTC MAIN commitmail json YAML

Change nfs_clearcommit() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:34:51 UTC MAIN commitmail json YAML

Change nfs_sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:34:16 UTC MAIN commitmail json YAML

Change lfsquota1_handle_cmd_quotaon() and lfs_q1sync()
to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:33:20 UTC MAIN commitmail json YAML

Change vismarker() to VI_MARKER for lfs_writevnodes().
This operation has to be changed to vfs_vnode_iterator.

(hannken)

2014-03-17 09:31:35 UTC MAIN commitmail json YAML

Change quota1_handle_cmd_quotaon() and q1sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:30:32 UTC MAIN commitmail json YAML

Change ext2fs_sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:29:55 UTC MAIN commitmail json YAML

Change ffs_sync() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:29:20 UTC MAIN commitmail json YAML

Change snapshot_expunge() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:28:37 UTC MAIN commitmail json YAML

Change sysctl_kern_vnode() to use vfs_vnode_iterator.

(hannken)

2014-03-17 09:27:37 UTC MAIN commitmail json YAML

Add fstrans_startnowait()/fstrans_done() to vrele_thread().

(hannken)

2014-03-17 09:24:11 UTC MAIN commitmail json YAML

2014-03-17 09:21:19 UTC MAIN commitmail json YAML

avoid const problems for now.

(mrg)

2014-03-17 09:20:46 UTC MAIN commitmail json YAML

2014-03-17 09:07:09 UTC MAIN commitmail json YAML

updates for makedepend 1.0.5.

(mrg)

2014-03-17 09:02:16 UTC MAIN commitmail json YAML

update for mkfontscale 1.1.1.

(mrg)

2014-03-17 09:02:02 UTC MAIN commitmail json YAML

2014-03-17 09:01:38 UTC MAIN commitmail json YAML

2014-03-17 08:51:28 UTC MAIN commitmail json YAML

2014-03-17 08:35:48 UTC MAIN commitmail json YAML

2014-03-17 08:11:32 UTC MAIN commitmail json YAML

updates for libdrm 2.4.52.

(mrg)

2014-03-17 08:01:18 UTC MAIN commitmail json YAML

2014-03-17 07:52:19 UTC MAIN commitmail json YAML

2014-03-17 07:25:35 UTC MAIN commitmail json YAML

2014-03-17 07:11:40 UTC MAIN commitmail json YAML

add libpthread-stubs.

(mrg)

2014-03-17 07:10:53 UTC MAIN commitmail json YAML

libpthread-stubs needs a config.h

(mrg)

2014-03-17 03:08:52 UTC MAIN commitmail json YAML

2014-03-17 02:49:08 UTC MAIN commitmail json YAML

2014-03-17 02:42:09 UTC MAIN commitmail json YAML

2014-03-17 01:56:14 UTC MAIN commitmail json YAML

Add options MVSOC_INTERREGS_PBASE for *old* Armada XP board..

(kiyohara)

2014-03-17 01:41:46 UTC MAIN commitmail json YAML

updates for pixman 0.32.4 and x86.

(mrg)

2014-03-17 01:34:01 UTC MAIN commitmail json YAML

updates for pixman 0.32.4.

(mrg)

2014-03-17 01:24:18 UTC MAIN commitmail json YAML

2014-03-17 01:09:07 UTC MAIN commitmail json YAML

merge xtrans 1.3.3 (deletes Xtranstli.c -- so sad, bye bye.)

(mrg)

2014-03-17 01:07:34 UTC MAIN commitmail json YAML

merge xtrans 1.3.3.

(mrg)

2014-03-17 01:03:51 UTC MAIN commitmail json YAML

2014-03-16 23:25:51 UTC MAIN commitmail json YAML

2014-03-16 23:25:15 UTC MAIN commitmail json YAML

2014-03-16 23:07:42 UTC MAIN commitmail json YAML

add dri2proto and presentproto.

(mrg)

2014-03-16 22:53:17 UTC MAIN commitmail json YAML

define HAVE__XEATDATAWORDS.  (XXX move into ${X11FLAGS.THREADLIB}).

(mrg)

2014-03-16 22:51:19 UTC MAIN commitmail json YAML

Add a lot more tests for exp2() and exp2f().
exp2f(7.7) and exp2f(8.8) seem too far from their expected values
  (especially the latter).
exp2(-1023) and below are badly broken.

(dsl)

2014-03-16 22:49:27 UTC MAIN commitmail json YAML

Print the result as a 'long double' - on i386 a return value that
should be infinity might just be too large for 'double' and won't
get converted until it has to be saved to memory.

(dsl)

2014-03-16 22:48:35 UTC MAIN commitmail json YAML

2014-03-16 22:44:48 UTC MAIN commitmail json YAML

Simplify somewhat: this is C not FORTRAN-IV - we have structures!
Directly us 'ieee_double_shape_type' when ripping apart the fp number
  to avoid an extra store-load in 'STRICT_ASSIGN'.
Keep 'k' as the exponent, only do 'k << 20' when generating the fp number
  from it.
Fix infinity and underflow returns on i386 - because the value is returned
  in %st0 (x87 stack) we have to generate a long double error value.
The returned value for integers -1023 and below (which should be denormal
  fp valuesr) are 'just plain wrong' (tm).

(dsl)

2014-03-16 22:42:17 UTC MAIN commitmail json YAML

2014-03-16 22:39:09 UTC MAIN commitmail json YAML

2014-03-16 22:30:54 UTC MAIN commitmail json YAML

2014-03-16 22:30:44 UTC MAIN commitmail json YAML

Fix overflow and underflow on i386.
The return value of a 'float' function is in the x87 %st(0) register.
This is an 80bit 'long double' register.
If you multiply 0x1p100f by 0x1p100f the caller sees 0x1p200 - not the
  expected infinity.
So use a 'double' value which goes through a store-load sequence to generate
  the required exception and value.

(dsl)

2014-03-16 22:27:36 UTC MAIN commitmail json YAML

2014-03-16 18:42:21 UTC MAIN commitmail json YAML

Check that the result isn't equaly to the expected value before checking
  the absolute size of the error term.
If the expected result is +/-infinity it should compare equal, but the
  result of the subtract may not be zero.
Also print the result and error values in fp hex to make it easier to
  see how may lsb bits are incorrect.

(dsl)

2014-03-16 18:04:57 UTC MAIN commitmail json YAML

Disable xpci(4) PCI passthrough in XEN3_DOMU kernels by popular demand.

(jakllsch)

2014-03-16 15:31:03 UTC MAIN commitmail json YAML

Introduce RUMP_CURLWP compile option to select curlwp scheme.
Default is still "hypercall".

(pooka)

2014-03-16 15:30:05 UTC MAIN commitmail json YAML

2014-03-16 14:47:47 UTC MAIN commitmail json YAML

note that it's a good idea to do a clean build if an option is changed

(pooka)

2014-03-16 14:33:22 UTC MAIN commitmail json YAML

document compile-time options for rump kernels

(pooka)

2014-03-16 14:14:40 UTC MAIN commitmail json YAML

2014-03-16 14:02:06 UTC MAIN commitmail json YAML

Allow RUMP_LDSCRIPT itself to be used to specify which ldscript to use.
HAVE_SUN_LD will be deprecated in the future.

(pooka)

2014-03-16 13:37:37 UTC MAIN commitmail json YAML

Bump INSTALL ramdisk size slightly to allow building with DBG=-g.

(joerg)

2014-03-16 13:34:33 UTC MAIN commitmail json YAML

libunwind supports PowerPC.

(joerg)

2014-03-16 13:33:14 UTC MAIN commitmail json YAML

2014-03-16 12:26:58 UTC MAIN commitmail json YAML

Remove unneeded dependencies

(reinoud)

2014-03-16 11:41:30 UTC MAIN commitmail json YAML

__do_global_ctors_aux and __do_global_ctors_aux must be used locally, so
mark them as hidden.

(joerg)

2014-03-16 11:36:26 UTC MAIN commitmail json YAML

Exclude sscom_init() prototype definition when its not declared later

(reinoud)

2014-03-16 10:28:03 UTC MAIN commitmail json YAML

Retrict rumpfs to the provided size, like other filesystems.

(njoly)

2014-03-16 10:23:59 UTC MAIN commitmail json YAML

Do not use uninitialized pointer if posix_memalign() fails.

(njoly)

2014-03-16 10:16:15 UTC MAIN commitmail json YAML

When trying to extend a file, don't wait until the underlying memory
allocation succeed. Return ENOSPC upon failure.

(njoly)

2014-03-16 10:06:40 UTC MAIN commitmail json YAML

Use C99 initializers

(martin)

2014-03-16 10:02:27 UTC MAIN commitmail json YAML

2014-03-16 09:51:39 UTC MAIN commitmail json YAML

Provide all missing variants of trunc/floor/ceil.

(martin)

2014-03-16 09:37:47 UTC MAIN commitmail json YAML

Spelling, whitespace.

(wiz)

2014-03-16 09:35:05 UTC MAIN commitmail json YAML

2014-03-16 09:34:45 UTC MAIN commitmail json YAML

Add umcs(4) - a driver for moschip 78{1,2,4}0 based multiport serial
adapters. Ported from FreeBSD.

(martin)

2014-03-16 09:28:58 UTC MAIN commitmail json YAML

2014-03-16 09:28:43 UTC MAIN commitmail json YAML

2014-03-16 09:27:04 UTC MAIN commitmail json YAML

Fix comment: ar.bsp is the RSE backing store base pointer, not ar.bspstore

(cherry)

2014-03-16 09:20:05 UTC MAIN commitmail json YAML

Add stack align test stub for ia64 native csu

(cherry)

2014-03-16 07:57:25 UTC MAIN commitmail json YAML

Remove the 'prot' argument from elf_load_psection(). It is not used
outside, and can be declared locally. Clearer.

ok christos@

(maxv)

2014-03-16 06:51:43 UTC MAIN commitmail json YAML

Use MACHINE_CPU instead of MACHINE_ARCH with pattern matching

Include bsd.own.mk to use MACHINE_CPU.

Advised by matt@

(ozaki-r)

2014-03-16 05:49:41 UTC MAIN commitmail json YAML

2014-03-16 05:20:30 UTC MAIN commitmail json YAML

2014-03-16 05:11:19 UTC MAIN commitmail json YAML

Look up arm directory on MACHINE_ARCH=*arm*

(ozaki-r)

2014-03-16 01:21:35 UTC MAIN commitmail json YAML

Shut up -Wuninitialized on sh3 with gcc 4.8

(uwe)

2014-03-16 01:07:46 UTC MAIN commitmail json YAML

Fix gcc48 build. No obvious reason why nobody else has hit this...

(dholland)

2014-03-16 00:33:13 UTC MAIN commitmail json YAML

Fix gcc48 build without Kerberos.

While here, rectify related bug where if gethostname() failed, login
would null-terminate uninitialized stack trash and cheerfully pass it
on to kerberos. In this case, revert to "amnesiac" instead.

(dholland)

2014-03-16 00:07:58 UTC MAIN commitmail json YAML

2014-03-15 23:12:58 UTC MAIN commitmail json YAML

add missing -DGENERATOR_FILE to HOST_CPPFLAGS.

(mrg)

2014-03-15 20:46:38 UTC MAIN commitmail json YAML

make sure we use the C compiler (not C++) for CC= when running the
configure for auto-build.h.  fixes problems on linux.

(mrg)

2014-03-15 19:20:27 UTC MAIN commitmail json YAML

Remove unused include

(martin)

2014-03-15 18:28:23 UTC MAIN commitmail json YAML

Since the sigwait stuff is conditional to isc_bind9, we cannot block
SIGHUP,SIGINT,SIGTERM on startup, so make those also conditional to isc_bind9.
The net effect of this was that dhclient blocked the 3 signals for both
itself and its progeny so /etc/rc.d/dhclient restart would not work.

(christos)

2014-03-15 17:28:25 UTC MAIN commitmail json YAML

Add install kernel for MIRABOX

(matt)

2014-03-15 17:14:56 UTC MAIN commitmail json YAML

2014-03-15 15:23:22 UTC MAIN commitmail json YAML

2014-03-15 15:22:42 UTC MAIN commitmail json YAML

Use uniprocessor-optimized locking in RUMP_LOCKS_UP=yes (default: no)

(pooka)

2014-03-15 15:22:37 UTC MAIN commitmail json YAML

Convert right-recursive rules to left-recursive ones.

This should obviate the need for the workaround of a large stack in
order to handle many rules.

No change in the resulting plists.

ok rmind

(riastradh)

2014-03-15 15:15:27 UTC MAIN commitmail json YAML

Allow compile-time optimizations to curlwp.  This can have a pretty
staggering impact on performance.  When running sendto() in a loop,
the improvement is 200k more calls per second with an inlined __thread
curlwp as opposed to the default.  In other words, it shaves off hundreds
of CPU cycles per call (~20%).  Even just eliminating the x86_curlwp()
call in favor of an inline gives an improvement of 60k calls per second.

(pooka)

2014-03-15 14:12:56 UTC MAIN commitmail json YAML

Need to load the full argument

(martin)

2014-03-15 14:09:09 UTC MAIN commitmail json YAML

Support GlobalScale MiraBox.

(kiyohara)

2014-03-15 14:02:01 UTC MAIN commitmail json YAML

Add comment-out-ed FPU options.  Armada XP has FPU.
Add comment-out-ed athn.
Change ehci[01] to ehci*.  Check the clock gating already supported.

(kiyohara)

2014-03-15 13:56:19 UTC MAIN commitmail json YAML

2014-03-15 13:50:01 UTC MAIN commitmail json YAML

Enable PCI support in amd64 XEN3_DOMU config to match i386 XEN3_DOMU config.

(jakllsch)

2014-03-15 13:48:45 UTC MAIN commitmail json YAML

2014-03-15 13:33:48 UTC MAIN commitmail json YAML

2014-03-15 12:20:09 UTC MAIN commitmail json YAML

Provide copysignf and copysignl

(martin)

2014-03-15 12:11:23 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.

(tsutsui)

2014-03-15 12:06:54 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.

(tsutsui)

2014-03-15 12:04:22 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.

(tsutsui)

2014-03-15 12:02:28 UTC MAIN commitmail json YAML

Remove duplicated INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG macro.

They are in <m68k/asm.h> and now using different register format.

(tsutsui)

2014-03-15 11:53:30 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.

(tsutsui)

2014-03-15 11:48:38 UTC MAIN commitmail json YAML

2014-03-15 11:47:43 UTC MAIN commitmail json YAML

Add tags to marvell_attach_args.

(kiyohara)

2014-03-15 10:54:40 UTC MAIN commitmail json YAML

Add armada370_getclks().
Remove some white spaces.

(kiyohara)

2014-03-15 10:44:10 UTC MAIN commitmail json YAML

Support Armada 370.  tested on MiraBox.

(kiyohara)

2014-03-15 10:40:39 UTC MAIN commitmail json YAML

Add some Armada 370 IDs.
And fix comment-out-ed ID for Discovery VI.  (from Marvell USP)

(kiyohara)

2014-03-15 10:32:36 UTC MAIN commitmail json YAML

2014-03-15 10:30:41 UTC MAIN commitmail json YAML

Add some Armada 370 IDs.

(kiyohara)

2014-03-15 09:30:33 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.

(tsutsui)

2014-03-15 09:26:36 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC.

(tsutsui)

2014-03-15 09:24:56 UTC MAIN commitmail json YAML

Use common m68k/busaddrerr.s for bus error and address error handlers.

No binary changes on GENERIC, and also tested on NWS-1750.

(tsutsui)

2014-03-15 09:22:37 UTC MAIN commitmail json YAML

Add a common source of m68k bus error and address error handlers.

This will be included from each MD locore.s as other common m68k
asm files like trap_subr.s and support.s etc.

(tsutsui)