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 04:58:14 UTC Now

2010-05-29 17:33:58 UTC MAIN commitmail json YAML

2010-05-29 16:52:33 UTC MAIN commitmail json YAML

Nvidia EHCI controllers do not ignore one or more of the "Port Number",
"Hub Address", "Split Completion Mask" fields in the Queue Head marked
"This field is ignored by the host controller unless the EPS field
indicates a full- or low-speed device.".

Therefore, only populate these fields for full- and low-speed devices.

Fixes PR#37884.

(jakllsch)

2010-05-29 07:58:35 UTC MAIN commitmail json YAML

2010-05-29 07:58:24 UTC MAIN commitmail json YAML

2010-05-29 07:35:01 UTC MAIN commitmail json YAML

2010-05-29 07:29:54 UTC MAIN commitmail json YAML

2010-05-29 06:44:23 UTC MAIN commitmail json YAML

unload usbverbose, not pciverbose

(cegger)

2010-05-29 05:53:57 UTC MAIN commitmail json YAML

Rename ci_node_id to ci_package_id, as some claim that the former might
be confused with NUMA node.

(rmind)

2010-05-29 05:11:48 UTC MAIN commitmail json YAML

avoid vmware module crashing with "X -configure".

(mrg)

2010-05-29 01:14:30 UTC MAIN commitmail json YAML

Extract USBVERBOSE into a kernel module.  The module can be builtin
by defining 'options USBVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not USB support
exists.

(pgoyette)

2010-05-28 23:41:15 UTC MAIN commitmail json YAML

uvm_fault_{upper,lower}_done: move drop-swap outside the page-queues lock.
Assert for object lock being held (or ref count 0) in uao_set_swslot().

(rmind)

2010-05-28 22:14:53 UTC matt-nb5-mips64 commitmail json YAML

rmixl_spl.S:
- where possible, stop using CP0 STATUS to disable all interrupts,zero EIMR instead.  more efficient since less meddling with CP0.
assume STATUS[IE] is normally set.
- add rmixl_spl_init_cpu(), to initialize cp0 interrupt control for this cpu

rmixl_intr.c:
- rmixl_intr_init_cpu() calls rmixl_spl_init_cpu()
to set up CP0 interrupt controls for this cpu

(cliff)

2010-05-28 21:24:47 UTC matt-nb5-mips64 commitmail json YAML

When use N32 and we are on a MIPS64 chip, enable 64-bit instructions via
PX so that we can still use the TLB miss exception instead of the XTLB miss
exception path.

(matt)

2010-05-28 21:23:21 UTC matt-nb5-mips64 commitmail json YAML

Make sure that user stack starts 32KB below maximum so that accesses with
displacements will never cross the VM_MAXUSER_ADDRESS boundary.

(matt)

2010-05-28 19:11:23 UTC MAIN commitmail json YAML

Added optimization reduction for gdb/dwarf2-frame.c for Amigas. We don't
see the problem on other m68k platforms, but that could be because other
platforms don't have m68060s (except Atari, perhaps).

(jklos)

2010-05-28 18:17:24 UTC MAIN commitmail json YAML

Deal with the "we get a portably arbitrary set of headers on
different archs" problem.

(pooka)

2010-05-28 17:17:12 UTC MAIN commitmail json YAML

Update to xkeyboard-config 1.9.

(ghen)

2010-05-28 16:44:14 UTC MAIN commitmail json YAML

Improve the CPU scheduler for a host MP system with multithreaded
access.  The old scheduler had a global freelist which caused a
cache crisis with multiple host threads trying to schedule a virtual
CPU simultaneously.

The rump scheduler is different from a normal thread scheduler, so
it has different requirements.  First, we schedule a CPU for a
thread (which we get from the host scheduler) instead of scheduling
a thread onto a CPU.  Second, scheduling points are at every
entry/exit to/from the rump kernel, including (but not limited to)
syscall entry points and hypercalls.  This means scheduling happens
a lot more frequently than in a normal kernel.

For every lwp, cache the previously used CPU.  When scheduling,
attempt to reuse the same CPU.  If we get it, we can use it directly
without any memory barriers or expensive locks.  If the CPU is
taken, migrate.  Use a lock/wait only in the slowpath.  Be very
wary of walking the entire CPU array because that does not lead to
a happy cacher.

The migration algorithm could probably benefit from improved
heuristics and tuning.  Even as such, with the new scheduler an
application which has two threads making rlimit syscalls in a tight
loop experiences almost 400% speedup.  The exact speedup is difficult
to pinpoint, though, since the old scheduler caused very jittery
results due to cache contention.  Also, the rump version is now
70% faster than the counterpart which calls the host kernel.

