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

2024-05-10 05:25:51 UTC Now

2013-08-12 05:54:51 UTC MAIN commitmail json YAML

Fix a bad mov pc,lr -> RET

(matt)

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

2013-08-11 22:33:09 UTC MAIN commitmail json YAML

Add small helper script to keep lists sorted.

(joerg)

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

2013-08-11 22:27:45 UTC MAIN commitmail json YAML

2013-08-11 22:13:57 UTC MAIN commitmail json YAML

2013-08-11 22:09:42 UTC MAIN commitmail json YAML

Provide UTF-8 variants for all existing locales. The data is derived
from the Unicode Common Locale Data Repository.

Convert non-UTF-8 versions from the UTF-8 version using iconv and some
ad-hoc transliterations using sed.

Use EUR as currency_symbol in ISO8859-1.

Invert the Norwegian handling. no_NO is an alias for nb_NO as the latter
is used e.g. in CLDR.

Provide the Serbian locales in both Cyrilic and Latin script versions.
The alias is choosen based on the character set for the non-UTF-8 case
and Cyrillic is the default for UTF-8.

(joerg)

2013-08-11 18:35:19 UTC MAIN commitmail json YAML

2013-08-11 18:34:43 UTC MAIN commitmail json YAML

Linux treats the data parameter as a pointer/long too.  The comments
in the sys/ptrace.h on Linux say it should be an int, but the code
glibc/musl/kernel disagrees.

(pooka)

2013-08-11 17:18:56 UTC MAIN commitmail json YAML

Bump symtab space.

(riz)

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

RPI has an ARMv6 processor, so handle RPI_INSTALL properly when
building for the earmv6* MACHINE_ARCHes.

(riz)

2013-08-11 17:15:15 UTC MAIN commitmail json YAML

A number of new earm MACHINE_ARCH have shown up recently; make sure
we can deduce their endianness.

(riz)

2013-08-11 16:36:30 UTC MAIN commitmail json YAML

Don't try to estrdup() NULL; thanks martin@

(dholland)

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

Add the new xsh(4) driver to GENERIC.in template.

(rkujawa)

2013-08-11 14:42:04 UTC MAIN commitmail json YAML

List all required libraries by libgssapi and libkrb5 for NOPIC builds.

(tsutsui)

2013-08-11 13:21:25 UTC MAIN commitmail json YAML

Note X-Surf 100 support.

(rkujawa)

2013-08-11 13:18:24 UTC MAIN commitmail json YAML

2013-08-11 12:35:18 UTC MAIN commitmail json YAML

Use the proper NE2000_TYPE for AX88796.

(rkujawa)

2013-08-11 12:34:16 UTC MAIN commitmail json YAML

Add support for AX88796(B) variant.

(rkujawa)

2013-08-11 12:23:46 UTC MAIN commitmail json YAML

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

Use long instead of int for ptrace addr.  This makes things compile
better on powerpc64 with a compiler which warns about int-to-pointer
casts.
XXX: sys/ptrace.h on Linux says that the addr parameter is a "void *".

(pooka)

2013-08-11 10:37:08 UTC MAIN commitmail json YAML

ioconf/pseudo-root have been in here unchanged for 3+ years and their use
has spread from rump kernels into dozens of kernel modules.  Let's pretend
we don't want to see config yell about them being experimental every time.

(pooka)

2013-08-11 09:53:49 UTC MAIN commitmail json YAML

Use Va markup to show that the "suffix" part of ".PATH.suffix"
is a placeholder, not a literal string.
Also bump date.

(apb)

2013-08-11 09:16:42 UTC MAIN commitmail json YAML

Fix another automatic variable that is life both pre- and post the siglongjmp
(which gcc calls "might be clobbered") by marking it volatile: on some
machines, this value might end up in a register loaded before the sigsetjmp,
but not preserved by the siglongjmp later.
Fixes the VAX build.

(martin)

2013-08-11 09:10:47 UTC MAIN commitmail json YAML

Include powerpc+evbpcc.  Allows the buildrump.sh checkout to work on
powerpc machines.  Tested on Linux/ppc64 by Justin Cormack.

