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 (177d) 

2024-05-10 00:00:55 UTC Now

2009-11-12 07:58:32 UTC MAIN commitmail json YAML

Typo in a debug printf.

(uebayasi)

2009-11-12 07:55:42 UTC itohy-usb1 commitmail json YAML

Sort functions to reduce the diff.  Put a comment about a backward-incompatible
API change.

(uebayasi)

2009-11-12 00:43:53 UTC MAIN commitmail json YAML

Do not use \." for comments, always use .\". Discussed with uwe@.

(joerg)

2009-11-11 23:59:36 UTC MAIN commitmail json YAML

Reert change which was not meant to be comitted.

(haad)

2009-11-11 23:53:39 UTC MAIN commitmail json YAML

Build kernel modules with -mno-red-zone like kernel is build. This fixes
frequent panics in amd64 zfs module. This should also fix problem reported
by Nicolas Joly in:

http://mail-index.netbsd.org/port-amd64/2008/12/09/msg000646.html

Thanks to cube@ for his help with this.

(haad)

2009-11-11 22:19:22 UTC MAIN commitmail json YAML

Clear cksum flags before any further processing like ip_forward does.
Many drivers set the UDP/TCP v4 flags even for v6 traffic and if the
packet is encapsulated with gif, the IPv6 header would get corrupted by
ip_output. Patch suggested by bad@

(joerg)

2009-11-11 21:53:46 UTC MAIN commitmail json YAML

Revert most of revision 1.73:
We cannot user_from_uid(3) or group_from_gid(3) unless the system
also supports pwcache_userdb(3) and pwcache_groupdb(3). The build will
use the hosts password and user database otherwise. Switch back to the
old behaviour to only the native functions if they are all present.
This fixes cross builds under Mac OS X and FreeBSD.

Fix based on problem analysis provided by Akihiko Hayashi.

(tron)

2009-11-11 19:03:53 UTC MAIN commitmail json YAML

2009-11-11 17:08:16 UTC MAIN commitmail json YAML

update comment: we use PMAP_NOCACHE for both pmap_enter and pmap_kenter_pa

(cegger)

2009-11-11 17:05:11 UTC MAIN commitmail json YAML

Look for a Sun-like video mode specifier in output-device, if there is one
pass it on to igsfb. With this you can
setenv output-device=screen:r1280x1024x60
and igsfb will use that mode. The mode specified must be listed in
dev/videomode/modelines.

(macallan)

2009-11-11 17:01:17 UTC MAIN commitmail json YAML

add modeseting support. Now if there's a mode string in igsfb_devconfig the
driver will try to use it if at all possible, otherwise fall back to the old
hardcoded 1024x768x60 mode.

(macallan)

2009-11-11 16:56:52 UTC MAIN commitmail json YAML

add another convenience function - of_get_mode_string() to extract a Sun-like
video mode specifier from output-device

(macallan)

2009-11-11 16:50:17 UTC MAIN commitmail json YAML

2009-11-11 16:47:50 UTC MAIN commitmail json YAML

support timeouts in tsleep

(pooka)

2009-11-11 16:46:50 UTC MAIN commitmail json YAML

Make rumpuser_cv_timedwait take two int64's instead timespec to
uncouple it from the timespec layout.  Also, change return value
to zero for "timeout didn't expire" and non-zero for "timeout
expired".  This decouples the interface from errno assignments.

(pooka)

2009-11-11 16:35:45 UTC MAIN commitmail json YAML

Enable Stack Smash Protection (SSP) by default for NetBSD/amd64 and
NetBSD/i386 as previously discussed on the "port-amd64" and
"port-i386" mailing lists. No objections from the core team.

Thanks a lot to Tobias Nygren for helping me with the benchmarking
and to Christos Zoulas for fixing SSP problems in cgd(4).

(tron)

2009-11-11 16:08:32 UTC MAIN commitmail json YAML

2009-11-11 15:49:05 UTC MAIN commitmail json YAML

be a little more verbose in DIAGNOSTIC printf

(pooka)

2009-11-11 15:35:57 UTC MAIN commitmail json YAML

update libevent version information

(plunky)

2009-11-11 15:34:37 UTC MAIN commitmail json YAML

Make this actually build, as part of the sgimips GENERIC32_IP2x kernel.