(pooka)

2010-05-28 15:45:11 UTC MAIN commitmail json YAML

QNAP support (untested): PCI fixup and corrected PCI address lines (+1).
Patch submitted by Toru Nishimura.

(phx)

2010-05-28 15:42:17 UTC uebayasi-xip commitmail json YAML

2010-05-28 15:40:05 UTC uebayasi-xip commitmail json YAML

pmap_enter:
This pmap treats all pmap_enter()'ed entries as "managed", and always
allocate PV entries.  Put back the original behavior.  There is no need
to check the new PMAP_UNMANAGED flag.

(uebayasi)

2010-05-28 15:26:22 UTC uebayasi-xip commitmail json YAML

2010-05-28 14:21:04 UTC MAIN commitmail json YAML

2010-05-28 13:25:54 UTC MAIN commitmail json YAML

Bump date for previous.
Remove trailing space.

(wiz)

2010-05-28 13:01:23 UTC MAIN commitmail json YAML

2010-05-28 12:38:35 UTC MAIN commitmail json YAML

2010-05-28 11:27:18 UTC MAIN commitmail json YAML

+libgeode_drv.so.2.debug for i386.

(njoly)

2010-05-28 11:14:08 UTC MAIN commitmail json YAML

un-obsolete ws.0 for i386.

(njoly)

2010-05-28 10:49:52 UTC MAIN commitmail json YAML

+libopenchrome_drv.so.0.debug for amd64 and i386.

(njoly)

2010-05-28 10:01:08 UTC MAIN commitmail json YAML

2010-05-28 09:55:02 UTC MAIN commitmail json YAML

2010-05-28 09:50:36 UTC MAIN commitmail json YAML

Restore original (1.4 distfile) order to ease merges.

(ghen)

2010-05-28 09:14:56 UTC uebayasi-xip commitmail json YAML

2010-05-28 09:13:37 UTC uebayasi-xip commitmail json YAML

Reduce changes against HEAD.

(uebayasi)

2010-05-28 08:32:20 UTC uebayasi-xip commitmail json YAML

Fix a typo; pointed out by Chuck Silvers.

(uebayasi)

2010-05-28 07:50:44 UTC uebayasi-xip commitmail json YAML

2010-05-28 07:40:53 UTC MAIN commitmail json YAML

Change getnum() to use intmax_t instead of int, so it doesn't overflow
between 2^31 and 2^32. Adjust call sites accordingly. PR 43354.

(dholland)

2010-05-28 06:51:41 UTC uebayasi-xip commitmail json YAML

specdev::v_phys_addr is now specdev::v_physseg.

(uebayasi)

2010-05-28 06:41:16 UTC uebayasi-xip commitmail json YAML

Remove an old XXX comment.  Fix a conditional build.

(uebayasi)

2010-05-28 06:26:55 UTC MAIN commitmail json YAML

2010-05-28 06:24:59 UTC MAIN commitmail json YAML

add / retire some xf86-video drivers.

(mrg)

2010-05-28 06:22:05 UTC MAIN commitmail json YAML

we're now at mesa 7.7.1.

XXX: really really really need to make this in one place...

(mrg)

2010-05-28 05:39:56 UTC MAIN commitmail json YAML

fix MKDEBUG=yes for X11R7 libs

(lukem)

2010-05-28 04:55:07 UTC MAIN commitmail json YAML

2010-05-28 04:16:07 UTC MAIN commitmail json YAML

fix compile error in previous.

(mrg)

2010-05-28 04:12:58 UTC MAIN commitmail json YAML

X11: Added support for xf86-video-geode and xf86-video-openchrome.

(mrg)

2010-05-28 04:12:02 UTC MAIN commitmail json YAML

2010-05-28 02:38:41 UTC MAIN commitmail json YAML

Remove opt_pci.h - it's not needed for anything.

(pgoyette)

2010-05-28 02:37:58 UTC MAIN commitmail json YAML

2010-05-28 02:37:27 UTC MAIN commitmail json YAML

2010-05-28 02:35:47 UTC MAIN commitmail json YAML

2010-05-28 02:30:52 UTC MAIN commitmail json YAML

2010-05-28 02:29:33 UTC MAIN commitmail json YAML

geode wants a config.h.  give it one.

(mrg)

2010-05-28 02:24:27 UTC MAIN commitmail json YAML

Fix symbol name in multiple-inclusion protection. (missing trailing '_')

(pgoyette)

2010-05-28 01:01:14 UTC MAIN commitmail json YAML

