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
*
Add an -I option to pkg_version:
cperciva
2005-05-24
4
-4
/
+15
*
Fix a particularly egregious grammar error.
adamw
2005-05-24
1
-1
/
+1
*
This module was wrongly including header from /usr/include. Give it
harti
2005-05-23
1
-1
/
+1
*
Catch up with the bsnmpd daemon's 64bit time ticks.
philip
2005-05-23
1
-1
/
+1
*
The ticks delivered by the SNMP daemon are now 64-bit, so make our
harti
2005-05-23
1
-1
/
+1
*
Bump the shared library version number of the modules because of
harti
2005-05-23
1
-1
/
+1
*
Remove unused variables. int -> size_t for lenghts.
charnier
2005-05-20
2
-3
/
+2
*
Add FBSDID. Add missing prototypes. Remove unused variables. Give variable
charnier
2005-05-20
2
-14
/
+15
*
Remove unused variable.
charnier
2005-05-20
1
-1
/
+0
*
Remove unused variables. Shorten the path to a WARNS=6 compliance.
charnier
2005-05-20
1
-17
/
+20
*
Remove unused variables
charnier
2005-05-20
1
-2
/
+1
*
Add cases for ENOBUFS and ENETDOWN. We need to make sure that we
csjp
2005-05-19
1
-0
/
+2
*
Fix problem with session termination. bthidd(8) maintains two L2CAP
emax
2005-05-18
2
-3
/
+4
*
Update ndiscvt to handle .INF files that specify multiple entries in
wpaul
2005-05-15
1
-8
/
+56
*
Use \033 instead of \e because \e is not a standard.
nyan
2005-05-15
1
-10
/
+10
*
A foreground color number on pc98 console is 7 not 15.
nyan
2005-05-15
1
-6
/
+18
*
Use \e for escape char instead of ^[ directly.
nyan
2005-05-15
1
-10
/
+10
*
Remove symblic link kernel->dev/null creation. We don't need it in 5.x/6.x
pjd
2005-05-14
1
-2
/
+0
*
Fix the "only wrote -1 of 32768 bytes: Input/output error" error message.
ru
2005-05-13
1
-2
/
+5
*
NI_WITHSCOPEID cleanup
ume
2005-05-13
2
-5
/
+5
*
NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
ume
2005-05-13
5
-52
/
+16
*
Spell out shutdown(2)'s how argument in #ifdef notdef'd code.
jmallett
2005-05-11
1
-1
/
+1
*
Spell SHUT_RD as SHUT_RD not 0 as the how argument to shutdown(2).
jmallett
2005-05-11
1
-1
/
+1
*
Fix support for Windows drivers that support both PCI and PCMCIA devices at
wpaul
2005-05-08
1
-13
/
+15
*
The current NTP servers for .nl do not work with ntpdate, so switch to
jhb
2005-05-06
2
-12
/
+12
*
The kernel doesn't need to include a tun device - the module will be loaded
brian
2005-05-06
1
-7
/
+0
*
Make smbfs capable to use 16bit char set in filenames.
takawata
2005-05-04
1
-2
/
+2
*
Use libutil in DPADD as well.
mlaier
2005-05-04
1
-1
/
+1
*
Adapt Makefiles for pfctl(8) and authpf(8) to 3.7 sources.
mlaier
2005-05-03
1
-7
/
+3
*
Use static for static variables. This fixes gcc4 build.
delphij
2005-05-02
1
-3
/
+2
*
Use socklen_t in place of socket operations, instead of int
delphij
2005-05-02
1
-2
/
+2
*
Document the device burncd uses by default.
brueffer
2005-05-02
1
-1
/
+10
*
add targets for ipnodes.byname and ipnodes.byaddr which carries
ume
2005-05-02
1
-0
/
+38
*
Neaten usage message.
jkoshy
2005-05-02
1
-1
/
+1
*
fix typo in previos commit.
ume
2005-05-02
1
-2
/
+2
*
teach IPv6 to async DNS resolver in ypserv:
ume
2005-05-02
3
-27
/
+61
*
fixed a possible reference to a broken memory
suz
2005-05-02
1
-1
/
+1
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
2
-12
/
+12
*
Add ntp.jst.mfeed.ad.jp and ntp1.v6.mfeed.ad.jp (IPv6 only) to
matusita
2005-05-01
2
-0
/
+12
*
Fix spelling errors.
joel
2005-04-30
1
-2
/
+2
*
Update the manual page for ppp(8).
jcamou
2005-04-28
1
-21
/
+3
*
- Act according to the documentation (man page):
robert
2005-04-28
1
-2
/
+1
*
Enable tcp-wrapper support in the SNMP daemon.
harti
2005-04-26
1
-1
/
+2
*
all the ipfilter tools are now built from sbin/Makefile, so remove them from
darrenr
2005-04-25
1
-11
/
+0
*
Remove directories no longer used for building ipfilter tools
darrenr
2005-04-25
4
-75
/
+0
*
Throw the switch on the new driver generation/loading mechanism. From
wpaul
2005-04-24
4
-0
/
+834
*
Ask that "make cleandepend" be run before "make depend", now that
ru
2005-04-22
1
-1
/
+1
*
plugged memory leak
suz
2005-04-21
1
-1
/
+3
*
Build pmccontrol(8) and pmcstat(8) on all architectures (FWIW :-)
marcel
2005-04-20
1
-6
/
+2
*
Remove superfluous CFLAGS lines. Use the conditional '?=' construct
jkoshy
2005-04-19
1
-3
/
+1
[next]