Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | Notify userland via the routing socket when ARP resolution completes; | Mike Belopuhov | |
discussed with claudio@ at n2k14, ok mpi | |||
2014-03-18 | Initialize len, from netbsd | Raphael Graf | |
ok syl@, bmercer@, jasper@ | |||
2014-03-18 | Rename rt_gettable() into rtable_get(), swap its arguments to be | Martin Pieuchot | |
coherent with the existing rtable_* functions and document it. While here fix some other manpage glitches pointed out by jmc@. | |||
2014-03-18 | <sys/agpio.h> is gone | Martin Pieuchot | |
2014-03-18 | Do not rely on the fact that sys/vnode.h includes all the world | Martin Pieuchot | |
through uvm/uvm.h and add proper includes for function definitions. ok syl@ | |||
2014-03-18 | Add missing parts of the tiic driver. | Sylvestre Gallon | |
inspired by rapha@ ok rapha@, jasper@ | |||
2014-03-18 | Unbreak DDB_STRUCT after removal of agpio.h | Philip Guenther | |
2014-03-18 | When creating a unix socket, save the PID for pf's log(user), even when | Philip Guenther | |
not in the original thread. ok matthew@ | |||
2014-03-18 | In prep for killing ps_mainproc, use pr->ps_pid instead of | Philip Guenther | |
pr->ps_mainproc->p_pid to get the PID. ok matthew@ | |||
2014-03-17 | Use the ci_inatomic flag here as well to "disable" page faults and provide | Mark Kettenis | |
the same implementations of kmap_atomic() and kunmap_atomic() as we have in i915_gem.c. These will be unified later. | |||
2014-03-17 | The AGP ioctl interface is gone; remove the header file as well. | Mark Kettenis | |
ok matthieu@ | |||
2014-03-17 | Add upd(4) to the tree, disabled. Please do not enable it yet. | andre | |
At this moment upd(4) exposes data from usb-based uninterruptable power systems (or just USB Power Devices), sysctl(8) sensors (read snmpd(8) friendly), it is also an "in-base" alternative to other 3rdparty UPS-monitoring software, we have plans to bring more features. This is my first "something" into the tree. Lots of thanks: sthen@ and blambert@ are the ones to blame for the idea/challenge. mpi@ is the one whom pushed me to get it correct (from uhub -> uhidev). reyk@ mentored me on OpenBSD-way with previous iked/relayd experiences. ok mpi@, deraadt@ "get it in". | |||
2014-03-17 | regen | Jasper Lievisse Adriaanse | |
2014-03-17 | add vendor Red Hat and two devices | Jasper Lievisse Adriaanse | |
ok jsg@ | |||
2014-03-17 | Remove pre-rt_getifa() code to find the address descriptor (ifa) related | Martin Pieuchot | |
to a route entry, no need to do the work twice. This chunk should have been deleted when post-4.4BSD changes from BSD/OS 4.2 were merged more than 10 years ago. While here properly indent the following block. tested by chris@, ok krw@ | |||
2014-03-17 | fix memory leaks in error paths when setting up the gatt | Jonathan Gray | |
ok kettenis@ | |||
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther | |
native size, so eliminate the #defines. ok miod@ | |||
2014-03-16 | fix typo; unbreak build | Mark Kettenis | |
2014-03-16 | Remove unused prototypes. | Mark Kettenis | |
2014-03-16 | Move the logic to deal with devices with broken descriptors into its | Martin Pieuchot | |
own function and don't leave the driver half-configured if a children doesn't set the interrupt function. tested by jeremy@, ok andre@ | |||
2014-03-16 | Convert LED page defines to the common usage names patern, no | Martin Pieuchot | |
functionnal change. ok andre@ | |||
2014-03-16 | Patch up the firmware revision for the ISP1000 firmware since it doesn't | Mark Kettenis | |
return the proper version numbers. From isp(4). | |||
2014-03-16 | Don't use volume keys when in raw-mode (this doesn't work), and let | Martin Pieuchot | |
Xorg driver do the translation and handle them as regular keys. Fixes confusion caused by the volume being changed twice in contradictory ways: once by X programs and once by the ukbd(4) driver. ok ratchov@ | |||
2014-03-16 | Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. | Philip Guenther | |
2014-03-16 | Comment fixes: document the direct map and the kernel image, correct | Philip Guenther | |
the address of the alt L1 PTE, etc. Remove extern declaration of pdes, as it doesn't exist as a global. | |||
2014-03-16 | Remove warnings on unknown x86 models in the code that returns the FSB | Jonathan Gray | |
speed and remove the no-op cases added to avoid the warning. We shouldn't normally hit the warning anyway, the bus speed is only used on older i386 machines with piixpcib/ichpcib based speedstep or to create a fake high/low table with newer style speedstep when we can't get the table from ACPI. ok kettenis@ | |||
2014-03-16 | drm/i915: Do not clobber config status after a forced restore of hw state | Jonathan Gray | |
From Chris Wilson 790dddadff219165a4666def708c16e8db2c5a7d in ubuntu 3.8 edd5b13313551d6b04acfb90d3db58ed3cf3c814 in mainline linux | |||
2014-03-16 | Add Sitecom LN-032 from/tested by Fabian Raetz. | Jonathan Gray | |
While here add a few other AX88179 devices as well. | |||
2014-03-16 | regen | Jonathan Gray | |
2014-03-16 | Add Sitecom LN-032 from/tested by Fabian Raetz. | Jonathan Gray | |
While here add a few other AX88179 devices as well. | |||
2014-03-15 | Enable qlw(4) at sbus(4). | Mark Kettenis | |
2014-03-15 | add a __bounded() define as a shortcut for out bounds-checking attributes | Damien Miller | |
that turns itself off when not compiling with gcc add __warn_unused_result as a shortcut to the __warn_unused_result__ attribute ok martynas@ | |||
2014-03-15 | ISP1000 SBus support for qlw(4). | Mark Kettenis | |
2014-03-15 | More ISP1000 (SBus) bits. | Mark Kettenis | |
2014-03-15 | The ISP1000 firmware doesn't support the _A64 mailbox command variants. Since | Mark Kettenis | |
we don't actually need these as we always make sure our bus addresses fit into 32 bits, simply use the non-_A64 variants. | |||
2014-03-15 | Only issue SET_FIRMWARE_FEATURES command if we actually have any firmware | Mark Kettenis | |
features to set. Needed for upcoming ISP1000 SBus support. Might help with running on older firmwares on PCI variants as well. | |||
2014-03-15 | Fix pasto in error message. | Mark Kettenis | |
2014-03-15 | Starting the spring cleanup. | Martin Pieuchot | |
2014-03-15 | Remove debug leftover. | Martin Pieuchot | |
2014-03-15 | Unify the *hci_timeout() functions, there should be no functional change. | Martin Pieuchot | |
2014-03-15 | make the membars look more correct for any memory ordering mode. | David Gwynne | |
ok kettenis@ | |||
2014-03-15 | Enable qla(4) and qle(4) to match the corresponding RAMDISKs. | Miod Vallat | |
2014-03-15 | Add usage pages from usb HID Power Devices spec. | andre | |
ok mpi@ | |||
2014-03-14 | Remove the userland AGP interface. Now that we have KMS, it is no longer | Mark Kettenis | |
used by any of the remaining xenocara drivers. Except perhaps for the legacy i810 support in the xf86-video-intel driver. But i810 support has almost certainly been broken for more than a year now, and any remaining users are probably better off using the xf86-video-vesa driver ever since XAA support was removed from the X server. ok deraadt@, jsg@, mpi@ | |||
2014-03-14 | Revert previous; turns out to be necessary to build the 32-bit boot blocks | Miod Vallat | |
on sgi. | |||
2014-03-14 | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and | Martin Pieuchot | |
Peter J. Philipp. | |||
2014-03-14 | regen | Martin Pieuchot | |
2014-03-14 | Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz and | Martin Pieuchot | |
Peter J. Philipp. | |||
2014-03-14 | Have some style. | Paul Irofti | |
Okay mpi@ | |||
2014-03-14 | Add missing parens so 'if' statement controls both of the statements | Kenneth R Westerback | |
it was intended to control. No real-world change say mikeb@ and mpi@. ok mpi@ |