xsrc/external/mit/xf86-video-geode/dist/COPYING@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/ChangeLog@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/INSTALL@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/Makefile.in@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/TODO@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/aclocal.m4@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/autogen.sh@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/config.guess@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/config.h.in@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/config.sub@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/depcomp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/install-sh@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/ltmain.sh@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/missing@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/src/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-geode/dist/src/Makefile.in@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 98 files)
initial import of xf86-video-geode-2.11.8

Status:

Vendor Tag: xorg
Release Tags: xf86-video-geode-2-11-8

(mrg)

2010-05-27 23:58:38 UTC MAIN commitmail json YAML

.. except we need to check the flag while still clinging to iLock.

(pooka)

2010-05-27 23:54:35 UTC MAIN commitmail json YAML

Assert that a VI_CLEAN vnode is not succesfully vget'd.

(pooka)

2010-05-27 23:40:12 UTC MAIN commitmail json YAML

Mark files removed in the in-memory structure.  This allows us
to do two things:

1) properly set "recycle?" in inactive
2) easily check if we are renaming a removed vnode.  without the
    check, it was possible to enter a dirent in the file system for
    a removed (and hence scheduled to be vcleaned) vnode.  this would
    lead to the succesful vget() of a clean vnode.  the use of the
    cleaned vnode was, however, less succesful, except for purposes
    of crashing.

(pooka)

2010-05-27 23:13:10 UTC MAIN commitmail json YAML

Remove a left-over debugging call to aprint_normal()

Thanks njoly@

(pgoyette)

2010-05-27 19:27:24 UTC MAIN commitmail json YAML

help the next person tripping over PR kern/43203 :
list the error messages, the reason for the error and the location where
the firmware ought to be

(spz)

2010-05-27 15:35:46 UTC MAIN commitmail json YAML

Added some more precise LinkStation/TeraStation and Synology product names.

(phx)

2010-05-27 14:54:42 UTC MAIN commitmail json YAML

Disable EPIC_DEBUGIRQ. Reenable when needed.

(phx)

2010-05-27 14:47:31 UTC uebayasi-xip commitmail json YAML

2010-05-27 13:22:03 UTC MAIN commitmail json YAML

Release pathname buffers after use.

(pooka)

2010-05-27 08:40:20 UTC MAIN commitmail json YAML

Rerun valid_format() both before and after unescaping the format
string, in case the format string contains printf conversions
assembled from escape sequences.

A better approach might be to adjust the unescape logic to avoid
generating printf conversions (e.g. convert \x25 to %% instead of %)
but that's somewhat problematic and it's not really worth taking the
trouble.

Running valid_format() only after unescaping would also be somewhat
tidier but makes printing the invalid format string problematic,
because the unescape logic runs in place.

None of these cases are really worth worrying about in detail, but now
at least they don't result in SIGSEGV.

Related to PR 43355.

(dholland)

2010-05-27 08:30:35 UTC MAIN commitmail json YAML

Fix valid_format() to be more careful about allowing only valid printf
formats.

Also, accept %a and %A, which are new since this logic was last updated,
and also allow %F even though it's not functionally different from %f.
Document these additions and bump date of man page.

Fixes PR 43355.

(dholland)

2010-05-27 07:32:05 UTC MAIN commitmail json YAML

xsrc/external/mit/xf86-video-openchrome/dist/COPYING@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/ChangeLog@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/Makefile.in@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/NEWS@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/acinclude.m4@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/aclocal.m4@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/config.guess@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/config.h.in@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/config.sub@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/configure@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/configure.ac@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/depcomp@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/install-sh@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/libxvmc/Makefile.am@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/libxvmc/Makefile.in@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/libxvmc/driDrawable.c@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/libxvmc/driDrawable.h@1.1.1.1 / diff / nxr@1.1.1.1
xsrc/external/mit/xf86-video-openchrome/dist/libxvmc/viaLowLevel.c@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 62 files)
initial import of xf86-video-openchrome-0.2.904

Status:

Vendor Tag: xorg
Release Tags: xf86-video-openchrome-0-2-904

(mrg)

2010-05-27 07:27:35 UTC MAIN commitmail json YAML

add r600_blit.c and radeon_cs.c.

(mrg)

2010-05-27 06:58:15 UTC MAIN commitmail json YAML

Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of the offending idiom...
Closes PR 43360.

(dholland)

2010-05-27 05:53:35 UTC MAIN commitmail json YAML

Extract pci_verbose interface definitions into their own header file so
we don't need to include pcivar.h in the module.  pcivar.h tries to pull
in machine/pci_machdep.h which doesn't exist on all machine/architecture
combos.  Keeping track and building the module only for those that work
would have been a maintenance headache;  this change allows us to build
the module on all systems, regardless of whether the system has pci
support or not.

