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
*
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
*
Add myself to the calendar.
remko
2005-04-10
1
-0
/
+1
*
Remove unused variables.
stefanf
2005-04-09
7
-11
/
+6
*
Commodore Perry was not 4 years old when he sailed to Japan. Correct
murray
2005-04-08
1
-1
/
+1
*
Add myself (and decrease the average age).
joel
2005-04-08
1
-0
/
+1
*
Move the code for parsing .for and .if statements to the place where the
harti
2005-04-08
1
-56
/
+42
*
When Parse_Error is called after the top-level Makefile is closed we
harti
2005-04-07
1
-3
/
+7
*
Handle popping of the input stack in ParseReadLine() instead of
harti
2005-04-07
1
-341
/
+329
*
Mostly stylistic changes: remove the noPLen field from the Shell
harti
2005-04-07
1
-64
/
+67
*
There is not much sense in having an else after Punt() and _exit() which
harti
2005-04-05
1
-48
/
+56
*
Put parantheses into 'if (foo && bar & flag)'. While they are not strictly
harti
2005-04-05
1
-2
/
+2
*
Remove lots if irritating parantheses and fix two comments.
harti
2005-04-05
1
-28
/
+28
*
Remove the definition for STATIC and just use static.
harti
2005-04-05
1
-10
/
+8
*
Remove unneccessary local prototypes.
harti
2005-04-05
1
-7
/
+0
*
The static tfile is used only in one single function so move it into that
harti
2005-04-05
1
-6
/
+1
*
The tfile field of struct Job isn't used anymore since revision 1.22 so
harti
2005-04-05
1
-3
/
+0
[next]