Author: eadler
Date: Mon May 13 01:27:59 2013
New Revision: 250586
URL: http://svnweb.freebsd.org/changeset/base/250586
Log:
MFC r249949:
Take some improvements from DragonFlyBSD:
- add const where appropriate
- add static where appropriate
- fix
Author: eadler
Date: Mon May 13 01:26:26 2013
New Revision: 250585
URL: http://svnweb.freebsd.org/changeset/base/250585
Log:
MFC r250303:
Remove includes for old versions of FreeBSD.
Reviewed by: stass
Modified:
stable/9/sbin/iscontrol/auth_subr.c
stable/9/sbin/iscontrol/fsm.c
Author: eadler
Date: Mon May 13 01:20:31 2013
New Revision: 250583
URL: http://svnweb.freebsd.org/changeset/base/250583
Log:
MFC r250463:
Permit relative paths with mergemaster -m
PR: bin/173929
Modified:
stable/9/usr.sbin/mergemaster/mergemaster.sh
Directory Properties:
stab
Author: hiren
Date: Sun May 12 22:01:22 2013
New Revision: 250581
URL: http://svnweb.freebsd.org/changeset/base/250581
Log:
MFC: r240475
Remove all the checks on curthread != NULL with the exception of some MD
trap checks (eg. printtrap()).
Generally this check is not needed anymore,
Author: jilles
Date: Sun May 12 16:26:19 2013
New Revision: 250573
URL: http://svnweb.freebsd.org/changeset/base/250573
Log:
dup(2): Remove incorrect sentence about getdtablesize().
There are no getdtablesize() bounds on the file descriptor to be duplicated;
it only has to be open. If the
Author: jilles
Date: Sun May 12 16:22:10 2013
New Revision: 250572
URL: http://svnweb.freebsd.org/changeset/base/250572
Log:
MFC r249859: getdtablesize(2): Describe what this function actually does.
getdtablesize() returns the limit on new file descriptors; this says nothing
about existin
Author: jilles
Date: Sun May 12 16:20:27 2013
New Revision: 250571
URL: http://svnweb.freebsd.org/changeset/base/250571
Log:
MFC r249956: sysconf(3): Correct the description of _SC_OPEN_MAX.
Modified:
stable/9/lib/libc/gen/sysconf.3
Directory Properties:
stable/9/lib/libc/ (props changed)
Author: jilles
Date: Sun May 12 16:18:00 2013
New Revision: 250570
URL: http://svnweb.freebsd.org/changeset/base/250570
Log:
MFC r249979: intro(2): Fix some errors in ENFILE and EMFILE descriptions.
Modified:
stable/9/lib/libc/sys/intro.2
Directory Properties:
stable/9/lib/libc/ (props ch
Author: jilles
Date: Sun May 12 16:11:23 2013
New Revision: 250569
URL: http://svnweb.freebsd.org/changeset/base/250569
Log:
MFC r249566,r249644: EINTR in POSIX sem_*.
Document that sem_wait() can fail with [EINTR].
Programs often do not expect an [EINTR] return from sem_wait() and POS
Author: hselasky
Date: Sun May 12 12:20:04 2013
New Revision: 250561
URL: http://svnweb.freebsd.org/changeset/base/250561
Log:
MFC r249796, r249830, r249844 and r249845:
USB audio fixes and improvements.
- Fix runtime switching of sample rate
- Fix feedback endpoint algorithm
Modified:
Author: hselasky
Date: Sun May 12 12:13:23 2013
New Revision: 250560
URL: http://svnweb.freebsd.org/changeset/base/250560
Log:
MFC r249795:
Add convenience wrapper functions to run callbacks in the context of the
USB explore thread.
Modified:
stable/9/sys/dev/usb/controller/usb_controller
Author: hselasky
Date: Sun May 12 12:09:08 2013
New Revision: 250559
URL: http://svnweb.freebsd.org/changeset/base/250559
Log:
MFC r249725:
Add new OHCI controller ID.
Modified:
stable/9/sys/dev/usb/controller/ohci_pci.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys
Author: jh
Date: Sun May 12 09:42:17 2013
New Revision: 250558
URL: http://svnweb.freebsd.org/changeset/base/250558
Log:
MFC r249650:
Include PID in the error message which is printed when the maxproc limit
is exceeded. Improve formatting of the message while here.
PR: kern
13 matches
Mail list logo