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 (6d)  netbsd-9 (12d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 14:34:56 UTC Now

2012-06-02 14:30:04 UTC MAIN commitmail json YAML

PR/46518: Nat Sloss: stbi splash: compressed PNG file causes panic
Make the kernel FREE macro behave like the userland free(3), i.e. accept NULL

(christos)

2012-06-02 14:24:00 UTC MAIN commitmail json YAML

Nat Sloss in PR kern/46516: advance fb pointer by stride, not logical
width of the splash image.

(martin)

2012-06-02 14:19:20 UTC MAIN commitmail json YAML

Switch from Op to Oo/Oc for nested block.

(njoly)

2012-06-02 14:04:34 UTC MAIN commitmail json YAML

2012-06-02 13:54:49 UTC MAIN commitmail json YAML

Adjust 'Video' column width.

(njoly)

2012-06-02 11:54:07 UTC MAIN commitmail json YAML

Fix Bl -tag width arguments.

(njoly)

2012-06-02 11:09:42 UTC jmcneill-usbmp commitmail json YAML

2012-06-02 10:25:07 UTC MAIN commitmail json YAML

Kill extra El macro.

(njoly)

2012-06-02 10:06:30 UTC MAIN commitmail json YAML

2012-06-02 08:42:37 UTC MAIN commitmail json YAML

add some description about the vmem arenas, how they stack up and their purpose

(para)

2012-06-02 08:07:25 UTC jmcneill-usbmp commitmail json YAML

convert usbd_{intr,bulk}_transfer() in the USBMP world:
- add a new USBD_SYNCHRONOUS_SIG flag for transfers
- in usbd_transfer(), if USBD_SYNCHRONOUS_SIG is set use cv_wait_sig()
  (or tlseep(xfer, PZERO|PATCH, ...) for the unconverted controllers)
- add a usbd_sync_transfer_sig() front-end to usbd_transfer()
- greatly simplify both usbd_{intr,bulk}_transfer() to just
  usbd_sync_transfer_sig() and usbd_get_xfer_status().

this fixes lockdebug issues where usbd_{intr,bulk}_transfer() where it
taking the pipe lock, when usbd_transfer() would call functions that
expect the pipe lock not to be taken (and try to taken it.)

(mrg)

2012-06-02 03:32:53 UTC MAIN commitmail json YAML

PR/46500 - Henning Petersen -- wrong permissions on create .seq files

(jnemeth)

2012-06-01 21:59:06 UTC MAIN commitmail json YAML

add _tss to uid and gid checks

(jnemeth)

2012-06-01 20:28:02 UTC MAIN commitmail json YAML

Make HAVE_* define match what configure finds.
In particular, this enables usleep(3) (compared to using sleep(3) before).
ok joerg@

(wiz)

2012-06-01 17:41:17 UTC MAIN commitmail json YAML

Add support for PCI_NETBSD_CONFIGURE in empb(4). Continue work on memory window.

(rkujawa)

2012-06-01 15:59:22 UTC MAIN commitmail json YAML

Do not skip the block device mmap test, as it does not crash
the kernel any more. Mark it as expected failure instead.

(martin)

2012-06-01 14:52:49 UTC MAIN commitmail json YAML

Only use generic readahead on VREG vnodes, the space used to store the
context is not valid on other types.
Prevents the crash reported in PR kern/38889, but does not fix the
mmap of block devices, more work is needed (no size on VBLK vnodes).

(martin)

2012-06-01 14:47:06 UTC MAIN commitmail json YAML

Add a delete key capability to our wsvt25 entry.  Fixes a problem noted by
David Lord on netbsd-users.

(jdc)

2012-06-01 13:19:39 UTC MAIN commitmail json YAML

2012-06-01 12:38:26 UTC MAIN commitmail json YAML

2012-06-01 12:08:40 UTC MAIN commitmail json YAML

Fix a number of memory leaks. Keep final loop of the cleanup in tic(1)
under #ifdef __VALGRIND__ though.

(joerg)

2012-06-01 12:02:36 UTC MAIN commitmail json YAML

Use memcmp in place of strncmp, since length is known to no longer than
either of the arguments.

(joerg)

2012-06-01 10:52:39 UTC MAIN commitmail json YAML

Fix t_backtrace.debug entry.

(skrll)

2012-06-01 09:42:16 UTC MAIN commitmail json YAML

More work on PCI memory accesses on empb(4).

(rkujawa)

2012-06-01 09:41:35 UTC MAIN commitmail json YAML

2012-06-01 06:26:38 UTC MAIN commitmail json YAML

Really fix polyf/polyd macros.  Now returns expected results.

(matt)

2012-06-01 00:16:29 UTC MAIN commitmail json YAML

- add some comments for post-usbmp
- basic documentation for:
    usbd_clear_endpoint_toggle()
    usbd_device2interface_handle()
    usbd_interface2device_handle()
    usbd_pipe2device_handle()
    usbd_interface2endpoint_descriptor()
    usbd_endpoint_count()
- usbd_close_pipe() has documentation already
- bump date

(mrg)

2012-05-31 23:11:35 UTC MAIN commitmail json YAML

Add void for ttyslot prototype.

(joerg)

2012-05-31 21:36:07 UTC MAIN commitmail json YAML

The output function is only order preserving for chm and chm3, so
correct that part of the documentation and also mention what the default
algorithm is.

(joerg)

2012-05-31 21:29:02 UTC MAIN commitmail json YAML

2012-05-31 21:02:03 UTC MAIN commitmail json YAML

Always use system zlib. Avoids the need for 32bit build environment when
bootstrapping on some Linux distros. We require zlib to be present anyway.

(joerg)

2012-05-31 21:01:06 UTC MAIN commitmail json YAML

Maintain nalias and nterm on the fly.

(joerg)

2012-05-31 20:40:05 UTC MAIN commitmail json YAML

One more strdup -> estrdup.

(joerg)

2012-05-31 20:38:19 UTC MAIN commitmail json YAML

Use e* from util.h.

(joerg)

2012-05-31 20:31:07 UTC MAIN commitmail json YAML

Add a (skipped for now) test case for PR 46463

(martin)

2012-05-31 20:10:06 UTC MAIN commitmail json YAML

Replace linear lookup with hash table, reducing runtime by 60%.

(joerg)

2012-05-31 19:56:32 UTC MAIN commitmail json YAML

2012-05-31 19:14:56 UTC MAIN commitmail json YAML

Make sure to have file descriptors 0-2 open before doing further setup.
Otherwise strange invocations could trick us into passing the event
descriptor as, for example, stdin to the server.
See PR 46463 for details.

(martin)

2012-05-31 19:00:41 UTC MAIN commitmail json YAML

Prefer __printflike.

(joerg)

2012-05-31 18:53:33 UTC MAIN commitmail json YAML

Don't print noisy errors if need-dl hasn't been created yet.

(joerg)

2012-05-31 18:52:17 UTC MAIN commitmail json YAML

Forcefully override the GNU make configure check. The build system in
NetBSD doesn't need it, so the configure check doesn't have to reject
a prestine NetBSD host.

(joerg)

2012-05-31 16:09:34 UTC MAIN commitmail json YAML

Update handling of sysctl stuff when built as modules

(pgoyette)

2012-05-31 16:08:14 UTC MAIN commitmail json YAML

Ooopppsss!  sysctl nodes created during module load time cannot be
PERMANENT

(pgoyette)

2012-05-31 15:07:29 UTC MAIN commitmail json YAML

When built as module, track sysctl node creations, and destroy them on
module exit.

(pgoyette)

2012-05-31 13:16:39 UTC MAIN commitmail json YAML

remove stdint.h; it is not used.

(christos)

2012-05-31 12:32:35 UTC MAIN commitmail json YAML

2012-05-31 12:30:43 UTC MAIN commitmail json YAML

2012-05-31 12:29:15 UTC MAIN commitmail json YAML

Ralink Technology's vendor ID is 0x148f, not 0x1485.
Pointed by FUKAUMI Naoki.

(nonaka)

2012-05-31 12:10:10 UTC MAIN commitmail json YAML

Add .An -nosplit.

(nonaka)

2012-05-30 22:00:44 UTC MAIN commitmail json YAML

Remove superfluous Pp

(wiz)

2012-05-30 21:54:23 UTC MAIN commitmail json YAML

Don't pass debug flags etc. to unit-tests

(sjg)

2012-05-30 21:42:04 UTC MAIN commitmail json YAML

An empty command is quietly ignored in jobs mode, but causes a failure
in compat mode.  Just skip it.

(sjg)

2012-05-30 21:38:04 UTC MAIN commitmail json YAML

2012-05-30 21:30:07 UTC MAIN commitmail json YAML

2012-05-30 20:15:56 UTC MAIN commitmail json YAML

Mention first NetBSD release; use Lk; simplify SYNOPSIS; bump date.

(wiz)

2012-05-30 20:13:10 UTC MAIN commitmail json YAML

2012-05-30 18:35:14 UTC MAIN commitmail json YAML

2012-05-30 18:34:24 UTC MAIN commitmail json YAML

add man page from FreeBSD

(christos)

2012-05-30 18:21:14 UTC MAIN commitmail json YAML

don't include both term.h and termcap.h

(christos)

2012-05-30 18:01:52 UTC MAIN commitmail json YAML

Add a driver for Elbox Mediator 1200 PCI bridges. This is still a work in
progress, but now it is good enough to drive a NE2000 card. Support for
memory space accesses will be added soon(ish).

(rkujawa)

2012-05-30 15:17:00 UTC MAIN commitmail json YAML

Fix date and add .An -nosplit.

(wiz)

2012-05-30 15:16:24 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-05-30 15:14:11 UTC MAIN commitmail json YAML

Add patch from Tetsuya Isaki in PR lib/46433.

(jruoho)

2012-05-30 15:11:58 UTC MAIN commitmail json YAML

Use "atf_arch" instead of "atf_machine"; see atf-config(1).

(jruoho)

2012-05-30 14:54:16 UTC MAIN commitmail json YAML

Add some device IDs from OpenBSD.

(nonaka)

2012-05-30 14:53:18 UTC MAIN commitmail json YAML

2012-05-30 14:52:58 UTC MAIN commitmail json YAML

Add urtwn(4) IDs from OpenBSD.

(nonaka)

2012-05-30 14:33:49 UTC MAIN commitmail json YAML

Add myself as responsible for urtwn(4), run(4).

(nonaka)

2012-05-30 14:31:58 UTC MAIN commitmail json YAML

Mention about run(4).

(nonaka)

2012-05-30 14:30:36 UTC MAIN commitmail json YAML

2012-05-30 12:05:56 UTC MAIN commitmail json YAML

2012-05-30 11:50:38 UTC MAIN commitmail json YAML

2012-05-30 11:50:05 UTC MAIN commitmail json YAML

Add more Realtek devices.

(nonaka)

2012-05-30 11:41:08 UTC MAIN commitmail json YAML

Release the mutex on error in urtwn_alloc_tx_list.

From jmcneill.

(skrll)

2012-05-30 08:06:48 UTC netbsd-6 commitmail json YAML

2012-05-30 08:06:26 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #291):
etc/MAKEDEV.tmpl: revision 1.155
sbin/iscsictl/iscsictl.8: revision 1.2-1.4
sbin/iscsid/iscsid_driverif.c: revision 1.4-1.5
sbin/iscsid/iscsid_lists.c: revision 1.4-1.7
sbin/iscsid/iscsid_targets.c: revision 1.4
sbin/iscsid/iscsid_globals.h: revision 1.5-1.7
sbin/iscsid/iscsid_main.c: revision 1.4-1.7
sbin/iscsid/Makefile: revision 1.2-1.4
sbin/iscsid/iscsid.8: revision 1.3-1.8
sbin/iscsid/iscsid.h: revision 1.3
sys/dev/iscsi/iscsi_main.c: revision 1.2-1.3

Fix bugs in iscsid target list handling, and improve documentation
somewhat for the in-kernel iSCSI initiator.

(sborrill)

2012-05-30 08:05:12 UTC MAIN commitmail json YAML

2012-05-30 06:01:22 UTC MAIN commitmail json YAML

Skip test on non-amd64 machines for now, pointing to PR 46490.

(martin)

2012-05-30 05:20:36 UTC MAIN commitmail json YAML

set AVOID_VGAHW on macppc, now this driver works out of the box
should probably be set on all machines where we never use VGA text mode

(macallan)

2012-05-30 04:54:27 UTC MAIN commitmail json YAML

don't map the VGA framebuffer if AVOID_VGAHW is defined

(macallan)

2012-05-29 22:43:24 UTC MAIN commitmail json YAML

Add 32bit libexecinfo version

(martin)

2012-05-29 21:11:37 UTC MAIN commitmail json YAML

2012-05-29 21:10:40 UTC MAIN commitmail json YAML

Added Buffalo WLI-UC-GNM2T.

(nonaka)

2012-05-29 20:02:42 UTC MAIN commitmail json YAML

Add SYSV{MSG,SEM,SHM} options.

(nonaka)

2012-05-29 19:49:10 UTC MAIN commitmail json YAML

2012-05-29 19:47:56 UTC MAIN commitmail json YAML

Added some Ralink wlan adapters.

(nonaka)

2012-05-29 19:31:53 UTC MAIN commitmail json YAML

2012-05-29 17:25:38 UTC MAIN commitmail json YAML

Remove an unneeded indirect access from polyd/polyf macros

(matt)

2012-05-29 15:42:42 UTC MAIN commitmail json YAML

2012-05-29 14:12:28 UTC MAIN commitmail json YAML

add the realtek usb driver from jmcneill

(christos)

2012-05-29 14:06:23 UTC MAIN commitmail json YAML

Driver for Realtek RTL8187/RTL8187B 802.11b/g USB wireless adapter, from
OpenBSD by jmcneill.

(christos)

2012-05-29 14:05:01 UTC MAIN commitmail json YAML

2012-05-29 14:04:49 UTC MAIN commitmail json YAML

more usb network adapters from jmcneill

(christos)

2012-05-29 10:20:34 UTC MAIN commitmail json YAML

Fix 32/64 bit int truncation issue.

(elric)

2012-05-29 00:33:04 UTC MAIN commitmail json YAML

The 'list_sessions' command has a -c flag to display connections
associated with the sessions.

(riz)

2012-05-29 00:27:59 UTC MAIN commitmail json YAML

2012-05-28 21:09:52 UTC MAIN commitmail json YAML

Ooops, remove definitions duplicated in <sparc/bootinfo.h>

(martin)

2012-05-28 19:24:30 UTC MAIN commitmail json YAML

Pass the "boothowto" from the bootloader to the kernel.
If (an old) bootloader did not pass the flags, check explicitly if we
missed RB_USERCONF and invoke userconf_prompt() in MD code, as MI code
already missed it.
This fixes PR 46466.

(martin)

2012-05-28 17:28:54 UTC MAIN commitmail json YAML

Determine WORDS_BIGENDIAN at build time, rather than hardcoding it to 0.
Makes liblzma work on sparc64 (and probably other big endian hosts too).
Add a note to the import script.

(jdc)

2012-05-28 14:19:11 UTC MAIN commitmail json YAML

2012-05-28 13:16:11 UTC MAIN commitmail json YAML

2012-05-28 09:51:34 UTC MAIN commitmail json YAML

Not a good idea to continue testing if basic assertions fail - only will
cause core dumps later.

(martin)

2012-05-28 08:51:44 UTC MAIN commitmail json YAML

Sort option descriptions (options without args, then options with args).

(wiz)

2012-05-28 08:49:58 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-05-28 04:18:12 UTC MAIN commitmail json YAML

Expose some of the module framework when _MODULE is not defined, so
iscsi becomes a "built in" module in that case.

(riz)

2012-05-28 03:43:18 UTC MAIN commitmail json YAML

Don't allow iscsi to autounload.  The default unload timeout is short,
and too much state is lost.

(riz)

2012-05-28 02:13:33 UTC MAIN commitmail json YAML

Setting mode by fchmod(2) will break on glusterfs-3.3 is we attempt
to set atime and mtime at the same time. Detect that situation just
like we detected ftruncate(2) and wipe atime and mtime if it occurs.

(manu)

2012-05-28 00:45:31 UTC MAIN commitmail json YAML

Fix up the wording of the new flags, and show that the -d flag
now takes an argument.

(riz)

2012-05-28 00:37:55 UTC MAIN commitmail json YAML

Fix 4 more instances of the same bug (not returning NULL when stuff
not found).  While I'm here, add comments so it hopefully doesn't happen
again.

(riz)

2012-05-28 00:13:19 UTC MAIN commitmail json YAML

Make the debugging printouts actually work when setting the debug level,
and allow the level to be set numerically from the command line.

(riz)

2012-05-27 23:54:45 UTC MAIN commitmail json YAML

Fix a bug introduced in rev 1.2:  return "curr", like the debugging
says we're doing, because it, unlike "t", will propely be NULL when
the target name isn't found in the list.  Now we can have multiple
targets again!

(riz)

2012-05-27 23:03:24 UTC MAIN commitmail json YAML

Add new test directory

(martin)

2012-05-27 22:57:24 UTC MAIN commitmail json YAML

Fix destination directory

(martin)

2012-05-27 22:03:16 UTC MAIN commitmail json YAML

Implement the remaining bits of unthreaded operation.

(riz)

2012-05-27 20:11:58 UTC MAIN commitmail json YAML

Use Fl for the flags.

(riz)

2012-05-27 20:05:05 UTC MAIN commitmail json YAML

2012-05-27 19:52:51 UTC MAIN commitmail json YAML

make the debug level available on the command line.

(christos)

2012-05-27 19:21:26 UTC MAIN commitmail json YAML

one too many e's

(christos)

2012-05-27 19:18:13 UTC MAIN commitmail json YAML

2012-05-27 18:52:16 UTC MAIN commitmail json YAML

hook in libexecinfo

(christos)

2012-05-27 18:47:18 UTC MAIN commitmail json YAML

2012-05-27 17:27:34 UTC MAIN commitmail json YAML

When ISCSI_NOTHREAD is defined, make UNLOCK_SESSIONS a different kind
of noop, so that things build.

(riz)

2012-05-27 16:50:32 UTC MAIN commitmail json YAML

Don't try to print pointers as integers, use %p instead and don't cast.

(riz)

2012-05-27 13:25:28 UTC MAIN commitmail json YAML

remove unrelated fragment.

(christos)

2012-05-27 12:05:40 UTC MAIN commitmail json YAML

New sentence, new line. Use more markup. Bump date for previous.

(wiz)

2012-05-27 12:03:02 UTC MAIN commitmail json YAML

Sort sections.
Remove dot at end of Nd
Sort SEE ALSO.
Punctuation fixes.
Bump date to import date.
Comment out a partial sentence.

(wiz)

2012-05-27 11:59:13 UTC MAIN commitmail json YAML

NetBSD -> Nx; new sentence, new line; remove superfluous Pp.

(wiz)

2012-05-27 11:26:38 UTC MAIN commitmail json YAML

2012-05-27 10:45:49 UTC MAIN commitmail json YAML

Document WSDISPLAYIO_SETVERSION, WSKBDIO_SETVERSION and WSMOUSEIO_SETVERSION
ioctls(). Also at least enumerate the WSKBDIO_ ioctls().

(abs)

2012-05-27 02:35:44 UTC MAIN commitmail json YAML

Restore libexpat which got replaced by libexecinfo

(matt)

2012-05-27 02:27:31 UTC MAIN commitmail json YAML

2012-05-27 02:19:50 UTC MAIN commitmail json YAML

Place SUBDIR+= libexecinfo properly based on its dependency on libelf.

(matt)

2012-05-26 22:15:58 UTC MAIN commitmail json YAML

Add libexecinfo

(christos)

2012-05-26 22:15:08 UTC MAIN commitmail json YAML

2012-05-26 22:03:05 UTC MAIN commitmail json YAML

hook in libexecinfo

(christos)

2012-05-26 22:02:29 UTC MAIN commitmail json YAML

2012-05-26 21:47:05 UTC MAIN commitmail json YAML

don't trigger diagassert for a null array with 0 elements or 0 elementsize.

(christos)

2012-05-26 20:03:34 UTC MAIN commitmail json YAML

Begin the tedious process of documenting iscsictl(8) commands,
options, and flags.  I gathered this information by tediously
slogging through the source code, so it's likely to be incomplete
and occasionally flat wrong.

At a minimum, specify which options the various commands take, and
clarify the address specifications.  There is still much to do,
but this increases the usefulness of this man page for me, at least.

(riz)

2012-05-26 19:34:16 UTC MAIN commitmail json YAML

make getpass and getpass_r print a newline like they did before.

(christos)

2012-05-26 06:59:26 UTC MAIN commitmail json YAML

really mark wake as obsolete.

(wiz)

2012-05-26 06:56:18 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-05-26 05:51:13 UTC MAIN commitmail json YAML

Most contents in ftp://ftp.NetBSD.org/pub/NetBSD/packages/ seem removed
recently (do we have any announcment?) so update pakcages URLs and
descriptions accordingly.

(tsutsui)

2012-05-26 05:09:59 UTC MAIN commitmail json YAML

Fix regression by my dumb patch in PR/45990.

sysinst fails with "floating exception" after
changing MBR partition size in MBR editor menu
if the target disk doesn't have valid MBR partition
or has a valid partition 0 whose offset is not 1MB aligned
(like 63 sectors).

read_mbr() (which calls get_ptn_alignment()) is called
before set_bios_geom(), so bhead is not initialized there
and ptn_alignment could be zero.

To workaround, explicitly call get_ptn_alignment() again
in edit_mbr() to update ptn_alignemnt per BIOS geom values.

(tsutsui)

2012-05-26 01:58:21 UTC MAIN commitmail json YAML

2012-05-26 00:36:15 UTC MAIN commitmail json YAML

Create /dev/iscsi0 as part of 'all'.

(riz)

2012-05-26 00:31:07 UTC MAIN commitmail json YAML

2012-05-25 23:37:38 UTC MAIN commitmail json YAML

2012-05-25 21:46:13 UTC MAIN commitmail json YAML

2012-05-25 18:19:43 UTC MAIN commitmail json YAML

2012-05-25 18:18:32 UTC MAIN commitmail json YAML

Add some Intel I350 Ethernet products.

(msaitoh)

2012-05-25 16:33:54 UTC MAIN commitmail json YAML

Added the Apple iPod Touch (4th generation)
to the list of Apple devices with bogus uhid and uaudio matches.
It now attaches as a ugen device.

(buhrow)

2012-05-25 16:29:37 UTC MAIN commitmail json YAML

Regen after successful build release
(Includes Apple iPod Touch (4th generation)
and
Springer Design's TTSMP3 players

(buhrow)

2012-05-25 15:54:03 UTC MAIN commitmail json YAML

Add dumb description about options NFS_BOOT_BOOTSTATIC.  Noticed by ryo@.

(tsutsui)

2012-05-25 15:03:38 UTC MAIN commitmail json YAML

Update xdb_xenbus.c to new usage of routines in dksubr.c.

(elric)

2012-05-25 14:59:17 UTC MAIN commitmail json YAML

2012-05-25 14:25:39 UTC MAIN commitmail json YAML

Revert a few lines of accidental commit.

(elric)

2012-05-25 13:47:30 UTC MAIN commitmail json YAML

regen using 'make regen' in doc/

(wiz)

2012-05-25 12:32:49 UTC MAIN commitmail json YAML

Implement __HAVE_RAS.  Unlike most implementation, this is done in userret
instead of cpu_switchto since we already accessing the proc structure so
the additional overhead of check p_raslist is minimal.

(matt)

2012-05-25 10:53:46 UTC MAIN commitmail json YAML

Modify dksubr.c to add a function that sets the disk properties in
the drvctl framework.  And call this new functionality from cgd(4),
the consumer of dksubr.c.  We do this to allow gpt(8) to be able
to label cgd(4) disks.  We also add in some DIOCGSECTORSIZE logic
and we ensure that the WEDGE ioctls are not called on either
uninitialised disks or disks which have not been opened for write
access.

(elric)

2012-05-25 10:48:48 UTC MAIN commitmail json YAML

Document MKREPRO here as well.

(wiz)

2012-05-25 10:47:26 UTC MAIN commitmail json YAML

Document MKREPRO using joerg's wording.

(wiz)

2012-05-25 03:18:01 UTC MAIN commitmail json YAML

2012-05-24 21:32:35 UTC MAIN commitmail json YAML

Add the Springer Design MP3 players/book reader products.
This includes the original BookPOrt sold by APH.

(buhrow)

2012-05-24 21:22:24 UTC MAIN commitmail json YAML

Add the Apple IPod Shuffle (second generation) and the
Apple IPod Touch (fourth generation)

(buhrow)

2012-05-24 18:16:32 UTC MAIN commitmail json YAML

Add the following above the version = 0 line, just to provide a hint...
/* For binary compat. New code must call WSxxxIO_SETVERSION */

(abs)

2012-05-24 00:40:12 UTC MAIN commitmail json YAML

copy properties for valkyriefb as well

(macallan)

2012-05-23 21:47:23 UTC MAIN commitmail json YAML

2012-05-23 21:46:17 UTC MAIN commitmail json YAML

cleanup, remove debug goo

(macallan)

2012-05-23 21:11:34 UTC MAIN commitmail json YAML

Enable IPIs for MULTIPROCESSOR kernels

(skrll)

2012-05-23 18:39:31 UTC MAIN commitmail json YAML

first step to fix PR 46461 - don't jump through a NULL pointer when we're
not the console but the firmware set up the graphics hardware anyway

(macallan)

2012-05-23 16:11:37 UTC MAIN commitmail json YAML

2012-05-23 16:08:32 UTC MAIN commitmail json YAML

Simplify creation of a temporary file slightly, fix sizeof(buf) confusion
when buf is a pointer.

(martin)

2012-05-23 14:59:21 UTC MAIN commitmail json YAML

Recently uvm_page_locked_p() leaked outside of uvm/MD code, so rump
needs to provide one.

(martin)

2012-05-23 13:54:37 UTC MAIN commitmail json YAML

2012-05-23 13:34:15 UTC MAIN commitmail json YAML

2012-05-23 11:18:46 UTC MAIN commitmail json YAML

Reorder to match struct. No functional change.

(skrll)

2012-05-23 11:08:33 UTC MAIN commitmail json YAML

2012-05-23 11:04:54 UTC MAIN commitmail json YAML

2012-05-23 10:37:02 UTC MAIN commitmail json YAML

2012-05-23 10:31:59 UTC MAIN commitmail json YAML

2012-05-23 10:08:30 UTC yamt-pagecache commitmail json YAML

2012-05-23 10:01:51 UTC MAIN commitmail json YAML

destroy mutex and cv first.
Fixes LOCKDEBUG crash when a guest shut down.

(cegger)

2012-05-23 09:49:56 UTC MAIN commitmail json YAML

2012-05-23 08:59:36 UTC MAIN commitmail json YAML

2012-05-23 08:19:40 UTC MAIN commitmail json YAML

Add a GENERIC.MP kernel config and add it to the build list so that it
gets build tested.

(skrll)

2012-05-23 07:31:31 UTC MAIN commitmail json YAML

Make a #define MULTIPROCESSOR kernel compile

(skrll)

2012-05-23 07:06:02 UTC MAIN commitmail json YAML

Count the cpus as they attach so that CPU_INFO_FOREACH works before
hatching the secondary cpus.

(skrll)

2012-05-22 21:46:56 UTC netbsd-5 commitmail json YAML

2012-05-22 21:44:38 UTC netbsd-5 commitmail json YAML

Pull up following patch (requested by buhrow in ticket #1763):
sys/ufs/ufs/ufs_vnops.c: patch

Make sure we return EXDEV on cross-device links rather than panicing
the system.  This corrects a pasting error from the merged patches
in ticket 1759.

Thanks to hannken@ for figuring out the error.
Fixes pr kern/46472
Tested by buhrow@

(riz)

2012-05-22 21:14:37 UTC MAIN commitmail json YAML

Treat traps in kernel mode during the 'return to user' iret sequence
as user faults.
Based heavily in the i386 code with the correct opcode bytes inserted.
iret path tested, arranging for segment register errors is harder.
User %fs and %gs (32bit apps) are loaded much earlier and any errors
will generate kernel panics - there is probably code to try to stop
the invalid values being set.

(dsl)

2012-05-22 21:10:26 UTC MAIN commitmail json YAML

If we get a fault setting the user %gs, or on a iret that is returning
to userspace, we must do a 'swapgs' to reload the kernel %gs_base.
Also save the %ds, %es, %fs, %gs selector values in the frame so
they can be restored if we finally return to user (probably after
an application SIGSEGV handler has fixed the error).
Without this any such fault leaves the kernel running with the wrong
%gs offset and it will most likely fault again early in trap().
Repeats until the stack tramples on something important.
iret change works, invalid %gs is a little harder to arrange.

(dsl)

2012-05-22 20:26:58 UTC netbsd-6 commitmail json YAML

2012-05-22 20:14:21 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1446):
crypto/dist/openssl/ssl/d1_enc.c: patch
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)

(riz)

2012-05-22 20:14:14 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1446):
crypto/dist/openssl/ssl/d1_enc.c: patch
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)

(riz)

2012-05-22 20:12:18 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1762):
crypto/dist/openssl/ssl/d1_enc.c: patch
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)

(riz)

2012-05-22 19:11:22 UTC MAIN commitmail json YAML

Include opt_usb.h for USB_DEBUG.

(martin)

2012-05-22 18:57:40 UTC netbsd-4-0 commitmail json YAML

Fix error in last commit (ticket 1446, not 1762).

(riz)

2012-05-22 18:57:00 UTC netbsd-4 commitmail json YAML

2012-05-22 18:56:27 UTC netbsd-4-0 commitmail json YAML

2012-05-22 18:54:15 UTC netbsd-5-1 commitmail json YAML