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
*
Userland changes to go with vnode->v_tag change.
njl
2002-09-14
1
-23
/
+18
*
Promote gcore from i386-specific to the MI section.
peter
2002-09-13
1
-1
/
+1
*
Add #include <sys/queue.h> for sparc64's benefit. The MD includes there
peter
2002-09-13
1
-0
/
+1
*
Use a crowbar to move the a.out code out of gcore.c and into its own
peter
2002-09-13
7
-577
/
+68
*
Some uses of the variable n needed to be int, others needed to be
mike
2002-09-11
1
-8
/
+8
*
Unbreak world by fixing 4 syntax errors and 1 wrong variable type.
mike
2002-09-11
1
-5
/
+5
*
Fix style bugs in macros.
fanf
2002-09-10
1
-9
/
+6
*
Tidy up the base64 code and relax the error handling.
fanf
2002-09-10
1
-18
/
+28
*
Style: Don't treat pointers as booleans.
fanf
2002-09-10
1
-2
/
+2
*
Fix tilde-expansion of the filename obtained from the "begin" line in -s
fanf
2002-09-10
1
-95
/
+84
*
Replace a goto with continue.
fanf
2002-09-10
1
-2
/
+1
*
Remove register keyword.
fanf
2002-09-10
1
-2
/
+2
*
Style: space after return.
fanf
2002-09-10
1
-15
/
+15
*
Make the handling of -i neater.
fanf
2002-09-10
1
-14
/
+10
*
Only try to chmod the output if it's a regular file, rather than
fanf
2002-09-10
1
-4
/
+4
*
Prevent the wrapper from looping on itself forever, when there
thomas
2002-09-10
2
-1
/
+11
*
Add the 1109 incident.
grog
2002-09-10
1
-1
/
+2
*
Check for FD_SET overrun.
nectar
2002-09-09
1
-0
/
+4
*
Catch up with the ISO-C++ standard.
obrien
2002-09-09
1
-1
/
+2
*
Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix the
sobomax
2002-09-07
1
-0
/
+1
*
Add #include <netinet/ip.h> in attempt to fix the world.
sobomax
2002-09-07
1
-0
/
+1
*
Make it clear that the ":C" variable modifier expects an extended
archie
2002-09-06
1
-2
/
+2
*
Warns cleanups for netstat:
dwmalone
2002-09-05
15
-195
/
+194
*
Include stdint.h to make this compile.
iedowse
2002-09-05
1
-0
/
+1
*
ANSIify function definitions.
dwmalone
2002-09-04
74
-747
/
+421
*
Avoid a signedness warning by casting chain_index to a size_t.
dwmalone
2002-09-04
1
-1
/
+1
*
No need to declare optind as an external int.
dwmalone
2002-09-04
1
-1
/
+0
*
Die on -D=foo, when parsing options - we can't let someone define (nil).
jmallett
2002-09-04
1
-0
/
+2
*
Don't try (and fail) to fchmod /dev/stdout. Revert the manual page
fanf
2002-09-03
2
-1
/
+3
*
Suggest -p instead of -o /dev/stdout.
fanf
2002-09-03
1
-1
/
+1
*
Remove spurious whitespace
fanf
2002-09-03
1
-8
/
+6
*
If the CC environment variable contains multiple words then split
iedowse
2002-09-01
1
-3
/
+7
*
Deal with bootstrapping from an old -current (almost exactly a year old)
peter
2002-08-31
1
-0
/
+3
*
Switch to new format which allows unlimited numbers of chains and
ache
2002-08-31
1
-16
/
+43
*
Add dates of foundation for Malaya, Malaysia and Singapore.
grog
2002-08-30
1
-0
/
+3
*
Prepare for switching to unlimited chains format
ache
2002-08-30
1
-15
/
+31
*
Add date of foundation of Federal Republic of Germany.
grog
2002-08-29
1
-1
/
+1
*
- Clarify events which happened in the USA.
grog
2002-08-28
1
-25
/
+24
*
Do not repeat the name of the flag in its description
charnier
2002-08-27
1
-24
/
+8
*
Use strchr() instead of index(). Use getopt(). Use err().
charnier
2002-08-27
1
-68
/
+41
*
s/optarg/s/ (cut'n'paste braino)
des
2002-08-27
1
-6
/
+4
*
Clarify that the date 26 August 1920 was the date women got the vote
grog
2002-08-26
1
-1
/
+4
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
9
-15
/
+15
*
Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and
jmallett
2002-08-25
3
-3
/
+11
*
Tweak chain example to show more possibilities
ache
2002-08-23
1
-2
/
+2
*
Fix warning when calling w(1) when logged in via xdm/kdm. This is
seanc
2002-08-23
1
-4
/
+3
*
Allow chains in any form like <name1><name2> or \xf1\xf2, not binary
ache
2002-08-23
3
-37
/
+37
*
Use correct document date for the -a option.
johan
2002-08-22
1
-1
/
+1
*
Add the -a option to report all matches instead of only the
johan
2002-08-22
3
-57
/
+145
*
Jump in.
thomas
2002-08-21
1
-0
/
+1
[next]