(pooka)

2013-08-11 09:07:15 UTC MAIN commitmail json YAML

Allow to build in envs without USRSTACK (namely, rump kernels on powerpc).
TODO: all of the m*() calls are by definition incompatible with rump
kernels; including them is no great damage, but they're not useful either.

(pooka)

2013-08-11 08:03:10 UTC MAIN commitmail json YAML

2013-08-11 06:48:46 UTC MAIN commitmail json YAML

Passes WARNS=5, so don't set WARNS=4.

(dholland)

2013-08-11 06:47:38 UTC MAIN commitmail json YAML

Passes WARNS=5, so don't set WARNS=3.

(dholland)

2013-08-11 06:45:23 UTC MAIN commitmail json YAML

2013-08-11 06:43:10 UTC MAIN commitmail json YAML

2013-08-11 06:39:47 UTC MAIN commitmail json YAML

2013-08-11 06:33:30 UTC MAIN commitmail json YAML

Remove redundant WARNS=5.

(dholland)

2013-08-11 06:32:13 UTC MAIN commitmail json YAML

Remove redundant WARNS=5.

(dholland)

2013-08-11 06:31:00 UTC MAIN commitmail json YAML

2013-08-11 06:09:29 UTC MAIN commitmail json YAML

Passes WARNS=5; don't set WARNS=4.

(dholland)

2013-08-11 06:05:30 UTC MAIN commitmail json YAML

This passes WARNS=5.

(dholland)

2013-08-11 06:04:38 UTC MAIN commitmail json YAML

2013-08-11 05:56:55 UTC MAIN commitmail json YAML

WARNS=5 is the default in sbin, don't need to set it explicitly.

(dholland)

2013-08-11 05:48:56 UTC MAIN commitmail json YAML

Use siglongjmp to jump out of signal handlers.

(dholland)

2013-08-11 05:42:41 UTC MAIN commitmail json YAML

2013-08-11 05:02:36 UTC MAIN commitmail json YAML

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

2013-08-11 04:56:32 UTC MAIN commitmail json YAML

2013-08-11 04:41:17 UTC MAIN commitmail json YAML

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

