git: kernel: unbreak buildkernel

2018-09-03 Thread Markus Pfeiffer
commit 092e17487a58e08c5a369e2bb838ed732bc7a2b3 Author: Markus Pfeiffer Date: Mon Sep 3 23:29:36 2018 + kernel: unbreak buildkernel Summary of changes: sys/kern/vfs_vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff

git: kernel/netgraph7: Fix panic

2018-02-24 Thread Markus Pfeiffer
commit 8f27f4e5dca630fe1fa02b6ee147e1af1074b30f Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Feb 24 14:11:06 2018 + kernel/netgraph7: Fix panic We just unset the M_HASH flag for the mbuf before queueing the message to the netisr, making sure the h

git: kernel/u4b: Use CDCE_LOCK/CDCE_UNLOCK macros

2018-02-22 Thread Markus Pfeiffer
commit a54f9b57a098c94e973198af3c19b6b0672c Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Wed Feb 21 23:57:23 2018 + kernel/u4b: Use CDCE_LOCK/CDCE_UNLOCK macros Summary of changes: sys/bus/u4b/net/if_cdce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del

git: kernel: port if_cdce

2018-02-22 Thread Markus Pfeiffer
commit 0e23f1df67bc88a3e0766ae418d445b227340023 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Mon Feb 19 20:59:02 2018 + kernel: port if_cdce While here also update it to FreeBSD's Summary of changes: sys/bus/u4b/net/Makefile | 4 +- sys/b

git: Revert "terminfo: Add xterm-termite to Makefile.entries"

2018-01-22 Thread Markus Pfeiffer
commit 75cde5bed6527d92fefbb9ab946f731d9835abd0 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Mon Jan 22 20:27:13 2018 + Revert "terminfo: Add xterm-termite to Makefile.entries" This reverts commit 5f4713d27c03fbf254d1d7e9939f9864261337b6. Su

git: terminfo: Add xterm-termite to Makefile.entries

2018-01-20 Thread Markus Pfeiffer
commit 5f4713d27c03fbf254d1d7e9939f9864261337b6 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jan 20 13:59:53 2018 + terminfo: Add xterm-termite to Makefile.entries Summary of changes: share/terminfo/Makefile.entries | 1 + 1 file changed, 1 insertion(+)

git: termcap: Add xterm-termite

2018-01-20 Thread Markus Pfeiffer
commit 37730c45b3a240078b53bc4dfe93e8cbf1270484 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jan 20 11:58:18 2018 + termcap: Add xterm-termite Summary of changes: share/termcap/termcap.src | 21 + 1 file changed, 21 insertions(+)

git: DragonFly_RELEASE_5_0 kernel: Rename struct tmpfs_args to tmpfs_mount_info

2017-10-30 Thread Markus Pfeiffer
commit 5142b82f8a61bf2aa71ae8ab0d4aa8d3f077986a Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sun Oct 29 22:47:18 2017 + kernel: Rename struct tmpfs_args to tmpfs_mount_info This makes the names of vfs argument structures slightly more uniform.

git: DragonFly_RELEASE_5_0 Install vfs/tmpfs headers

2017-10-30 Thread Markus Pfeiffer
commit a0b28137413d5093765cf327b84871fe33ea93b9 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sun Oct 29 15:46:59 2017 + Install vfs/tmpfs headers Summary of changes: etc/mtree/BSD.include.dist | 2 ++ include/Makefile | 2 +- 2 files changed, 3 inse

git: DragonFly_RELEASE_5_0 kernel: Rename tmpfs_args.h to tmpfs_mount.h

2017-10-30 Thread Markus Pfeiffer
commit bda27f191d9203c18cbc235d436d50a5684f3c10 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sun Oct 29 21:36:47 2017 + kernel: Rename tmpfs_args.h to tmpfs_mount.h This is slightly more consistent with the other VFS. Summary of changes: sbin/mount

git: kernel: Rename tmpfs_args.h to tmpfs_mount.h

2017-10-29 Thread Markus Pfeiffer
commit f3c171e442cd3e8a447831fc3dff2bab1ad3c2c9 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sun Oct 29 21:36:47 2017 + kernel: Rename tmpfs_args.h to tmpfs_mount.h This is slightly more consistent with the other VFS. Summary of changes: sbin/mount

git: kernel: Rename struct tmpfs_args to tmpfs_mount_info

2017-10-29 Thread Markus Pfeiffer
commit 25a86e4415665b1c1970a7192fabe0ac86b0353a Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sun Oct 29 22:47:18 2017 + kernel: Rename struct tmpfs_args to tmpfs_mount_info This makes the names of vfs argument structures slightly more uniform.

git: Install vfs/tmpfs headers

2017-10-29 Thread Markus Pfeiffer
commit 2fb636207f69d1e8bb5a39c59c0a199407d425b9 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sun Oct 29 15:46:59 2017 + Install vfs/tmpfs headers Summary of changes: etc/mtree/BSD.include.dist | 2 ++ include/Makefile | 2 +- 2 files changed, 3 inse

