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:22:13 UTC Now

2016-01-19 10:11:02 UTC MAIN commitmail json YAML

2016-01-19 03:44:41 UTC MAIN commitmail json YAML

Add three devices:
- Polaris2 USB dock and Plugable docking station from FreeBSD.
- DisplayLink MIMO from Swift Griggs.

(msaitoh)

2016-01-19 03:25:35 UTC MAIN commitmail json YAML

2016-01-19 03:24:58 UTC MAIN commitmail json YAML

Add some DisplayLink devices. 0x0117 and 0x0377 are from FreeBSD.
0x0335 is from Swift Griggs.

(msaitoh)

2016-01-18 23:27:49 UTC MAIN commitmail json YAML

Include <sys/kernel.h> only if it's needed.
(fix build failure)

(pooka)

2016-01-18 23:27:20 UTC MAIN commitmail json YAML

put lwp/proc stuff into the same source module (emul.c -> lwproc.c)

(pooka)

2016-01-18 23:21:28 UTC MAIN commitmail json YAML

massively reduce header pollution from times prehistoric

(pooka)

2016-01-18 16:46:08 UTC MAIN commitmail json YAML

2016-01-18 15:53:38 UTC MAIN commitmail json YAML

boottime is a timespec, not timeval

(pooka)

2016-01-18 14:37:54 UTC MAIN commitmail json YAML

Implement the inverse of a nop.

(pooka)

2016-01-18 09:18:00 UTC MAIN commitmail json YAML

Use standard markup for ENOSPC.

(wiz)

2016-01-18 06:08:26 UTC MAIN commitmail json YAML

Refactor protosw codes in gif(4). No functional change.

    - remove unnecessary include
    - reduce scopes

(knakahara)

2016-01-18 05:59:37 UTC MAIN commitmail json YAML

Add comments. Fix comments. No functional change.

(msaitoh)

2016-01-18 04:46:47 UTC MAIN commitmail json YAML

Fix a bug that wdcprobe1() accesses NULL pointer when the DEBUG_PROBE bit
is set in atadebug_mask variable. The caller passes data which has
temporary-generated wdc_softc in it, but the device_t has not initialized
because it's not determined yet. So it can't use device_xname(). Use
__function__ instead.

(msaitoh)

2016-01-18 02:45:05 UTC MAIN commitmail json YAML

Use correct register definition.

(nonaka)

2016-01-18 00:34:43 UTC MAIN commitmail json YAML

2016-01-18 00:21:44 UTC MAIN commitmail json YAML

Add new man-page full(4) for the /dev/full device

DESCRIPTION
    The full device always return ENOSPC on writing,

    In all other cases it behaves like the zero(4) device and provides an
    infinite stream of zeros.

(kamil)

2016-01-17 23:18:19 UTC MAIN commitmail json YAML

2016-01-17 23:17:04 UTC MAIN commitmail json YAML

add /dev/full

(christos)

2016-01-17 23:16:46 UTC MAIN commitmail json YAML

2016-01-17 22:51:32 UTC MAIN commitmail json YAML

include unistd.h for getpagesize()

(christos)

2016-01-17 22:32:09 UTC MAIN commitmail json YAML

PR/50672: Andriy Voskoboinyk: fix write to the wrong register.

(christos)

2016-01-17 17:49:55 UTC MAIN commitmail json YAML

Fix fatal "intr_dispatch: stray level 6 interrupt" panic by the GENERIC
kernel on machines without arcofi(4) audio (i.e. all hp300 except HP425e).

