Module Name:src
Committed By: martin
Date: Mon Sep 16 09:25:56 UTC 2013
Modified Files:
src/sys/kern: kern_ktrace.c
Log Message:
Fix inverted ktrop() return value - oops!
Noted by Nicolas Joly.
To generate a diff of this commit:
cvs rdiff -u -r1.162 -r1.163 src/sys/kern/
Module Name:src
Committed By: hannken
Date: Mon Sep 16 12:36:54 UTC 2013
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
Function ffs_reload() works on a read-only mount, so remove the call
to ffs_snapshot_mount() as it would panic later with "already on list"
w
Module Name:src
Committed By: ast
Date: Mon Sep 16 15:23:57 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf
rpi_inst.conf
Log Message:
After discussions with cristos regarding the previous commit, he
convinced me it was suffi
Module Name:src
Committed By: martin
Date: Mon Sep 16 15:22:52 UTC 2013
Modified Files:
src/tests/lib/libc/gen: t_isnan.c
Log Message:
Make it compile on archs where NAN is not defined - previously it only
compiled by chance (and details of the __isnan macro) on vax.
To
Module Name:src
Committed By: martin
Date: Mon Sep 16 15:56:24 UTC 2013
Modified Files:
src/sys/arch/vax/include: math.h
Log Message:
Change __isinf and __isnan from macros to inline functions. The macros do
collide with newer gcc libstdc++.
To generate a diff of this co
Module Name:src
Committed By: martin
Date: Mon Sep 16 15:54:42 UTC 2013
Modified Files:
src/include: math.h
Log Message:
Allow archs to provide __isinf() and __isnan() as inline functions instead
of macros.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 sr
Module Name:src
Committed By: martin
Date: Mon Sep 16 15:33:24 UTC 2013
Modified Files:
src/tests/lib/libc/gen: t_isnan.c
Log Message:
Retry previous
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_isnan.c
Please note that diffs are
Module Name:src
Committed By: pooka
Date: Tue Sep 17 00:50:19 UTC 2013
Modified Files:
src/sys/rump/dev: files.rump
Log Message:
allow pcibus to attach to a rump kernel mainbus
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/files.rump
Pleas
Module Name:src
Committed By: jakllsch
Date: Tue Sep 17 01:16:45 UTC 2013
Modified Files:
src/sys/arch/x86/pci: ichlpcib.c
Log Message:
Use '\n' at the end of all aprint_error_dev() format strings.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arc