git: time: FreeBSD r169346

2017-07-15 Thread Markus Pfeiffer
commit 3fdbe9e9bf397d72c6ea3fd78ac6466b7bfe9912 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jul 15 23:49:39 2017 +0100 time: FreeBSD r169346 - Cast to intmax_t to print tv_sec in struct timeval. - Avoid shadowing a global variable with a function ar

git: time: Handle SIGINFO in time(1)

2017-07-15 Thread Markus Pfeiffer
commit ded6a9cac1fc8780e6deabd495ae22d94eb2e1ec Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jul 15 23:52:23 2017 +0100 time: Handle SIGINFO in time(1) If the process receives SIGINFO print the elapsed time. Taken-From: FreeBSD r158560 and r

git: time: Use clock_gettime

2017-07-15 Thread Markus Pfeiffer
commit d58ea4320a54ec8513ee27ea6f286db886217c4b Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jul 15 23:16:12 2017 +0100 time: Use clock_gettime gettimeofday is not suitable for measuring runtimes, as it is not guaranteed to be monotonic. Summary of c

git: time: Close an output file -o flag opened before execvp(3) in a child.

2017-07-15 Thread Markus Pfeiffer
commit 64f9c74081859b426d7e5c80f4cae69b2f32903a Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jul 15 22:38:44 2017 +0100 time: Close an output file -o flag opened before execvp(3) in a child. Taken-From: FreeBSD r157796 Summary of changes: usr.bin/time/

git: time: Handle SIGINFO in time(1)

2017-07-15 Thread Markus Pfeiffer
commit 68858f41eabbad18785e388598f125cf753e0cff Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jul 15 23:51:35 2017 +0100 time: Handle SIGINFO in time(1) SIGINFO printing the time the given command is running. Taken-From: FreeBSD r158560 S

git: time: Use close-on-exec instead of fclose() in the child process.

2017-07-15 Thread Markus Pfeiffer
commit d8a8668b7c4180c87505ec54024f23d7b325c6af Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Jul 15 22:58:07 2017 +0100 time: Use close-on-exec instead of fclose() in the child process. Taken-From: FreeBSD r244034 Summary of changes: usr.bin/time/time

git: etc/rc.d: Update rtsold

2016-02-06 Thread Markus Pfeiffer
commit 17520a54ffc27c9cc6dc6fe2d77e3e2f4c224b06 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Feb 6 12:17:16 2016 + etc/rc.d: Update rtsold * Remove precmd, it did not work because autocmd does not exist * Add postcmd, taken from FreeBSD head S

git: DragonFly_RELEASE_4_4 etc/rc.d: Update rtsold

2016-02-06 Thread Markus Pfeiffer
commit 8ff95d7005cc9db3ce6cb9d3a0df477aa161a15c Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Feb 6 12:17:16 2016 + etc/rc.d: Update rtsold * Remove precmd, it did not work because autocmd does not exist * Add postcmd, taken from FreeBSD head S

git: kernel/usb4bsd: Fix device generation in usb_serial

2015-12-24 Thread Markus Pfeiffer
commit f5866fba04610d0124025c751de060117d8fdba6 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Thu Dec 24 15:30:03 2015 + kernel/usb4bsd: Fix device generation in usb_serial When creating multiple tty devices for a connected usb device, don't ove

git: gcc50: add some missing files

2015-12-05 Thread Markus Pfeiffer
commit add59a7aabbee2fbf0fdd7af46f6dc50120e40cd Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Sat Dec 5 14:16:18 2015 + gcc50: add some missing files * mutex.h is an internal header omitted from a previous commit * quoted_string.h and mutex.h were m

git: Fix detach panic introduced by 67616947

2015-10-13 Thread Markus Pfeiffer
commit 2b970b2ffcbfc78d51b784666286c2f85a1de488 Author: Markus Pfeiffer <markus.pfeif...@morphism.de> Date: Tue Oct 13 19:42:36 2015 +0100 Fix detach panic introduced by 67616947 The panic is caused by an off-by-one error in the comparison. Summary of changes: sys/b

git: usb4bsd/pci: Correct typo in bootverbose message

2015-07-20 Thread Markus Pfeiffer
commit 3af6dc4612af81d7a4d10d19a8103f030fb79ed7 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Jul 20 14:37:30 2015 +0100 usb4bsd/pci: Correct typo in bootverbose message Summary of changes: sys/bus/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: Fix hangup on VirtualBox.

2015-07-06 Thread Markus Pfeiffer
commit 9c30ea96b9821289fb811cdf4e295ae8ea079556 Author: sinetek pit...@gmail.com Date: Tue Jul 7 01:02:16 2015 +0700 Fix hangup on VirtualBox. Summary of changes: sys/boot/pc32/btx/btx/btx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

