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
/
bin
/
pax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document missing multibyte character handling in utilities specified
tjr
2004-07-03
1
-1
/
+5
*
Deal with double whitespace.
ru
2004-07-03
1
-2
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-2
/
+2
*
Don't continue if the '-C' option (a-la GNUtar; commited in options.c
obrien
2004-06-25
1
-1
/
+3
*
Use WARNS?=3 for these in the arm case for now, due to toolchain issues.
cognet
2004-05-14
1
-0
/
+4
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
26
-104
/
+0
*
Fix memory leak
cperciva
2004-03-16
1
-2
/
+2
*
Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
markm
2004-03-05
1
-1
/
+1
*
Get this area compiling with the highest WARNS= that it works with.
markm
2003-06-13
1
-1
/
+0
*
Fix a bazillion warnings. This makes almost the whole of src/bin/*
markm
2003-05-03
11
-75
/
+88
*
Quiet warnings about copyright[].
obrien
2003-05-02
1
-2
/
+2
*
Fix signed/unsigned mix comparisons involving sizeof.
obrien
2003-05-02
3
-11
/
+13
*
Add the -j and -y options to the synopsis.
tjr
2003-05-01
1
-1
/
+1
*
Make the "tarcp" example more direct.
obrien
2003-01-10
1
-5
/
+5
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
10
-21
/
+21
*
Ensure all va_starts have a matching va_end.
tjr
2002-10-06
1
-1
/
+1
*
/dev/sa0 is the default tape device, not /dev/rst0.
tjr
2002-10-06
2
-6
/
+6
*
Fix format string errors relating mainly to the use of %qu to print off_t's.
tjr
2002-10-06
4
-9
/
+15
*
Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correct
bde
2002-08-22
1
-5
/
+3
*
s/filesystem/file system/ as discussed on -developers
trhodes
2002-08-21
13
-37
/
+37
*
Fix a couple of typos in a comment.
keramida
2002-07-15
2
-3
/
+3
*
Consistently use FBSDID
obrien
2002-06-30
16
-31
/
+32
*
more file system > filesystem
trhodes
2002-05-16
1
-1
/
+1
*
Consistancy check s/file system/filesystem/
trhodes
2002-05-16
12
-33
/
+33
*
Use `The .Nm utility'
charnier
2002-04-21
1
-23
/
+24
*
Use `The .Nm utility'
charnier
2002-04-20
2
-5
/
+5
*
Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.
charnier
2002-04-12
1
-9
/
+15
*
No need to cast; ().gr_gid is already the correct type.
markm
2002-03-22
1
-1
/
+1
*
Correct inadvertent style botches in previous commit.
kris
2002-02-04
1
-2
/
+1
*
Lock down with WFORMAT=1 except those directories with unfixed warnings.
kris
2002-02-04
1
-0
/
+2
*
Ooops, forgot to remove the registers here.
imp
2002-02-02
14
-318
/
+318
*
o __P has been reoved
imp
2002-02-02
17
-1342
/
+181
*
Default to WARNS=2. Binary builds that cannot handle this must explicitly
obrien
2001-12-04
1
-0
/
+1
*
Use a quad int conversion routine for time_t instead of ulong, capable of
dillon
2001-10-28
1
-2
/
+4
*
Various string fields for certain cpio types are 11 rather then 8
dillon
2001-10-28
1
-6
/
+15
*
Remove unnecessary casts in timeval.tv_sec load from st_*time
dillon
2001-10-28
1
-4
/
+4
*
mdoc(7) police: s/BSD/.Bx/ where appropriate.
ru
2001-08-14
1
-1
/
+4
*
Initialize listf at main()
peter
2001-08-13
1
-1
/
+2
*
mdoc(7) police: join split punctuation to macro calls.
ru
2001-08-10
1
-7
/
+6
*
Remove whitespace at EOL.
dd
2001-07-15
1
-39
/
+39
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+6
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-2
/
+0
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+2
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
Minor comment fix
imp
2001-05-30
1
-1
/
+1
*
mdoc(7) police: fix markup, rename and reorder some sections.
ru
2001-05-08
2
-78
/
+104
*
mdoc(7) police: sort xrefs.
ru
2001-05-08
1
-2
/
+2
*
Sync up with OpenBSD. Too many changes to note, but the major features
kris
2001-05-08
21
-209
/
+1562
*
Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzip
kris
2001-05-05
5
-13
/
+107
*
Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.
kris
2001-04-26
10
-80
/
+82
[next]