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.sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix regression introduced by SVN r270954. Correct way to reset getopts
dteske
2014-09-02
1
-2
/
+2
*
Fix a bug where command line arguments could be misprocessed if getopts is
dteske
2014-09-01
1
-0
/
+2
*
Add -Wthread-safety to WARNS=6.
ed
2014-09-01
1
-0
/
+4
*
Add references to vt(4) to further man-pages.
se
2014-09-01
1
-6
/
+31
*
Fix typo (by -> be).
se
2014-09-01
1
-1
/
+1
*
Make SOCK_RAW sockets to be truly raw, not modifying received and sent
glebius
2014-09-01
1
-1
/
+1
*
Set the 'inst_length' to '0' early on before any error conditions are detected
neel
2014-08-30
1
-2
/
+16
*
Allow mailwrapper to use mailer.conf from localbase (respecting LOCALBASE env...
bapt
2014-08-26
2
-5
/
+20
*
More man pages that need to know about vt in addition to syscons.
se
2014-08-26
3
-1
/
+18
*
Update man-pages to correctly refer to changed pathes and naming conventions
se
2014-08-26
2
-4
/
+22
*
Remove band.aid that made kbdcontrol lookup keymap files in the syscons
se
2014-08-26
1
-1
/
+1
*
Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"
ngie
2014-08-26
1
-2
/
+2
*
Fix a typo to catch correct condition.
hiren
2014-08-25
1
-1
/
+1
*
Optimize f_which() to be slightly faster still.
dteske
2014-08-24
1
-3
/
+3
*
Fix handling of keys in executable maps. Previously it was broken for keys
trasz
2014-08-24
1
-11
/
+26
*
Add "nobrowse" option. Previously automountd(8) always behaved as if
trasz
2014-08-23
3
-10
/
+70
*
Don't fail on executable maps that return no entries. This turns useless
trasz
2014-08-23
1
-1
/
+7
*
Fix a recursive lock acquisition in vi_reset_dev().
tychon
2014-08-22
1
-2
/
+6
*
Change file permissions for some setuid executables so they are "o+r".
neel
2014-08-21
1
-2
/
+2
*
Add `-A' flag to pkg-install(8) invocation when installing dependencies.
dteske
2014-08-21
1
-2
/
+4
*
Make the iSCSI stack use __FBSDID() properly.
trasz
2014-08-21
13
-13
/
+39
*
Use __FBSDID() properly.
trasz
2014-08-21
7
-7
/
+21
*
Recover sin6_scope_id of gateway addresses in riprecv() by using the if_index
hrs
2014-08-20
1
-0
/
+2
*
Remove useless - and buggy, it resulted in spurious warnings in logs - code.
trasz
2014-08-20
1
-12
/
+0
*
Avoid showing stale errors when nmount(2) fails.
bdrewery
2014-08-19
1
-0
/
+2
*
Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"
ngie
2014-08-19
1
-0
/
+1
*
Add missing libraries to DPADD; sort DPADD so DPADD and LDADD match up
ngie
2014-08-19
1
-2
/
+2
*
Revert r267233 for now. PIE support needs to be reworked.
bdrewery
2014-08-19
37
-74
/
+0
*
Add LIBCRYPTO and LIBSSL to DPADD
ngie
2014-08-18
1
-1
/
+1
*
Remove LOG_ODELAY because it does nothing.
neel
2014-08-17
1
-1
/
+1
*
Bring in the new automounter, similar to what's provided in most other
trasz
2014-08-17
15
-0
/
+3753
*
Try to clarify how file systems are exported for NFSv4.
rmacklem
2014-08-14
1
-5
/
+6
*
Add support for NEWCONS to kbdmap and vidfont.
se
2014-08-14
2
-6
/
+34
*
Minor cleanup:
neel
2014-08-13
1
-9
/
+6
*
Document the use of the vfs.nfsd sysctls that control the size of
rmacklem
2014-08-10
1
-1
/
+19
*
Support PCI extended config space in bhyve.
neel
2014-08-08
5
-82
/
+209
*
Give a brief message as to what error was encountered to help the user along.
thompsa
2014-08-07
2
-27
/
+35
*
Rework privatelib/internallib
bapt
2014-08-06
5
-5
/
+5
*
Check gethostname(2) return code - but even if it succeeds it may not
peter
2014-08-05
1
-2
/
+5
*
Added support for extra ifconfig args to jail ip4.addr & ip6.addr params
smh
2014-08-04
3
-17
/
+80
*
Add required `exec' before Xdialog(1) invocation for the case where we
dteske
2014-08-03
1
-1
/
+11
*
Update command and add check for edge-case.
dteske
2014-07-31
1
-1
/
+5
*
Fix a syntax error when running under bash(1) for portability.
dteske
2014-07-31
1
-4
/
+8
*
Define a setvar() function for platforms using a shell unlike FreeBSD's
dteske
2014-07-31
1
-0
/
+26
*
Commands which encounter a fatal error shouldn't be marked as completed.
tychon
2014-07-30
1
-6
/
+8
*
mdoc: kill EOL whitespace.
joel
2014-07-29
3
-6
/
+6
*
Fix r269183 build woth GCC.
mav
2014-07-28
1
-5
/
+10
*
Add netmasks support to initiator-portal option.
mav
2014-07-28
4
-17
/
+92
*
The previous commit (r269119) introduced a regression: It removed the
se
2014-07-26
1
-2
/
+2
*
Fix obvious off by one error: prefix[1] should be set to the path of the
se
2014-07-26
1
-1
/
+1
[next]