I failed to pull all necessary changes for arcofi(4) from OpenBSD
and I should have tested 7.0_RC kernels on my HP382 too :-(

Should be pulled up to netbsd-7 and netbsd-7-0.

(tsutsui)

2016-01-17 17:45:21 UTC MAIN commitmail json YAML

2016-01-17 15:59:26 UTC MAIN commitmail json YAML

PR/50671: David Binderman: fix memory leak.

(christos)

2016-01-17 15:32:38 UTC MAIN commitmail json YAML

2016-01-17 15:30:23 UTC MAIN commitmail json YAML

2016-01-17 15:08:10 UTC MAIN commitmail json YAML

PR/50670: David Binderman: Tidy up debugging printfs to avoid if else confusion.

(christos)

2016-01-17 14:57:18 UTC MAIN commitmail json YAML

2016-01-17 14:50:31 UTC MAIN commitmail json YAML

PR/50666: David Binderman:
He's out of jail and out of bail and that's the way it goes:
    free(base);

(christos)

2016-01-17 14:46:07 UTC MAIN commitmail json YAML

PR/50665: David Binderman: move "dir" to the outer scope so it stays alive
when the pointer is used later.

(christos)

2016-01-17 11:24:28 UTC MAIN commitmail json YAML

Fix some macros. Sort stuff some more.

(wiz)

2016-01-17 10:44:57 UTC MAIN commitmail json YAML

2016-01-17 08:05:20 UTC MAIN commitmail json YAML

Enable LIBSA_CREAD_NOCRC.  PR/50638

Bump version to denote user visible change.
Tested on HP9000/382.

(tsutsui)

2016-01-17 04:53:16 UTC MAIN commitmail json YAML

Enable LIBSA_CREAD_NOCRC.  PR/50638

Bump version to denote user visible change.
Tested on simh 4.0-Beta1 emulationg MicroVAX 3900.

(tsutsui)

2016-01-17 04:50:37 UTC MAIN commitmail json YAML

Enable LIBSA_CREAD_NOCRC.  PR/50638

Bump version to denote user visible change.
Tested on NWS-1750.

(tsutsui)

2016-01-17 04:47:59 UTC MAIN commitmail json YAML

Enable LIBSA_CREAD_NOCRC.  PR/50638

Bump version to denote user visible change.
XXX: recent visible changes (memsize probe, SRAM switch command)
      were not denoted in versions
Tested on (real) X68030.

(tsutsui)

2016-01-17 04:40:10 UTC MAIN commitmail json YAML

Enable LIBSA_CREAD_NOCRC.  PR/50638

Also bump version to denote user visible change.
Tested on LUNA-II.

(tsutsui)

2016-01-17 04:35:42 UTC MAIN commitmail json YAML

Add an option (LIBSA_CREAD_NOCRC) to disable gunzip CRC32 calculation.

No obvious sideeffect on booting i386 GENERIC kernels (without the option).
Closes PR/50638 (Extreme slowness on loading gzipped kernels on old CPUs).

(tsutsui)

2016-01-17 03:08:39 UTC MAIN commitmail json YAML

Make this build without installed DESTDIR files.

(tsutsui)

2016-01-17 01:40:39 UTC MAIN commitmail json YAML

Use PCI ROM MD fallback if PCI ROM BAR points to invalid ROM.

We previously applied the PCI ROM MD fallback only if the PCI ROM BAR
was altogether unpopulated.  Some Radeon devices seem to have a
populated PCI ROM BAR pointing at a bogus ROM, while 0xc0000 works
fine.

Fixes at least one manifestation of PR kern/49964.

(riastradh)

2016-01-16 21:31:38 UTC MAIN commitmail json YAML

2016-01-16 21:29:33 UTC MAIN commitmail json YAML

2016-01-16 21:15:51 UTC MAIN commitmail json YAML

Update documentation.

(christos)

2016-01-16 21:12:27 UTC MAIN commitmail json YAML

fix the option string.

(christos)

2016-01-16 19:44:05 UTC MAIN commitmail json YAML

PR/50660: David Binderman: bad calls to printf, in test part

(christos)

2016-01-16 19:29:22 UTC MAIN commitmail json YAML

2016-01-16 19:28:36 UTC MAIN commitmail json YAML

2016-01-16 18:56:49 UTC MAIN commitmail json YAML

mention autoconf

(christos)

2016-01-16 18:41:13 UTC MAIN commitmail json YAML

2016-01-16 18:38:53 UTC MAIN commitmail json YAML

look in gpl3 for stuff too (autoconf)

(christos)

2016-01-16 18:33:35 UTC MAIN commitmail json YAML

mention that nesting limit is unimplemented

(christos)

2016-01-16 18:31:29 UTC MAIN commitmail json YAML

2016-01-16 18:30:57 UTC MAIN commitmail json YAML

add nesting_limit

(christos)

2016-01-16 17:01:22 UTC MAIN commitmail json YAML

record all input for fake freeze

(christos)

2016-01-16 17:01:01 UTC MAIN commitmail json YAML

Use hex for masks.

(christos)

2016-01-16 17:00:07 UTC MAIN commitmail json YAML

Add disabled support for saving and restoring the symbol table.

(christos)

2016-01-16 16:59:18 UTC MAIN commitmail json YAML

- don't eat the rest of the string when no match in patsubst
- include the pattern in the error printing of regex
- handle 3 argument and empty patterns the gnu way
- add support for freezing and thawing state (not working yet)

(christos)

2016-01-16 16:57:29 UTC MAIN commitmail json YAML

- declarations for real/fake freeze
- add new flags

(christos)

2016-01-16 16:56:21 UTC MAIN commitmail json YAML

More gnu compatibility:
- handle macros > $9
- handle character remapping the the gnu way.
Add a shortcut for the "fake freeze" files to not expand include macros
during thawing.

(christos)

2016-01-16 10:16:24 UTC netbsd-7 commitmail json YAML

2016-01-16 10:11:12 UTC netbsd-7-0 commitmail json YAML

2016-01-16 10:09:58 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by cyber in ticket #1061):
sys/arch/evbarm/conf/OPENRD: revision 1.6
mvsdio does not work on OPENRD, disable it.
Tested on OpenRD-Client, causes infinite loop during autoconf when enabled.

(snj)

2016-01-16 10:09:13 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by cyber in ticket #1061):
sys/arch/evbarm/conf/OPENRD: revision 1.6
mvsdio does not work on OPENRD, disable it.
Tested on OpenRD-Client, causes infinite loop during autoconf when enabled.

(snj)

2016-01-16 10:04:05 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #1059):
sys/arch/sandpoint/include/bootinfo.h: revision 1.9
sys/arch/sandpoint/stand/altboot/brdsetup.c: revisions 1.36, 1.37
sys/arch/sandpoint/stand/altboot/dsk.c: revision 1.18
sys/arch/sandpoint/stand/altboot/globals.h: revisions 1.20, 1.21
sys/arch/sandpoint/stand/altboot/main.c: revision 1.27
sys/arch/sandpoint/stand/altboot/siisata.c: revision 1.6
sys/arch/sandpoint/stand/altboot/version: revision 1.8
The disk's unittag is not equal to the channel, so we need an additional
unitchan entry to make lba_read() work in all cases.
The libsa-printf() does not seem to support 64-bit output, so cast the
block number to unsigned when printing an error message.
--
Pass a name and flags precisely describing the current model and its
features via a new bootinfo node (currently Synology only). This allows
for example the configuration of model-specific temperature I2C sensors
and fan control.
Support for the Synology DS207 and DS209 drive LEDs and wait until the
2nd drive is completely powered up.
--
fix a board type check logic error that affected Linkstation and Kurobox (HG).
They were mistakenly recognized kurot4 type and ended up with kernel boot
failure.

(snj)

2016-01-16 01:14:39 UTC MAIN commitmail json YAML

Add missing format string annotation.

(joerg)

2016-01-16 01:14:21 UTC MAIN commitmail json YAML

Fix merge error of diagnostic pragmas.

(joerg)

2016-01-16 01:05:40 UTC MAIN commitmail json YAML

2016-01-15 20:34:35 UTC MAIN commitmail json YAML

Sort options and reduce printf calls.

(roy)

2016-01-15 18:10:11 UTC netbsd-7-0 commitmail json YAML

2016-01-15 18:09:19 UTC netbsd-7-0 commitmail json YAML

Pull up to netbsd-7 (missing part of ticket #1012):
lib/libc/net/getaddrinfo.c 1.110

(sborrill)

2016-01-15 18:03:32 UTC MAIN commitmail json YAML

2016-01-15 17:38:54 UTC netbsd-7 commitmail json YAML

2016-01-15 17:37:45 UTC netbsd-7 commitmail json YAML

Pull up to netbsd-7 (missing part of ticket #1012):
lib/libc/net/getaddrinfo.c 1.110

(sborrill)

2016-01-15 15:42:57 UTC MAIN commitmail json YAML

Don't skip entries in the table, one increment per iteration is enough.

(joerg)

2016-01-15 15:37:05 UTC MAIN commitmail json YAML

2016-01-15 15:14:02 UTC MAIN commitmail json YAML

2016-01-15 15:13:29 UTC MAIN commitmail json YAML

2016-01-15 12:09:15 UTC MAIN commitmail json YAML

Switch to generic __BIT/__BITS macro, which doesn't depend on
left-shifting negative values.

(joerg)

2016-01-15 09:05:16 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2016-01-15 08:27:04 UTC MAIN commitmail json YAML

2016-01-15 07:49:41 UTC MAIN commitmail json YAML

add sysctl nodes to configure vchiq log levels.

(mlelstv)

2016-01-15 07:48:22 UTC MAIN commitmail json YAML

Allow dump to raidframe component which is a wedge.

N.B. ordinary devices check the partition type only in the xxxsize routine.

(mlelstv)

2016-01-15 00:18:19 UTC MAIN commitmail json YAML

Left shift of negative values is UB, just write the constant out.

(joerg)

2016-01-14 22:31:17 UTC MAIN commitmail json YAML

2016-01-14 22:30:05 UTC MAIN commitmail json YAML

2016-01-14 22:06:42 UTC MAIN commitmail json YAML

catch up with regsub -> regnsub

(christos)

2016-01-14 21:46:10 UTC MAIN commitmail json YAML

rename to regsub to regnsub.

(christos)

2016-01-14 21:45:19 UTC MAIN commitmail json YAML

rename to regnsub

(christos)

2016-01-14 21:45:02 UTC MAIN commitmail json YAML

rename to regnsub, regsub is a very popular name.

(christos)

2016-01-14 21:19:41 UTC MAIN commitmail json YAML

Create global init to handle socket calls and route messages.
Register each interface inside the global driver so that
routing messages can find the interface based on rtm_ifindex.

(roy)

2016-01-14 21:15:51 UTC MAIN commitmail json YAML

2016-01-14 21:15:17 UTC MAIN commitmail json YAML

2016-01-14 21:13:54 UTC MAIN commitmail json YAML

2016-01-14 21:13:20 UTC MAIN commitmail json YAML

2016-01-14 20:45:32 UTC MAIN commitmail json YAML

2016-01-14 20:43:59 UTC MAIN commitmail json YAML

2016-01-14 20:42:29 UTC MAIN commitmail json YAML

2016-01-14 20:42:14 UTC MAIN commitmail json YAML

2016-01-14 20:42:03 UTC MAIN commitmail json YAML

add reg{,a}sub

(christos)

2016-01-14 20:41:47 UTC MAIN commitmail json YAML

2016-01-14 20:41:23 UTC MAIN commitmail json YAML

2016-01-14 08:58:02 UTC MAIN commitmail json YAML

Don't use a filename with an embedded newline in the create_many test
case.  Instead, add a separate test case "create_nonalphanum" for
filenames containing non-alphanumeric characters.  The bug of
PR kern/50608 now causes a failure in create_nonalphanum rather than
create_many.

(gson)

2016-01-14 04:28:05 UTC MAIN commitmail json YAML

2016-01-14 04:27:26 UTC MAIN commitmail json YAML

2016-01-14 04:25:13 UTC MAIN commitmail json YAML

2016-01-14 04:23:15 UTC MAIN commitmail json YAML

2016-01-14 04:22:39 UTC MAIN commitmail json YAML

2016-01-14 04:21:48 UTC MAIN commitmail json YAML

2016-01-14 02:51:25 UTC MAIN commitmail json YAML

fix direct reference to texinfo, bleh

(christos)

2016-01-14 02:43:50 UTC MAIN commitmail json YAML

2016-01-14 02:41:58 UTC MAIN commitmail json YAML

2016-01-14 02:30:19 UTC MAIN commitmail json YAML

2016-01-14 01:44:20 UTC MAIN commitmail json YAML

2016-01-14 01:13:26 UTC MAIN commitmail json YAML

grr another copy of the path I missed; factor out to a variable.

(christos)

2016-01-14 00:41:44 UTC MAIN commitmail json YAML

2016-01-14 00:41:15 UTC MAIN commitmail json YAML

texinfo has moved.

(christos)

2016-01-14 00:39:06 UTC MAIN commitmail json YAML

2016-01-14 00:38:30 UTC MAIN commitmail json YAML

2016-01-14 00:38:19 UTC MAIN commitmail json YAML

2016-01-14 00:34:53 UTC MAIN commitmail json YAML

2016-01-13 23:01:15 UTC MAIN commitmail json YAML

look in external first.

(christos)

2016-01-13 22:03:38 UTC MAIN commitmail json YAML

there is no more lib

(christos)

2016-01-13 22:02:48 UTC MAIN commitmail json YAML

2016-01-13 22:01:15 UTC MAIN commitmail json YAML

Document archeological digs for our gnumalloc.

(christos)

2016-01-13 21:57:26 UTC MAIN commitmail json YAML

switch to the external version of libmalloc

(christos)

2016-01-13 21:56:38 UTC MAIN commitmail json YAML

2016-01-13 19:29:26 UTC MAIN commitmail json YAML

2016-01-13 19:27:26 UTC MAIN commitmail json YAML

groff has moved.

(christos)

2016-01-13 19:25:07 UTC MAIN commitmail json YAML

2016-01-13 19:03:15 UTC MAIN commitmail json YAML

2016-01-13 19:02:29 UTC MAIN commitmail json YAML

2016-01-13 19:02:01 UTC MAIN commitmail json YAML

2016-01-13 17:07:52 UTC MAIN commitmail json YAML

revert accidentially committed changes in awin_tcon1_set_videomode()

(macallan)

2016-01-13 15:56:05 UTC MAIN commitmail json YAML

some trivial fixes:
- rearrange dmesg output so all values are printed properly
- use aprint_*
- support WSDISPLAYIO_GET_FBINFO

(macallan)

2016-01-13 13:29:51 UTC MAIN commitmail json YAML

add OUTPUT_VGA in order to shut down the right output(s) when blanking etc.

(macallan)

2016-01-13 12:48:51 UTC MAIN commitmail json YAML

2016-01-13 12:05:49 UTC MAIN commitmail json YAML

create_many: remove PR kern/50607 xfail

Seems to have been fixed by ext2fs_lookup.c 1.79
(thanks, riastradh)

(pooka)

2016-01-13 08:05:58 UTC MAIN commitmail json YAML

Use CPUID_TO_*() macros. This change fix a bug that /proc/cpuinfo's CPU model
was incorrect on many newer CPUs and CPU family was incorrect on some AMD
machines.

(msaitoh)

2016-01-13 07:28:56 UTC MAIN commitmail json YAML

PR#49246 "x86/x86/procfs_machdep.c (/proc/cpuinfo) is very old" related change
- Decode NetBSD's ci_feat_val[0-5]. The output order of the bits is the same as
  linux. Before this commit, only ci_feat_val[0] was decoded.
- Linux defined feature words and some others are not decoded yet.
- procfs_getonecpufeatures() will be rewritten when all of linux entries are
  decoded.

(msaitoh)

2016-01-13 07:19:29 UTC MAIN commitmail json YAML

Add some AMD's bit definitions from "BIOS and Kernel Developer(BKDG) for AMD
Family 15h Models 60h-6Fh Processors".

(msaitoh)

2016-01-13 04:41:01 UTC MAIN commitmail json YAML

ISC DHCP 4.3.3-P1 is released.

(taca)

2016-01-13 03:44:27 UTC MAIN commitmail json YAML

update diffutils and gettext

(christos)

2016-01-13 03:41:46 UTC MAIN commitmail json YAML

2016-01-13 03:40:52 UTC MAIN commitmail json YAML

2016-01-13 03:40:11 UTC MAIN commitmail json YAML

2016-01-13 03:39:28 UTC MAIN commitmail json YAML

2016-01-13 01:59:40 UTC MAIN commitmail json YAML

2016-01-13 01:31:17 UTC MAIN commitmail json YAML

don't use local dup wrong define

(christos)

2016-01-13 00:18:01 UTC MAIN commitmail json YAML

ggr. bsd.files.mk does not have an includes target...

(christos)

2016-01-12 23:03:55 UTC MAIN commitmail json YAML

new gettext (and minor explanations to other GPL programs)

(christos)

2016-01-12 23:03:33 UTC MAIN commitmail json YAML

vax does not use gcc 2.95

(christos)

2016-01-12 22:59:53 UTC MAIN commitmail json YAML

2016-01-12 22:58:52 UTC MAIN commitmail json YAML

2016-01-12 22:58:03 UTC MAIN commitmail json YAML

2016-01-12 21:29:29 UTC MAIN commitmail json YAML

Use buffer cache, not page cache, to expand directories in ext2fs.

Candidate fix for PR kern/50607, PR port-evbmips/50059.

Formerly VOP_WRITE-->ext2fs_write would automatically dispatch to
this code path for writes to directories, but I broke that in
ext2fs_lookup.c rev. 1.78 when disentangling page-cached and
buffer-cached writes.

This was not a problem in ufs, and I didn't notice it in ext2fs,
because ufs consistently used buffercache(9) directly instead of
using VOP_WRITE sometimes as ext2fs did.

(riastradh)

2016-01-12 10:28:31 UTC netbsd-7 commitmail json YAML

2016-01-12 10:27:48 UTC netbsd-7-0 commitmail json YAML

2016-01-12 10:26:08 UTC netbsd-7 commitmail json YAML

2016-01-12 10:21:44 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1072):
sys/arch/hppa/include/db_machdep.h: revision 1.13
PR port-hppa/50642: src/sys/arch/hppa/include/db_machdep.h:118: bad if test ?
Correct the test for rfir and add one for rfi while I'm here.

(snj)

2016-01-12 10:21:14 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1072):
sys/arch/hppa/include/db_machdep.h: revision 1.13
PR port-hppa/50642: src/sys/arch/hppa/include/db_machdep.h:118: bad if test ?
Correct the test for rfir and add one for rfi while I'm here.

(snj)

2016-01-12 10:18:44 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1060):
sys/arch/arm/arm/cpufunc.c: revision 1.159
PR port-arm/50512: Source code condition impossible
Fix condition which broke ARM1136 function selection when ARM1176 support
was added