(pgoyette)

2010-05-27 05:52:29 UTC MAIN commitmail json YAML

Don't recognize "+3" after -- or after the first non-option argument.
This prevents converting "+3" into "-k4.1" in places where getopt
won't recognize it, which in turn prevents silly error messages and
lossage trying to sort files whose names begin with +. PR 43358.

(dholland)

2010-05-27 05:41:54 UTC MAIN commitmail json YAML

Minor grammar improvement in status message.

(pgoyette)

2010-05-27 04:44:09 UTC uebayasi-xip commitmail json YAML

2010-05-27 04:40:14 UTC uebayasi-xip commitmail json YAML

Include uvm/uvm.h, because this touches uvm internal.

(uebayasi)

2010-05-27 01:20:14 UTC MAIN commitmail json YAML

new Mesa r300_dri driver has a "compiler" subdir of objects needed.
mostly dieter roelants in PR#43367.

(mrg)

2010-05-26 23:53:21 UTC MAIN commitmail json YAML

Feed dust to a few linkset uses and explicitly call the constructor.

(pooka)

2010-05-26 23:46:44 UTC MAIN commitmail json YAML

Change sc_wrports from an int to a bool and "test truth" instead of
comparing with 0.

Add 'volatile' to several other state variables that need it.

(dyoung)

2010-05-26 21:51:59 UTC MAIN commitmail json YAML

2010-05-26 21:50:56 UTC MAIN commitmail json YAML

Add public namespace helper routine for dumping info on mountpoints.

(pooka)

2010-05-26 21:48:20 UTC MAIN commitmail json YAML

print vm object refcount

(pooka)

2010-05-26 21:27:00 UTC MAIN commitmail json YAML

2010-05-26 18:07:34 UTC MAIN commitmail json YAML

fix empty suffix case.

(christos)

2010-05-26 17:52:36 UTC MAIN commitmail json YAML

Initialize *vpp to NULL: relookup() requires it without initializing
the value before the call (yea, changing relookup would probably
be smart, but other file systems already initialize vpp, so I'm
letting someone else experiment with tylenol od).

(pooka)

2010-05-26 17:38:29 UTC MAIN commitmail json YAML

Make sure SYN_CACHE_TIMER_ARM() has been run before calling syn_cache_put()
as it will reschedule the timer.  Fixes PR kern/43318.

(bouyer)

2010-05-26 16:58:13 UTC MAIN commitmail json YAML

Make sure tty00 and tty01 are linked to com(4).
The default for the unified PPC devices was to set a hard link to ttyZ*,
which uses the zstty(4) driver (not used on any Sandpoint board so far).

(phx)

2010-05-26 15:04:40 UTC MAIN commitmail json YAML

PR/43364: Nicolas Joly: mkdep(1) wrong target names when suffix list miss .o

(christos)

2010-05-26 14:52:11 UTC MAIN commitmail json YAML

2010-05-26 09:48:26 UTC MAIN commitmail json YAML

2010-05-26 09:47:17 UTC MAIN commitmail json YAML

Split the IrDA devices to their own section. Add HWPC224 and IBM0071,
both for the PC8738x-family of SuperIO chips from NSC (or Winbond).

(jruoho)

2010-05-26 09:42:42 UTC MAIN commitmail json YAML

Do not try to unload the pciverbose module if it had never been loaded.

(martin)

2010-05-26 04:57:22 UTC rmind-uvmplock commitmail json YAML

pmap_map_ptes: handle emap on TLB flush.

(rmind)

2010-05-26 04:55:24 UTC rmind-uvmplock commitmail json YAML

Split x86 TLB shootdown code into a separate file.
Code part is under TNF license, as per pmap.c 1.105.2.4 revision.

(rmind)

2010-05-26 01:10:10 UTC MAIN commitmail json YAML

bsd.subdir.mk - don't mention "make subdir" where subdir is any
directory listed in ${SUBDIR} as ${dir}: all-${dir} alias was removed
from 11 years ago (revision 1.31)

PR bin/43356

(uwe)

2010-05-26 00:48:15 UTC MAIN commitmail json YAML

Fix typo in comment.

(uwe)

2010-05-25 13:13:55 UTC MAIN commitmail json YAML

2010-05-25 13:12:51 UTC MAIN commitmail json YAML

2010-05-25 11:02:07 UTC MAIN commitmail json YAML

Add a comment describing an observed boom-crash-burn problem in
the code.  Fixing it will require a full tank of gas, half a pack
of cigarettes, sunglasses, darkness, and most importantly:
someone else.

(pooka)

2010-05-25 10:15:34 UTC MAIN commitmail json YAML

