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 (55m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 23:33:56 UTC Now

2013-07-29 07:07:23 UTC netbsd-6-1 commitmail json YAML

2013-07-29 07:06:37 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #912):
usr.bin/netstat/main.c: revision 1.86
usr.bin/netstat/netstat.h: revision 1.47
usr.bin/netstat/inet.c: revision 1.102
usr.bin/netstat/inet.c: revision 1.103
usr.bin/netstat/inet6.c: revision 1.61
usr.bin/netstat/inet6.c: revision 1.62
Don't use -P as a kmem printer, verify that the address points to a pcb first!
Not all pointers are 64bit - use uintptr_t instead of uint64_t.

(msaitoh)

2013-07-29 06:47:57 UTC netbsd-6 commitmail json YAML

2013-07-29 06:13:32 UTC netbsd-6 commitmail json YAML

2013-07-29 06:11:02 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #912):
usr.bin/netstat/main.c: revision 1.86
usr.bin/netstat/netstat.h: revision 1.47
usr.bin/netstat/inet.c: revision 1.102
usr.bin/netstat/inet.c: revision 1.103
usr.bin/netstat/inet6.c: revision 1.61
usr.bin/netstat/inet6.c: revision 1.62
Don't use -P as a kmem printer, verify that the address points to a pcb first!
Not all pointers are 64bit - use uintptr_t instead of uint64_t.

(msaitoh)

2013-07-29 06:00:35 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #910):
sys/kern/subr_disk_mbr.c: revision 1.46
If the MBR is a protective MBR, don't bother looking at it.

(msaitoh)

2013-07-29 05:43:13 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #909):
sys/net/route.c: revision 1.127
PR/44032: Proxy entries stopped working with pppd. The issue here is that
the route entry was added, but the RTF_LLINFO bit was not set, making arp -a
not showing the entry, but netstat -rn -f inet showing it with the missing
L bit. The order of resolution in ifa_ifwithroute() is that if a destination
address is found, then the interface chosen for the route is that of the
destination. This does not work for link-level addresses since the ppp
interface does not arp (uses link_rtrequest, not arp_rtrequest), so the
bit is never set. The easy solution here is to check that the gateway is
a link address, and use the interface which we chose for the link address
as opposed to the interface that routes to the destination. This restores
the previous behavior, but is it correct?

(msaitoh)

2013-07-29 05:35:41 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #908):
usr.sbin/pppd/pppd/sys-bsd.c: revision 1.68
Add a set_queue_size to avoid more code duplication, and set the queue size
of all tty fd's, not just the ones that we create (the ones that we get
passed in too). Fixes my iPhone -> xl2tpd -> pppd VPN from corrupting packets
with MTU > ~650.

(msaitoh)

2013-07-29 02:22:18 UTC netbsd-5-1 commitmail json YAML

2013-07-29 02:21:30 UTC netbsd-5-2 commitmail json YAML

2013-07-29 02:20:08 UTC netbsd-5 commitmail json YAML

2013-07-29 02:18:28 UTC netbsd-6-0 commitmail json YAML

2013-07-29 02:17:32 UTC netbsd-6-1 commitmail json YAML

2013-07-29 02:16:15 UTC netbsd-6 commitmail json YAML

2013-07-29 02:12:58 UTC netbsd-5-1 commitmail json YAML

2013-07-29 02:12:24 UTC netbsd-5-2 commitmail json YAML

2013-07-29 02:11:43 UTC netbsd-5 commitmail json YAML

2013-07-29 02:07:37 UTC netbsd-6-0 commitmail json YAML

2013-07-29 02:06:44 UTC netbsd-6-1 commitmail json YAML

2013-07-29 02:05:57 UTC netbsd-6 commitmail json YAML

2013-07-28 21:24:12 UTC MAIN commitmail json YAML

Add readlink(2) specific errors.

(njoly)

2013-07-28 20:25:35 UTC MAIN commitmail json YAML

More libbind9 set listupdates, for mips64

(pgoyette)

2013-07-28 18:40:40 UTC MAIN commitmail json YAML

Add linkat(2) specific errors.

(njoly)

2013-07-28 15:46:34 UTC MAIN commitmail json YAML

Add fstatat(2) specific errors.

(njoly)

2013-07-28 14:38:25 UTC MAIN commitmail json YAML