(snj)

2016-01-12 10:16:50 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1060):
sys/arch/arm/arm/cpufunc.c: revision 1.159
PR port-arm/50512: Source code condition impossible
Fix condition which broke ARM1136 function selection when ARM1176 support
was added

(snj)

2016-01-11 22:50:35 UTC MAIN commitmail json YAML

Add hack for cabs{,f,l} in <complex>

(christos)

2016-01-11 22:41:48 UTC MAIN commitmail json YAML

2016-01-11 22:24:58 UTC nick-nhusb commitmail json YAML

Fix active control transfer aborts - need to run through the entire TD
chain from start to finish and not just on any data phase.

(skrll)

2016-01-11 18:24:56 UTC MAIN commitmail json YAML

Always take the bus lock (avoids collisions when drivers set I2C_F_POLL).

(jdc)

2016-01-11 18:23:53 UTC MAIN commitmail json YAML

Increase the number of read retries (to 5).

(jdc)

2016-01-11 18:23:11 UTC MAIN commitmail json YAML

Don't use I2C_F_POLL when getting/setting limits.
Save/restore the correct values for LM77.

(jdc)

2016-01-11 17:09:25 UTC MAIN commitmail json YAML

2016-01-11 16:52:54 UTC MAIN commitmail json YAML

PR/50646: Use the c99 cabs math builtins directly, because cabs and cabsf
have broken ABI's can cabsl does not exist. The correct(?) probably fix is
to change the cabs builtins to point to the c99 variants directly...
XXX: pullup-7 and the same file from the gcc.old tree.

