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
*
Need /usr/sbin for arp(8).
obrien
2000-07-20
1
-1
/
+1
*
Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the
obrien
2000-07-20
1
-0
/
+1
*
Show the actual command line usage in the man page and usage error string.
archie
2000-07-19
2
-5
/
+17
*
Make "ifconfig" with no arguments equivalent to "ifconfig -a".
archie
2000-07-18
1
-0
/
+4
*
Cross-reference mount_nfs(8) and showmount(8).
sheldonh
2000-07-18
1
-1
/
+2
*
Order the cross-references in the SEE ALSO section, in preparation
sheldonh
2000-07-18
1
-2
/
+2
*
- Don't try to free mboot.bootinst before it has been allocated. If, for
jhb
2000-07-17
2
-4
/
+4
*
Suggest looking at rc.conf(5) on how to start natd(8) during boot.
ru
2000-07-17
1
-0
/
+3
*
Fix a paste-o in the tcpoptions check (not a security problem, just a
billf
2000-07-17
1
-1
/
+1
*
Don't try to make files immutable (ie. chflags) before setting access times.
dwmalone
2000-07-16
2
-4
/
+4
*
Make a tighter test for valid inode numbers in getnextinode().
mckusick
2000-07-15
3
-6
/
+9
*
Fix memory leak/double free found by phkmalloc
ache
2000-07-15
2
-16
/
+20
*
* Clarify text on choosing a dump device
ben
2000-07-14
1
-7
/
+17
*
Clarify "mount -a -t" example - it only unmounts stuff in /etc/fstab.
dwmalone
2000-07-13
1
-2
/
+5
*
Note that "ether" is a supported address family for setting addresses.
jhb
2000-07-12
1
-0
/
+1
*
- Always respect cylinder boundaries when creating slices unless the user
jhb
2000-07-12
2
-34
/
+140
*
Add support to the 'ether' address family to support setting of addresses.
jhb
2000-07-12
1
-23
/
+28
*
Ensure that block and character devices as well as fifo's and sockets
mckusick
2000-07-12
3
-0
/
+18
*
Array of long support.
phk
2000-07-11
1
-4
/
+10
*
Don't call sprintf() with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call warn() with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call err with no format string.
kris
2000-07-10
2
-2
/
+2
*
Make "ldconfig" with no arguments behave the same as "ldconfig -R".
jdp
2000-07-09
2
-1
/
+4
*
Teach fsck about snapshot files. These changes should have no
mckusick
2000-07-06
18
-45
/
+363
*
Correct style bugs in previous commit
kris
2000-07-06
2
-4
/
+4
*
Add the snapshot option to mount_ufs.
mckusick
2000-07-06
4
-0
/
+4
*
Sync with KAME
kris
2000-07-05
1
-1
/
+1
*
Sync with KAME
kris
2000-07-05
1
-54
/
+135
*
Sync with latest KAME code.
kris
2000-07-05
2
-234
/
+635
*
Support for unsigned integer and long sysctl variables. Update the
jhb
2000-07-05
1
-2
/
+10
*
synchronize with latest kame tree.
itojun
2000-07-04
9
-353
/
+543
*
Remove the use of a dash in the usage, since this isn't in keeping
sheldonh
2000-07-03
2
-2
/
+2
*
What the commit log for rev 1.16 neglected to mention was that the
sheldonh
2000-07-03
1
-1
/
+1
*
Explicitly state that mountd can be made to re-read the exports file,
sheldonh
2000-07-03
1
-0
/
+19
*
Print the correct speed when speed is less than 1MB/s.
n_hibma
2000-07-01
1
-1
/
+1
*
Backout rev 1.8. This really does not give us the version number
ps
2000-07-01
2
-5
/
+5
*
"Ease understanding" of how -punch_fw works.
ru
2000-06-29
1
-9
/
+11
*
When printing out the transfer rate display for 'camcontrol inquiry',
ken
2000-06-28
1
-1
/
+2
*
Catch the usage() function up to the command line changes. Add -I and
jhb
2000-06-27
2
-2
/
+2
*
Added new option (-punch_fw) which allows to `punch holes'
ru
2000-06-27
2
-2
/
+47
*
- mdoc(7) style cleanup
ru
2000-06-27
1
-276
/
+300
*
Back out both previous commits.
alex
2000-06-26
1
-200
/
+168
*
Add note about security concerns w/o a firewall but other machines
alex
2000-06-26
1
-0
/
+8
*
mdoc style cleanup.
alex
2000-06-26
1
-168
/
+192
*
display version number of each kld module when using
jmb
2000-06-20
2
-5
/
+5
*
Remove ``pptpalias'' since this is now done transparently by libalias(3).
ru
2000-06-20
2
-51
/
+1
*
Reorder the "prob" section in the output of list/show so it can be copy/pasted
billf
2000-06-18
1
-5
/
+6
*
Implement SIOCSIFLLADDR, which allows you to change the link-level
wpaul
2000-06-16
2
-1
/
+36
*
Remove unused parameter.
ru
2000-06-16
1
-6
/
+6
*
Fix behaviour of "ipfw pipe show" -- previous code gave
luigi
2000-06-14
1
-6
/
+6
[next]