git: btx: Fixup comment indent

2015-07-06 Thread Markus Pfeiffer
commit 799629bb2ad6f83151f035e77696719e82cb1a74 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Jul 6 17:11:11 2015 +0100 btx: Fixup comment indent Summary of changes: sys/boot/pc32/btx/btx/btx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: drm: Change MSI handling

2015-06-17 Thread Markus Pfeiffer
commit 4705af8f0001e005dfd3f8e3036386483c02c961 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Jun 15 20:30:07 2015 + drm: Change MSI handling Summary of changes: sys/dev/drm/drm_drv.c | 39 ++--- sys/dev/drm/drm_fops.c

git: usb4bsd: Make the serial driver create all devices

2015-06-08 Thread Markus Pfeiffer
commit b040f636859841ff1d199e37178cfdd64e9b71e1 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Jun 8 19:22:32 2015 + usb4bsd: Make the serial driver create all devices * This patch adds creation of ttyUx, ttyiUx, ttylUx, cuaUx, cuaiUx, and cualUx, where x

git: etc/remote: add ucom1 to ucom4

2015-06-08 Thread Markus Pfeiffer
commit 511ea542937f9c9d0da0c5a1de914d02de3782ba Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Jun 8 19:42:51 2015 + etc/remote: add ucom1 to ucom4 Summary of changes: etc/remote | 4 1 file changed, 4 insertions(+) http://gitweb.dragonflybsd.org/dragonfly.git

git: usb4bsd: Add Wildcat Point-LP controller

2015-04-27 Thread Markus Pfeiffer
commit e73ac45000e3db772f223c42135d9ebf0a077612 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Apr 27 21:43:40 2015 + usb4bsd: Add Wildcat Point-LP controller This enables routing of ports through the XHCI instead of the EHCI on devices with this controller

git: usb4bsd: Fix if_run

2015-04-27 Thread Markus Pfeiffer
commit 0e36ddf1b5e7a2919019efb3341b9f4ecb8a4091 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Apr 27 18:18:09 2015 + usb4bsd: Fix if_run * if_run was still using the locking from before the last update of the wlan stack. Summary of changes: sys/bus/u4b

git: usb4bsd: Use ifq_set_oactive, update stat counters

2015-04-09 Thread Markus Pfeiffer
commit 937d3adb16ac70bd90280fc1ceba704c63185c7a Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Apr 9 20:09:22 2015 + usb4bsd: Use ifq_set_oactive, update stat counters * We now use ifq_set_oactive and ifq_clr_oactive on if_urndis * Also while we are here

git: DragonFly_RELEASE_4_0 netif/if_lagg: Fix panic on MOD_UNLOAD

2015-03-05 Thread Markus Pfeiffer
commit 07813beed38af2b364e83e32493cf0aaebabb732 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Feb 26 12:39:16 2015 + netif/if_lagg: Fix panic on MOD_UNLOAD Remove one instance of if_clone_detach being called. Reported-By: bycn82 byc...@gmail.com

git: DragonFly_RELEASE_4_0 net/if_lagg: Fix double-free issue

2015-03-05 Thread Markus Pfeiffer
commit 665f4bc1d79adcc45d7cad80d2e8cf824191d892 Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Thu Feb 26 15:24:45 2015 + net/if_lagg: Fix double-free issue Summary of changes: sys/net/lagg/if_lagg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) http

git: DragonFly_RELEASE_4_0 net/if_lagg: Fix compilation error caused by MFC

2015-03-05 Thread Markus Pfeiffer
commit 18fa7bb168053c85ea9e6c09c08321aecfd7045a Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Mar 5 22:30:23 2015 + net/if_lagg: Fix compilation error caused by MFC callout_init_lk does not exist in RELEASE, and hence we go back to callout_init_mp

git: kernel/usb4bsd: Apply FreeBSD r278503

2015-02-22 Thread Markus Pfeiffer
commit aaad50921805526b125d392d61def9e0142923ca Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Feb 22 20:51:21 2015 + kernel/usb4bsd: Apply FreeBSD r278503 This updates the original patch r274918, which had the following description: Don't use

git: kernel/usb4bsd, kernel/sound: Fix detach panic

2015-02-22 Thread Markus Pfeiffer
commit d78ce965185bbe24349ec52eeb17e712b8a0d8dc Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Sun Feb 22 21:59:59 2015 + kernel/usb4bsd, kernel/sound: Fix detach panic The kernel paniced when unplugging a USB sound device. This was due to a NULL td_proc pointer

git: kernel/usb4bsd: Update uaudio driver to FreeBSD r276701

2015-02-22 Thread Markus Pfeiffer
commit a963377a020657ee1077d8d6dba3325ec28e0e42 Author: Sascha Wildner s...@online.de Date: Fri Jan 9 18:18:21 2015 +0100 kernel/usb4bsd: Update uaudio driver to FreeBSD r276701 Summary of changes: etc/devd/usb.conf | 26 +- sys/bus/u4b/audio/Makefile | 10 +-

