| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
net.c:162:21: error: format specifies type 'long' but the argument has type 'unsigned int' [-Werror,-Wformat]
path, strlen(path), maxlen);
^~~~~~~~~~~~
net.c:162:35: error: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
path, strlen(path), maxlen);
^~~~~~
|
| |
|
|
|
|
|
|
|
| |
Reported by: Eric Freeman [eric at sundivenetworks.com]
Notes:
svn path=/head/; revision=313710
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove LICENSE_FILE for those listed in bsd.licenses.db.mk
- Add test and regression-test targets
- Patch integ-test.c so we can run unit tests (#include order, thanks ak!)
- New Makefile header convention
Changes: http://kr.github.com/beanstalkd/2012/09/11/1.7-release-notes.html
PR: 172405
Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com>
Feature safe: yes
Notes:
svn path=/head/; revision=306116
|
|
|
|
|
|
|
| |
Add support of multiply profiles (idea obtained from memcached port).
Notes:
svn path=/head/; revision=291590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=276188
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=227666
|
|
|
|
| |
Notes:
svn path=/head/; revision=227665
|
|
Notes:
svn path=/head/; revision=211057
|