(he)

2009-11-11 14:54:40 UTC MAIN commitmail json YAML

workqueue_finiqueue: remove unused variable.

(rmind)

2009-11-11 14:20:01 UTC MAIN commitmail json YAML

Pass a 0 as flag value to pmap_kenter_pa().

(he)

2009-11-11 14:15:41 UTC MAIN commitmail json YAML

2009-11-11 13:54:54 UTC MAIN commitmail json YAML

Give this a makefile for easy rebuild of all the components when
the kernel ABI changes.

(pooka)

2009-11-11 13:38:53 UTC MAIN commitmail json YAML

x86_get_sdbase: copyout to a correct address.

(yamt)

2009-11-11 12:57:53 UTC MAIN commitmail json YAML

Update / improve the snprintb formats.

(skrll)

2009-11-11 11:25:53 UTC MAIN commitmail json YAML

Remove unnecessary and incorrect STRONG_ALIAS.

(skrll)

2009-11-11 09:59:42 UTC MAIN commitmail json YAML

Simplify tmpfs_itimes() and use vfs_timestamp().  Also, replace unnecessary
kmem_zalloc()s with kmem_alloc()s.

(rmind)

2009-11-11 09:48:51 UTC MAIN commitmail json YAML

2009-11-11 09:15:42 UTC MAIN commitmail json YAML

Add a small comment on buffer cache locking, fix mark letter b_objlock.

(rmind)

2009-11-11 09:11:26 UTC MAIN commitmail json YAML

I'm no longer going to work on IPF as I'm now using PF on all my hosts
(because NAT works much better for me in PF)...

(martti)

2009-11-11 08:43:18 UTC MAIN commitmail json YAML

Sync declarations with reality, bump date.

(rmind)

2009-11-11 07:22:34 UTC MAIN commitmail json YAML

G/C unused breada() and bdirty().

(rmind)

2009-11-11 05:19:35 UTC MAIN commitmail json YAML

Include <dev/acpi/acpica.h> instead of <external/intel-public/acpica/ ... >.
  Thanks cegger@

(kiyohara)

2009-11-10 23:16:20 UTC MAIN commitmail json YAML

mention xf86-video-igs

(macallan)

2009-11-10 23:14:32 UTC MAIN commitmail json YAML

add entries for the igs driver

(macallan)

2009-11-10 23:14:04 UTC MAIN commitmail json YAML

2009-11-10 22:24:58 UTC MAIN commitmail json YAML

add a mmap() method so the xf86-video-igs driver can map the aperture and
IO space in a sane way.

(macallan)

2009-11-10 22:23:23 UTC MAIN commitmail json YAML

add support for an optional machine-dependent mmap() method, so the bus
backend can do whatever voodoo necessary to the aperture, IO space etc.
Mainly for shark, to get around the weird ARM bus_space.

(macallan)

2009-11-10 21:44:11 UTC MAIN commitmail json YAML

2009-11-10 21:41:31 UTC MAIN commitmail json YAML

add igs driver for Xorg

(macallan)

2009-11-10 21:39:45 UTC MAIN commitmail json YAML

2009-11-10 20:39:36 UTC MAIN commitmail json YAML

avoid doing extra work by just zeroing/printing real blocksize.

(christos)

2009-11-10 20:24:50 UTC MAIN commitmail json YAML

"cgd.c" doesn't use variable size stack allocations anymore.

(tron)

2009-11-10 20:24:31 UTC MAIN commitmail json YAML

add a missing c.

(christos)

2009-11-10 20:05:51 UTC MAIN commitmail json YAML

avoid variable array stack allocation by enforcing and allocating always the
maximum.

(christos)

2009-11-10 18:19:46 UTC MAIN commitmail json YAML

Correct usage for parentheses, and mark up "expression" in more places.

From Bug Hunting in PR 42286.

(wiz)

2009-11-10 17:37:15 UTC MAIN commitmail json YAML

Add a zero argument to pmap_kenter_pa() invocations.
According to cegger@ this is the right thing to do for the moment.

(he)

2009-11-10 17:02:36 UTC MAIN commitmail json YAML

2009-11-10 16:55:12 UTC MAIN commitmail json YAML

Code which uses pages fetched by the pager needs PGO_SYNCIO for
obvious reasons.