git: kernel/usb4bsd: Add file ID to ehci.c

2015-02-21 Thread Markus Pfeiffer
commit 0611e0384847385bf5a1443a43e9d7f1d254e762 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Feb 22 00:04:51 2015 + kernel/usb4bsd: Add file ID to ehci.c Note that ehci.c was heavily modified by Matt Dillon. Summary of changes: sys/bus/u4b/controller/ehci.c

git: kernel/usb4bsd: Update uhci and ohci drivers

2015-02-21 Thread Markus Pfeiffer
commit e1a08f23bf1f8bb30ea80584bdf89f0bf81a954e Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Feb 22 00:07:18 2015 + kernel/usb4bsd: Update uhci and ohci drivers Summary of changes: sys/bus/u4b/controller/ohci.c | 1 + sys/bus/u4b/controller/ohci.h | 1 + sys/bus

git: kernel/usb4bsd: Update pci drivers for HCIs

2015-02-21 Thread Markus Pfeiffer
commit d9cd49016679305bb8c9d518c84c0efa0d8e526d Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Feb 22 00:28:57 2015 + kernel/usb4bsd: Update pci drivers for HCIs This adds support for 64bit DMA for chips that support it. This needs further testing. Summary

git: kernel/usb4bsd: Update revision tag on if_axge.

2015-02-21 Thread Markus Pfeiffer
commit 8c02113dc6e7d2fdbc0f77ab1ace16eb840dae7e Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Feb 22 00:47:27 2015 + kernel/usb4bsd: Update revision tag on if_axge. No updates of functionality. Summary of changes: sys/bus/u4b/net/if_axge.c | 4 ++-- 1 file

git: kernel/usb4bsd: Update xhci to r278477

2015-02-21 Thread Markus Pfeiffer
commit ae1c9e378748337c2e677a264f5b222a25ac4c6b Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sat Feb 21 23:43:47 2015 + kernel/usb4bsd: Update xhci to r278477 Summary of changes: sys/bus/u4b/controller/xhci.c | 230 ++ sys/bus/u4b

git: usb4bsd - ucom work

2015-02-21 Thread Markus Pfeiffer
commit b28dae1fe4812d3e1708be3634079e718c71679d Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Mon Jan 12 14:04:08 2015 + usb4bsd - ucom work Try to fix the ucom driver. This needs lots of further testing, and quite probably fixes for it to behave properly

git: kernel/usb4bsd: Make sure ucom removes dev files

2015-02-21 Thread Markus Pfeiffer
commit bd91b08e914c118e2eecd39406035ed8163a3624 Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Sat Feb 21 13:51:42 2015 + kernel/usb4bsd: Make sure ucom removes dev files Summary of changes: sys/bus/u4b/serial/usb_serial.c | 14 +- 1 file changed, 9 insertions

git: mmap.2: Update manpage to reflect the introduction of MAP_ANONYMOUS

2015-01-18 Thread Markus Pfeiffer
commit 557e0ff6101c0223cb2f18b09fb39e37a8564b3d Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Jan 18 17:23:31 2015 + mmap.2: Update manpage to reflect the introduction of MAP_ANONYMOUS Summary of changes: lib/libc/sys/mmap.2 | 4 +++- 1 file changed, 3 insertions

git: kernel: Exchange MAP_ANON and MAP_ANONYMOUS

2015-01-18 Thread Markus Pfeiffer
commit 53de00bb8470321f36c2cb35e99de0f1efdfd7d7 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Jan 18 17:06:58 2015 + kernel: Exchange MAP_ANON and MAP_ANONYMOUS * In commit a2ed5072 I defined MAP_ANONYMOUS to take the role of MAP_ANON, and defined

git: kernel: rename MAP_ANON to MAP_ANONYMOUS, add alias

2015-01-14 Thread Markus Pfeiffer
commit a2ed50729f14fde73a432283ee829696d1beac3b Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Wed Jan 14 15:00:02 2015 + kernel: rename MAP_ANON to MAP_ANONYMOUS, add alias * rename MAP_ANON to MAP_ANONYMOUS * add MAP_ANON as an alias of MAP_ANONYMOUS

git: usb4bsd: Sync with FreeBSD r276791

2015-01-09 Thread Markus Pfeiffer
commit 141a761f752c56ba19e8f908d8b270739f5f4578 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jan 8 23:03:36 2015 + usb4bsd: Sync with FreeBSD r276791 Summary of changes: sys/bus/u4b/usb_core.c| 2 +- sys/bus/u4b/usb_debug.c | 2 +- sys/bus/u4b/usb_debug.h

git: usb4bsd: Sync with FreeBSD r276791