Add mkdirat(2) specific errors.

(njoly)

2013-07-28 14:13:29 UTC MAIN commitmail json YAML

Re-check the entropy level after we call RAND_poll(), so that we do
not continuously suck data out of /dev/urandom if we receive a stream
of requests larger than the initial-entropy threshold (hi Roland!).

(tls)

2013-07-28 14:02:56 UTC MAIN commitmail json YAML

2013-07-28 13:53:04 UTC MAIN commitmail json YAML

Add unlinkat(2) specific errors.

(njoly)

2013-07-28 13:37:57 UTC MAIN commitmail json YAML

Update for new files (hello, Patrick!)

(pgoyette)

2013-07-28 12:16:40 UTC MAIN commitmail json YAML

2013-07-28 11:46:24 UTC MAIN commitmail json YAML

2013-07-28 10:24:59 UTC MAIN commitmail json YAML

Add renameat(2) specific errors.

(njoly)

2013-07-28 09:27:07 UTC MAIN commitmail json YAML

Fix punctuation formatting and sort errors.

(wiz)

2013-07-28 09:07:55 UTC MAIN commitmail json YAML

Adjust EFAULT error description to use arguments name from synopsis.

(njoly)

2013-07-28 09:03:43 UTC MAIN commitmail json YAML

Check that rename(2) with NULL arguments fail with EFAULT.

(njoly)

2013-07-28 08:50:09 UTC MAIN commitmail json YAML

Two changes for the i386 boot loader related to the boot menu which
can be defined in boot.cfg:

* Add a "menu" command which re-displays the menu and initiates
  the timed countdown
* Use any default command defined in boot.cfg as default args
  if the user runs "boot" with no arguments

This is useful in circumstances where you e.g. need to interrupt
the normal boot process to switch to serial console, and where
simply "boot netbsd" is no longer sufficient (e.g. as with install
media which needs the miniroot kernel module loaded).

(he)

2013-07-28 06:12:45 UTC MAIN commitmail json YAML

Call iic_exec() with I2C_F_POLL.  Don't sleep in probe/attach time.

(kiyohara)

2013-07-28 04:49:03 UTC MAIN commitmail json YAML

Remove more unused variables to unbreak the build.

(pgoyette)

2013-07-28 04:24:44 UTC MAIN commitmail json YAML

Remove unused variable to fix the build.

(pgoyette)

2013-07-28 01:27:02 UTC MAIN commitmail json YAML

Merge the extattr VOPs from ffs.
As these do nothing besides dispatch to ulfs_extattr.c it wasn't
exactly hard.

This might just make extended attributes work on lfs...

(dholland)

2013-07-28 01:26:13 UTC MAIN commitmail json YAML

Merge in some of the stuff for supporting the extended attributes code.

(dholland)

2013-07-28 01:25:06 UTC MAIN commitmail json YAML

2013-07-28 01:22:55 UTC MAIN commitmail json YAML

Bring in a copy of ffs_quota2_mount() for reference.
Add stuff to struct lfs that it needs to initialize.
Clear these fields in mount as there's no on-disk support for quota2;
but this increases the chances of being able to add it (or something
like it) in the future.

(dholland)

2013-07-28 01:10:49 UTC MAIN commitmail json YAML

2013-07-28 01:05:52 UTC MAIN commitmail json YAML

Add lfs_kernel.h for declarations that don't need to be exposed to userland.

lfs currently has the following headers:
  lfs.h - on-disk structures and stuff needed for userlevel tools
  lfs_inode.h - additional restricted materials for userlevel tools
                that operate the fs (newfs_lfs, fsck_lfs, lfs_cleanerd)
  lfs_kernel.h - stuff needed only in the kernel

and the following legacy headers that are expected to be mopped up and
folded into one of the above:
  lfs_extern.h - function prototypes
  ulfs_bswap.h - endian-independent support
  ulfs_dinode.h - now contains very little
  ulfs_dirhash.h - dirhash support
  ulfs_extattr.h - extattr support
  ulfs_extern.h - more function prototypes
  ulfs_inode.h - assorted kernel-only declarations
  ulfs_quota.h - quota support
  ulfs_quota1.h - more quota support
  ulfs_quota2.h - more quota support
  ulfs_quotacommon.h - more quota support
  ulfsmount.h - legacy copy of ufsmount material