(christos)

2016-01-11 16:49:09 UTC MAIN commitmail json YAML

Hack around the cabs mess, and explain what's going on...

(christos)

2016-01-11 14:55:52 UTC MAIN commitmail json YAML

memset() -> explicit_memset() for sensitive data.

(tls)

2016-01-11 08:40:52 UTC MAIN commitmail json YAML

Protect a few forward declarations for kernel only use, as suggested
by ryoon@

(martin)

2016-01-11 08:14:08 UTC MAIN commitmail json YAML

PR port-hppa/50642: src/sys/arch/hppa/include/db_machdep.h:118: bad if test ?

Correct the test for rfir and add one for rfi while I'm here.

(skrll)

2016-01-11 07:46:15 UTC MAIN commitmail json YAML

PR port-arm/50641: src/sys/arch/aarch64/include/db_machdep.h:67: possible bad if test ?

Fix the bl instruction test.

(skrll)

2016-01-11 06:21:23 UTC MAIN commitmail json YAML

2016-01-11 01:57:12 UTC MAIN commitmail json YAML

Put back the rump-disabling of mcount for librump. Otherwise the world
breaks because the mcount assembly code is written to call __mcount via
the PLT.

(christos)

2016-01-11 01:45:27 UTC MAIN commitmail json YAML