2015-01-09 Thread Markus Pfeiffer
commit 7810100d2161f22f223da5a0fdb2103c26a77c73 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jan 8 23:10:52 2015 + usb4bsd: Sync with FreeBSD r276791 Summary of changes: sys/bus/u4b/usb_dynamic.c | 2 +- sys/bus/u4b/usb_dynamic.h | 2 +- sys/bus/u4b/usb_endian.h

git: usb4bsd: Sync with FreeBSD r276791

2015-01-09 Thread Markus Pfeiffer
commit b86003c464b48c98bb7df5b652e4b2d0187d6b52 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jan 8 23:40:22 2015 + usb4bsd: Sync with FreeBSD r276791 * Sync usb_request Summary of changes: sys/bus/u4b/usb_parse.c | 2 +- sys/bus/u4b/usb_pci.h | 2

git: usb4bsd: Sync with FreeBSD r276791

2015-01-09 Thread Markus Pfeiffer
commit 0169865838ee974db36778f4d39b533f45702fb7 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jan 8 23:47:46 2015 + usb4bsd: Sync with FreeBSD r276791 Summary of changes: sys/bus/u4b/usb_transfer.c | 3 ++- sys/bus/u4b/usb_util.h | 2 +- sys/bus/u4b/usbdi_util.h

git: usb4bsd: Sync with FreeBSD r276791

2015-01-09 Thread Markus Pfeiffer
commit 06cb24638139743df16d5a9df84a70d7249fb68c Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jan 8 21:38:39 2015 + usb4bsd: Sync with FreeBSD r276791 * update usb_transfer.{c,h} so uaudio can be ported and tested Summary of changes: sys/bus/u4b/usb_core.h

git: Allow reading with small uio-uio_resid or uio-uio_offset 0 from /proc/X/map

2014-12-27 Thread Markus Pfeiffer
commit e86ad61a2ea73db6f3071d794ea3a02ea5ba5c12 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sat Dec 27 22:55:51 2014 + Allow reading with small uio-uio_resid or uio-uio_offset 0 from /proc/X/map Currently map file in procfs cannot be read with programs like cat

git: dhclient: Fix a busy loop

2014-11-20 Thread Markus Pfeiffer
commit d99acfb3025b6646178c37f8ee3dee8e2af162a1 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Nov 20 19:55:32 2014 + dhclient: Fix a busy loop The ifi-linkstat variable seemed to be not updated after the poll returns in dispatch.c. This might only be a hack

git: DragonFly_RELEASE_4_0 dhclient: Fix a busy loop

2014-11-20 Thread Markus Pfeiffer
commit ea5f7cb65c9fa0a5d29351a3ff8abc800d3693fc Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Nov 20 19:55:32 2014 + dhclient: Fix a busy loop The ifi-linkstat variable seemed to be not updated after the poll returns in dispatch.c. This might only be a hack

git: usb4bsd: Add FreeBSD revisions to files

2014-11-10 Thread Markus Pfeiffer
commit 7df2ba561d87dfcfb5eb17d42b3eacddf5869e2a Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Nov 10 09:30:24 2014 + usb4bsd: Add FreeBSD revisions to files Summary of changes: sys/bus/u4b/usb_pf.c | 1 + sys/bus/u4b/usb_pf.h | 2 +- 2 files changed, 2 insertions

git: truephy: Clean up some leftover debug kprintf

2014-11-10 Thread Markus Pfeiffer
commit 9f304137a258f70a87e6aa6da3343a6654c2673f Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Nov 10 10:31:15 2014 + truephy: Clean up some leftover debug kprintf Summary of changes: sys/dev/netif/mii_layer/truephy.c | 1 - 1 file changed, 1 deletion(-) http

git: net/if_clone: Panic if the same cloner is attached twice

2014-11-10 Thread Markus Pfeiffer
commit 51edabe8443f84c07c3bc5499445c984035af8ea Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Nov 10 10:21:46 2014 + net/if_clone: Panic if the same cloner is attached twice if_clone_attach used to allow attaching the same cloner twice, which then lead

git: usb4bsd: Make usb_pf work

2014-11-09 Thread Markus Pfeiffer
commit f5199fbfda7ea1aa7f2ff318872411d6e56b45ec Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Nov 9 13:17:02 2014 + usb4bsd: Make usb_pf work Together with usbdump this allows dumping of usb traffic just like tcpdump allows dumping of network traffic

git: DragonFly_RELEASE_4_0 usb4bsd: Fix usb_etherther and cleanup if_axe

2014-11-04 Thread Markus Pfeiffer
commit d5cbae099530ee7d0a4cb297001fdfd12a76def8 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Nov 3 22:33:31 2014 + usb4bsd: Fix usb_etherther and cleanup if_axe Since mii relies on a struct ifnet being the first part of a softc for a network driver, make

git: usb4bsd: Cleanup usb_ethernet after the recent changes