(dholland)

2013-07-28 00:37:07 UTC MAIN commitmail json YAML

2013-07-28 00:31:54 UTC MAIN commitmail json YAML

Remove ulfsspec_close and ulfsfifo_close as they're not used.

(dholland)

2013-07-28 00:29:18 UTC MAIN commitmail json YAML

2013-07-28 00:28:33 UTC MAIN commitmail json YAML

Improve comments in struct ulfsmount.
Also rearrange it to group related items together.

(dholland)

2013-07-28 00:28:05 UTC MAIN commitmail json YAML

Prune unused stuff from struct ulfsmount.

(dholland)

2013-07-27 19:25:23 UTC MAIN commitmail json YAML

2013-07-27 19:23:14 UTC MAIN commitmail json YAML

2013-07-27 19:22:10 UTC MAIN commitmail json YAML

2013-07-27 18:16:26 UTC MAIN commitmail json YAML

- conditionalize on mkcrypto
- add libraries

(christos)

2013-07-27 17:37:29 UTC MAIN commitmail json YAML

Extend #undef _FORTIFY_SOURCE to both files to avoid compiler
warning for -O0 and fortify combination.

from Alessio Sergi via github

(pooka)

2013-07-27 17:10:28 UTC MAIN commitmail json YAML

Fix typo that kept SD card on BeagleBone from being configured. From
Dennis Ferguson.

(jklos)

2013-07-27 14:39:24 UTC MAIN commitmail json YAML

Disable ip forwarding at penultimate hop
Raise the ping wait time a little bit in order for changes to propagate
over ldp

(kefren)

2013-07-27 14:36:39 UTC MAIN commitmail json YAML

don't expect failure anymore

(kefren)

2013-07-27 14:35:41 UTC MAIN commitmail json YAML

check route messages sizes more carefully
cache pid
treat every message at a time, even if there are more messages to read
interpret also cloning routes

The latter two should fix the ldp_regen test

(kefren)

2013-07-27 13:07:06 UTC MAIN commitmail json YAML

In .fini invoke destructors (fix copy & pasto)

(martin)

2013-07-27 11:19:10 UTC MAIN commitmail json YAML

Fix KASSERT to avoid assumptions about ipl order.

XXX Temporary measure?

(skrll)

2013-07-27 11:13:57 UTC MAIN commitmail json YAML

Switch hppa to USE_COMPILERCRTSTUFF=no

(skrll)

2013-07-27 07:02:03 UTC MAIN commitmail json YAML

Add COM_16750 to opt_com.h.

(kiyohara)

2013-07-27 06:54:35 UTC MAIN commitmail json YAML

As for the console of ns16750, comintr() may be called before comopen().
If sc_lcr is not initialized at this time, console will be in an ugly state.

(kiyohara)

2013-07-27 06:43:56 UTC MAIN commitmail json YAML

Remove white-spaces, null-line and new-line.

(kiyohara)

2013-07-26 20:37:00 UTC MAIN commitmail json YAML

Remove unnecessary include, to reduce diffs to upstream.

(wiz)

2013-07-26 19:49:19 UTC MAIN commitmail json YAML

Use jbsr and add END(__start)

(matt)

2013-07-26 18:47:23 UTC MAIN commitmail json YAML

Simplify to new ___start() signature.
Seems to fix PR port-m68k/48076.

(martin)

2013-07-26 16:09:49 UTC MAIN commitmail json YAML

New testcase which checks that rump copyin/copyout/copyinstr/copyoutstr
version return EFAULT for special NULL "user" address.
ok pooka@.

(njoly)

2013-07-26 16:07:51 UTC MAIN commitmail json YAML

Make copyinstr/copyoutstr return EFAULT for special NULL "user"
address.
Ok pooka@.

(njoly)

2013-07-26 13:37:37 UTC MAIN commitmail json YAML

Remove xorg-server-1.9 support (not needed any longer)
to reduce diffs to upstream.

(wiz)

2013-07-26 05:46:19 UTC MAIN commitmail json YAML

2013-07-25 22:08:15 UTC MAIN commitmail json YAML

2013-07-25 21:29:00 UTC MAIN commitmail json YAML

Remove superfluous Pp.