(pooka)

2009-11-10 16:49:53 UTC MAIN commitmail json YAML

Backout the last two revisions because the cause panic on LOCKDEBUG
kernels. Problem reported by David Young.

(tron)

2009-11-10 15:06:06 UTC MAIN commitmail json YAML

2009-11-10 14:47:53 UTC MAIN commitmail json YAML

2009-11-10 11:14:48 UTC MAIN commitmail json YAML

Fix build failure.
  acpi.h moves to external/intel-public/acpica/dist/include/.

(kiyohara)

2009-11-10 10:24:50 UTC MAIN commitmail json YAML

2009-11-10 10:18:07 UTC MAIN commitmail json YAML

Re-run mknative to pick up PKGVERSION and REPORT_BUGS_TEXI

(skrll)

2009-11-10 04:09:15 UTC MAIN commitmail json YAML

update for xf86-video-ati 6.12.4

(mrg)

2009-11-09 20:54:51 UTC MAIN commitmail json YAML

Another acknowledgement down (is@).

(snj)

2009-11-09 19:17:42 UTC MAIN commitmail json YAML

Hash out soft interrupts to be a little closer to real softints:
  * split them into levels
  * allow only one per level to be active at a time
  * fire softints only when we are unscheduling from a CPU instead
    of immediately in softint_schedule().  this will later morph
    into return from interrupt, but that part isn't done yet.

(pooka)

2009-11-09 19:16:18 UTC MAIN commitmail json YAML

Hash out soft interrupts to be a little closer to real softints:
  * split them into levels
  * allow only one per level to be active at a time
  * fire softints only when we are unscheduling from a CPU instead
    of immediately in softint_schedule().  this will later morph
    into return from interrupt, but that part isn't done yet.

(pooka)

2009-11-09 19:02:49 UTC MAIN commitmail json YAML

adjust comment for previous

(pooka)

2009-11-09 19:00:52 UTC MAIN commitmail json YAML

set LP_INTR for KTHREAD_INTR

(pooka)

2009-11-09 18:00:26 UTC MAIN commitmail json YAML

Add scheduling points around the iothread call to biodone()

(pooka)

2009-11-09 17:51:53 UTC matt-nb5-mips64 commitmail json YAML

2009-11-09 17:38:20 UTC matt-nb5-mips64 commitmail json YAML

2009-11-09 17:11:29 UTC MAIN commitmail json YAML

5.99.22: Added flags argument to pmap_kenter_pa(9).
Pointed out by tnn@

(cegger)

2009-11-09 15:58:10 UTC MAIN commitmail json YAML

IA64 doesn't have SSP.

(skrll)

2009-11-09 15:55:47 UTC MAIN commitmail json YAML

Obsolete compat libbfd*.a and libbfd.so, following native behaviour.

(njoly)

2009-11-09 15:49:35 UTC MAIN commitmail json YAML

2009-11-09 15:46:04 UTC MAIN commitmail json YAML

- Add external/gpl3/binutils/lib to the directory list.
- libbfd require NOLINKLIB.

(njoly)

2009-11-09 15:35:28 UTC MAIN commitmail json YAML

2009-11-09 14:35:38 UTC MAIN commitmail json YAML

- make this compile on sparc.
- shrink blanks to fit in 80 columns.

(nakayama)

2009-11-09 14:34:42 UTC MAIN commitmail json YAML

Make lib/csu compile. XXX somewhat bogus.

(skrll)

2009-11-09 14:22:31 UTC MAIN commitmail json YAML

redo: change _RUNTYPE_SW0 bit, mklocale(1) can't treat SWIDTH0 correctly.

(tnozaki)

2009-11-09 14:22:02 UTC MAIN commitmail json YAML

New binutils seems to want end of functions marked.

(skrll)

2009-11-09 14:20:49 UTC MAIN commitmail json YAML

2009-11-09 14:17:47 UTC MAIN commitmail json YAML

change _RUNTYPE_SW0 bit, mklocale(1) can't treat SWIDTH0 correctly.

(tnozaki)

2009-11-09 14:15:15 UTC MAIN commitmail json YAML

Make this compile.

(skrll)

2009-11-09 13:50:41 UTC MAIN commitmail json YAML

Collect the branding information.

(skrll)

