git: polling: Remove device_polling remainder

2012-11-16 Thread Sepherosa Ziehau

commit 77e50212d378068d4aa92a9c211285c8fff0c568
Author: Sepherosa Ziehau se...@dragonflybsd.org
Date:   Fri Nov 16 16:56:19 2012 +0800

polling: Remove device_polling remainder

DEVICE_POLLING has no effect since this commit and will be nuked
after next release.

Summary of changes:
 sys/conf/files   |1 -
 sys/conf/options |2 +-
 sys/kern/kern_poll.c | 1107 --
 3 files changed, 1 insertions(+), 1109 deletions(-)
 delete mode 100644 sys/kern/kern_poll.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/77e50212d378068d4aa92a9c211285c8fff0c568


-- 
DragonFly BSD source repository


git: UPDATING: Mention DEVICE_POLLING is replaced by IFPOLL_ENABLE

2012-11-16 Thread Sepherosa Ziehau

commit 640dc18f50d05f9ad0c3a92d4265c33fb0b98933
Author: Sepherosa Ziehau se...@dragonflybsd.org
Date:   Fri Nov 16 16:59:53 2012 +0800

UPDATING: Mention DEVICE_POLLING is replaced by IFPOLL_ENABLE

Summary of changes:
 UPDATING |   11 +++
 1 files changed, 11 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/640dc18f50d05f9ad0c3a92d4265c33fb0b98933


-- 
DragonFly BSD source repository


git: nrelease/Makefile.usr: Relocate the git gc for pkgsrc to nrelease.

2012-11-16 Thread Sascha Wildner

commit c59cfa666462aa4e2dc683ca2d991a310e55eac6
Author: Sascha Wildner s...@online.de
Date:   Fri Nov 16 14:51:11 2012 +0100

nrelease/Makefile.usr: Relocate the git gc for pkgsrc to nrelease.

Since it was only meant for keeping the LiveDVD smaller, put it into
its build and don't force everyone to sit through it. The time it
takes seems to increase significantly on virtual machines with just
1G of RAM, for example. It seems to be quite memory hungry.

Reported-by: many

Summary of changes:
 etc/Makefile.usr  |4 
 nrelease/Makefile |4 
 2 files changed, 4 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c59cfa666462aa4e2dc683ca2d991a310e55eac6


-- 
DragonFly BSD source repository


git: Clean up references to some obsolete functions in manual pages.

2012-11-16 Thread Sascha Wildner

commit 538fa75a98360520e8ed06a98d1dc6d257fe3739
Author: Sascha Wildner s...@online.de
Date:   Sat Nov 17 00:49:42 2012 +0100

Clean up references to some obsolete functions in manual pages.

sigpause(2)   - sigsuspend(2)
sigsetmask(2)/sigblock(2) - sigprocmask(2)
sigvec(2) - sigaction(2)
alarm(3)  - setitimer(2)
pause(3)  - sigsuspend(2)

Based on similar changes in FreeBSD.

Summary of changes:
 lib/libc/gen/alarm.3|4 +---
 lib/libc/gen/siginterrupt.3 |6 ++
 lib/libc/gen/ualarm.3   |6 ++
 lib/libc/sys/execve.2   |5 ++---
 lib/libc/sys/fcntl.2|3 +--
 lib/libc/sys/getitimer.2|3 +--
 lib/libc/sys/getrlimit.2|3 +--
 lib/libc/sys/sigaction.2|5 -
 lib/libc/sys/sigreturn.2|3 +--
 lib/libc/sys/vfork.2|2 +-
 lib/libpthread/sigwait.3|2 --
 usr.bin/lastcomm/lastcomm.1 |3 +--
 12 files changed, 13 insertions(+), 32 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/538fa75a98360520e8ed06a98d1dc6d257fe3739


-- 
DragonFly BSD source repository


git: Remove an unused header.

2012-11-16 Thread Sascha Wildner

commit a957416ab1cf7561c0f0380257707061d58c187e
Author: Sascha Wildner s...@online.de
Date:   Sat Nov 17 02:59:23 2012 +0100

Remove an unused header.

Summary of changes:
 Makefile_upgrade.inc |1 +
 sys/platform/pc32/include/pc/msdos.h |   66 --
 2 files changed, 1 insertions(+), 66 deletions(-)
 delete mode 100644 sys/platform/pc32/include/pc/msdos.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a957416ab1cf7561c0f0380257707061d58c187e


-- 
DragonFly BSD source repository