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
/
sbin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some 64 bit warnings. You can't fit a pointer in an int.
peter
2003-10-26
1
-4
/
+4
*
Fix a 64 bit warning. Have set_T_dev_t() take a pointer to a size_t rather
peter
2003-10-26
1
-2
/
+2
*
Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then
peter
2003-10-26
1
-2
/
+7
*
64 bit fixes. in_addr_t is an uint32_t, not a u_long.
peter
2003-10-26
1
-1
/
+1
*
Give wider types to sscanf to fix two warnings (u_short cannot be > 0xffff)
peter
2003-10-26
1
-2
/
+2
*
style.Makefile: Add a '?' before '=' in WARNS.
trhodes
2003-10-26
1
-1
/
+1
*
Parse the ! lines that will soon be coming from the kernel. These are
imp
2003-10-24
5
-10
/
+48
*
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
ume
2003-10-24
3
-256
/
+263
*
Fix several old bugs which got worse over time:
trhodes
2003-10-23
3
-9
/
+10
*
Move prototypes into their function.
trhodes
2003-10-22
1
-3
/
+1
*
Make WARNS=2 build without error.
trhodes
2003-10-22
2
-2
/
+2
*
Add back the commas ',' in usage to avoid a garbled usage message.
trhodes
2003-10-22
1
-2
/
+2
*
Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"
seanc
2003-10-22
2
-4
/
+3
*
stop use of NI_WITHSCOPEID. it was deprecated.
ume
2003-10-21
1
-6
/
+1
*
Wrap a long line in the previous commit
silby
2003-10-21
1
-1
/
+2
*
Have sysctl print out a more useful error message when it detects that the
silby
2003-10-21
1
-1
/
+6
*
Change the default mode for lost+found from 01777 to 0700. The
iedowse
2003-10-19
1
-1
/
+1
*
Only automatically create an 'a' partition when there is nothing
phk
2003-10-18
1
-4
/
+22
*
Make the regression test run also with obj directories.
phk
2003-10-17
2
-2
/
+6
*
- style
ume
2003-10-17
1
-25
/
+28
*
Insert an overview of the plans here, in case I get run over by a bus.
phk
2003-10-13
1
-0
/
+32
*
- support AES counter mode for ESP.
ume
2003-10-13
2
-0
/
+6
*
- support AES XCBC MAC for AH
ume
2003-10-13
2
-0
/
+3
*
- RIPEMD160 support
ume
2003-10-12
2
-0
/
+3
*
Describe '-M' in usage().
fjoe
2003-10-11
1
-5
/
+7
*
correct unsafe use of realloc().
ume
2003-10-11
1
-5
/
+5
*
Add a full example of a file-backed disk creation, I used the Handbook's
blackend
2003-10-11
1
-0
/
+9
*
s/disklabel/bsdlabel where needed.
blackend
2003-10-11
3
-5
/
+5
*
I think it is more correct to use modfind() than kldfind() here.
phk
2003-10-10
1
-2
/
+2
*
Revision 1.61 changed the allocation of buffer 'buf' in DoFile() from
marcel
2003-10-08
1
-6
/
+0
*
Create a .snap directory mode 770 group operator in the root of each
mckusick
2003-10-08
1
-1
/
+30
*
Improve regression test with an image file which must work.
phk
2003-10-07
2
-2
/
+3316
*
Autoload kernel module if necessary.
phk
2003-10-07
1
-0
/
+9
*
Interior decoration changes.
phk
2003-10-07
1
-5
/
+5
*
Remove the hardcoded default block/frag/cpg values from bsdlabel
iedowse
2003-10-05
1
-44
/
+5
*
remove include of route.h now that ip_dummynet.h no longer exposes
sam
2003-10-03
1
-1
/
+0
*
By popular demand, added the "static ARP" per-interface option.
ru
2003-10-01
2
-1
/
+11
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
13
-439
/
+299
*
Add the -xresolve flag to the route(8) man page.
bms
2003-09-26
1
-0
/
+9
*
fix typo: s/Instaed/Instead/
rse
2003-09-26
1
-1
/
+1
*
fix typo: s/sytem/system/
rse
2003-09-26
1
-1
/
+1
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
2
-0
/
+33
*
revert to version 1.25 and use va_copy to obtain another copy of the
ps
2003-09-21
1
-2
/
+5
*
Document the -x and -y options.
phk
2003-09-21
1
-0
/
+14
*
Fix improper use of varargs.
ps
2003-09-20
1
-2
/
+2
*
o add support for setting 128-bit WEP keys
sam
2003-09-17
1
-4
/
+7
*
Remove an unneccessary comma.
ceri
2003-09-14
1
-1
/
+1
*
Get rid of duplicates.
ru
2003-09-14
2
-2
/
+2
*
mdoc(7): Properly mark C headers.
ru
2003-09-10
3
-3
/
+3
*
mdoc(7): There cannot be a subsection inside a list.
ru
2003-09-10
1
-2
/
+4
[next]