(wiz)

2013-07-25 17:37:30 UTC MAIN commitmail json YAML

"support" PictOpOver with 32bit source and 32bit mask
this needs more work but at least it makes things like gkrellm readable

(macallan)

2013-07-25 16:34:29 UTC MAIN commitmail json YAML

Add some new bit definitions of Structured Extended Feature Flags Enumeration
Leat from the document (Intel 64 and IA-32 Architectures Software Developer's
Manual).

(msaitoh)

2013-07-25 16:31:33 UTC MAIN commitmail json YAML

Fix the bit positions in CPUID_SEF_FLAGS macro. On snprintb(), position 1
means LSB(bit0). The bit position from HLE to SMAP was 1 bit right shifted.
The bit position of BMI1 was completely wrong.

(msaitoh)

2013-07-25 15:09:27 UTC MAIN commitmail json YAML

fix width vs height typo
from imre at vdsz.com

(macallan)

2013-07-25 14:28:29 UTC MAIN commitmail json YAML

2013-07-25 14:10:30 UTC MAIN commitmail json YAML

edid.9: fixes for example code

- 'struct edid_info' in edidvar.h uses 'struct videomode' so
videomode.h needs to be included too.
- edid_print takes a pointer to 'struct edid_info' so add the & operator.

OK by wiz@

(tcort)

2013-07-25 12:25:23 UTC MAIN commitmail json YAML

fferentiate zegrep and zfgrep by their basename only, so they can be
invoked with a pathname (ie, /usr/bin/z{e,f}grep).

OK wiz@

(pgoyette)

2013-07-25 08:40:30 UTC MAIN commitmail json YAML

* don't request explicitly for uid 0 as various system policies may make that
  unnecessary
* correct the mplsif message. We don't need an IP address assigned on it
  anymore

(kefren)

2013-07-25 04:32:37 UTC MAIN commitmail json YAML

Clear struct stat correctly. Fixes PR#46373.

(msaitoh)

2013-07-25 04:21:47 UTC MAIN commitmail json YAML

Clear memory as intended. Fixes PR#46372.

(msaitoh)

2013-07-24 15:38:07 UTC MAIN commitmail json YAML

2013-07-24 15:31:04 UTC MAIN commitmail json YAML

report about route tag in sysctl route walker

(kefren)

2013-07-24 14:03:22 UTC MAIN commitmail json YAML

adjust for make(1) printing the nesting level.

(christos)

2013-07-24 11:54:04 UTC MAIN commitmail json YAML

2013-07-24 11:45:48 UTC MAIN commitmail json YAML

There wasn't a codegen bug - the test program itself was buggy.

Nothing to see hear... move along.

(skrll)

2013-07-24 11:44:10 UTC MAIN commitmail json YAML

2013-07-24 11:42:51 UTC MAIN commitmail json YAML

2013-07-24 09:05:53 UTC MAIN commitmail json YAML

* use a flag in label struct in order to determine if we should treat the
  associated routes using RTF_HOST
* clean the mess in flush_mpls_routes that could result in accessing
  uninitialized memory

(kefren)

2013-07-24 07:00:16 UTC MAIN commitmail json YAML

Only use .%R inside Rs/Re. Improve spacing.

(wiz)

2013-07-24 06:57:09 UTC MAIN commitmail json YAML

2013-07-24 06:31:09 UTC MAIN commitmail json YAML

EXP -> TC
document RFC4182 sysctl flag
document a little bit more the IMPLNULL operation

(kefren)

2013-07-24 06:28:10 UTC MAIN commitmail json YAML

Add -tag description as suggested in PR/45071

(kefren)

2013-07-24 04:41:49 UTC MAIN commitmail json YAML

2013-07-24 04:05:34 UTC riastradh-drm2 commitmail json YAML

2013-07-24 04:05:18 UTC riastradh-drm2 commitmail json YAML

Don't cancel rps.work or hotplug_work in i915_driver_unload.

These are cancelled in intel_modeset_cleanup.

(riastradh)

2013-07-24 04:05:00 UTC riastradh-drm2 commitmail json YAML

Call drm_vblank_cleanup in drm_detach.

(riastradh)

2013-07-24 04:04:45 UTC riastradh-drm2 commitmail json YAML

Initialize mm.retire_work in i915_gem_load stub.

