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
*
Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of
harti
2004-12-07
31
-230
/
+230
*
Constification of arguments passed to functions; no change on the
harti
2004-12-07
1
-15
/
+15
*
Make needs no circular lists so remove them from the list code.
harti
2004-12-07
21
-144
/
+88
*
Fix -t option processing.
bland
2004-12-06
1
-4
/
+2
*
Some constification which doesn't require code rewrites.
harti
2004-12-06
4
-17
/
+13
*
Style: fix indentation.
harti
2004-12-06
2
-643
/
+660
*
Unbreak sockstat(1) on systems without the divert protocol.
ru
2004-12-06
1
-0
/
+2
*
Remove an unused macro.
harti
2004-12-06
1
-5
/
+0
*
Constify arguments to Hash_FindEntry and Hash_CreateEntry.
harti
2004-12-06
2
-6
/
+6
*
Remove extra empty lines.
harti
2004-12-06
1
-2
/
+0
*
Style: fix indentation, prototypes for functions even in comment.
harti
2004-12-06
1
-25
/
+13
*
Show divert(4) sockets as well.
ru
2004-12-05
1
-0
/
+6
*
Remove an extra space.
harti
2004-12-03
1
-1
/
+1
*
Fix breakage introduced on 64-bit platforms with my last commit. Need
harti
2004-12-03
10
-52
/
+53
*
Plug a memory leak.
harti
2004-12-03
1
-0
/
+1
*
Put macro arguments in paranthesis.
harti
2004-12-03
2
-2
/
+2
*
Make sizes to be of type size_t and correct function arguments that
harti
2004-12-03
3
-32
/
+32
*
Style: fix indentation, protect macro with do { } while (0).
harti
2004-12-03
2
-135
/
+134
*
Describe the .SHELL target.
harti
2004-12-03
1
-1
/
+109
*
Change the algorithm that matches the builtin shells from the name keyword
harti
2004-12-03
1
-32
/
+16
*
Add myself to the committers' birthday calendar
dumbbell
2004-12-03
1
-0
/
+1
*
Remove a double test for the same ptr != NULL and use the official
harti
2004-12-01
1
-7
/
+6
*
Style: remove a lot of unnecessary casts, add some and spell the null
harti
2004-12-01
17
-508
/
+498
*
Stylification: missing spaces, extra space after function names, casts
harti
2004-11-30
34
-1401
/
+1452
*
Use ?= with WARNS.
wollman
2004-11-30
1
-1
/
+1
*
Constify the array of predefined shells. It turns out that we need two
harti
2004-11-30
2
-45
/
+63
*
Change a couple of the primitve list functions to be macros. This changes
harti
2004-11-30
13
-756
/
+23
*
Fix a bug that would truncate the full name of an archive member if
harti
2004-11-29
1
-2
/
+5
*
Use typedefs for the types of the functions that are passed as arguments
harti
2004-11-29
10
-17
/
+22
*
Merge the contents of lstInt.h into the public lst.h. This let's us get
harti
2004-11-29
29
-355
/
+227
*
Don't include sys/user.h merely for its side-effect of recursively
das
2004-11-27
1
-1
/
+1
*
Remove a.out support from gcore(1).
das
2004-11-27
2
-249
/
+0
*
Remove unused file.
harti
2004-11-26
1
-300
/
+0
*
Style: prototypes, un-register and remove some empty lines.
harti
2004-11-26
25
-133
/
+100
*
Include sys/sysctl.h on all architectures not only i386.
harti
2004-11-25
2
-2
/
+1
*
Fix a very long-standing error in handling .SHELL targets: this target
harti
2004-11-25
1
-46
/
+125
*
Gentle code cleanup for the maximum make(1) level foo. This moves it to a
jmallett
2004-11-24
1
-18
/
+28
*
Add a `-m month' flag to provide a more convenient interface for
wollman
2004-11-23
3
-28
/
+45
*
Get rid of the shell table sentinel. It isn't needed anymore because
harti
2004-11-22
1
-10
/
+1
*
Print dates the right way round.
grog
2004-11-21
1
-0
/
+2
*
gcore(1) apparently still cares about a.out core dumps, so it still
das
2004-11-20
1
-0
/
+2
*
Install the header for libmagic.
obrien
2004-11-19
1
-1
/
+1
*
Fix buffer overflow. This is FreeBSD-SA-04:16.fetch.
cperciva
2004-11-18
1
-1
/
+2
*
Eliminate the define for POSIX and build with Posix behaviour.
harti
2004-11-17
3
-62
/
+12
*
tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn't
jkh
2004-11-14
1
-1
/
+1
*
Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.
bz
2004-11-13
4
-7
/
+24
*
Removed bitrot.
ru
2004-11-13
2
-16
/
+1
*
If -B is specified to get compat mode (as opposed to just not giving
phk
2004-11-12
1
-0
/
+1
*
third of several commits to allow kernel System V IPC data structures
rwatson
2004-11-12
1
-66
/
+66
*
Use a relative symlinking so that "tar" also works in /stand.
ru
2004-11-12
1
-1
/
+1
[next]