2009-11-09 13:33:08 UTC MAIN commitmail json YAML

G/C unused sc_memh from dino_softc.

(skrll)

2009-11-09 13:21:34 UTC MAIN commitmail json YAML

2009-11-09 10:17:06 UTC matt-nb5-mips64 commitmail json YAML

2009-11-09 10:14:54 UTC matt-nb5-mips64 commitmail json YAML

this is a temporary place to park some trivial .S stuff until they can find a better home

(cliff)

2009-11-09 10:13:18 UTC matt-nb5-mips64 commitmail json YAML

in pcidevs:
- add vendor entry for RMI
- add product entry for RMI XLS integrated PCIe Interface
regenerate (make) pcidevs.h and pcidevs_data.h

(cliff)

2009-11-09 10:11:47 UTC matt-nb5-mips64 commitmail json YAML

- in msk_tick, only call mii_tick() if status has changed

(cliff)

2009-11-09 10:11:17 UTC matt-nb5-mips64 commitmail json YAML

- add entry for Marvell 88E1149 Gigabit PHY to miidevs
- regenerate (make) miidevs.h and miidevs_data.h

(cliff)

2009-11-09 10:09:19 UTC matt-nb5-mips64 commitmail json YAML

- add table entry for MII_STR_xxMARVELL_E1149
  no spec available, may need special handling?

(cliff)

2009-11-09 10:08:40 UTC matt-nb5-mips64 commitmail json YAML

- remove unused extents
- add pci stuff to struct rmixl_config
- add dma tags to struct rmixl_config
- link physaddr extent to struct rmixl_config
- >>>> rc_pci_io_ex and rc_pci_mem_ex can be removed, unused ???
- add prototypes for PCI funcs
- add prototypes for addr interrupt funcs
- add prototypes for addr sbccheck debug funcs
- prototype for rmixls_mfcr, rmixls_mtcr -- these are temporary until determine better home

(cliff)

2009-11-09 10:07:44 UTC matt-nb5-mips64 commitmail json YAML

- RMIXL_IOREG_READ, RMIXL_IOREG_WRITE provide general use ops for
  accessing on-chip DEV_IO regs w/ Big Endian byte order.
- add System Bridge Controller registers defines
- add Address Error registers defines
- add DRAM register defines
- add GPIO signal and system control register offsets
- add PCIE Interface controller register offsets
- fix typo for RMIXL_PIC_INTRACK
- add RMIXL_PIC_IRTENTRYC0_RESV

(cliff)

2009-11-09 10:05:50 UTC matt-nb5-mips64 commitmail json YAML

- convert to CFATTACH_DECL_NEW & related
- add bus_dma tags
- removed unused fields: sc_pci_dmat, rmixl_bus_mbst, rmixl_bus_mdt
- add PCI bus_space addrs and tags

(cliff)

2009-11-09 10:05:06 UTC matt-nb5-mips64 commitmail json YAML