(riastradh)

2013-07-24 04:04:30 UTC riastradh-drm2 commitmail json YAML

Use mdelay for msleep of less than one tick.

(riastradh)

2013-07-24 04:04:16 UTC riastradh-drm2 commitmail json YAML

2013-07-24 04:04:01 UTC riastradh-drm2 commitmail json YAML

Ifdef out gtt unmapping for now in i915_driver_unload.

(riastradh)

2013-07-24 04:03:45 UTC riastradh-drm2 commitmail json YAML

2013-07-24 04:03:32 UTC riastradh-drm2 commitmail json YAML

Clean up the waitqueue and locks in drm_vblank_cleanup.

(riastradh)

2013-07-24 04:03:15 UTC riastradh-drm2 commitmail json YAML

Destroy mode config locks in drm_mode_config_cleanup.

(riastradh)

2013-07-24 04:02:58 UTC riastradh-drm2 commitmail json YAML

Rework error branches of idr_get_new_above.

Return ENOSPC if we're about to overflow int.

(riastradh)

2013-07-24 04:02:43 UTC riastradh-drm2 commitmail json YAML

Actually return the new id in idr_get_new_above.

(riastradh)

2013-07-24 04:02:28 UTC riastradh-drm2 commitmail json YAML

Don't redundantly cancel mm.retire_work or error_work.

(riastradh)

2013-07-24 04:02:12 UTC riastradh-drm2 commitmail json YAML

2013-07-24 04:01:51 UTC riastradh-drm2 commitmail json YAML

2013-07-24 04:01:37 UTC riastradh-drm2 commitmail json YAML

Initialize dev->dev, dev->primary, and dev->control in drm_attach.

(riastradh)

2013-07-24 04:01:23 UTC riastradh-drm2 commitmail json YAML

Convert i915_irq.c to use DRM_IRQ_ARGS in irq handlers.

(riastradh)

2013-07-24 04:01:05 UTC riastradh-drm2 commitmail json YAML

Add assert_spin_locked to <linux/spinlock.h>.

(riastradh)

2013-07-24 04:00:51 UTC riastradh-drm2 commitmail json YAML

Stub out intel_gtt initialization until we' ready for gem stuff.

(riastradh)

2013-07-24 04:00:35 UTC riastradh-drm2 commitmail json YAML

Stub out the content, not definition, of intel_console_resume.

(riastradh)

2013-07-24 04:00:19 UTC riastradh-drm2 commitmail json YAML

2013-07-24 04:00:02 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:59:48 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:59:34 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:59:19 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:59:06 UTC riastradh-drm2 commitmail json YAML

Use a non-NULL value for bogus <linux/workqueue.h> stubs.

(riastradh)

2013-07-24 03:58:51 UTC riastradh-drm2 commitmail json YAML

Initialize PCI memory maps and bus space/dma tags in drm_pci_attach.

(riastradh)

2013-07-24 03:58:36 UTC riastradh-drm2 commitmail json YAML

Let drm_fill_in_dev initialize dev->driver after all.

(riastradh)

2013-07-24 03:58:19 UTC riastradh-drm2 commitmail json YAML

Little stab at making drm_attach fail more gracefully.

(riastradh)

2013-07-24 03:58:04 UTC riastradh-drm2 commitmail json YAML

Mega-kludge: reverse sense of PAGE_MASK in <linux/mm.h>.

(riastradh)

2013-07-24 03:57:49 UTC riastradh-drm2 commitmail json YAML

Offset mmio_bar by PCI_MAPREG_START in i915_dma_attach.

(riastradh)

2013-07-24 03:57:33 UTC riastradh-drm2 commitmail json YAML

Set num_ioctls and enable DRIVER_MODESET in i915 module init.

(riastradh)

2013-07-24 03:57:19 UTC riastradh-drm2 commitmail json YAML

Call drm_pci_init/exit on i915drm2 module load/unload.

(riastradh)

2013-07-24 03:57:04 UTC riastradh-drm2 commitmail json YAML

Move driver->bus setting to drm_pci_init.

(riastradh)

2013-07-24 03:56:49 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:56:33 UTC riastradh-drm2 commitmail json YAML

Call dev->driver->load in drm_attach.

(riastradh)