Don't double unlock fvp if source file disappears during rename.
Problem found by njoly's awesome stresstester.

(pooka)

2010-05-25 08:50:54 UTC MAIN commitmail json YAML

build fix: revert rev. 1.51

(cegger)

2010-05-25 08:37:10 UTC MAIN commitmail json YAML

2010-05-25 08:35:47 UTC MAIN commitmail json YAML

Update libpci for change in pci_find{vendor,product} entrypoint names.

(pgoyette)

2010-05-25 08:35:45 UTC MAIN commitmail json YAML

Rework the pciverbose module dispatch vectors to avoid renaming the
externally-visible entrypoint name.  Also this avoids a potential
need to bump kernel version.

Requested by dyoung@ and mrg@

(pgoyette)

2010-05-25 02:21:30 UTC MAIN commitmail json YAML

For some reason the 6502 clock detection routine takes 1553 iterations
of the delay loop to finish on a normally clocked A2232.

(jklos)

2010-05-25 01:17:55 UTC MAIN commitmail json YAML

Fix the names of 82577L[MC] LAN controllers (for mobile).
Fix typo.

(msaitoh)

2010-05-25 01:06:41 UTC MAIN commitmail json YAML

2010-05-25 01:05:11 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/src/lib/create.c@1.28 / diff / nxr@1.28
src/crypto/external/bsd/netpgp/dist/src/lib/create.h@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/lib/crypto.h@1.20 / diff / nxr@1.20
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.37 / diff / nxr@1.37
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.h@1.26 / diff / nxr@1.26
src/crypto/external/bsd/netpgp/dist/src/lib/memory.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.30 / diff / nxr@1.30
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.56 / diff / nxr@1.56
src/crypto/external/bsd/netpgp/dist/src/lib/openssl_crypto.c@1.23 / diff / nxr@1.23
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.c@1.35 / diff / nxr@1.35
src/crypto/external/bsd/netpgp/dist/src/lib/packet-parse.h@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.31 / diff / nxr@1.31
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.c@1.16 / diff / nxr@1.16
src/crypto/external/bsd/netpgp/dist/src/lib/packet-show.h@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/lib/packet.h@1.22 / diff / nxr@1.22
src/crypto/external/bsd/netpgp/dist/src/lib/reader.c@1.36 / diff / nxr@1.36
src/crypto/external/bsd/netpgp/dist/src/lib/signature.c@1.28 / diff / nxr@1.28
src/crypto/external/bsd/netpgp/dist/src/lib/signature.h@1.19 / diff / nxr@1.19
src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c@1.12 / diff / nxr@1.12
src/crypto/external/bsd/netpgp/dist/src/lib/validate.c@1.35 / diff / nxr@1.35
      :
(more 3 files)
Simplify and shorten the internals of packet processing by getting rid of
the intermediate pseudo-abstraction layer, which detracted from understanding
and had no benefit whatsoever. Rename some enums and some definitions.

(agc)

2010-05-24 21:04:49 UTC MAIN commitmail json YAML

Don't missinterpret targets that start with .info

(sjg)

2010-05-24 20:31:17 UTC MAIN commitmail json YAML

Adapt libpci build to include new pci_verbose.c

(pgoyette)

2010-05-24 20:29:49 UTC MAIN commitmail json YAML

2010-05-24 20:29:41 UTC MAIN commitmail json YAML

Extract the vendor/product tables and related access routines into a
separate kernel module.  Update pci bus attach routine to load the
module (if available) when we're about to start scanning the bus, and
unload the module after the scan is finished.

On architectures which support loading of modules by the boot loader,
the 'pciverbose' module can be loaded and executed without needing to
rebuild the kernel.  On all architectures, using 'options PCIVERBOSE'
in the kernel configuration file will create a 'builtin' module which
is functionally equivalent to previous behavior.

XXX Although not nearly as large as the vendor and product tables,
XXX the PCI class and subclass tables might also be offloaded into
XXX the module at a future time.

XXX Cardbus (and possibly other) drivers should also be modified to
XXX load the module before scanning/attaching devices.

(pgoyette)

2010-05-24 20:02:39 UTC MAIN commitmail json YAML

Note xsrc Xorg package updates, and radeondrm(4) updates.

(mrg)

2010-05-24 16:37:17 UTC MAIN commitmail json YAML

Move definition of module_load_vfs_vec from kern_module_vfs.c to
kern_module.c - keeps rump happy.

Thanks, pooka!

(pgoyette)

2010-05-24 15:34:49 UTC MAIN commitmail json YAML

Clean up previous, thanks to pooka@ for detailed review and suggestions.