- convert to CFATTACH_DECL_NEW & related
- add obio_dma_init_29() to allow DMA for addrs < 512MB
- obio_dma_init_32() and obio_dma_init_64() are TBD (#ifdef NOTYET)
- obio_bus_dmamap_sync() provides null DMA sync function, since
  DMA is cache coherent
- rmixl_addr_error_init() establishes ISR for address error interrupt

(cliff)

2009-11-09 10:03:28 UTC matt-nb5-mips64 commitmail json YAML

- convert to CFATTACH_DECL_NEW & related

(cliff)

2009-11-09 10:03:04 UTC matt-nb5-mips64 commitmail json YAML

- multiple changes; make interrupts work

(cliff)

2009-11-09 10:02:48 UTC matt-nb5-mips64 commitmail json YAML

- add some new RMIXLFW_MMAP_TYPE_* defines

(cliff)

2009-11-09 10:02:30 UTC matt-nb5-mips64 commitmail json YAML

- #if DDB call Debugger() before panic("trapsignal") for non-user trap

(cliff)

2009-11-09 10:01:14 UTC matt-nb5-mips64 commitmail json YAML

- in cacheException, pass L1D_CACHE_ERROR_LOG and L1D_CACHE_INTERRUPT,
  to the panic call
        >>> TBD make this runtime, not ifdef switched per PRID

(cliff)

2009-11-09 10:00:28 UTC matt-nb5-mips64 commitmail json YAML

- add syms for MIPS_XKPHYS_START, MIPS_XKPHYS_UNCACHED, MIPS_XKPHYS_CCA3,
  MIPS_XKPHYS_CCA4, MIPS_XKSEG_START.

(cliff)

2009-11-09 10:00:02 UTC matt-nb5-mips64 commitmail json YAML

arch/mips/mips/db_interface.c
- add MIPS64_SHOW32() and MIPS64_SHOW64()  macros
  to show MIPS64 specific cp0 regs
- add EIRR, EIMR, EBASE, CONFIG[0,1,7] to show regs
  >>> these switched by runtime vairable  is_rmi_xls
        is there a better variable to use ???
        cpu_arch == 64 ??
- add mach mtcr, mfcr MD ddb commande
  >>> these are not runtime switched based on cpu arch,
      they are just 'there'
      if you use them on the wrong CPU, it's your problem!

(cliff)

2009-11-09 09:59:27 UTC matt-nb5-mips64 commitmail json YAML

revamp read_[1,2,4,8] and write_[1,2,4,8] functions
- fix bug in read_8  when Little Endian, Access Size 1, Stride 0
- fix bug in write_1 when Little Endian, Access Size 4, Stride 0
- fix bug in read_8  when Little Endian, Access Size 4, Stride 0
- fix bug in read_2  when Big Endian, Access Size 1, Stride 0
- fix bug in read_4  when Big Endian, Access Size 1, Stride 0
- fix bug in read_8  when Big Endian, Access Size 1, Stride 0
- fix bug in write_1 when Big Endian, Access Size 4, Stride 0
- fix bug in write_2 when Big Endian, Access Size 4, Stride 0
- fix bug in read_8  when Big Endian, Access Size 4, Stride 0

(cliff)

2009-11-09 09:58:46 UTC matt-nb5-mips64 commitmail json YAML

- in _bus_dmamem_map() use uncached addressing when caller requests
  BUS_DMA_COHERENT, but cpu does not have CPU_MIPS_D_CACHE_COHERENT

(cliff)

2009-11-09 09:58:19 UTC matt-nb5-mips64 commitmail json YAML

- fix definition of VM_MAXUSER32_ADDRESS as per Matt

(cliff)

2009-11-09 09:57:27 UTC matt-nb5-mips64 commitmail json YAML

- fix some RMI XLR PRID typos (comments)

(cliff)

2009-11-09 09:56:06 UTC matt-nb5-mips64 commitmail json YAML

- configure MD PCI stuff:
  pci attches to rmixl_pcie attaches to obio
- configure file arch/mips/rmi/rmixls_subr.S
        THIS IS TEMPORARY and should not be needed
        once we have mtcp/mfcp, and a better place for the xkseg &etc addrs

(cliff)

2009-11-09 09:55:11 UTC matt-nb5-mips64 commitmail json YAML

- rmixl_physaddr_init() instantiates a fixed extent
  used to allocate physical address regions;
  allocate regions known to be occupied by DRAM or I/O BARs
- physmap_print() prints the physmap as provided by boot firmware
- add ram_seg_resv() to reserve regions in a phys_ram_seg_to
  by splitting segments where needed.
- in mem_clusters_init(),
        if possible use avail_mem_map,
        else use psb_physmem_map,
        otherwise use MEMSIZE.
        avail_mem_map and psb_physmem_map can be limited w/ MEMSIZE

(cliff)

2009-11-09 09:43:22 UTC matt-nb5-mips64 commitmail json YAML

- remove pci_machdep.c, pciide_machdep.c entries, those never existed here

(cliff)

2009-11-09 09:42:59 UTC matt-nb5-mips64 commitmail json YAML

- add options COMPAT_NETBSD32 to enable 32 bit binary exec support

(cliff)

2009-11-09 09:42:33 UTC matt-nb5-mips64 commitmail json YAML

- deconfigure DDB_COMMANDONENTER
- add config's for msk0 and wm0 kernels
- configure PCI
- configure msk0 and wm0 & PHYs
- deconfigure ksyms for now to keep kernel image size small

(cliff)

2009-11-09 07:43:21 UTC MAIN commitmail json YAML

2009-11-09 07:38:14 UTC MAIN commitmail json YAML

update for xorg-server 1.6.5

(mrg)

2009-11-09 07:24:27 UTC MAIN commitmail json YAML

2009-11-09 07:21:18 UTC MAIN commitmail json YAML

2009-11-09 07:12:59 UTC MAIN commitmail json YAML

2009-11-09 07:04:37 UTC MAIN commitmail json YAML

2009-11-09 07:01:03 UTC MAIN commitmail json YAML

add a note about adding compositing libs support

(mrg)

2009-11-09 06:56:54 UTC MAIN commitmail json YAML

2009-11-09 06:50:16 UTC MAIN commitmail json YAML

update for new libpciaccess

(mrg)

2009-11-09 06:32:25 UTC MAIN commitmail json YAML

2009-11-09 06:31:42 UTC MAIN commitmail json YAML

2009-11-09 06:23:50 UTC MAIN commitmail json YAML

merge libXxf86misc 1.0.2

(mrg)

2009-11-09 06:22:35 UTC MAIN commitmail json YAML

2009-11-09 06:22:32 UTC MAIN commitmail json YAML

2009-11-09 05:33:24 UTC MAIN commitmail json YAML

2009-11-09 05:32:25 UTC MAIN commitmail json YAML

2009-11-09 05:24:38 UTC MAIN commitmail json YAML

2009-11-09 05:24:05 UTC MAIN commitmail json YAML

2009-11-09 05:19:11 UTC MAIN commitmail json YAML

2009-11-09 05:08:29 UTC MAIN commitmail json YAML

2009-11-09 04:55:33 UTC MAIN commitmail json YAML

2009-11-09 04:48:54 UTC MAIN commitmail json YAML

2009-11-09 04:32:07 UTC MAIN commitmail json YAML

2009-11-09 04:31:03 UTC MAIN commitmail json YAML

The tlb shootdown IPI can interrupt the pool_cache_get() in places that
can cause a deadlock or pool cache corruption.  Take the shootdown job
queue mutex before calling pool_cache_get(), which will block the IPI
interrupts and seems to fix the remaining tlb shootdown deadlocks and
pool cache corruption I've been seeing.  Should address both
PR port-amiga/38335 and PR port-amiga/42174.

(mhitch)

2009-11-09 04:13:23 UTC MAIN commitmail json YAML

The tarfs image in cdhdinstall used to get padded out to an 18KB boundary
(the size of the read used to read it) with the alpha-specific image
creation.  This got lost when moved to using common routines, so that
burning the cdhdinstall image onto a CDROM resulted in a failure to read
the last block of the tarfs image.  Use the provided option to have the
image padded out to the full image size.  It's more than actually needed,
but extra isn't likely to cause any problems.

(mhitch)

2009-11-09 04:03:19 UTC MAIN commitmail json YAML

Loading the kernel at 0xfffffc0000300000 doesn't work on my ES40 when I've
got raid drives configured on the iop(4) adapter and the mlx(4) adapter.
Change the kernel text to 0xfffffc0000430000 (which is where Tru64 has its
kernel).

(mhitch)

2009-11-09 03:27:05 UTC MAIN commitmail json YAML

2009-11-09 03:24:10 UTC MAIN commitmail json YAML

2009-11-09 03:19:53 UTC MAIN commitmail json YAML

2009-11-09 03:19:50 UTC MAIN commitmail json YAML

2009-11-09 03:02:47 UTC MAIN commitmail json YAML

2009-11-09 02:58:54 UTC MAIN commitmail json YAML

2009-11-09 02:57:44 UTC MAIN commitmail json YAML

2009-11-09 02:57:18 UTC MAIN commitmail json YAML

2009-11-09 02:38:25 UTC MAIN commitmail json YAML

link in -ldrm_intel on i915 and i965 drivers.
build i915 driver with -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP.

should fix errors reported by jak@ and probably many others.

(mrg)

2009-11-09 02:22:39 UTC MAIN commitmail json YAML

add a note about tga and (future) xextproto upgrade

(mrg)

2009-11-09 01:55:32 UTC MAIN commitmail json YAML

2009-11-09 01:46:51 UTC MAIN commitmail json YAML

2009-11-09 01:44:01 UTC MAIN commitmail json YAML

2009-11-09 01:42:09 UTC MAIN commitmail json YAML

2009-11-09 01:38:02 UTC MAIN commitmail json YAML

2009-11-09 01:37:59 UTC MAIN commitmail json YAML

2009-11-09 01:37:55 UTC MAIN commitmail json YAML

2009-11-09 01:37:52 UTC MAIN commitmail json YAML

2009-11-09 01:37:47 UTC MAIN commitmail json YAML

2009-11-09 01:11:59 UTC MAIN commitmail json YAML

disable using sse2 for i386.  from drochner@ and veego@.

(mrg)

2009-11-09 01:11:28 UTC MAIN commitmail json YAML

turn on SSE2 for amd64.  from veego@.

(mrg)

2009-11-09 00:59:07 UTC MAIN commitmail json YAML

2009-11-09 00:57:26 UTC MAIN commitmail json YAML

2009-11-09 00:54:21 UTC MAIN commitmail json YAML

2009-11-09 00:52:03 UTC MAIN commitmail json YAML

2009-11-09 00:43:39 UTC MAIN commitmail json YAML

update for xclipboard 1.1.0

(mrg)

2009-11-09 00:41:42 UTC MAIN commitmail json YAML

note that libXau has new documentation we may want to install.

(mrg)

2009-11-09 00:41:26 UTC MAIN commitmail json YAML

update for xbitmaps 1.1.0.  black6/box6 have moved into here, so don't
install them from xmh any more.

(mrg)

2009-11-09 00:36:22 UTC MAIN commitmail json YAML

new xkbutils man pages

(mrg)

2009-11-09 00:36:12 UTC MAIN commitmail json YAML

2009-11-09 00:32:00 UTC MAIN commitmail json YAML

2009-11-09 00:30:27 UTC MAIN commitmail json YAML

2009-11-09 00:30:10 UTC MAIN commitmail json YAML

2009-11-09 00:23:49 UTC MAIN commitmail json YAML

merge xprop 1.1.0

(mrg)

2009-11-09 00:23:31 UTC MAIN commitmail json YAML

2009-11-09 00:22:54 UTC MAIN commitmail json YAML

merge xkbutils 1.0.2

(mrg)

2009-11-09 00:22:32 UTC MAIN commitmail json YAML

2009-11-09 00:22:06 UTC MAIN commitmail json YAML

merge xbitmap 1.1.0

(mrg)

2009-11-09 00:20:03 UTC MAIN commitmail json YAML

2009-11-09 00:20:01 UTC MAIN commitmail json YAML

2009-11-09 00:19:58 UTC MAIN commitmail json YAML

2009-11-09 00:19:56 UTC MAIN commitmail json YAML

2009-11-09 00:19:53 UTC MAIN commitmail json YAML

2009-11-09 00:10:47 UTC MAIN commitmail json YAML

handle XClock* moving into app-defaults subdir.

(mrg)

2009-11-08 23:53:19 UTC MAIN commitmail json YAML

again, we don't need yylineno

(christos)

2009-11-08 23:42:06 UTC MAIN commitmail json YAML

our flex does not need yylineno anymore, in fact it was initialized with
the wrong value.

(christos)

2009-11-08 23:24:16 UTC MAIN commitmail json YAML

2009-11-08 23:23:31 UTC MAIN commitmail json YAML

2009-11-08 23:22:25 UTC MAIN commitmail json YAML

2009-11-08 23:03:58 UTC netbsd-5 commitmail json YAML

Tickets 932, 1122, 1124-1126, 1129, and 1131.

(snj)

2009-11-08 22:55:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1131):
usr.bin/gzip/gzip.c: revision 1.97
update version to today.

