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
*
o SIOCGIFCONF -> getifaddrs(3) conversion. As a side effect fix
maxim
2006-05-17
2
-97
/
+44
*
- Update to ntp-4.2.0
pav
2006-05-17
7
-1340
/
+2457
*
Send the pcvt(4) driver off to retirement.
phk
2006-05-17
88
-12434
/
+0
*
Fix formatting. Add missing break;
emax
2006-05-14
1
-2
/
+3
*
Fix typo.
cperciva
2006-05-13
1
-1
/
+1
*
Add a mechanism for constructing INDEX files which include local ports.
cperciva
2006-05-13
2
-2
/
+22
*
PR: bin/71663
hm
2006-05-13
2
-7
/
+7
*
fix conflicting types for log(), add some prototypes to isdnd.h
hm
2006-05-13
17
-545
/
+547
*
correct strtol(3) usage and style(9)
matteo
2006-05-12
1
-4
/
+8
*
Use 'rm -rf foo/bar' to remove a port instead of 'rm -rf foo/bar/'.
cperciva
2006-05-12
1
-3
/
+6
*
o Style(9) the previous commit a bit.
maxim
2006-05-11
1
-13
/
+7
*
Use sysctlbyname() instead of sysctl
phk
2006-05-11
1
-4
/
+1
*
Add the -s option to set jail's securelevel. This is useful for jails run wit...
matteo
2006-05-11
2
-4
/
+26
*
Alpha doesn't support linux ABI compat now.
jhb
2006-05-10
2
-2
/
+2
*
Use .Vt for struct xprison
matteo
2006-05-10
1
-2
/
+4
*
document security.jail.list sysctl in jail(8)
matteo
2006-05-08
1
-1
/
+9
*
If perform-actual-lookups is enabled, getservbyname() matches an entry
ume
2006-05-05
2
-24
/
+20
*
Allow the HTTP_PROXY environment variable to be (mis)spelled as
cperciva
2006-05-05
2
-2
/
+4
*
Fix the test for whether ${HTTP_PROXY} is set -- I got it backwards.
cperciva
2006-05-05
1
-1
/
+1
*
Fix binary upgrades by accounting for the schg flag on /var/empty.
ceri
2006-05-04
1
-1
/
+1
*
Remove two lines of debugging which I forgot to remove before the last
cperciva
2006-05-03
1
-2
/
+0
*
The approach portsnap uses of "pick a random HTTP mirror" doesn't
cperciva
2006-05-03
1
-3
/
+16
*
Instead of selecting a mirror and failing if it is inaccessible, keep
cperciva
2006-05-03
1
-25
/
+50
*
o Document security.jail.jailed sysctl.
maxim
2006-05-03
1
-1
/
+6
*
Fix alignment problem on AMD64.
ume
2006-05-02
2
-12
/
+16
*
Note that when -d flag is used, mountd(8) will not detach from the
keramida
2006-05-02
1
-1
/
+4
*
Teach portsnap to parse the output of the host(1) in BIND 8 as well as
cperciva
2006-05-02
1
-3
/
+7
*
Add missed SYNOPSIS flag for auto upgrade.
gordon
2006-04-30
1
-1
/
+1
*
o Sort .Xrs.
maxim
2006-04-30
2
-4
/
+4
*
o Reformat FILES section.
maxim
2006-04-30
2
-2
/
+8
*
o Add missed commas.
maxim
2006-04-30
2
-4
/
+4
*
o Silence mdoc(7) warnings: remove an empty line, add missed .El macro.
maxim
2006-04-30
2
-60
/
+74
*
Specify default values for positive-policy and negative-policy .
matteo
2006-04-30
2
-6
/
+6
*
Typo.
ceri
2006-04-30
2
-2
/
+2
*
Document sysinstall's limitation on operating on mounted disks.
scottl
2006-04-30
2
-0
/
+22
*
Reword a sentence modified in my previous commit. This new one is probably
trhodes
2006-04-30
2
-2
/
+4
*
Add auto upgrade capability to mergemaster.
gordon
2006-04-29
2
-1
/
+88
*
Follow FreeBSD mdoc(7) conventions:
trhodes
2006-04-29
2
-70
/
+86
*
- Extend the nsswitch to support Services, Protocols and Rpc
ume
2006-04-28
78
-0
/
+20239
*
Add some new options to mac_bsdestended. We can now match on:
dwmalone
2006-04-23
2
-44
/
+196
*
add debug msg
sam
2006-04-20
1
-0
/
+3
*
Add -u and -U which functions like the jail(8) that allow
delphij
2006-04-19
3
-6
/
+80
*
Add the ability to log to an arbitrary udp port as well as the
julian
2006-04-17
2
-6
/
+43
*
Update a couple of comments relating to RFCs.
dwmalone
2006-04-17
1
-2
/
+5
*
Back out a Makefile change that accidently snook in.
dwmalone
2006-04-17
1
-1
/
+1
*
Port 37 (RFC 738) style times are supposed to be a 32 bit time since
dwmalone
2006-04-17
2
-7
/
+7
*
Add INDEX-7 and remove trailing spaces.
krion
2006-04-17
1
-3
/
+5
*
Use bzip2(1) by default to compress package tarball on
krion
2006-04-17
1
-1
/
+6
*
remove some unnecessary perror calls
sam
2006-04-17
1
-2
/
+0
*
o De-register local vars.
maxim
2006-04-16
1
-6
/
+4
[next]