Remove current bug, now that PR kern/50627 is fixed.  Add another security
consideration concerning re-used of the target/monitored process's pid.

(pgoyette)

2016-01-11 01:37:36 UTC MAIN commitmail json YAML

Take a reference on the (activity log) file itself, and not on the
descriptor.

Should fix PR kern/50627

(pgoyette)

2016-01-11 01:34:39 UTC MAIN commitmail json YAML

2016-01-11 01:22:36 UTC MAIN commitmail json YAML

Whatever the point of this "biodone_vfs" global function pointer is
(something rumpity?) declare it properly in a header file instead of
in secret where its types can diverge.

(dholland)

2016-01-11 01:08:09 UTC MAIN commitmail json YAML

Divide the list of struct buf ops into three categories:
  the ones that are part of bufferio(9) (or physio(9))
  the ones that are part of buffercache(9)
  the ones that aren't documented and thus aren't clear yet

(dholland)

2016-01-11 00:46:21 UTC MAIN commitmail json YAML

Add a CTASSERT for the condition required to make a
conditionally-existing union member sort-of safe.

(dholland)

2016-01-10 23:01:29 UTC MAIN commitmail json YAML

FDT Interrupt handling - change memory allocation

This version does dynamic allocation of the specifier array.

(marty)

2016-01-10 22:22:16 UTC MAIN commitmail json YAML