(snj)

2009-11-08 22:54:25 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1131):
usr.bin/gzip/gzip.c: revision 1.96
avoid an overflow in suffix handling, from Xin LI <delphij@delphij.net>.

(snj)

2009-11-08 22:53:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1131):
usr.bin/gzip/unpack.c: revision 1.1
usr.bin/gzip/gzip.c: revision 1.95
add "pack" uncompression support, from Xin LI <delphij@delphij.net>

(snj)

2009-11-08 22:51:56 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1131):
usr.bin/gzip/unbzip2.c: revision 1.12
fix support for multi-section bzip2 files, as created by pbzip2.

(snj)

2009-11-08 22:49:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1129):
sys/kern/vfs_subr.c: revision 1.386
sys/ufs/ufs/ufs_ihash.c: revision 1.28
getcleanvnode(): don't vclean() the vnode if it has gained another
  reference while we were getting the v_interlock.
vget(): attempt prevent it from returning a clean vnode:
  if the vnode is being inactivated (by vrelel()), wait for
  vrelel() to complete (or return EBUSY if we can't wait), and return
  ENOENT if the vnode has been vclean'ed by vrelel()
Fix kern/41147 in a better way, hopefully fix other related race conditions.

(snj)

2009-11-08 22:41:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1126):
usr.sbin/postinstall/postinstall: revision 1.106
/usr/X11R7/lib/X11/xkb/symbols/pc used to be a directory, but changed
to a file on 2009-06-12.  Fixing this requires removing the directory
(which we can do) and re-extracting the xbase set (which we can't do),
or at least adding that one file (which we may be able to do if X11SRCDIR
is available).
Reviewed by mrg, snj

(snj)

2009-11-08 22:39:34 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1125):
include/link_elf.h: revision 1.8
typedef struct link_map as Link_map (for solaris-compat)

