Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (4h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 03:14:07 UTC Now

2014-01-23 03:08:50 UTC MAIN commitmail json YAML

2014-01-23 00:00:16 UTC MAIN commitmail json YAML

2014-01-22 23:43:13 UTC MAIN commitmail json YAML

Update a little (don't trust myself to update anymore).  Fix a macro
problem while I'm here.

(skrll)

2014-01-22 23:38:21 UTC MAIN commitmail json YAML

Kludges like to procreate. Add alpha cpu_frequency() kludge.

(christos)

2014-01-22 22:52:04 UTC MAIN commitmail json YAML

2014-01-22 20:49:19 UTC MAIN commitmail json YAML

remove dup define (already defined in mips_param.h)

(christos)

2014-01-22 18:47:11 UTC MAIN commitmail json YAML

Provide a wsdisplay_accessops.pollc

This makes sure that the screen gets painted properly during early boot
input (e.g. boot -a) on the Raspberry PI.

(skrll)

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

2014-01-22 18:20:41 UTC MAIN commitmail json YAML

2014-01-22 17:29:29 UTC MAIN commitmail json YAML

swap16 -> bswap16  swap32 -> bswap32

(matt)

2014-01-22 16:40:54 UTC riastradh-drm2 commitmail json YAML

2014-01-22 16:40:44 UTC riastradh-drm2 commitmail json YAML

2014-01-22 16:32:09 UTC MAIN commitmail json YAML

2014-01-22 16:27:01 UTC MAIN commitmail json YAML

2014-01-22 15:23:06 UTC MAIN commitmail json YAML

Add missing libraries for static linking

(christos)

2014-01-22 15:21:08 UTC MAIN commitmail json YAML

fix unused variable warnings

(christos)

2014-01-22 15:20:40 UTC MAIN commitmail json YAML

add a return in the panic message

(christos)

2014-01-22 15:19:05 UTC MAIN commitmail json YAML

For now, ignore errors from creating klinks. This is racy and you can get
it to trigger in 1/4 of the builds with -j 40 on a 24 processor box. Typical
error is:

    ln: machine/include: File exists
    *** Failed target:  .BEGIN
    *** Failed command: rm -f machine && ln -s /p/netbsd/cvsroot/src/sys/arch/vax/include machine
    *** Error code 1
    Stop.

Another approach to fixing this is to create a lockfile or adding other flags
to ln to change its behavior.

(christos)

2014-01-22 15:16:14 UTC MAIN commitmail json YAML

2014-01-22 15:04:19 UTC MAIN commitmail json YAML

Add MKGCCCMDS to _MKVARS.yes after the loop.

(matt)

2014-01-22 14:58:47 UTC riastradh-drm2 commitmail json YAML

Implement mmap on a drm device by a new kludgey ioctl.

There is currently no way to set up a custom choice of uvm object and
uvm pager ops for mmap: struct fileops has no fo_mmap, and device
nodes get to say only what paddr each offset maps to, not what uvm
object to use.  For now, to avoid kernel changes outside the drm2
tree, we'll use a non-standard drm ioctl that calls uvm_map.  This
requires source patches to userland programs, but for the most part
they can simply be converted from calling mmap to drmMap, which will
be adapted to use the ioctl.

This is not necessarily a permanent solution.

(riastradh)

2014-01-22 14:58:39 UTC riastradh-drm2 commitmail json YAML

Label fail4 is now used, so don't mark it __unused.

(riastradh)

2014-01-22 14:58:29 UTC riastradh-drm2 commitmail json YAML

Remove spurious newline to reduce diff from upstream.

(riastradh)

2014-01-22 14:58:20 UTC riastradh-drm2 commitmail json YAML

Fix queue_delayed_work edge cases.

- Copy the relevant part of queue_work in-line for ticks == 0, since
  queue_work itself will choke on a delayed work.

- Don't reschedule the callout if it is already scheduled -- let it
  fire when it was already scheduled to fire.

(riastradh)

2014-01-22 14:58:12 UTC riastradh-drm2 commitmail json YAML

Take irq_lock before waking up irq_queue in i915_handle_error.

(riastradh)

2014-01-22 14:25:07 UTC MAIN commitmail json YAML

2014-01-22 11:48:59 UTC MAIN commitmail json YAML

Add dhcpcd(8) to alpha's INSTALL ramdisk.

(tsutsui)

2014-01-22 11:46:31 UTC MAIN commitmail json YAML

Create a bpf(4) device node on ramdisk for DHCP client.

(tsutsui)

2014-01-22 11:45:16 UTC MAIN commitmail json YAML

Add pseudo-device bpfilter to use DHCP client.

(tsutsui)

2014-01-22 07:57:33 UTC MAIN commitmail json YAML

implement WSDISPLAYIO_{GET|PUT}CMAP ioctl()s
while there:
- unmap registers and vram only in WSDISPLAYIO_MODE_MAPPED ( so DRM can map
  them ) but not in WSDISPLAYIO_MODE_DUMBFB ( so wsfb can do things that
  require hardware access, like palette and cursor ioctl()s )
- reject ioctl()s that need hardware access if registers are unmapped ( so we
  don't crash instead )
- use the same bit order in cursor sprite images as the other drivers do
with all this, Xorg with wsfb works properly on top of radeonfb

tested on i386 and macppc ( fingers crossed for alpha ;) )

(macallan)

2014-01-22 07:48:29 UTC MAIN commitmail json YAML

make Option "HWCursor" actually work, default to true

(macallan)

2014-01-22 06:18:17 UTC MAIN commitmail json YAML

Bump date on vndcompress(1) man page.

(riastradh)

2014-01-22 06:18:09 UTC MAIN commitmail json YAML

Fix vndcompress man page to reflect default window size.

(riastradh)

2014-01-22 06:18:01 UTC MAIN commitmail json YAML

Change vndcompress to use a default window size of 512.

For vnduncompress on nonseekable input, the window size is as large
as it needs to be by default, as before.  Not clear that this is the
right choice -- by default vnduncompress on nonseekable input will
just use unbounded memory unsolicited.

(riastradh)

2014-01-22 06:17:51 UTC MAIN commitmail json YAML

Document the new vndcompress -w option and nuke BUGS section.

Perhaps vndcompress and vnduncompress ought by default to choose a
limited window size (say, 8192 entries, i.e. 64k bytes, the default
MAXPHYS), and vnduncompress should fall back to an unlimited window
only if the input is nonseekable.

(riastradh)

2014-01-22 06:17:42 UTC MAIN commitmail json YAML

Reflect rename of `-s' to `-b' in the vndcompress man page.

(riastradh)

2014-01-22 06:17:34 UTC MAIN commitmail json YAML

Move err1 & errx1 to the end of vnduncompress.c; add __printflike.

(riastradh)

2014-01-22 06:17:25 UTC MAIN commitmail json YAML

Rename block size option from `-s' to `-b'.

Makes more sense and makes it consistent with other utilities such as
pax and pigz.  This vndcompress has never gone out in a release, so
changing the name of the option shouldn't cause too many problems...

(riastradh)

2014-01-22 06:17:16 UTC MAIN commitmail json YAML

Simplify vndcompress offtab_compute_window_size.

(riastradh)

2014-01-22 06:17:07 UTC MAIN commitmail json YAML

2014-01-22 06:16:59 UTC MAIN commitmail json YAML

Fix up ulimited vndcompress tests and explain what's up with them.

(riastradh)

2014-01-22 06:16:50 UTC MAIN commitmail json YAML

Add some simple automatic tests for window sizes.

(riastradh)

2014-01-22 06:16:41 UTC MAIN commitmail json YAML

Remove silly comment in offtab_reset_write.

(riastradh)

2014-01-22 06:16:32 UTC MAIN commitmail json YAML

Window size is now an option; remove XXX comment to the contrary.

(riastradh)

2014-01-22 06:16:23 UTC MAIN commitmail json YAML

Add comment explaining why piperestart.cl2part is allowed to fail.

(riastradh)

2014-01-22 06:16:14 UTC MAIN commitmail json YAML

Split guard in offtab_write_window into offtab_maybe_write_window.

(riastradh)

2014-01-22 06:16:05 UTC MAIN commitmail json YAML

Seek if necessary at end of offtab_reset_read.

Fixes vnduncompress with a small window, and makes offtab_reset_read
symmetric with offtab_reset_write.

(riastradh)

2014-01-22 06:15:57 UTC MAIN commitmail json YAML

2014-01-22 06:15:48 UTC MAIN commitmail json YAML

Add some leading zero digits to the flags.  Cosmetic change only.

(riastradh)

2014-01-22 06:15:40 UTC MAIN commitmail json YAML

2014-01-22 06:15:31 UTC MAIN commitmail json YAML

Judicious (and justified) casts to avoid signed/unsigned comparisons.

(riastradh)

2014-01-22 06:15:22 UTC MAIN commitmail json YAML

2014-01-22 06:15:13 UTC MAIN commitmail json YAML

2014-01-22 06:15:04 UTC MAIN commitmail json YAML

2014-01-22 06:14:55 UTC MAIN commitmail json YAML

Use write-to-temporary/rename-to-permanent pattern in Makefile.

(riastradh)

2014-01-22 06:14:46 UTC MAIN commitmail json YAML

2014-01-22 06:14:28 UTC MAIN commitmail json YAML

Use read_block instead of read in vnduncompress.

(riastradh)

2014-01-22 06:14:20 UTC MAIN commitmail json YAML

2014-01-22 06:14:03 UTC MAIN commitmail json YAML

Fail if malloc can't allocate offset table.

(riastradh)

2014-01-22 01:03:10 UTC MAIN commitmail json YAML

2014-01-22 00:52:56 UTC MAIN commitmail json YAML

don't include bsd.files.mk here, it is intended as a fragment

(christos)

2014-01-22 00:51:38 UTC MAIN commitmail json YAML

include distrib Makefile last

(christos)

2014-01-22 00:49:46 UTC MAIN commitmail json YAML

include distrib Makefile last.

(christos)

2014-01-22 00:28:35 UTC MAIN commitmail json YAML

put distrib Makefile last

(christos)

2014-01-22 00:27:36 UTC MAIN commitmail json YAML

Move the distrib Makefile last so we get a chance to define variables

(christos)

2014-01-22 00:25:16 UTC MAIN commitmail json YAML

2014-01-22 00:24:53 UTC MAIN commitmail json YAML

need stride 0x1000 for gayle

(christos)

2014-01-22 00:24:39 UTC MAIN commitmail json YAML

make code compile again; need stride 0x1000 for gayle

(christos)

2014-01-21 20:57:00 UTC riastradh-drm2 commitmail json YAML

2014-01-21 20:56:50 UTC riastradh-drm2 commitmail json YAML

Call uvm_vm_page_to_phys before taking a spin lock to ease debugging.

(riastradh)

2014-01-21 20:56:40 UTC riastradh-drm2 commitmail json YAML

Call drm_mode_group_init_legacy_group in drm_attach like Linux does.

(riastradh)

2014-01-21 20:56:30 UTC riastradh-drm2 commitmail json YAML

Adjust errno from dev->driver->load.

(riastradh)

2014-01-21 20:56:20 UTC riastradh-drm2 commitmail json YAML

Initialize the right minor numbers...arghhhh.

(riastradh)

2014-01-21 20:56:11 UTC riastradh-drm2 commitmail json YAML

uobj->pgops->pgo_put requires uobj->vmobjlock.

(riastradh)

2014-01-21 20:56:00 UTC riastradh-drm2 commitmail json YAML

Remove vestige of wsdisplay XXX from drm_drv.c.

wsdisplay stuff happens in the parent driver now.

(riastradh)

2014-01-21 20:50:21 UTC riastradh-drm2 commitmail json YAML

Oops -- unifdef <sys/select.h> and <sys/poll.h> in drm_drv.c.

(riastradh)

2014-01-21 20:49:39 UTC riastradh-drm2 commitmail json YAML

Report st_rdev in stat on a drm device.

(riastradh)

2014-01-21 20:49:29 UTC riastradh-drm2 commitmail json YAML

2014-01-21 20:49:20 UTC riastradh-drm2 commitmail json YAML

Fix order of arguments in DRM_COPY_TO_USER.

...

(riastradh)

2014-01-21 20:49:10 UTC riastradh-drm2 commitmail json YAML

Make Linux kmalloc handle a few more gfp flags.

(riastradh)

2014-01-21 20:49:01 UTC riastradh-drm2 commitmail json YAML

2014-01-21 20:48:52 UTC riastradh-drm2 commitmail json YAML

Fix i915_genfb_mmap base addresses and offsets.

(riastradh)

2014-01-21 20:33:01 UTC MAIN commitmail json YAML

Implement in-module ref-counting, and do not allow auto-unload if there
are existing references.

Note that manual unloading is not prevented.

OK christos@

XXX Also note that there is still a small window where the ref-count can
XXX be decremented, and then the process/thread preempted.  If auto-unload
XXX happens before that thread can return from the module's code, bad
XXX things (tm) could happen.

(pgoyette)

2014-01-21 20:24:30 UTC MAIN commitmail json YAML

Remove ".ll 80", so the man page will use the default 78-character
line length.

(apb)

2014-01-21 20:18:46 UTC MAIN commitmail json YAML

rumpkernel needs ci_pcc_freq

(christos)

2014-01-21 20:12:54 UTC MAIN commitmail json YAML

Makefile.distrib includes <bsd.files.mk> so put it last to make the uue
rules to work.

(christos)

2014-01-21 19:50:40 UTC MAIN commitmail json YAML

2014-01-21 19:50:16 UTC MAIN commitmail json YAML

fix unused variables

(christos)

2014-01-21 19:46:46 UTC MAIN commitmail json YAML

2014-01-21 19:31:57 UTC MAIN commitmail json YAML

tuck in variables that are only used in the #if 0 block

(christos)

2014-01-21 19:30:46 UTC MAIN commitmail json YAML

2014-01-21 19:09:48 UTC MAIN commitmail json YAML

Handle case where a 0 length template string or a template
of all 'X' would dereference, and maybe assign to, memory
before the template.  Simplify.

(seanb)

2014-01-21 19:05:11 UTC MAIN commitmail json YAML

- comment out set but not used variables.
- make commenting out the cpuctrlmask consistent

(christos)

2014-01-21 18:54:28 UTC MAIN commitmail json YAML

knf: Blank line even if no variable declarations.

(pgoyette)

2014-01-21 17:50:47 UTC MAIN commitmail json YAML

mention igmafb

(mlelstv)

2014-01-21 17:39:24 UTC MAIN commitmail json YAML

Increment to the value, not the pointer. (Thorsten Brehm)

(christos)

2014-01-21 16:40:24 UTC MAIN commitmail json YAML

Make MKGCCCMDS default mirror MKGCC.  (if MKGCC is no, MKGCCCMDS must be no).

(matt)

2014-01-21 16:38:29 UTC MAIN commitmail json YAML

Add debug entries for libc++
Make libgcc_s depend on gcc

(matt)

2014-01-21 16:12:56 UTC MAIN commitmail json YAML

2014-01-21 15:03:31 UTC MAIN commitmail json YAML

one more file needed

(mlelstv)

2014-01-21 14:52:07 UTC MAIN commitmail json YAML

wscons driver for Intel Graphics Media Accelerator.
Initial commit that already works for a couple of Notebooks
based on G35, G45, Sandy Bridge and Ivy Bridge chips.

Despite the word 'Accelerator' there is nothing acclerated yet.

(mlelstv)

2014-01-21 13:51:44 UTC MAIN commitmail json YAML

2014-01-21 12:47:21 UTC MAIN commitmail json YAML

2014-01-21 09:26:47 UTC MAIN commitmail json YAML

2014-01-21 09:26:18 UTC MAIN commitmail json YAML

2014-01-21 09:25:49 UTC MAIN commitmail json YAML

Rename MARVELL2's 0x91a3 entry to 88SE91XX.

(msaitoh)

2014-01-21 07:53:38 UTC MAIN commitmail json YAML

Move VOP_UNLOCK() after setting type to VNON like all other UFS file systems.

(hannken)

2014-01-21 02:53:30 UTC MAIN commitmail json YAML

use macro for OS name when first introduced

(reed)

2014-01-21 00:36:11 UTC MAIN commitmail json YAML

2014-01-21 00:32:16 UTC MAIN commitmail json YAML

fix comment typos pointed out by uebayasi

(yamt)

2014-01-21 00:10:46 UTC MAIN commitmail json YAML

keep track of VCONS_DRAW_INTR screen cache also in erasecols/rows and
copycols/rows methods.

(mlelstv)

2014-01-21 00:08:28 UTC MAIN commitmail json YAML

add function to detach wscons from a console. This allows to
switch the console to a different driver.

(mlelstv)

2014-01-20 22:02:32 UTC MAIN commitmail json YAML

Remove the check for (cmdlen > 0) when writing.  When i2cscan sends a
quick_write, the command length is 0, so we were previously returning
success for every address in this case.

(jdc)

2014-01-20 19:03:33 UTC MAIN commitmail json YAML

fix voluntary self-destruct (kill(0, SIGUP)) after successful int_res run and interface change

(kardel)

2014-01-20 17:14:38 UTC MAIN commitmail json YAML

2014-01-20 15:32:23 UTC MAIN commitmail json YAML

Add and enable radeonfb(4) at pci with options RADEONFB_DEPTH_32.

Requested and tested (with wsfb Xorg server) by Naruaki Etomi in PR/48431.

(tsutsui)

2014-01-20 15:05:14 UTC MAIN commitmail json YAML

Check and set "is_console" property to PCI displays for framebuffer drivers.

Tested on DS15 with radeonfb(4) and XP1000 with vga(4)
by Naruaki Etomi in PR/48431.

(tsutsui)

2014-01-20 14:14:56 UTC MAIN commitmail json YAML

- fix funopen usage
- some more checks
- remove a bogus test case (bad_eucJP_getwc)  PR/47660 (Julio Merino)
- add XXX comments

(yamt)

2014-01-20 14:11:03 UTC MAIN commitmail json YAML

vfwprintf: fix error propagation
PR/47660 (Julio Merino)

(yamt)

2014-01-20 14:05:52 UTC MAIN commitmail json YAML

Add wctype(3) support to Shell Patterns.
Obtained from FreeBSD.

(roy)

2014-01-20 10:57:38 UTC MAIN commitmail json YAML

Don't include ${DESTDIR} in -DLIBDIR=..., -DGETTEXTDATADIR=...,
and a few other variables.

(apb)

2014-01-20 10:49:33 UTC MAIN commitmail json YAML

Don't embed ${DESTDIR} in the -DDEBUGDIR=... value.
DEBUGDIR should refer to a directory on the running system,
not the staging area used during a build.

(apb)

2014-01-20 07:47:22 UTC MAIN commitmail json YAML

Change cache_prune() to test for end-of-list before testing for an
invalid entry.  Prevents a lifelock when the end-of-list marker
gets invalid while scanning the list and all entries are recent.

(hannken)

2014-01-20 02:34:20 UTC MAIN commitmail json YAML

2014-01-20 02:32:57 UTC MAIN commitmail json YAML

2014-01-20 02:08:27 UTC MAIN commitmail json YAML

gcc-4.1 does not have the pragma diagnostic ignored

(christos)

2014-01-20 01:52:54 UTC MAIN commitmail json YAML

use the old style no-error for gcc-4.1

(christos)

2014-01-20 01:43:34 UTC MAIN commitmail json YAML

ignore format errors for old gcc

(christos)

2014-01-20 01:37:53 UTC MAIN commitmail json YAML

gcc 4.1 does not have -Wno-error

(christos)

2014-01-20 01:32:12 UTC MAIN commitmail json YAML

Gcc-4.1 does not have -Wno-error

(christos)

2014-01-20 01:15:03 UTC MAIN commitmail json YAML

gcc 4.1 does not support pragma diagnostic ignored

(christos)

2014-01-20 01:10:38 UTC MAIN commitmail json YAML

Fix a bug that EG20T's UARTs from #1 to #3 never match.
Tested with my MinnowBoard.

(msaitoh)

2014-01-20 00:05:57 UTC MAIN commitmail json YAML

fix some inlines to make compilable with later versions of gcc

(christos)

2014-01-19 23:27:30 UTC MAIN commitmail json YAML

Add a couple of __CTASSERT() for the sizes of the fp save structures.

(dsl)

2014-01-19 22:31:13 UTC MAIN commitmail json YAML

Rename link to link_pkw to avoid shadowing the link syscall.

(matt)

2014-01-19 22:09:34 UTC MAIN commitmail json YAML

Remove -O0 from CPPFLAGS, and instead set
COPTS.testlang_parse.c += -Wno-uninitialized.

Without the old -O0, and without the new -Wno-uninitialized,
gcc issues this bogus error:
testlang_parse.y:1400:8: error: 'cmd' may be used uninitialized in this function

(apb)

2014-01-19 21:50:17 UTC MAIN commitmail json YAML

Remove "-g" from CPPFLAGS and LDFLAGS in curses tests.

The debug information contains embedded references to the src directory,
which is bad for reproducible builds.

(apb)

2014-01-19 18:16:13 UTC MAIN commitmail json YAML

bail out unloading for now

(christos)

2014-01-19 14:30:38 UTC MAIN commitmail json YAML

Flatten the floating point register structures bu moving the
  'environment' registers into the main strcuture.
There are x87 instructions that only affect the environment, but that
  is no real excuse for all the sub-structures.
Rename fields so that there are far fewer collisions between the two
  sets of field names.

(dsl)

2014-01-19 13:41:00 UTC MAIN commitmail json YAML

Sprinkle in some UNCONST()

(pgoyette)

2014-01-19 13:36:40 UTC MAIN commitmail json YAML

No longer used.

(dsl)

2014-01-19 13:35:58 UTC MAIN commitmail json YAML

Rip out the code that might once have supported the freebsd ptrace
  system calls.
Removes some very dodgy conversions of FP register layouts.
Most of it has been disabled since 2007 when I removed the stackgap.

(dsl)

2014-01-19 11:36:45 UTC MAIN commitmail json YAML

If MKREPRO=yes, make the tags file refer to /usr/src
instead of referring to the actual source directory ${NETBSDSRC}.

(apb)

2014-01-19 10:30:19 UTC MAIN commitmail json YAML

2014-01-19 10:23:29 UTC MAIN commitmail json YAML

Emphasise the fact that the regexp and replacement in :C/// are
subjected to variable expansion before regexp parsing.  This was already
documented if you read carefully enough, but more emphasis would have
helped me to figure out why I needed three or four backslashes where I
expected to need only two.

(apb)

2014-01-19 07:01:55 UTC MAIN commitmail json YAML

Make IPL_ values different.
This makes ni real difference for rump, but avoods
KASSERTs in common code when we try to assert
"ipl not higher as...".
Suggested by riastradh, OK: pooka.

(martin)

2014-01-19 03:44:13 UTC MAIN commitmail json YAML

Set a proper address for PCI memspace to make bus_space_mmap(9) work correctly.

Reported and confirmed with radeonfb(4) by Naruaki Etomi in PR port-48431.

(tsutsui)

2014-01-19 02:32:21 UTC MAIN commitmail json YAML

make this look more like the latest elf32ppc.x.  tested on pegasosII.

(mrg)

2014-01-19 00:37:30 UTC MAIN commitmail json YAML

delete .svn subdirs as part of the pre-import.

(mrg)

2014-01-19 00:22:33 UTC MAIN commitmail json YAML

remove schedintr_4m(), and go back to only having the level 14
timer call statclock/schedclock.  the randomness for this clock
makes the hardclock() call very jittery.

instead of this, trigger a softintr IPI at level 10 on non-primary
CPUs from the primary CPU's clock interrupt (at level 10.)  this
cleans up the generic sparc timer code a little as well.

this makes the time goes backwards problem *much* less frequent,
but i still see it sometimes.

(mrg)

2014-01-18 21:27:11 UTC MAIN commitmail json YAML

ARM needs __clear_cache.

(joerg)

2014-01-18 21:26:46 UTC MAIN commitmail json YAML

Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is
neded. Otherwise e.g. i386 compat libs are broken.

(joerg)

2014-01-18 20:40:27 UTC MAIN commitmail json YAML

Include more of the test cases from RFC 1321.

XXX cases 3, 6, and 9 are currently disabled because we don't seem
to handle plain-text in other than 8-byte chunks.

(pgoyette)

2014-01-18 20:10:34 UTC MAIN commitmail json YAML

Remove some debugging code.

(pgoyette)

2014-01-18 19:44:41 UTC MAIN commitmail json YAML

Free each crypto(4) session when we're done with it.  (A new session
is created for each test case.)

(pgoyette)

2014-01-18 19:26:41 UTC MAIN commitmail json YAML

Add FONT_BOLD8x16, which will help to have a 80x25 tty on sisfb
(which is limited to 640x400 pixels at this time).

(bouyer)

2014-01-18 19:24:46 UTC MAIN commitmail json YAML

Request a 80x25 tty emulation, which is more likely to work than 80x30
on a 640x400 VGA.

(bouyer)

2014-01-18 18:37:30 UTC MAIN commitmail json YAML

Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"
is set to "yes" to fix build problems caused by the recent change to
this makefile.

(tron)

2014-01-18 17:20:36 UTC MAIN commitmail json YAML

Add various functions which need fenv support to arm.

(skrll)

2014-01-18 17:09:04 UTC MAIN commitmail json YAML

Postfix was updated to version 2.10.3.

(tron)

2014-01-18 16:51:44 UTC MAIN commitmail json YAML

Don't try and use an address we can't use.

(roy)

2014-01-18 15:55:32 UTC MAIN commitmail json YAML

Fix verification to use correct buffer.

Use test cases defined in RFC 1321

(pgoyette)

2014-01-18 15:21:41 UTC MAIN commitmail json YAML

revert previous, it causes other problem and I cannot easily debug it.

(christos)

2014-01-18 15:15:16 UTC MAIN commitmail json YAML

Add the test cases for sha1_hmac

(pgoyette)

2014-01-18 11:23:52 UTC netbsd-6-1 commitmail json YAML

2014-01-18 11:23:51 UTC netbsd-6-0 commitmail json YAML

2014-01-18 11:23:49 UTC netbsd-5-1 commitmail json YAML

2014-01-18 11:23:44 UTC netbsd-5-2 commitmail json YAML

2014-01-18 11:16:02 UTC netbsd-6-0 commitmail json YAML

2014-01-18 11:16:01 UTC netbsd-6-1 commitmail json YAML

2014-01-18 11:15:59 UTC netbsd-5-2 commitmail json YAML

2014-01-18 11:15:56 UTC netbsd-5-1 commitmail json YAML

2014-01-18 09:51:08 UTC MAIN commitmail json YAML

+ Please also update ACPI_DATE in include/acapps.h.

(apb)

2014-01-18 09:48:24 UTC MAIN commitmail json YAML

Update ACPI_DATE to "18 Dec 2013", because acpica version 20131218
was imported on 27 Dec 2013.

(apb)

2014-01-18 09:25:24 UTC MAIN commitmail json YAML

Use ACPI_DATE instead of __DATE__ in a version string that
ends up in the iasl executable.  ACPI_DATE is defined in
sys/external/bsd/acpica/dist/include/acapps.h.

(apb)

2014-01-18 09:20:36 UTC MAIN commitmail json YAML

Use basename(filename) in "Generated from %s" comments in output files,
to avoid embedding the path to the build tree.

(apb)

2014-01-18 03:28:28 UTC MAIN commitmail json YAML

__fixsfdi is required, __fixdfsi already in softfloat.

(joerg)

2014-01-18 02:31:14 UTC MAIN commitmail json YAML

2014-01-18 01:08:56 UTC MAIN commitmail json YAML

2014-01-17 22:34:36 UTC MAIN commitmail json YAML

Update sets lists for new h_sha1hmac test program.

(pgoyette)

2014-01-17 22:33:02 UTC MAIN commitmail json YAML

Additional tests for SHA1_HMAC (with test cases from RFC2202)

(pgoyette)

2014-01-17 22:31:25 UTC MAIN commitmail json YAML

Add additional test cases from RFC2202

(pgoyette)

2014-01-17 22:20:04 UTC MAIN commitmail json YAML

2014-01-17 22:19:46 UTC MAIN commitmail json YAML

2014-01-17 20:24:20 UTC MAIN commitmail json YAML

Make a gcc 4.8 warning non-fatal (couldn't find a way to avoid it, the
data is initialized via memcpy to a void pointer, so the "may be uninitialized"
warning is not true)

(martin)

2014-01-17 19:39:51 UTC MAIN commitmail json YAML

Use RFC 3713 vector, add comment to identify the source

(pgoyette)

2014-01-17 19:35:33 UTC MAIN commitmail json YAML

Reenable h_null (NULL_CBC) test.  It works if we correctly pass a NULL iv.

(pgoyette)

2014-01-17 19:06:57 UTC MAIN commitmail json YAML

Add a check to remove the temporarily (eroneously) created /@RUNDIR@
(PR bin/48529)

(martin)

2014-01-17 18:36:25 UTC MAIN commitmail json YAML

Specify correct run directory.
Fixes PR bin/48529 thanks to martin@

(roy)

2014-01-17 18:19:15 UTC netbsd-6-0 commitmail json YAML

distrib/notes/common/main                      patched by hand
doc/LAST_MINUTE                                patched by hand
doc/README.files                                patched by hand
sys/sys/param.h                                patched by hand

Welcome to 6.0.4!
[bouyer]

(bouyer)

2014-01-17 18:17:05 UTC netbsd-5-2 commitmail json YAML

distrib/notes/common/main                      patched by hand
doc/LAST_MINUTE                                patched by hand
doc/README.files                                patched by hand
gnu/usr.bin/groff/tmac/mdoc.local              patched by hand
sys/sys/param.h                                patched by hand

Welcome to 5.2.2!
[bouyer]

(bouyer)

2014-01-17 18:14:14 UTC netbsd-5-1 commitmail json YAML

distrib/notes/common/main                      patch
doc/LAST_MINUTE                                patch
doc/README.files                                patch
sys/sys/param.h                                patch

        Welcome to 5.1.4!
[bouyer]

(bouyer)

2014-01-17 18:11:37 UTC netbsd-6-1 commitmail json YAML

distrib/notes/common/main                      patched by hand
doc/LAST_MINUTE                                patched by hand
doc/README.files                                patched by hand
sys/sys/param.h                                patched by hand

Welcome to 6.1.3!
[bouyer]

(bouyer)

2014-01-17 18:02:51 UTC netbsd-6-0 commitmail json YAML

distrib/notes/common/main                      patched by hand
doc/LAST_MINUTE                                patched by hand
sys/sys/param.h                                patched by hand

Welcome to 6.0.4!
[bouyer]

(bouyer)

2014-01-17 17:25:47 UTC MAIN commitmail json YAML

Do not try to bind to un-useable IPv6 addresses.

(roy)

2014-01-17 17:00:04 UTC netbsd-5-2 commitmail json YAML

distrib/notes/common/main                      patched by hand
doc/LAST_MINUTE                                patched by hand
gnu/usr.bin/groff/tmac/mdoc.local              patched by hand
sys/sys/param.h                                patched by hand

Welcome to 5.2.2!
[bouyer]

(bouyer)

2014-01-17 16:44:06 UTC netbsd-5-1 commitmail json YAML

distrib/notes/common/main                      patch
doc/LAST_MINUTE                                patch
sys/sys/param.h                                patch

        Welcome to 5.1.4!
[bouyer]

(bouyer)

2014-01-17 16:31:45 UTC MAIN commitmail json YAML

2014-01-17 14:57:04 UTC MAIN commitmail json YAML

don't use temp buffer from the stack, fix the constants

(pooka)

2014-01-17 14:16:08 UTC MAIN commitmail json YAML