2013-07-24 03:56:18 UTC riastradh-drm2 commitmail json YAML

Pass drm_config_found arguments via explicit struct drm_attach_args.

(riastradh)

2013-07-24 03:56:03 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:55:48 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:55:32 UTC riastradh-drm2 commitmail json YAML

Destroy mm->unused_lock in drm_mm_takedown.

(riastradh)

2013-07-24 03:55:17 UTC riastradh-drm2 commitmail json YAML

Manage an opencount for each drm device to block drm_detach.

(riastradh)

2013-07-24 03:55:00 UTC riastradh-drm2 commitmail json YAML

Initialize sc->sc_drm_dev in drm_attach.

(riastradh)

2013-07-24 03:54:43 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:54:28 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:54:14 UTC riastradh-drm2 commitmail json YAML

Make drm_pci_agp_init succeed for now.

(riastradh)

2013-07-24 03:54:01 UTC riastradh-drm2 commitmail json YAML

Initialize sc->sc_drm_dev->driver = i915_drm_driver in i915drm_attach.

(riastradh)

2013-07-24 03:53:47 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:53:31 UTC riastradh-drm2 commitmail json YAML

Initialize dev->driver->bus in drm_pci_attach.

(riastradh)

2013-07-24 03:53:14 UTC riastradh-drm2 commitmail json YAML

Provisional NO_DRM config for testing with a module.

Too much trouble to keep this as an uncommitted change...

(riastradh)

2013-07-24 03:52:52 UTC riastradh-drm2 commitmail json YAML

Stub out ironlake_teardown_rc6 in intel_pm.c too.

(riastradh)

2013-07-24 03:52:37 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:52:13 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:51:19 UTC riastradh-drm2 commitmail json YAML

Provisionally ifdef out some kobject_uevent stuff in i915_irq.c.

(riastradh)

2013-07-24 03:51:04 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:50:46 UTC riastradh-drm2 commitmail json YAML

Add pr_err as an alias for printf to drm2 <linux/printk.h>.

(riastradh)

2013-07-24 03:50:30 UTC riastradh-drm2 commitmail json YAML

spin_(un)lock_irq in drm2 <linux/spinlock.h>.

(riastradh)

2013-07-24 03:50:16 UTC riastradh-drm2 commitmail json YAML

Bogus definition of round_jiffies_up in drm2 <linux/timer.h>.

(riastradh)

2013-07-24 03:49:57 UTC riastradh-drm2 commitmail json YAML

drm2 module is still called `drm' for now, so fix i915drm2 depends.

(riastradh)

2013-07-24 03:49:42 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:49:20 UTC riastradh-drm2 commitmail json YAML

Add stub <drm/intel-gtt.h>, forgotten a while ago.

(riastradh)

2013-07-24 03:48:59 UTC riastradh-drm2 commitmail json YAML

Kludgerously define __user to be empty in Linux uapi <drm.h>.

(riastradh)

2013-07-24 03:48:42 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:48:26 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:48:11 UTC riastradh-drm2 commitmail json YAML

Use a static const, not `= {0}', to zero-initialize in intel_sdvo.c.

(riastradh)

2013-07-24 03:47:55 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:47:40 UTC riastradh-drm2 commitmail json YAML

intel_sdvo.c needs <linux/bitops.h> and <linux/module.h>.

(riastradh)

2013-07-24 03:47:24 UTC riastradh-drm2 commitmail json YAML

Provisionally add kludgerific ioread32 to intel_panel.c.

(riastradh)

2013-07-24 03:47:07 UTC riastradh-drm2 commitmail json YAML

Kludge around max as a local variable in intel_panel.c.

(riastradh)

2013-07-24 03:46:52 UTC riastradh-drm2 commitmail json YAML

intel_panel.c needs <linux/module.h> and <linux/printk.h>.

(riastradh)

2013-07-24 03:46:37 UTC riastradh-drm2 commitmail json YAML

Implement drm_getsarea in drm_drv.c.

(riastradh)

2013-07-24 03:46:22 UTC riastradh-drm2 commitmail json YAML

