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
/
mail
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313659-r313673
bapt
2017-02-17
1
-1
/
+1
*
MFC r312663: When creating record file, use umask 077 instead of the default.
delphij
2017-02-06
1
-1
/
+6
*
MFC r312664: Always initialize 'c'.
delphij
2017-02-06
1
-1
/
+1
*
MFC r302911:
pfg
2016-07-25
2
-2
/
+6
*
MFC r302542:
delphij
2016-07-25
1
-2
/
+2
*
MFC r302511, r302771, r302845:
pfg
2016-07-17
2
-4
/
+8
*
Always return either a dynamically allocated string or NULL from
truckman
2016-05-13
1
-2
/
+2
*
mail: Don't truncate mtime of mailbox to microseconds.
jilles
2016-04-17
1
-9
/
+9
*
Fix naive use of ftell(3).
pfg
2016-02-16
1
-1
/
+1
*
Add META_MODE support.
sjg
2015-06-13
1
-0
/
+18
|
\
|
*
dirdeps.mk now sets DEP_RELDIR
sjg
2015-06-08
1
-2
/
+0
|
*
Merge from head@274682
sjg
2014-11-19
1
-1
/
+1
|
|
\
|
*
|
Updated dependencies
sjg
2014-05-16
1
-1
/
+0
|
*
|
Updated dependencies
sjg
2014-05-10
1
-0
/
+2
|
*
|
Merge from head
sjg
2013-09-05
1
-1
/
+1
|
|
\
\
|
*
\
\
sync from head
sjg
2013-04-12
1
-2
/
+2
|
|
\
\
\
|
*
|
|
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
|
*
|
|
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
|
|
|
|
|
|
|
\
\
\
|
*
-
.
\
\
\
Sync from head
sjg
2012-11-04
1
-1
/
+1
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+19
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Add const to the copyright variable
bapt
2015-06-06
2
-2
/
+2
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Always check the limits of array index variables before using them.
pfg
2014-08-21
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove unnecessary cast to pid_t.
kevlo
2013-07-04
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Fix undefined behaviour in usr.bin/mail/util.c.
dim
2013-02-15
1
-2
/
+2
|
|
/
|
/
|
*
|
Rework all non-contributed files that use `struct timezone'.
ed
2012-09-01
1
-1
/
+1
|
/
*
Fix likely race condition if wait_child() is interrupted by sigchild()
eadler
2012-05-30
1
-1
/
+3
*
fgets(3) returns a pointer, so compare against NULL, not integer 0.
kevlo
2012-01-13
1
-1
/
+1
*
Touch up some more small typos missed in the previous round.
uqs
2012-01-05
2
-2
/
+2
*
Spelling fixes for usr.bin/
uqs
2011-12-30
3
-3
/
+3
*
In usr.bin/mail/cmd1.c, use the correct printf length modifier for a
dim
2011-12-17
2
-2
/
+2
*
Replace __const by const in all non-contributed source code.
ed
2011-12-13
2
-2
/
+2
*
o Fix -u flag description: it takes a username as an argument.
maxim
2010-12-25
1
-1
/
+1
*
Add __unused. Ansi prototypes.
charnier
2010-12-19
20
-470
/
+204
*
Add __unused. Ansi prototypes.
charnier
2010-12-19
1
-33
/
+18
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
29
-116
/
+0
*
Move most of the remaining USD/PSD/SMM papers into share/doc
uqs
2010-12-04
11
-2936
/
+0
*
mail(1) misses addresses when replying to all
uqs
2010-05-27
1
-3
/
+4
*
Change all our own code to use st_*tim instead of st_*timespec.
ed
2010-03-28
1
-1
/
+1
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Rename mail(1)'s aux.c to util.c.
ed
2009-01-16
2
-2
/
+2
*
Use static storage-class specifier where appropriate.
dds
2007-11-08
4
-10
/
+10
*
Make function's definition follow its declared visibility.
dds
2007-11-08
1
-1
/
+1
*
o Really commit typo fixes to HEAD.
maxim
2007-03-25
1
-1
/
+1
*
Document the TMPDIR environment variable.
dds
2006-01-05
1
-1
/
+3
*
Sync usage screen with manpage.
yar
2005-10-07
1
-7
/
+6
*
Document the -d flag to mail(1) better, which comes handy when
yar
2005-10-07
1
-6
/
+15
*
Remove the dates from these files. They serve no purpose and result in
cperciva
2005-08-17
1
-1
/
+2
*
Bumped document date.
ru
2004-05-19
1
-6
/
+8
*
These aren't all binary options.
mikeh
2004-03-09
1
-1
/
+1
*
Assign checkmode boolean earlier to handle the goto jump.
mikeh
2004-03-06
1
-1
/
+1
[next]