(pgoyette)

2010-05-24 14:04:04 UTC MAIN commitmail json YAML

fix MKDEBUG=yes for X11R7 libs

(lukem)

2010-05-24 09:49:17 UTC MAIN commitmail json YAML

Make C declarations match assembler reality: ipi functions get two arguments
(which most of them (partly) ignore, but anyway).

(martin)

2010-05-24 08:51:53 UTC MAIN commitmail json YAML

use round_page() for PAGE_ALIGN().  from Onno van der Linden
<o.vd.linden@quicknet.nl> in PR#38700, though apparently i didn't
commit it way back when i closed that bug.  oops?

(mrg)

2010-05-24 05:30:40 UTC MAIN commitmail json YAML

Replace __appmansuffix__ in fsconfig.cpp

(veego)

2010-05-24 03:50:25 UTC MAIN commitmail json YAML

Protect against attempting to load modules from the filesystem until we
have mounted the root file-system.  This allows us to load built-in and
boot-loader-provided modules much earlier during startup.

(pgoyette)

2010-05-24 02:19:10 UTC MAIN commitmail json YAML

this needs <machine/psl.h> for PSTATE_AM on 32 bit kernels.

(mrg)

2010-05-24 01:57:06 UTC MAIN commitmail json YAML

add r600_blit.c and radeon_cs.c.

(mrg)

2010-05-24 01:39:07 UTC MAIN commitmail json YAML

implement DRM_RADEON_CS ioctl, necessary for r600_dri to function.

this is mostly from freebsd (though it also exists in other versions
of the drm code) svn commits:

--
SVN rev 196470 on 2009-08-23 14:55:57Z by rnoland

Add kernel support for Radeon R6/7xx 3D.

You will still need Mesa from git and possibly an updated DDX driver,
but this is working fairly well now.
--
SVN rev 196142 on 2009-08-12 12:57:02Z by rnoland

Add support for radeon RS880 IGP chips to drm.
--
SVN rev 195501 on 2009-07-09 16:39:28Z by rnoland

Add support for Radeon HD 4770 (RV740) chips.
--
SVN rev 196471 on 2009-08-23 15:02:58Z by rnoland

Add GET_PARAM support for Z pipes.

This is needed for occulsion queries on rv530 chips.
--
SVN rev 198695 on 2009-10-30 18:07:22Z by rnoland

A bit of cleanup work on radeon_freelist_get()

  * Fix the main loop to search all buffers before sleeping.
  * Remove dead code
--
SVN rev 197606 on 2009-09-28 22:41:28Z by rnoland

Fix offset handling
--
SVN rev 197605 on 2009-09-28 22:40:29Z by rnoland

radeon_family is an enum, so ordering can be important.

sync up with what amd is shipping.
--
SVN rev 197603 on 2009-09-28 22:37:07Z by rnoland

R600 doesn't support IRQs yet, so don't try to use them.
--

special thanks to robert noland @ freebsd for making this an
easy port!

(mrg)

2010-05-24 00:29:30 UTC MAIN commitmail json YAML

Explicitly quote | and : meant as separate operator. Kill trailing
whitespace. Don't use \Z' with obscure character entity. Reorder sections
to canonical order.

(joerg)

2010-05-23 23:53:36 UTC MAIN commitmail json YAML

PRIxPADDR instead of %lx to print bus_addr_t/paddr_t variables.

(jym)

2010-05-23 23:50:37 UTC MAIN commitmail json YAML

Cast the sum of iobase and iosize to long, not just iobase. Avoids size
warnings during build when bus_addr_t is 64 bits.

(jym)

2010-05-23 23:21:31 UTC MAIN commitmail json YAML

2010-05-23 22:12:03 UTC MAIN commitmail json YAML

2010-05-23 22:06:38 UTC MAIN commitmail json YAML

simplify the debugging code and make it more informative.

(christos)

2010-05-23 22:05:54 UTC MAIN commitmail json YAML

no need for double the newlines!

(christos)

2010-05-23 22:04:36 UTC MAIN commitmail json YAML

- centralize the snprintf code.
- use err where appropriate.
- add machclass which should be x86 when i386 and amd64 and can be specified
  in man.conf as:
_i386 x86
_amd64 x86
  so that we can support merged pages. Nothing uses this yet.

(christos)

2010-05-23 21:40:11 UTC MAIN commitmail json YAML

2010-05-23 21:35:36 UTC MAIN commitmail json YAML

Replace UTMP_FILE and WTMP_FILE for Xstartup here and not in the cpp file
to make a xdm update easier.
xdm was updated but the local change in Xstartup.cpp was lost.

(veego)