2014-11-04 Thread Markus Pfeiffer
commit 6020f6c08c742d56ea598ce960328a4a2eddfe19 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Nov 4 20:42:15 2014 + usb4bsd: Cleanup usb_ethernet after the recent changes The ue_ifp member of the usb ethernet softc is not required anymore, so get rid

git: usb4bsd: Fix usb_etherther and cleanup if_axe

2014-11-03 Thread Markus Pfeiffer
commit e8d7ed64935140722e144ba2f7a52ada79792d47 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Nov 3 22:33:31 2014 + usb4bsd: Fix usb_etherther and cleanup if_axe Since mii relies on a struct ifnet being the first part of a softc for a network driver, make

git: kernel - fixup buildworld after recent commits

2014-10-16 Thread Markus Pfeiffer
commit 9e0d15726a7894d6d0589571897c5dfbf706c160 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Oct 16 23:13:07 2014 + kernel - fixup buildworld after recent commits Summary of changes: sys/vm/vm_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: netinet: Remove check for jailed process

2014-10-13 Thread Markus Pfeiffer
commit 12cb5d8906eb07c9b3933e55141f6f2f063a08df Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Oct 13 18:49:26 2014 + netinet: Remove check for jailed process This check caused jailed processes to not be able to do name lookups via libc anymore, since

git: net: some LINTing after if_lagg import

2014-09-30 Thread Markus Pfeiffer
commit 5362713f54ef09f127ed6c981add2fc4671503b4 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Sep 30 09:17:14 2014 + net: some LINTing after if_lagg import * remove duplicate from include/Makefile * sort mtree alphabetically * update ifmedia(4) manpage

git: net: import FreeBSD's if_lagg

2014-09-28 Thread Markus Pfeiffer
commit 50b1e2350d52fc5300f07dbf383941d8c619b348 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Fri Nov 22 22:19:07 2013 + net: import FreeBSD's if_lagg Summary of changes: etc/mtree/BSD.include.dist |2 + include/Makefile |1 + sbin/ifconfig

git: net: add version numbers to lagg sourcefiles, adapt manpage

2014-09-28 Thread Markus Pfeiffer
commit a7de061cb423dfe0b155d6e23261e3de8c496a50 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Sep 28 22:32:19 2014 + net: add version numbers to lagg sourcefiles, adapt manpage Summary of changes: sbin/ifconfig/iflagg.c | 2 +- share/man/man4/lagg.4

git: usb4bsd: fix ehci_device_resume panic

2014-09-15 Thread Markus Pfeiffer
commit 85c51ceb694678af392a3457b6ce9edee577d775 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Sun Sep 14 21:05:27 2014 + usb4bsd: fix ehci_device_resume panic The onhwqueue flag wasn't reset on suspend which lead to a panic on resume Summary of changes: sys

git: sys/dev/drm/i915: Activate ACPI

2014-09-15 Thread Markus Pfeiffer
commit 813bcdd292df9531f0d499d8cd9202238f51c961 Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Mon Sep 8 21:48:03 2014 +0100 sys/dev/drm/i915: Activate ACPI Summary of changes: sys/dev/drm/i915/Makefile | 4 ++- sys/dev/drm/i915/i915_drv.h | 2 ++ sys/dev/drm

git: Revert sys/dev/drm/i915: Activate ACPI

2014-09-15 Thread Markus Pfeiffer
commit a739c113e70ea9bd3508fe21bda74a8db34ef04d Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Sep 15 21:19:56 2014 + Revert sys/dev/drm/i915: Activate ACPI This reverts commit 813bcdd292df9531f0d499d8cd9202238f51c961. Summary of changes: sys/dev/drm/i915

git: sys/dev/drm/i915: Activate ACPI

2014-09-15 Thread Markus Pfeiffer
commit 90c722cd2e817de8cadf3861f62980e940483102 Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Mon Sep 8 21:48:03 2014 +0100 sys/dev/drm/i915: Activate ACPI While I am here, do some whitespace cleanup as well. Summary of changes: sys/dev/drm/i915/Makefile | 3

git: sys/dev/disk/sdhci: update to FreeBSD r270885

2014-09-09 Thread Markus Pfeiffer
commit e355a8d0ccad5355f403325dfdaafb1954e4 Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Tue Sep 9 20:08:42 2014 +0100 sys/dev/disk/sdhci: update to FreeBSD r270885 Summary of changes: sys/bus/mmc/mmc.c |2 +- sys/conf/files

git: sys/dev/disk/sdhci: Make it possible to build as a module

2014-09-09 Thread Markus Pfeiffer
commit 5cecf1256de688b499401e47839ee145bfadeef6 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Sep 9 19:55:10 2014 + sys/dev/disk/sdhci: Make it possible to build as a module Summary of changes: sys/conf/kmod.mk| 1 + sys/dev/disk/sdhci/Makefile

git: sys/dev/disk/sdhci: Adapt manpage