Document .PATH.suffix:. Noted by apb back in December of 2008
(that's how long my queue is...)

(dholland)

2013-08-11 04:40:06 UTC MAIN commitmail json YAML

unified syntax, make it play nice with thumb

(matt)

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

Switch to unified syntax
use it to get condition return on thumb

(matt)

2013-08-11 04:36:17 UTC MAIN commitmail json YAML

2013-08-11 03:53:12 UTC MAIN commitmail json YAML

more dark ATF rituals are required

(dholland)

2013-08-11 03:49:24 UTC MAIN commitmail json YAML

Turn off -fno-strict-aliasing for HAVE_GCC; it makes no difference to
the compiler output and is therefore ipso facto not necessary. I'll
leave it on for HAVE_LLVM as I can't check that tonight.

(If there is invalid code in here that actually requires it, let me
know so I can fix things properly.)

(dholland)

2013-08-11 03:44:27 UTC MAIN commitmail json YAML

2013-08-11 03:34:48 UTC MAIN commitmail json YAML

2013-08-11 03:27:02 UTC MAIN commitmail json YAML

this already passes WARNS=5

(dholland)

2013-08-11 03:09:41 UTC MAIN commitmail json YAML

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

Use unified syntax for conditional instructions
Use RETc/RET

(matt)

2013-08-11 02:53:18 UTC MAIN commitmail json YAML

fix conditional instructions to conform to unified syntax
use push/pop
use RET/RETc

(matt)

2013-08-11 02:45:56 UTC MAIN commitmail json YAML

Change r12 -> ip
Change all condition instructions so they pass unified syntax

(matt)

2013-08-11 01:54:36 UTC MAIN commitmail json YAML

2013-08-11 01:50:02 UTC MAIN commitmail json YAML

Add some cases pertaining to another bug I just fixed.

(dholland)

2013-08-11 01:49:40 UTC MAIN commitmail json YAML

Fix another bug, relating to parsing the [=x=] syntax.

(dholland)

2013-08-11 01:42:36 UTC MAIN commitmail json YAML

Tidy up more. This is pretty ratty code.

(dholland)

2013-08-11 01:29:28 UTC MAIN commitmail json YAML

2013-08-11 01:00:13 UTC MAIN commitmail json YAML

2013-08-11 00:52:17 UTC MAIN commitmail json YAML

avoid undefined behavior.

(dholland)

2013-08-11 00:49:15 UTC MAIN commitmail json YAML

Don't explicitly zero bss variables that are already zeroed.

(dholland)

2013-08-11 00:48:37 UTC MAIN commitmail json YAML

Add comments explaining how this works.

(dholland)

2013-08-11 00:39:22 UTC MAIN commitmail json YAML

2013-08-11 00:34:09 UTC MAIN commitmail json YAML

Remove silly written-out initialization of string1.

(dholland)

2013-08-11 00:29:22 UTC MAIN commitmail json YAML

2013-08-11 00:28:46 UTC MAIN commitmail json YAML

Make tr -c work. Fixes PR 48113.

When -c is in effect, scan string1 first, complement it, and then
iterate over the results while scanning string2. Otherwise, scan
string1 and string2 together as before.

(dholland)

2013-08-11 00:12:47 UTC MAIN commitmail json YAML

apply some CSE

(dholland)

2013-08-11 00:11:46 UTC MAIN commitmail json YAML

Restore preexisting wrong behavior of tr -c (translates all characters
to the last letter in string2) instead of a different wrong behavior
(translates all characters to 0xff) accidentally just introduced.

(dholland)

2013-08-11 00:05:49 UTC MAIN commitmail json YAML

2013-08-11 00:04:14 UTC MAIN commitmail json YAML

Make the parser state opaque. While here, fix a memory leak when using
the [:foo:] syntax.

(dholland)

2013-08-10 23:54:41 UTC MAIN commitmail json YAML

Expose less of the parser state outside str.c.

(dholland)

2013-08-10 23:25:35 UTC MAIN commitmail json YAML

Fix tool build under Mac OS X by using gettimeofday(2) instead of
clock_gettime(2). This needs a proper auto-config check.

(tron)

2013-08-10 22:52:34 UTC netbsd-6 commitmail json YAML

2013-08-10 22:50:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #929):
sys/dev/i2c/w83795g.c: revision 1.1
sys/dev/i2c/w83795greg.h: revision 1.1
sys/dev/i2c/files.i2c: revision 1.50
Add driver for Nuvoton W83795G voltage/temp/fan/gpio monitoring device.
As used in the HP Microserver N36L/N40L/N54L:
w83795g* at iic? addr 0x2f
gpio* at gpiobus?
Note that the gpio and watchdog functionality appears to be useless on
the Microserver, as the gpio pins don't affect the LED's and a watchdog
trigger does not cause a reset. Perhaps the reset pin just isn't wired.
There are quite flexible fan control options as well as just monitoring,
but it is not clear to me how best to export that function to userspace.

(riz)

2013-08-10 22:42:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #925):
sys/arch/i386/stand/lib/bootmenu.c: revision 1.11
sys/arch/i386/stand/lib/bootmenu.h: revision 1.3
sys/arch/i386/stand/boot/boot2.c: revision 1.59
Two changes for the i386 boot loader related to the boot menu which
can be defined in boot.cfg:
* Add a "menu" command which re-displays the menu and initiates
  the timed countdown
* Use any default command defined in boot.cfg as default args
  if the user runs "boot" with no arguments
This is useful in circumstances where you e.g. need to interrupt
the normal boot process to switch to serial console, and where
simply "boot netbsd" is no longer sufficient (e.g. as with install
media which needs the miniroot kernel module loaded).

(riz)

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

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

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

2013-08-10 21:32:07 UTC MAIN commitmail json YAML

PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 USB WIFI adapter

(jnemeth)

2013-08-10 21:20:03 UTC MAIN commitmail json YAML

ParseGetLine: don't treat a zero byte as end of buffer if P_end says it isn't.
Consume up to next newline, and issue a parse warning.
If no newline found before P_end, carry on as before.

(sjg)

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

2013-08-10 20:59:27 UTC MAIN commitmail json YAML

punctuation usage

(dholland)

2013-08-10 19:59:21 UTC MAIN commitmail json YAML

2013-08-10 19:02:22 UTC MAIN commitmail json YAML

2013-08-10 18:45:12 UTC MAIN commitmail json YAML

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

Silence -Wpointer-sign on crypt-sha1.c.
This requires casts, which is not entirely desirable; however, this way
at least no *more* pointer sign issues can creep in.

Output object files are unchanged on amd64.

(dholland)

2013-08-10 18:40:19 UTC MAIN commitmail json YAML

Use subs/sbc
Use push/pop
Don't adjust return for atomic_dec_64 since it's void and returns nothing

(matt)

2013-08-10 18:39:48 UTC MAIN commitmail json YAML

2013-08-10 18:39:25 UTC MAIN commitmail json YAML

2013-08-10 18:39:07 UTC MAIN commitmail json YAML

2013-08-10 18:38:33 UTC MAIN commitmail json YAML

2013-08-10 18:32:06 UTC MAIN commitmail json YAML

Don't adjust return of atomic_inc_64 since it's void and doesn't return
anything.

(matt)

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

2013-08-10 18:14:21 UTC MAIN commitmail json YAML

Redo -r1.53 correctly.

(dholland)

2013-08-10 18:01:31 UTC MAIN commitmail json YAML

Make sure to check if the driver has a valid intr handler in virtio_detach().

Fixes a panic during shutdown on KVM under ubuntu 13.04 with virtio,
as reported in PR kern/48105 by Richard Hansen.

Should be pulled up to netbsd-6 branches.

(tsutsui)

2013-08-10 00:48:04 UTC MAIN commitmail json YAML

thanks to mhitch, we got all the interrupt issues sorted out for now,
so turn off PDB_INTR in the debug kernel.

(mrg)

2013-08-09 23:38:54 UTC MAIN commitmail json YAML

I don't have the resources to maintain OpenLDAP in NetBSD anymore.

(lukem)

2013-08-09 21:19:43 UTC MAIN commitmail json YAML

Comment out pseudo-device md so that ARMADAXP_INSTALL passes config(1).
Fixes evbarm releases.

(aymeric)

2013-08-09 20:13:21 UTC MAIN commitmail json YAML

2013-08-09 20:13:18 UTC MAIN commitmail json YAML

Fix 32 bit issue in main file read-in function. On both 32 bit and 64 bit
hosts a missing cast would result in `garbage' after the 4Gbyte limit.

(reinoud)

2013-08-09 20:12:38 UTC MAIN commitmail json YAML

makefs_udf uses clock_gettime, and on some versions of linux that lives in librt

(jmcneill)

2013-08-09 19:58:44 UTC MAIN commitmail json YAML

bump command timeout to 5 minutes. several
types of changers (Overland PowerLoader, Dell
PowerVault) have been exceeding the 100 sec
limit aborting a perfectly (slowly) progressing
operation.

(kardel)

2013-08-09 19:51:29 UTC MAIN commitmail json YAML

fix issues when reading variable block sized tapes.

symptoms:
generic HBA error on console when reading
with a larger blocksize. blocks read
are padded to requested block size with
a 5a... a5... pattern.

problems fixed:
- controller scsi_status values did not match
  the ones used by the spsipi layer.
  a mapping function was introduced.
- when experiencing an underrun (read 64k and
  get a 63k block) the controller posted
  not a SUCCESS status but CHECK status. handle
  that like SUCCESS adjusting xs->resid and set
  XS_SENSE.
  now the correct data amount is returned and
  nothing is 'added' and no 'generic HBA error'
  occurs.
- make decisions using variables and constants
  from the controller domain.

(kardel)

2013-08-09 15:35:54 UTC MAIN commitmail json YAML

Make the xsh man pages to unbreak the build (sets lists were updated to
expect these man pages, but they were not being built)

(pgoyette)

2013-08-09 15:11:08 UTC MAIN commitmail json YAML

Fix possible 32 bit issues. In practice hard to reach but better be safe than
sorry.

(reinoud)

2013-08-09 12:56:31 UTC MAIN commitmail json YAML

2013-08-09 11:41:24 UTC MAIN commitmail json YAML

Add xsh(4) man page to dist list.

(rkujawa)

2013-08-09 11:40:08 UTC MAIN commitmail json YAML

Add man page for xsh(4).

(rkujawa)

2013-08-09 11:29:44 UTC MAIN commitmail json YAML

Oops, used size_t when off_t was meant. This results in the 4G file size
modulation seen on 32 bit machines due to size_t being 32 bit there.

While here, also fix compilation errors he@ discovered while compiling on
NetBSD/vax.

(reinoud)

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

Fix debug kernel builds when the automatic symbol table resizing kicks in.
Previously, the TAIL/HEAD link steps were being executed twice and the
(relinked/stripped) kernel would overwrite the debug version.

XXX this is all ugly.

(skrll)

2013-08-09 07:12:42 UTC MAIN commitmail json YAML

Use cpu_idcache_wbinv_range so we don't nuke the entire idcache.
Add a test to make sure we are only modifying movw/movt

(matt)

2013-08-09 07:11:39 UTC MAIN commitmail json YAML

2013-08-09 06:00:09 UTC MAIN commitmail json YAML

Fix addend manipulation

(matt)

2013-08-09 05:57:13 UTC MAIN commitmail json YAML

Add a INSTALL kernel for ARMADAXP

(matt)

2013-08-09 05:10:14 UTC MAIN commitmail json YAML

Ignore REL/RELA if they aren't against a PROGBIT section.
(this causes EXIDX sections to be ignored for ARM).

(matt)

2013-08-09 04:24:19 UTC MAIN commitmail json YAML

ldscript doesn't need -Ttext

(matt)

2013-08-08 22:18:20 UTC MAIN commitmail json YAML

Now that all of the macros are enclosed in "do { ... } while 0" we can
remove unneded parenthesization of their invocations.

OK mrg@

(pgoyette)

2013-08-08 21:59:43 UTC netbsd-6 commitmail json YAML

2013-08-08 21:58:55 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #926):
sys/netinet6/nd6_rtr.c: revision 1.86
PR/47576: Takahiro HAYASHI: Avoid crash destroying tap0 after deleting
it's link-local address.

(snj)

2013-08-08 21:58:22 UTC netbsd-6-1 commitmail json YAML

2013-08-08 21:57:40 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #926):
sys/netinet6/nd6_rtr.c: revision 1.86
PR/47576: Takahiro HAYASHI: Avoid crash destroying tap0 after deleting
it's link-local address.

(snj)

2013-08-08 21:56:59 UTC netbsd-6-0 commitmail json YAML

2013-08-08 21:55:19 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #926):
sys/netinet6/nd6_rtr.c: revision 1.86
PR/47576: Takahiro HAYASHI: Avoid crash destroying tap0 after deleting
it's link-local address.

(snj)

2013-08-08 21:27:50 UTC MAIN commitmail json YAML

Note the new xsh(4) driver.

(rkujawa)

2013-08-08 21:23:52 UTC MAIN commitmail json YAML

2013-08-08 21:09:49 UTC MAIN commitmail json YAML

resort entry about ipsec kernel option change so it's chronologically
fitting

(spz)

2013-08-08 20:00:20 UTC MAIN commitmail json YAML

add hints about FAST_IPSEC no longer being around

(spz)

2013-08-08 17:38:56 UTC MAIN commitmail json YAML

Fix reverted condition. Fix panic reported by Patrick Welche on
current-users with an ATAPI device connected to siisata.

(bouyer)

2013-08-08 16:43:13 UTC MAIN commitmail json YAML

Get the correct inttypes.h header, so this can build on !NetBSD.

(agc)

2013-08-08 13:21:38 UTC MAIN commitmail json YAML

Bump RAMDISK size so that the contents fits again.

(he)

2013-08-08 07:06:13 UTC MAIN commitmail json YAML

Allow 8 luns instead of 1. This enables access to the changer device on
a Dell PV-124T:
ch0 at scsibus0 target 9 lun 1: <DELL, PV-124T, 0086> changer removable
ch0: 16 slots, 1 drive, 1 picker, 0 portals

(kardel)

2013-08-08 06:50:24 UTC MAIN commitmail json YAML

2013-08-08 06:49:10 UTC MAIN commitmail json YAML

Don't sync idcache/tlb when _RUMPKERNEL is defined.

(matt)

2013-08-08 06:23:01 UTC MAIN commitmail json YAML

Move the shared libraries for librumpnet_npf to base from comp.

(matt)

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

2013-08-08 04:52:10 UTC MAIN commitmail json YAML

Add a new test case for snprintb_m(3) to catch previous boundary bug.

(pgoyette)

2013-08-08 04:32:43 UTC MAIN commitmail json YAML

apply some do { ... } while (0) so that macros aren't broken,
completing the previous change.

(mrg)

2013-08-08 03:20:17 UTC netbsd-6-1 commitmail json YAML

Remove the note about ticket #652 (bge) from CHANGES-6.1 because the change
wasn't added.  Fixes PR#48069 for netbsd-6-1 branch.

(msaitoh)

2013-08-07 23:48:13 UTC MAIN commitmail json YAML

The PUT* things are macros.  Use { ... } to make sure they expand correctly.

(pgoyette)

2013-08-07 23:22:28 UTC MAIN commitmail json YAML

Update example using hex-escape-sequences to conform to gcc parsing rules.
(See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33167 for details.)

(pgoyette)

2013-08-07 22:51:59 UTC MAIN commitmail json YAML

Add an example using snprintb_m()

Replace \*[Gt] and \*[Lt] with the simple characters > and < (OK wiz)

XXX Note that the examples currently do not compile with GCC!  The hex
XXX character sequences such as \x10CACHE are being parsed as longer
XXX than 2-hex-digit strings!

(pgoyette)

2013-08-07 22:37:28 UTC MAIN commitmail json YAML

Fix boundary condition in multi-line format.  When the '=' following a
field name exactly filled a line, the back-up logic failed and really
messed up the formatting!

(pgoyette)

2013-08-07 22:09:30 UTC MAIN commitmail json YAML

Switch alpha to USE_COMPILERCRTSTUFF= no

(skrll)

2013-08-07 20:57:23 UTC MAIN commitmail json YAML

2013-08-07 19:38:45 UTC MAIN commitmail json YAML

2013-08-07 18:36:19 UTC MAIN commitmail json YAML

Add R_ARM_V4BX, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS
Fix R_ARM_PC24 and match R_ARM_CALL and R_ARM_JUMP24

(matt)

2013-08-07 18:34:53 UTC MAIN commitmail json YAML

2013-08-07 17:50:55 UTC MAIN commitmail json YAML

Revert previous change to tools/Makefile.gnuhost.  When getenv("M4")
contains multiple words, flex fails.

Adjust tools/autoconf/Makefile to pass the necessary extra arguments via
M4=... in CONFIGURE_ENV.  This is similar to what used to be in
revision 1.4 of tools/autoconf/Makefile, but it's now after instead of
before the inclusion of Makefile.gnuhost, because it has to override the
value of M4=...  that Makefile.gnuhost stores in CONFIGURE_ENV.

(apb)

2013-08-07 17:36:12 UTC MAIN commitmail json YAML

Add support for generating tramponlines in the module at link time.
This is done using some awk scripts and KMODTRAMPOLINE in <machine/asm.h>
It's not as efficient as having the kloader do it but it is a lot simpler.

(matt)

2013-08-07 17:29:15 UTC MAIN commitmail json YAML

Keep track of undefined symbols and then use to determine whether a wrap
is required.

(matt)

2013-08-07 17:09:50 UTC MAIN commitmail json YAML

Add KMODTRAMPOLINE(name)
There are 3 variations:
one for armv7 using movw ip,#:lower16:func; movt ip,#:upper16:func; bx ip
one for armv4t+ using ldr ip, pc; bx ip; .word func
one for everything else using ldr pc, [pc, #-4]; .word func

(matt)

2013-08-07 17:06:22 UTC MAIN commitmail json YAML

awk support scripts to generate trampolines in modules.
(adapted from previous LKM method).
<machine/asm.h> now has a KMODTRAMPOLINE macro to generate the trampoline

(matt)

2013-08-07 14:43:58 UTC MAIN commitmail json YAML

2013-08-07 12:50:17 UTC MAIN commitmail json YAML

Make sure a channel has drives attached before resetting it otherwise
wdc_reset will panic the kernel due to a null derefrence of ch_drives.

(blymn)

2013-08-07 06:55:00 UTC MAIN commitmail json YAML

reserve space for ICMP header accordingly to RFC4884

(kefren)

2013-08-07 06:09:32 UTC MAIN commitmail json YAML

2013-08-07 05:19:40 UTC MAIN commitmail json YAML

Add some more (cryptography-related) acronyms

(agc)

2013-08-06 22:33:59 UTC MAIN commitmail json YAML

2013-08-06 22:04:25 UTC MAIN commitmail json YAML

Compile snprintb.c into libnbcompat.  The source file is found in the
common/lib/libutil directory.

(apb)

2013-08-06 22:02:50 UTC MAIN commitmail json YAML

If HAVE_SNPRINTB_M is defined, then do not define the snprintb() and
snprintb_m() functions.  This should allow this file to be compiled
from a tools build regardless of whether or not the host defines these
functions.

(apb)

2013-08-06 21:58:46 UTC MAIN commitmail json YAML

declare snptintb_m() and snprintb() if HAVE_SNPRINTB is not defined.

(apb)

2013-08-06 21:56:36 UTC MAIN commitmail json YAML

regen, to pick up the test for snprintb_m.

(apb)

2013-08-06 21:50:19 UTC MAIN commitmail json YAML

Add a configure test for snprintb_m.  We will assume that
the rpesence of snprintb_m implies the presence of snprintb.

(apb)

2013-08-06 21:47:01 UTC MAIN commitmail json YAML

Add the "-g -D__gnu__" flags when invoking M4 via CONFIGURE_ARGS
in tools/Makefile.gnuhost.  This makes the tools version of m4
behave like GNU m4.

Remove similar code from tools/autoconf/Makefile, where it didn't
work because Makefile.gnuhost would previously have overridden it.

This fixes a problem in which the tools version of autoconf complained
"M4sugar requires GNU M4.
Install it before installing M4sugar or set the M4 environment variable to its path name."

(apb)

2013-08-06 21:41:01 UTC MAIN commitmail json YAML

db_stack_trace_print: support trace/[at], starting trace from switchframe.

(uwe)

2013-08-06 20:49:15 UTC MAIN commitmail json YAML

Only use MACHINE_ARCH if !_STANDALONE and CPPFLAGS/CFLAGS/CPUFLAGS don't
contain -mcpu or -march

(matt)

2013-08-06 20:37:22 UTC MAIN commitmail json YAML

Select ldrex/strex if ${MACHINE_ARCH:Mearmv[67]*}

(matt)

2013-08-06 20:18:31 UTC MAIN commitmail json YAML

Fix another typo.

(wiz)

2013-08-06 20:16:54 UTC MAIN commitmail json YAML

New sentence, new line.
Use one list instead of two consecutive ones.
Add .El to end list.

(wiz)

2013-08-06 19:13:13 UTC MAIN commitmail json YAML

TRIM showed up sometime between ATA-7 and ATA-8.

(soren)

2013-08-06 19:02:57 UTC MAIN commitmail json YAML

2013-08-06 17:53:55 UTC MAIN commitmail json YAML

Need to separate BE MACHINE_ARCH so that armv7 can be excluded.

(matt)

2013-08-06 17:33:29 UTC MAIN commitmail json YAML

Add a comma and fix a spelling error.

(snj)

2013-08-06 17:32:30 UTC MAIN commitmail json YAML

non-existant is a nonexistent word.

(snj)

2013-08-06 16:54:46 UTC MAIN commitmail json YAML

2013-08-06 16:09:15 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/earmv4eb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/crtstuff/arch/earmv6eb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/crtstuff/arch/earmv6hfeb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/earmv4eb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/earmv6eb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/earmv6hfeb.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/libgomp.spec@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/libgomp_f.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv4eb/omp.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/libgomp.spec@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/libgomp_f.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmv6eb/omp.h@1.1 / diff / nxr@1.1
      :
(more 88 files)
GCC configury for earmv4eb earmv6eb earmv6hfeb

(matt)

2013-08-06 15:58:25 UTC MAIN commitmail json YAML

Add driver for Nuvoton W83795G voltage/temp/fan/gpio monitoring device.

As used in the HP Microserver N36L/N40L/N54L:

w83795g* at iic? addr 0x2f
gpio* at gpiobus?

Note that the gpio and watchdog functionality appears to be useless on
the Microserver, as the gpio pins don't affect the LED's and a watchdog
trigger does not cause a reset. Perhaps the reset pin just isn't wired.

There are quite flexible fan control options as well as just monitoring,
but it is not clear to me how best to export that function to userspace.

(soren)

2013-08-06 13:15:30 UTC MAIN commitmail json YAML

Switch back program version to the version of the newfs_udf/makefs code.

While here, visit the 80 columns police :)

(reinoud)

2013-08-06 12:49:13 UTC MAIN commitmail json YAML

Oops, forgot to export a_udf_version() that checks if the input string is a
valid UDF version notation.

(reinoud)

2013-08-06 12:47:21 UTC MAIN commitmail json YAML

Add minimum UDF version specification to makefs(8) -t udf.

(reinoud)

2013-08-06 12:19:34 UTC MAIN commitmail json YAML

Allow for the logical volume label to be specified as well as the physical
volume label. Also allow the volumeset name to be specified if desired. The
syntax follows the newfs_udf(8) syntax.

(reinoud)

2013-08-06 12:15:21 UTC MAIN commitmail json YAML

2013-08-06 12:14:43 UTC MAIN commitmail json YAML

Sort sections. Remove superfluous Ed.

(wiz)

2013-08-06 12:12:51 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2013-08-06 11:57:25 UTC MAIN commitmail json YAML

Clarify volumeset name restrictions when specifying it in newfs_udf(8)

(reinoud)

2013-08-06 11:38:51 UTC MAIN commitmail json YAML

Fix misplaced BUGS section and fix layout

(reinoud)

2013-08-06 09:43:41 UTC MAIN commitmail json YAML

Update makefs(8) man page to reflect the selection of default sector and disc
sizes based on the disc type.

(reinoud)

2013-08-06 09:32:23 UTC MAIN commitmail json YAML

Implement auto-setting of sector size and disc size when specifying
-oT=<devtype> to one of the supported disk types.

While here, also fix where the -s size argument would be overriden by the
calculated size.

(reinoud)

2013-08-06 08:24:56 UTC MAIN commitmail json YAML

Fix assert() on allocation type by masking it with the flag allocation bit
mask. Fixes internal allocation writing in nodes with suid/sgid/sticky
accessnode.

(reinoud)

2013-08-06 08:18:08 UTC MAIN commitmail json YAML

Fix memory leaks found by Coverity and fix memoryleaks in the new code

(reinoud)

2013-08-06 07:57:49 UTC MAIN commitmail json YAML

2013-08-06 07:10:52 UTC MAIN commitmail json YAML

2013-08-06 07:10:04 UTC MAIN commitmail json YAML

Implement DIR17R. All the module tests pass now.

(skrll)

2013-08-06 07:07:53 UTC MAIN commitmail json YAML

Split the reloc evaluation from the value encoding part.  Several relocs
can share the value encoding part.

Fixes the SEGREL32 relocs while here.

(skrll)

2013-08-06 06:40:43 UTC MAIN commitmail json YAML

Re-order relocation in switch statement. No functional change.

(skrll)