2010-05-23 21:32:51 UTC MAIN commitmail json YAML

2010-05-23 21:31:58 UTC MAIN commitmail json YAML

Use ${XDMPIDDIR} and ${XDMLOGDIR} from ../xdm/Makefile.xdm instead of
hard coding the path here.

(veego)

2010-05-23 21:31:53 UTC MAIN commitmail json YAML

2010-05-23 21:28:08 UTC MAIN commitmail json YAML

2010-05-23 21:26:18 UTC MAIN commitmail json YAML

2010-05-23 21:26:02 UTC MAIN commitmail json YAML

2010-05-23 21:23:59 UTC MAIN commitmail json YAML

Remove a / between a ${DESTDIR}${X11USRLIBDIR} which would result in a
double /

(veego)

2010-05-23 21:23:17 UTC MAIN commitmail json YAML

2010-05-23 21:21:34 UTC MAIN commitmail json YAML

2010-05-23 21:21:05 UTC MAIN commitmail json YAML

2010-05-23 19:54:17 UTC MAIN commitmail json YAML

Add ucas_32 and ucas_64 functions - untested.

(martin)

2010-05-23 19:00:28 UTC MAIN commitmail json YAML

Add entry for:
Intel(R) Core(TM)2 Duo CPU    P9500  @ 2.53GHz

(christos)

2010-05-23 18:56:59 UTC MAIN commitmail json YAML

2010-05-23 18:49:14 UTC MAIN commitmail json YAML

2010-05-23 14:08:05 UTC MAIN commitmail json YAML

It seems something changed with the 'newer' yacc.
Rename y.output in CLEANFILES to aslcompilerparse.output

(veego)

2010-05-23 13:59:12 UTC MAIN commitmail json YAML

Add ${PROG}.syms to CLEANFILES

(veego)

2010-05-23 11:57:04 UTC MAIN commitmail json YAML

2010-05-23 11:53:19 UTC MAIN commitmail json YAML

Added Support SD card insert/remove detection for WS020SH.

(nonaka)

2010-05-23 11:49:16 UTC MAIN commitmail json YAML

Added some WS020SH specific parameters.

(nonaka)

2010-05-23 10:50:28 UTC MAIN commitmail json YAML

obsolete vga.4 like other ports.  as noticed by kurt schreiner.

(mrg)

2010-05-23 10:45:04 UTC MAIN commitmail json YAML

delete most of this file; it is obsolete

(mrg)

2010-05-23 06:41:19 UTC MAIN commitmail json YAML

2010-05-23 06:37:32 UTC MAIN commitmail json YAML

2010-05-23 06:36:09 UTC MAIN commitmail json YAML

avoid a #define redefine warning (error)

(mrg)

2010-05-23 06:35:51 UTC MAIN commitmail json YAML

re-generate this for xf86-video-vmware-11.0.1

(mrg)

2010-05-23 06:20:43 UTC MAIN commitmail json YAML

2010-05-23 06:16:13 UTC MAIN commitmail json YAML

2010-05-23 06:12:33 UTC MAIN commitmail json YAML

re-generate this with xf86-video-ati 6.13.0

(mrg)

2010-05-23 06:10:16 UTC MAIN commitmail json YAML

2010-05-23 06:09:34 UTC MAIN commitmail json YAML

2010-05-23 04:26:19 UTC MAIN commitmail json YAML

2010-05-23 03:58:34 UTC MAIN commitmail json YAML

.. and pull across our changes.  and turn off the poorly detected "__thread"
support...

(mrg)

2010-05-23 02:25:50 UTC MAIN commitmail json YAML

Don't allocate sid scratch memory from an interrupt context:

fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
panic: kernel diagnostic assertion "!cpu_intr_p()" failed: file "../../../../ker
n/subr_kmem.c", line 195
fatal breakpoint trap in supervisor mode
trap type 1 code 0 rip ffffffff8022db1d cs 8 rflags 246 cr2  0 cpl 6 rsp fffffff
f80fafb68
breakpoint() at netbsd:breakpoint+0x5
panic() at netbsd:panic+0x2ba
kern_assert() at netbsd:kern_assert+0x2d
kmem_alloc() at netbsd:kmem_alloc+0x18a
fwohci_intr() at netbsd:fwohci_intr+0xbe2
...

I will send-pr for the next one... Looks like someone did not use DIAGNOSTIC
when made the changes.

(christos)

2010-05-23 02:24:40 UTC MAIN commitmail json YAML

don't allocate rom scratch memory from an interrupt context:

fwohci0: BUS reset
panic: kernel diagnostic assertion "!cpu_intr_p()" failed: file "../../../../ker
n/subr_kmem.c", line 195
fatal breakpoint trap in supervisor mode
trap type 1 code 0 rip ffffffff8022db1d cs 8 rflags 246 cr2  0 cpl 6 rsp fffffff
f80fafb08
breakpoint() at netbsd:breakpoint+0x5
panic() at netbsd:panic+0x2ba
kern_assert() at netbsd:kern_assert+0x2d
kmem_alloc() at netbsd:kmem_alloc+0x18a
kmem_zalloc() at netbsd:kmem_zalloc+0xf
fw_busreset() at netbsd:fw_busreset+0x23b
fwohci_intr() at netbsd:fwohci_intr+0xa56
...

(christos)

2010-05-23 02:23:38 UTC MAIN commitmail json YAML

regenerate this for pixman 0.18.2

(mrg)

2010-05-23 02:10:15 UTC MAIN commitmail json YAML

2010-05-23 01:59:13 UTC MAIN commitmail json YAML

2010-05-23 01:30:26 UTC MAIN commitmail json YAML

2010-05-23 01:19:34 UTC MAIN commitmail json YAML

2010-05-23 00:01:31 UTC MAIN commitmail json YAML

Add .It for content of .Bl -column. Move .Pp out of .Bl.

(joerg)

2010-05-22 23:21:37 UTC MAIN commitmail json YAML

add llib-ldrm_radeon.ln

(mrg)

2010-05-22 23:19:45 UTC MAIN commitmail json YAML

2010-05-22 23:19:24 UTC MAIN commitmail json YAML

2010-05-22 23:04:02 UTC MAIN commitmail json YAML

2010-05-22 23:03:13 UTC MAIN commitmail json YAML

2010-05-22 22:50:23 UTC MAIN commitmail json YAML

2010-05-22 22:48:19 UTC MAIN commitmail json YAML

2010-05-22 22:44:16 UTC MAIN commitmail json YAML

2010-05-22 22:43:57 UTC MAIN commitmail json YAML

2010-05-22 22:13:17 UTC MAIN commitmail json YAML

pull across pkgsrc patch-ad: add netbsd atomic ops support.

(mrg)

2010-05-22 21:47:44 UTC MAIN commitmail json YAML

2010-05-22 21:45:15 UTC MAIN commitmail json YAML

2010-05-22 21:20:17 UTC MAIN commitmail json YAML

2010-05-22 21:20:02 UTC MAIN commitmail json YAML

2010-05-22 21:16:19 UTC MAIN commitmail json YAML

2010-05-22 21:16:02 UTC MAIN commitmail json YAML

2010-05-22 21:12:31 UTC MAIN commitmail json YAML

2010-05-22 21:12:19 UTC MAIN commitmail json YAML

don't build xf86-input-void; it is obsolete since xorg-server 1.4.

(mrg)

2010-05-22 19:02:09 UTC MAIN commitmail json YAML

2010-05-22 18:58:01 UTC MAIN commitmail json YAML

note btmagic(4) addition

(plunky)

2010-05-22 18:56:01 UTC MAIN commitmail json YAML

2010-05-22 18:51:19 UTC MAIN commitmail json YAML

2010-05-22 18:50:43 UTC MAIN commitmail json YAML

add Apple Magic Mouse product-id

(plunky)

2010-05-22 18:15:21 UTC MAIN commitmail json YAML

rework bulid breakage problem on linux.

ldef.h: s/1<<8/_CTYPE_CACHE_SIZE/
ctype_local.h: use limits.h instead of machine/limits.h
runetype_local.h: don't use HAVE_NBTOOL_CONFIG as evil way.

(tnozaki)

2010-05-22 17:47:25 UTC MAIN commitmail json YAML

fix cross build breakage under linux box, reported by Andreas Gustafsson, thanks!

runetype_local.h: don't include ctype_local.h when toolchain build.

(tnozaki)

2010-05-22 17:43:29 UTC MAIN commitmail json YAML

yacc.y: s/_CTYPE_NUM_CHARS/_CTYPE_CACHED_SIZE/
ldef.h: remove redundant include, ctype_local.h is already included by
        runetype_local.h.

(tnozaki)

2010-05-22 16:35:00 UTC MAIN commitmail json YAML

Split device_t/softc. Based on patch from cegger@.
ess_pnpbios.c and ess_ofisa.c fixes by me.

Tested on ess_isapnp.c, and no crash with ess_ofisa.c on shark.

(tsutsui)

2010-05-22 15:55:41 UTC MAIN commitmail json YAML

GENERIC32 -> GENERIC in comment.

(tsutsui)

2010-05-22 15:55:03 UTC MAIN commitmail json YAML