2014-09-09 Thread Markus Pfeiffer
commit c2a650d8765ae5d0c4ec52d6cfd800c6729e97c9 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Sep 9 22:03:09 2014 + sys/dev/disk/sdhci: Adapt manpage Summary of changes: share/man/man4/sdhci.4 | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) http

git: usb4bsd: make uaudio work

2014-09-02 Thread Markus Pfeiffer
commit b760b3ce6c3a5fad97a36466fb30335029f06979 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Sep 2 18:38:05 2014 + usb4bsd: make uaudio work Submitted-By: Vasily Postnicov shamaz.ma...@gmail.com Summary of changes: sys/bus/u4b/audio/Makefile | 2 +- sys

git: drm/i915: Fix multiple off-by-one errors in intel_i2c

2014-08-14 Thread Markus Pfeiffer
commit 53f7629ea2c0330e5f047665cf977c63f2ee169d Author: Markus Pfeiffer profm...@dragonflybsd.org Date: Sat Aug 9 19:20:18 2014 +0100 drm/i915: Fix multiple off-by-one errors in intel_i2c * the i2c pin numbers are 1 based as per intel spec but we used the unit number as pin

git: drm/i915: grab the config log on hardware init

2014-08-14 Thread Markus Pfeiffer
commit e376ce734d18d27bf7fb5526c8a011f56b4cd1d8 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Aug 14 22:03:07 2014 + drm/i915: grab the config log on hardware init Summary of changes: sys/dev/drm/i915/intel_display.c | 8 1 file changed, 8 insertions(+) http

git: usb4bsd: set D_MPSAFE for usb devices

2014-07-29 Thread Markus Pfeiffer
commit 7d2c8674fda4e9097e837f494461a234faeeb54d Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Jul 29 18:12:13 2014 + usb4bsd: set D_MPSAFE for usb devices Summary of changes: sys/bus/u4b/serial/usb_serial.c | 2 +- sys/bus/u4b/usb_dev.c | 2 +- 2 files

git: usb4bsd: set D_MPSAFE for usb devices (static)

2014-07-29 Thread Markus Pfeiffer
commit 3f28c2750f1cad22563ff250fea16e3490b3f678 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Jul 29 18:52:40 2014 + usb4bsd: set D_MPSAFE for usb devices (static) Summary of changes: sys/bus/u4b/usb_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http

git: DragonFly_RELEASE_3_8 Set CR4.OSFXSR before probing the mxcsr mask

2014-06-30 Thread Markus Pfeiffer
commit 66e717d46e73058b4703af8790892b86c6fa98d7 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Jun 30 17:29:15 2014 +0100 Set CR4.OSFXSR before probing the mxcsr mask This fixes Bug #2691 Reported-By: Antonio Huete Jiménez tuxi...@quantumachine.net

git: vkernel64: fix compilation after npx mask work

2014-06-12 Thread Markus Pfeiffer
commit 98d2b258e6b76915d6104093d6dcfa0f3a29fe56 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jun 12 19:24:45 2014 +0100 vkernel64: fix compilation after npx mask work Summary of changes: sys/platform/pc64/x86_64/npx.c | 8 ++-- sys/platform/vkernel64

git: vkernel64: support mxcsr mask on vkernel64 too

2014-06-12 Thread Markus Pfeiffer
commit 7961e0fdd1018d195d4271098c7746188312b1f9 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jun 12 20:14:05 2014 +0100 vkernel64: support mxcsr mask on vkernel64 too Summary of changes: sys/platform/vkernel64/platform/init.c | 3 +++ sys/platform/vkernel64/x86_64/npx.c

git: kernel/npx: Enable printing of npx mask on bootverbose on i386

2014-06-12 Thread Markus Pfeiffer
commit 882f2478c1a1008ce645e0d8b422960d12b3a0ef Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jun 12 22:39:04 2014 +0100 kernel/npx: Enable printing of npx mask on bootverbose on i386 Summary of changes: sys/cpu/i386/include/npx.h| 2 ++ sys/platform/pc32/i386

git: kernel/npx: Add detection code for default MXCSR mask

2014-06-11 Thread Markus Pfeiffer
commit 186c803fb9de117fca51aa897f8550bd4e49c030 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Wed Jun 11 23:09:20 2014 +0100 kernel/npx: Add detection code for default MXCSR mask As per Intel/AMD manuals the default MXCSR mask can be probed by executing fxstor

Re: git: ipv6: Silence src xxx is not link-local messages

2014-06-09 Thread Markus Pfeiffer
Hi, On Sun, Jun 08, 2014 at 02:53:30AM -0700, Francois Tigeot wrote: commit 7146364884e7b8ac271d6b716511709ee449d6b9 Author: François Tigeot ftig...@wolfpond.org Date: Sun Jun 8 11:45:34 2014 +0200 ipv6: Silence src xxx is not link-local messages They pollute logs in

git: man: Add locking(9) manpage about locking and synchronisation

