Module Name:src
Committed By: wiz
Date: Tue Oct 25 09:26:53 UTC 2011
Modified Files:
src/lib/libc/sys: utimes.2
Log Message:
Fix typo reported by Henning Petersen in PR 45515.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/utimes.2
Please
Module Name:src
Committed By: wiz
Date: Tue Oct 25 09:28:17 UTC 2011
Modified Files:
src/lib/libc/gen: glob.3
Log Message:
Fix function prototype. From Henning Petersen in PR 45516.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/libc/gen/glob.3
Pl
Module Name:src
Committed By: plunky
Date: Tue Oct 25 09:33:55 UTC 2011
Modified Files:
src/lib/libbluetooth: bluetooth.3 bt_dev.3
Log Message:
remove trailing comma in NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libbluetooth/bluetoot
Module Name:src
Committed By: jruoho
Date: Tue Oct 25 11:35:49 UTC 2011
Modified Files:
src/sys/kern: subr_cpufreq.c
src/sys/sys: cpufreq.h
Log Message:
Use microsecond rather than nanosecond resolution when sampling latencies.
To generate a diff of this commit:
Module Name:src
Committed By: yamt
Date: Tue Oct 25 14:11:27 UTC 2011
Modified Files:
src/common/lib/libc/gen: radixtree.c
src/sys/sys: radixtree.h
Log Message:
add radix_tree_empty_tagged_tree_p, a "tagged" variant of
radix_tree_empty_tree_p.
To generate a diff
Module Name:src
Committed By: jakllsch
Date: Tue Oct 25 15:01:46 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU
Log Message:
Per existing x86 GENERIC kernels, add:
#options BUFQ_READPRIO
options BUF
Module Name:src
Committed By: christos
Date: Tue Oct 25 15:16:22 UTC 2011
Added Files:
src/external/gpl3/gdb/lib/libbfd/arch/mipseb: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h defs.mk targmatch.h
src/external/gpl3/gdb/lib/libbfd/arch/mipsel: bfd-in3.
Module Name:src
Committed By: aymeric
Date: Tue Oct 25 16:09:14 UTC 2011
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
add Sony PLAYSTATION(R)3 Controller entry
To generate a diff of this commit:
cvs rdiff -u -r1.597 -r1.598 src/sys/dev/usb/usbdevs
Please note t
Module Name:src
Committed By: aymeric
Date: Tue Oct 25 16:10:20 UTC 2011
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.590 -r1.591 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.591 -r1.592 sr
Module Name:src
Committed By: aymeric
Date: Tue Oct 25 16:12:02 UTC 2011
Modified Files:
src/sys/dev/usb: uhidev.c
Log Message:
enable Sony's Six Axis and DualShock 3 USB controllers
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/uhidev.c
Module Name:src
Committed By: christos
Date: Tue Oct 25 16:56:23 UTC 2011
Modified Files:
src/external/mit/xorg/bin/xdm: Makefile Makefile.xdm
Log Message:
Add all the missing HAS_ so that we get back login_cap functionality.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: bouyer
Date: Tue Oct 25 17:25:47 UTC 2011
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Fix bogus KASSERT: if there is a xbdi_io, xbdi_pendingreqs must *NOT* be 0.
Not sure why it has stayed unoticed for so long ...
To
Module Name:src
Committed By: christos
Date: Tue Oct 25 18:26:09 UTC 2011
Modified Files:
src/sys/kern: subr_cpufreq.c
Log Message:
back to using timespec, but convert to microseconds to prevent overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sy
Module Name:src
Committed By: bouyer
Date: Tue Oct 25 20:16:13 UTC 2011
Modified Files:
src/sys/arch/i386/isa [cherry-xenmp]: npx.c
Log Message:
Make this build without options MULTIPROCESSOR
To generate a diff of this commit:
cvs rdiff -u -r1.139.6.2 -r1.139.6.3 src/sys
Module Name:src
Committed By: bouyer
Date: Tue Oct 25 21:47:38 UTC 2011
Modified Files:
src/sys/dev/pci: if_age.c
Log Message:
age_init() is called from age_watchdog() which is interrupt context, we
can't sleep here or we get a DIAGNOSTIC panic when age_watchdog() fires.
M
Module Name:src
Committed By: jym
Date: Tue Oct 25 22:13:22 UTC 2011
Modified Files:
src/usr.bin/pmap: main.c
Log Message:
kill(2) might not be a good test after all, users can send signals
to setuid binaries (like SIGINT for ping(8)). So apply the exact same
rights as pro
Module Name:src
Committed By: dyoung
Date: Tue Oct 25 22:26:18 UTC 2011
Modified Files:
src/sys/net: if.c if.h
Log Message:
Document the ifioctl locking in comments.
Add a missing percpu_free(9) call.
To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.255 src/s
Module Name:src
Committed By: christos
Date: Tue Oct 25 23:13:57 UTC 2011
Added Files:
src/external/gpl3/gdb/lib/libbfd/arch/m68000: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h defs.mk targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/m68000: co
Module Name:src
Committed By: jym
Date: Tue Oct 25 23:45:19 UTC 2011
Modified Files:
src/usr.bin/pmap: main.c
Log Message:
Move getuid() out of the loop, uid should not change behind our back. KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin
Module Name:src
Committed By: christos
Date: Wed Oct 26 00:14:13 UTC 2011
Added Files:
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h defs.mk targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb
Module Name:src
Committed By: mrg
Date: Wed Oct 26 00:57:00 UTC 2011
Modified Files:
src/sys/arch/sun2/conf: GENERIC
src/sys/arch/sun2/dev: zs.c
src/sys/arch/sun3/dev: zs.c
Log Message:
catch up with other zs ports, original commit was:
>add two new functi
Module Name:src
Committed By: mrg
Date: Wed Oct 26 00:57:37 UTC 2011
Modified Files:
src/sys/arch/sun2/conf: GENERIC
Log Message:
revert previous.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/sun2/conf/GENERIC
Please note that diffs are not
Module Name:src
Committed By: christos
Date: Wed Oct 26 01:46:11 UTC 2011
Modified Files:
src/sys/arch/powerpc/include: asm.h
Log Message:
- Indent ifdefs, comment endif and else cpp tags
- Add missing END macro for LP64
- Make whitespace consistent
To generate a diff of
Module Name:src
Committed By: macallan
Date: Wed Oct 26 04:56:23 UTC 2011
Modified Files:
src/sys/arch/macppc/pci: bandit.c grackle.c uninorth.c
Log Message:
actually split device and softc
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc
24 matches
Mail list logo