Implement non-`atomic' kmap/kunmap in drm2 Linux shims.

Uses uvm_km_alloc and pmap_kenter_pa.  Does not use direct mappings
on architectures that support this (e.g., amd64).

(riastradh)

2013-07-24 03:46:07 UTC riastradh-drm2 commitmail json YAML

Add pr_warn_once as a bogus alias for printf in <linux/printk.h>.

(riastradh)

2013-07-24 03:45:53 UTC riastradh-drm2 commitmail json YAML

Add bogus struct device dev member to <linux/pci.h> struct pci_dev.

(riastradh)

2013-07-24 03:45:38 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:45:24 UTC riastradh-drm2 commitmail json YAML

Implement bogus max_t in <linux/kernel.h>.

(riastradh)

2013-07-24 03:45:09 UTC riastradh-drm2 commitmail json YAML

Add ENOTSUPP as an alias for ENOTSUP (XXX huh?) in <linux/err.h>.

(riastradh)

2013-07-24 03:44:54 UTC riastradh-drm2 commitmail json YAML

Make udelay a static inline in <linux/delay.h>.

(riastradh)

2013-07-24 03:44:39 UTC riastradh-drm2 commitmail json YAML

Implement hweight16 in <linux/bitops.h>.

(riastradh)

2013-07-24 03:44:24 UTC riastradh-drm2 commitmail json YAML

Define acpi_os_iounmap as AcpiOsUnmapMemory in <linux/acpi_io.h>.

(riastradh)

2013-07-24 03:44:10 UTC riastradh-drm2 commitmail json YAML

Define memcpy_*io as memcpy in drm2 Linux <asm/io.h>.

These work only for memory-mapped I/O anyway.

(riastradh)

2013-07-24 03:43:55 UTC riastradh-drm2 commitmail json YAML

Implement BUILD_BUG_ON via CTASSERT in drm2 Linux <asm/bug.h>.

(riastradh)

2013-07-24 03:43:41 UTC riastradh-drm2 commitmail json YAML

Shim acpi_lid_notifier implementation in drm2 Linux <acpi/button.h>.

(riastradh)

2013-07-24 03:43:26 UTC riastradh-drm2 commitmail json YAML

Unhook intel_pm.c and intel_ringbuffer.c for now.

(riastradh)

2013-07-24 03:43:10 UTC riastradh-drm2 commitmail json YAML

Fix typo in intel_ringbuffer: drm_iounmap takes dev_priv->dev, not dev.

(riastradh)

2013-07-24 03:42:54 UTC riastradh-drm2 commitmail json YAML

Unhook intel_fb.c from the build until rewritten for wscons.

(riastradh)

2013-07-24 03:42:37 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:42:21 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:42:05 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:41:49 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:41:32 UTC riastradh-drm2 commitmail json YAML

Provisionally ifdef out dmi hacks in intel_lvds.c.

(riastradh)

2013-07-24 03:41:17 UTC riastradh-drm2 commitmail json YAML

intel_lvds.c needs <linux/err.h> and <linux/notifier.h>.

(riastradh)

2013-07-24 03:41:01 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:40:46 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:40:29 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:40:10 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:39:52 UTC riastradh-drm2 commitmail json YAML

Add bogus x86-specific mmiowb to Linux <asm/io.h>.

(riastradh)

2013-07-24 03:39:38 UTC riastradh-drm2 commitmail json YAML

intel_dp.c needs <linux/err.h>, <linux/module.h>, and <linux/printk.h>.

(riastradh)

2013-07-24 03:39:23 UTC riastradh-drm2 commitmail json YAML

NetBSDify (bus_spaceify) i915_disable_vga.  (XXX Move elsewhere?)

(riastradh)

2013-07-24 03:39:06 UTC riastradh-drm2 commitmail json YAML

2013-07-24 03:38:48 UTC riastradh-drm2 commitmail json YAML

Avoid {0} struct initializer in intel_dp_init_connector.

(riastradh)

2013-07-24 03:38:33 UTC riastradh-drm2 commitmail json YAML

Avoid {0} struct initializer in ironlake_set_m_n in intel_display.c.

(riastradh)

2013-07-24 03:38:08 UTC riastradh-drm2 commitmail json YAML

Ifdef out Linux framebuffer stuff in i915 intel_display.c.

(riastradh)

2013-07-24 03:37:47 UTC riastradh-drm2 commitmail json YAML

i915 intel_display.c needs <linux/err.h> and Linux <asm/bug.h>.

(riastradh)