Author: ngie
Date: Sat Nov 29 06:53:06 2014
New Revision: 275234
URL: https://svnweb.freebsd.org/changeset/base/275234
Log:
MF projects/building-blocks r275198:
Use ${.TARGET} instead of hardcoding the name in the dump build rule
Modified:
head/usr.bin/vi/catalog/Makefile
Directory Pro
Author: bapt
Date: Sat Nov 29 00:45:09 2014
New Revision: 275223
URL: https://svnweb.freebsd.org/changeset/base/275223
Log:
Update libucl to latest version
While here correctly link libucl to libm and register the dependency on libm
for static building
Added:
head/contrib/libucl/COPYIN
Author: bapt
Date: Fri Nov 28 22:03:35 2014
New Revision: 275218
URL: https://svnweb.freebsd.org/changeset/base/275218
Log:
Readd Makefile.inc that were used to include upper level Makefile.inc and
set (among other things) the destination where the binary should be installed
Added:
head/usr
Author: bz
Date: Fri Nov 28 14:51:49 2014
New Revision: 275211
URL: https://svnweb.freebsd.org/changeset/base/275211
Log:
After r275196 unbreak NOIP and NOINET kernels by hiding an otherwise
unused varibale under the proper #ifdef.
Modified:
head/sys/net/if_arcsubr.c
head/sys/net/if_fddis
Author: rea (ports committer)
Date: Fri Nov 28 12:14:59 2014
New Revision: 275209
URL: https://svnweb.freebsd.org/changeset/base/275209
Log:
DRM2: fix off-by-one overflow in ioctl processing
Call to the driver-specific ioctl used to process ioctl number
that will lead to the out-of-bounds
Author: andrew
Date: Fri Nov 28 11:49:26 2014
New Revision: 275208
URL: https://svnweb.freebsd.org/changeset/base/275208
Log:
Some device tree configurations place the generic timer under the root
of the tree and not under simplebus. Update the driver to handle this.
Submitted by: Julien
Author: andrew
Date: Fri Nov 28 11:45:53 2014
New Revision: 275207
URL: https://svnweb.freebsd.org/changeset/base/275207
Log:
We don't use the hypervisor interrupt, make it optional in the device tree.
Submitted by: Julien Grall
MFC after:1 week
Modified:
head/sys/arm/arm/generic_
Author: kib
Date: Fri Nov 28 10:20:00 2014
New Revision: 275206
URL: https://svnweb.freebsd.org/changeset/base/275206
Log:
Assert the state of the process lock and sigact mutex in
kern_sigprocmask() and reschedule_signals().
Discussed with: rea
Sponsored by: The FreeBSD Foundation
Author: hselasky
Date: Fri Nov 28 09:32:07 2014
New Revision: 275205
URL: https://svnweb.freebsd.org/changeset/base/275205
Log:
Style changes:
- Move two IOCTL related defines to the top of the C-file
- Add more comments describing the recently added IOCTL small size and
small align macros