protect with MKBSDGREP

(christos)

2016-01-10 22:21:44 UTC MAIN commitmail json YAML

2016-01-10 22:21:19 UTC MAIN commitmail json YAML

2016-01-10 22:20:13 UTC MAIN commitmail json YAML

2016-01-10 22:19:41 UTC MAIN commitmail json YAML

build grep from here.

(christos)

2016-01-10 22:18:05 UTC MAIN commitmail json YAML

2016-01-10 22:16:40 UTC MAIN commitmail json YAML

2016-01-10 20:31:13 UTC MAIN commitmail json YAML

Add arguments to options in description.
Replace manual xref with Xr.

(wiz)

2016-01-10 20:12:21 UTC MAIN commitmail json YAML

2016-01-10 20:10:45 UTC MAIN commitmail json YAML

2016-01-10 19:06:08 UTC MAIN commitmail json YAML

2016-01-10 19:02:14 UTC MAIN commitmail json YAML

2016-01-10 17:44:48 UTC MAIN commitmail json YAML

Fix hid_get_data() and hid_get_udata() for 32-bit report data on LP32.
(At least i386 anyway, not sure why ARMv7 doesn't show the same problem.)

(jakllsch)

2016-01-10 16:49:30 UTC nick-nhusb commitmail json YAML

2016-01-10 16:22:57 UTC MAIN commitmail json YAML

group by directory.

(christos)