(snj)

2009-11-08 22:27:10 UTC MAIN commitmail json YAML

Update for new binutils location.

XXX Why is kmodule under binutils anyway?

(skrll)

2009-11-08 22:03:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #1124):
sys/dev/pci/if_age.c: revision 1.34
sys/dev/pci/if_ale.c: revision 1.9
Use m_pullup to handle defragmentation.
Reinject mbuf into TX queue when it couldn't be loaded.
diff for age(4) reviewed/discussed with plunky@ several weeks ago.

(snj)

2009-11-08 21:58:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #1124):
sys/dev/pci/if_age.c: revision 1.30
- Don't access VPD even if hardware advertised the capability.
  It seems that some revisions of the controllers hang while accessing
  the VPD. Because VPD access routine is now unused, nuke it.
- Let TWSI reload EEPROM if VPD capability is detected. Reloading
  the EEPROM will also set the Ethernet address, so age(4) now reads
  AGE_PAR0 and AGE_PAR1 register to get the Ethernet address. This removes
  removes a lot of hacks and enhance readability a lot.
- Double PHY reset timeout as it takes more time to take the PHY out of
  power-saving state.
- Explicitly check power-saving state by checking undocumented PHY
  registers. If link is not up, poke undocumented registers to take
  PHY out of power-saving state. This is the same thing done by the
  Linux driver.