2014-06-06 Thread Markus Pfeiffer
commit 667ff97e24f49c9ff8863579c951561cc6c0631b Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Jun 5 22:22:27 2014 +0100 man: Add locking(9) manpage about locking and synchronisation Summary of changes: share/man/man9/Makefile | 1 + share/man/man9/locking.9 | 116

git: locking.9 updates

2014-06-06 Thread Markus Pfeiffer
commit c04308e8fc22699d31171b18b2d5797ece796c6d Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Fri Jun 6 19:23:52 2014 +0100 locking.9 updates Summary of changes: share/man/man9/condvar.9| 1 + share/man/man9/crit_enter.9 | 1 + share/man/man9/lock.9 | 1

git: locking.9: more updates

2014-06-06 Thread Markus Pfeiffer
commit f0f0bdbdd0d0f4af55b765570d08e9b29f447128 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Fri Jun 6 20:57:46 2014 +0100 locking.9: more updates Summary of changes: share/man/man9/locking.9 | 67 +--- 1 file changed, 46

git: locking.9: more editing

2014-06-06 Thread Markus Pfeiffer
commit 94bb8ac5cd1318595f78258fcc47bf22912dc973 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Fri Jun 6 21:01:26 2014 +0100 locking.9: more editing Summary of changes: share/man/man9/locking.9 | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) http

git: usb4bsd: implement pause function with lock and serializer

2014-06-03 Thread Markus Pfeiffer
commit 8f65af40a8d810c1adb5f1bb18b0b18088384f5c Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Jun 3 10:15:32 2014 +0100 usb4bsd: implement pause function with lock and serializer Summary of changes: sys/bus/u4b/usb_util.c | 33 + sys/bus

git: usb4bsd: change if_run to use usb_pause_ls

2014-06-03 Thread Markus Pfeiffer
commit dbf83ffbf6836e2b2f0b1fb26765c1e6e8d217d7 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Jun 3 10:43:59 2014 +0100 usb4bsd: change if_run to use usb_pause_ls Summary of changes: sys/bus/u4b/wlan/if_run.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions

git: kernel/npx: add process name to error message

2014-05-29 Thread Markus Pfeiffer
commit b7dc54f281d2d7a7956a50f95a831e0ec745820c Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu May 29 21:51:07 2014 +0100 kernel/npx: add process name to error message Summary of changes: sys/platform/pc64/x86_64/npx.c | 5 +++-- 1 file changed, 3 insertions(+), 2

git: usr.bin/top: Correct formatting for PIDs

2014-04-29 Thread Markus Pfeiffer
commit 740e4df6fd6fe9f8116ca5d107996730fcdc694c Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Apr 29 23:44:53 2014 +0100 usr.bin/top: Correct formatting for PIDs DragonFly PIDs can now be up to 6 digits long Summary of changes: usr.bin/top/m_dragonfly.c | 4

git: kernel - bring acpi_thinkpad in sync with FreeBSD r246128

2014-04-03 Thread Markus Pfeiffer
commit a31756d0e262375f76703b833038f6536b135173 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Thu Apr 3 23:06:19 2014 +0100 kernel - bring acpi_thinkpad in sync with FreeBSD r246128 Submitted-By: Sascha Wildner s...@online.de Summary of changes: share/man/man4

git: libusb: add libusb_log_level enum

2014-03-14 Thread Markus Pfeiffer
commit 25e8bf91096e929d248d2979f9ed880abd848589 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Fri Mar 14 19:27:20 2014 + libusb: add libusb_log_level enum This is documented on http://libusb.sourceforge.net/api-1.0/group__lib.html Summary of changes: lib/libusb

git: usb4bsd: Update ukbd driver

2014-03-12 Thread Markus Pfeiffer
commit 2d555b09a96704e076ada4ddf10b08909aa95ead Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Wed Mar 12 13:14:37 2014 + usb4bsd: Update ukbd driver Summary of changes: sys/bus/u4b/input/ukbd.c | 43 +++ 1 file changed, 39

git: usb4bsd: Fix some SCSI handling in umass

2014-03-10 Thread Markus Pfeiffer
commit 3a420460173329f4e80546f9e6cd3c874f9b72c9 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Mon Mar 10 22:33:13 2014 + usb4bsd: Fix some SCSI handling in umass Set the sense data on probe. Summary of changes: sys/bus/u4b/storage/umass.c | 19

git: usb4bsd: port usb_serial

2014-03-09 Thread Markus Pfeiffer
commit 3bee31de4a934dd2c7798c7a80be080f02cf0220 Author: Markus Pfeiffer markus.pfeif...@morphism.de Date: Tue Feb 25 22:14:46 2014 + usb4bsd: port usb_serial Summary of changes: sys/bus/u4b/serial/usb_serial.c | 26 +++--- sys/bus/u4b/serial/usb_serial.h | 1 + 2

  1   2   >