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
*
Add ata(4) support.
ru
2000-02-11
2
-2
/
+2
*
Support and document new stateful ipfw features.
luigi
2000-02-10
2
-15
/
+290
*
Support IPv6 scoped addr in ifconfig and route
shin
2000-02-10
2
-32
/
+128
*
Add ipl.4 manpage
guido
2000-02-09
1
-0
/
+1
*
Repair incorrect ``first appeared in'' reference, which originally stated
chris
2000-02-09
1
-1
/
+1
*
ping -S option was missing from IPsec merge, so enable it again.
shin
2000-02-08
1
-2
/
+2
*
Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more.
peter
2000-02-06
2
-2
/
+2
*
Fix a couple of typos in the 'camcontrol negotiate' output.
ken
2000-02-04
1
-2
/
+2
*
Add Xref to camcontrol(8) (replacing previously-removed scsiformat(8)).
kris
2000-01-30
1
-0
/
+1
*
Remove unused #include and prototype declaration.
luoqi
2000-01-30
1
-2
/
+0
*
Typo fix. While I am at it, remove the name translation from block to raw
luoqi
2000-01-30
1
-26
/
+3
*
Add ip6fw.
shin
2000-01-29
5
-0
/
+1803
*
Changed setflags() to set_flags(). This fixes part of the world breakage
bde
2000-01-28
1
-3
/
+3
*
Fix return value check for inet_pton().
sumikawa
2000-01-25
1
-1
/
+1
*
Now that kernel is capable of notifying user processes about
ru
2000-01-25
1
-8
/
+6
*
Fix various man pages to stop abusing the .Bx macro to generate
mpp
2000-01-23
8
-12
/
+12
*
Do some intptr_t casting for alpha.
mjacob
2000-01-21
2
-8
/
+8
*
Specify the system directory for which we put in our include path
mjacob
2000-01-21
1
-1
/
+3
*
If a directory on the command line doesn't exist, warn about it
jdp
2000-01-21
1
-2
/
+2
*
Brucify:
billf
2000-01-20
2
-8
/
+16
*
Fix insecure tempfile handling
kris
2000-01-16
1
-8
/
+4
*
use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while back
mjacob
2000-01-16
1
-12
/
+12
*
Handle GetResponse errors correctly.
mks
2000-01-15
1
-5
/
+17
*
This is another in Martin Blapp's N-series of mount-related cleanups :)
green
2000-01-15
2
-6
/
+12
*
More style fixes, both to code and man page.
bp
2000-01-15
2
-60
/
+69
*
Add '-t X' which times out after pinging for X seconds.
billf
2000-01-14
2
-4
/
+18
*
Adjust paths after repository copy.
bde
2000-01-14
2
-2
/
+2
*
Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are not
peter
2000-01-14
10
-874
/
+3
*
Removed yet another vestige of the ft driver.
bde
2000-01-14
1
-7
/
+0
*
Thresh-out the nfs manual page references a bit
dillon
2000-01-13
3
-1
/
+5
*
Unremoved used include of <sys/stat.h> (don't depend on pollution in
bde
2000-01-12
1
-1
/
+1
*
Backed out removal of vendor id and gratuitous change of tmpfile prefix
bde
2000-01-11
2
-2
/
+4
*
Fix the use of an uninitialized variable in the previous commit.
peter
2000-01-10
3
-6
/
+6
*
Add `.Nm rrestore' to NAME section.
phantom
2000-01-10
1
-1
/
+2
*
Add `.Nm fastboot' and `.Nm fasthalt' to NAME section.
phantom
2000-01-10
1
-3
/
+4
*
Add `.Nm rdump' to NAME section.
phantom
2000-01-10
1
-1
/
+2
*
10 X's for mktemp(). This seems to be free from race conditions.
kris
2000-01-10
2
-2
/
+2
*
10 X's for mkstemp(), and don't redefine _PATH_TMP
kris
2000-01-10
4
-8
/
+6
*
- Style/bde changes.
peter
2000-01-10
3
-96
/
+114
*
- Forgot to nuke hotroot completely.
peter
2000-01-10
3
-3
/
+3
*
Add Latin2 conversion table
ache
2000-01-08
6
-3
/
+177
*
Allow #-comments in conversion table file
ache
2000-01-08
12
-57
/
+189
*
Merge bug fix from KAME repository.
shin
2000-01-08
1
-7
/
+0
*
Some code cleanup based on the ideas from submitter.
bp
2000-01-08
1
-24
/
+16
*
Support per-flow queueing in dummynet.
luigi
2000-01-08
2
-296
/
+531
*
Don't try to include ipsec support if we are building for the install
msmith
2000-01-07
1
-2
/
+7
*
Document a waring that tunefs(8) emits when enabling/disabling
phantom
2000-01-07
1
-0
/
+19
*
libipsec and IPsec related apps. (and some KAME related man pages)
shin
2000-01-06
13
-5
/
+3309
*
Add chown(8)-like functionality. This will allow us to not use chown(8)
obrien
2000-01-06
2
-6
/
+98
*
make_devices(): Create devices with permissions 640, not 740.
grog
2000-01-05
1
-10
/
+10
[next]