Author: uqs
Date: Fri Jul 1 20:45:55 2011
New Revision: 223715
URL: http://svn.freebsd.org/changeset/base/223715
Log:
- Fix typo in check_for_nested_with_variably_modified present
- Implement -Wvariable-decl.
- Port -Wtrampolines support from gcc3.
(all three also via OpenBSD)
PR:
Author: sem (ports committer)
Date: Fri Jul 1 19:22:27 2011
New Revision: 223713
URL: http://svn.freebsd.org/changeset/base/223713
Log:
Fix a typo.
Approved by: kib
Modified:
head/sbin/natd/natd.8
Modified: head/sbin/natd/natd.8
Author: marius
Date: Fri Jul 1 18:31:59 2011
New Revision: 223712
URL: http://svn.freebsd.org/changeset/base/223712
Log:
Fix r223695 to compile on architectures which don't use the MBR scheme; wrap
the MBR support in the common part of the loader in #ifdef's and enable it
only for userboot
Author: jonathan
Date: Fri Jul 1 12:13:48 2011
New Revision: 223710
URL: http://svn.freebsd.org/changeset/base/223710
Log:
Define cap_rights_t and DTYPE_CAPABILITY, which are required to
implement Capsicum capabilities.
Approved by: mentor (rwatson), re (bz)
Modified:
head/sys/sys/_ty
Author: pluknet
Date: Fri Jul 1 10:57:10 2011
New Revision: 223709
URL: http://svn.freebsd.org/changeset/base/223709
Log:
Bump date after the previous commit.
Modified:
head/bin/ps/ps.1
Modified: head/bin/ps/ps.1
==
Author: pluknet
Date: Fri Jul 1 10:54:47 2011
New Revision: 223708
URL: http://svn.freebsd.org/changeset/base/223708
Log:
Update and sort the list of the available keywords.
Modified:
head/bin/ps/ps.1
Modified: head/bin/ps/ps.1
===
Author: glebius
Date: Fri Jul 1 08:27:03 2011
New Revision: 223706
URL: http://svn.freebsd.org/changeset/base/223706
Log:
Fix double free.
Submitted by: Alexander V. Chernikov
Modified:
head/sys/netgraph/netflow/netflow_v9.c
Modified: head/sys/netgraph/netflow/netflow_v9.c
===