- Don't rely on auto-clearing feature of master reset bit, just wait
  1ms and check idle status of MAC.
From FreeBSD via OpenBSD.

(snj)

2009-11-08 21:56:54 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #1124):
sys/dev/pci/if_agereg.h: revision 1.3
add TWSI registers. from OpenBSD.

(snj)

2009-11-08 21:55:46 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #1124):
sys/dev/pci/if_age.c: revision 1.29
support flow control. from OpenBSD.
tested by hans@

(snj)

2009-11-08 21:51:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1122):
dist/pppd/chat/chat.8: revision 1.6
Fix markup. Fix backslashes to surive roff.

(snj)

2009-11-08 21:50:47 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1122):
usr.sbin/acpitools/amldb/amldb.8: revision 1.4
Escape literal backslashes.

(snj)

2009-11-08 21:47:45 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #932):
sys/kern/uipc_usrreq.c: revision 1.127
In uipc_usrreq(PRU_ACCEPT), grab the unp_streamlock before unp_setpeerlocks().
This fixes a race where, for a short period of time, so->so_lock and
so2->so_lock are not sync. This makes solocked2() and solocked()
unreliable and cause DIAGNOSTIC kernel panics. This also fixes a possible
panic in unp_setaddr() which expects the socket locked.
Should fix kern/38968, fix proposed in
http://mail-index.netbsd.org/tech-kern/2009/08/17/msg005863.html

(snj)

2009-11-08 18:44:46 UTC MAIN commitmail json YAML

PR/42285: PR/41559: Daniel Hagerty: if_stf doesn't count output bytes

(christos)

2009-11-08 17:01:58 UTC MAIN commitmail json YAML

There's no longer a gnu/usr.sbin so don't try to descend into it.

(Hello, skrll)

(pgoyette)