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
*
Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc,
dim
2013-03-07
1
-1
/
+1
*
Fix typo ('1' != 'l')
eadler
2013-03-04
1
-1
/
+1
*
Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded to
eadler
2013-03-04
1
-0
/
+1
*
Add an option for finding sparse files.
dwmalone
2013-03-03
4
-1
/
+31
*
- Implement two new system calls:
pjd
2013-03-02
1
-0
/
+7
*
Merge Capsicum overhaul:
pjd
2013-03-02
3
-17
/
+44
*
Properly handle '-h' argument.
gjb
2013-02-28
1
-1
/
+1
*
Revert r247300 for now. I'll post a new changeset for review.
delphij
2013-02-26
3
-11
/
+11
*
Expose timespec and timeval macros when __BSD_VISIBLE is defined. This
delphij
2013-02-26
3
-11
/
+11
*
Remove EOL whitespace.
joel
2013-02-25
1
-6
/
+6
*
Fix several new & old style issues.
melifaro
2013-02-20
3
-14
/
+12
*
Add interface name filtering via 'match' cmd.
melifaro
2013-02-20
3
-25
/
+162
*
dtc: fix bootstrapping from 8.2-STABLE
uqs
2013-02-19
1
-0
/
+4
*
WARNS=6 compliance
charnier
2013-02-19
1
-1
/
+3
*
WARNS=6 compliance
charnier
2013-02-19
6
-11
/
+10
*
Remove old-style function definition
charnier
2013-02-19
1
-1
/
+1
*
Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is a
markj
2013-02-17
1
-1
/
+1
*
Since clang 3.2 now has an option to suppress warnings about implicitly
dim
2013-02-16
1
-5
/
+0
*
Fix undefined behaviour in usr.bin/mail/util.c.
dim
2013-02-15
1
-2
/
+2
*
Fix date.
joel
2013-02-14
1
-1
/
+1
*
- Fix libmd dependency. It is needed in the bootstrap library list because
hrs
2013-02-14
1
-2
/
+4
*
rework old-style functions prototypes
charnier
2013-02-14
10
-165
/
+115
*
- Make actually printing path of AF_LOCAL socket types.
zont
2013-02-12
1
-3
/
+1
*
- Use correct size of copying different socket structures.
zont
2013-02-12
1
-5
/
+5
*
o Bring in sync decoding the first nfssvc(2) parameter (flags) with
pluknet
2013-02-12
1
-1
/
+1
*
Allow us to build clang for ARM EABI. Clang and llvm use the
andrew
2013-02-12
20
-5
/
+45
*
Capability rights for process management via process descriptors do exist
pjd
2013-02-11
1
-3
/
+2
*
Add CAP_MKNOD right.
pjd
2013-02-10
1
-0
/
+1
*
find: Run when cwd cannot be opened, except with -execdir or -delete.
jilles
2013-02-10
2
-2
/
+16
*
find: In -execdir ... {} +, only pass one file per invocation.
jilles
2013-02-10
1
-1
/
+7
*
Add dtc to the build.
kientzle
2013-02-09
1
-0
/
+1
*
Reference something which exists instead of the non-existent runsocks
eadler
2013-02-09
1
-5
/
+5
*
Fix some NLS catalogs broken after r245888.
antoine
2013-02-09
1
-1
/
+1
*
patch: Follow original versioning convention.
pfg
2013-02-08
1
-1
/
+1
*
Print a warning if not setuid root.
des
2013-02-08
2
-3
/
+13
*
Missed adding Makefile.config and unit-tests/Makefile should
sjg
2013-02-04
2
-0
/
+23
*
Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printf
andrew
2013-02-04
1
-1
/
+1
*
Pull in r170135 from upstream clang trunk:
dim
2013-02-02
1
-6
/
+16
*
Merge bmake-20130123
sjg
2013-02-01
3
-130
/
+94
*
When in -U mode do avoid setting SUID bits, but do not modify the mode
brooks
2013-01-31
1
-3
/
+2
*
- Refresh code with latest OpenBSD revisions.
delphij
2013-01-29
14
-87
/
+71
*
- Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from
gabor
2013-01-29
15
-0
/
+4946
*
- Show page faults requiring I/O when -s invoked.
zont
2013-01-28
1
-0
/
+3
*
- Show page faults requiring I/O on vmstat display.
zont
2013-01-28
1
-36
/
+40
*
- Remove forgotten commented out debug code
gabor
2013-01-27
1
-15
/
+0
*
- Simplify and unify diagnostic and error message handling
gabor
2013-01-27
1
-12
/
+8
*
truss: use 'e' flag for fopen instead of fcntl(.., FD_CLOEXEC)
mjg
2013-01-27
1
-7
/
+4
*
truss: if file requested with -o flag could not be opened print the reason
mjg
2013-01-27
1
-1
/
+1
*
Fix style nit in dtc man page: sentences should start on new lines.
theraven
2013-01-25
1
-58
/
+86
*
Install the NLS catalog in the C directory rather than en_US.US-ASCII
brooks
2013-01-24
1
-1
/
+1
[next]