index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move some debugging code from targ.c to var.c where it actually belongs.
harti
2005-05-10
3
-10
/
+14
*
Make make a little bit more POSIXish with regard to option parsing:
harti
2005-05-10
3
-12
/
+64
*
Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
harti
2005-05-09
9
-163
/
+174
*
Clarify some error messages.
kientzle
2005-05-08
4
-8
/
+8
*
Introduce a new pseudo-target .EXPORTVAR which allows to put a
harti
2005-05-06
5
-94
/
+119
*
Make smbfs capable to use 16bit char set in filenames.
takawata
2005-05-04
1
-2
/
+2
*
Enabke mkuzip(1) on amd64.
sobomax
2005-05-02
1
-0
/
+1
*
Make WARNS=6 clean, which should make it compiling on amd64.
sobomax
2005-05-02
2
-4
/
+4
*
Make brandelf(1)'s -t "ABI format" case insensitive, as the ABI value
green
2005-05-02
1
-1
/
+1
*
Include systat.h for cmdtab, to make gcc4 happy.
delphij
2005-05-02
1
-0
/
+1
*
Consistently use signed char so gcc4 won't complain
delphij
2005-05-02
1
-1
/
+1
*
Rename the directive_hash.[ch] files to hash_tables.[ch] now
harti
2005-04-29
4
-11
/
+10
*
Implement a pseudo-target .WARN that allows toggeling the warning flags
harti
2005-04-29
6
-32
/
+109
*
Add flag to choose whether to use getgrouplist(3) or getgroups(2)
robert
2005-04-29
1
-6
/
+11
*
Fix spelling error.
robert
2005-04-29
1
-1
/
+1
*
We need to pass NGROUPS + 1 to getgrouplist(3) to display
robert
2005-04-28
1
-1
/
+1
*
- Merge two functions for printing `id' output.
robert
2005-04-28
1
-57
/
+33
*
Introduce a flag to enable extended warnings (-x) and make them off
harti
2005-04-28
4
-8
/
+31
*
- Set negative row or column argument values to zero.
robert
2005-04-28
1
-3
/
+5
*
Use a minimal perfect hash for the special sources/targets too. Add
harti
2005-04-28
4
-49
/
+114
*
Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.c
harti
2005-04-28
2
-2
/
+2
*
Move the hash function for directives into its own file and add
harti
2005-04-28
4
-67
/
+160
*
bsdtar now uses the "tree" package instead of "fts" for walking
kientzle
2005-04-24
7
-1518
/
+743
*
Correct autoconf/automake invocation to work with devel/gnu-auto* from
kientzle
2005-04-23
1
-2
/
+2
*
Minor fix to the configure logic to properly detect ACL support.
kientzle
2005-04-23
1
-2
/
+1
*
Overhaul getdate.y. In particular, remove minutes-based logic
kientzle
2005-04-23
1
-686
/
+574
*
Point users to tcsh(1) for information about shell globbing patterns,
murray
2005-04-19
1
-1
/
+2
*
MFS revision 1.139.2.4 (add edwin) because I accidentally committed to
cperciva
2005-04-18
1
-0
/
+1
*
A very minor tweak to the handling of leading '/' characters.
kientzle
2005-04-17
1
-1
/
+6
*
A number of fixes to the autoconf-generated build system. In
kientzle
2005-04-17
5
-30
/
+120
*
Configure script needs to test for dirent.d_namlen.
kientzle
2005-04-17
1
-1
/
+1
*
Update "make distfile" to use newest automake/autoconf from ports.
kientzle
2005-04-17
1
-2
/
+2
*
Support path-rewriting options (including --strip-components) for both
kientzle
2005-04-17
6
-90
/
+115
*
Reduce the width of the THR column to 4 characters, to avoid wrap-around
keramida
2005-04-16
1
-5
/
+5
*
Update the bugs section, null characters in the format string are now handled.
stefanf
2005-04-14
1
-6
/
+4
*
Handle null characters in the format string. A \0 in the argument passed to %b
stefanf
2005-04-14
1
-7
/
+13
*
No reason to write \a and \v as octal escape sequences.
stefanf
2005-04-14
1
-2
/
+2
*
- Add a THR column to the process listing, that shows the number of
keramida
2005-04-14
1
-12
/
+57
*
Printf(1) is WARNS 6 clean.
stefanf
2005-04-14
1
-0
/
+1
*
- Move parts of the long main() function into a new function doformat().
stefanf
2005-04-14
1
-153
/
+160
*
Assign 0.0 to the variable passed to getfloating() if the argument is missing.
stefanf
2005-04-13
1
-1
/
+3
*
Split VarFind() into a series of functions tailored for the different sets
harti
2005-04-13
1
-70
/
+94
*
Add support for more than two datasets. Currently limited to 7 though
mdodd
2005-04-13
1
-29
/
+29
*
Add myself as a new ports committer.
jylefort
2005-04-12
1
-0
/
+1
*
Silence a warning on systems without carp(4).
ru
2005-04-12
1
-1
/
+2
*
Replace buggy for-loops to skip certain character with strspn(). If *fmt was
stefanf
2005-04-11
1
-3
/
+3
*
Parse_Init() is gone so remove comments that mention it.
harti
2005-04-11
1
-11
/
+0
*
Remove an unneccesary forward declaration for MainParseArgs().
harti
2005-04-11
1
-20
/
+34
*
Remove the call to Parse_Init() - there is no need to initialize
harti
2005-04-11
1
-2
/
+0
*
Rework the directive parsing code. Instead of using a lot of strcmp()s
harti
2005-04-11
6
-599
/
+673
[prev]
[next]