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 skeleton build dirs for pf userland:
mlaier
2004-02-28
13
-0
/
+2298
*
o Remove obsoleted '-N' and '-d' flags.
maxim
2004-02-28
1
-3
/
+1
*
o Sync usage() with reality: add 'z' flag.
maxim
2004-02-28
1
-1
/
+2
*
In the case of a background fsck, periodically update the process title
scottl
2004-02-28
9
-0
/
+47
*
Look for both name and if_<name> strings in module metadata. Pseudo-devices
kan
2004-02-27
1
-1
/
+2
*
Add a "-l" parameter to mdmfs so that memory file systems can be
rwatson
2004-02-26
2
-1
/
+7
*
Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This
rwatson
2004-02-26
4
-2
/
+11
*
Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.
bms
2004-02-25
14
-162
/
+368
*
Fixed missing libraries. This unbreaks the -DNO_DYNAMIC_ROOT and
bde
2004-02-24
1
-2
/
+2
*
style.Makefile(5):
johan
2004-02-23
49
-49
/
+49
*
Connect gconcat(8) to the build.
pjd
2004-02-23
1
-0
/
+1
*
- Connect manual page for gconcat utility to the build.
pjd
2004-02-23
2
-3
/
+2
*
Added manual page for gconcat utility.
pjd
2004-02-23
1
-0
/
+141
*
Report login attempts to syslog. Due to the statically-linked nature of
cperciva
2004-02-22
2
-1
/
+21
*
change baduser and badgroup from -2 to 65534, 65533
rees
2004-02-21
1
-17
/
+13
*
We can cross-reference to vlan(4) as long as
yar
2004-02-21
1
-15
/
+38
*
The hardware tagging capability is set on the physical
yar
2004-02-21
1
-1
/
+1
*
Mention that securelevel 1 also blocks access to /dev/io if it
mux
2004-02-20
1
-2
/
+3
*
Merge from RELENG_4 1.28.2.13: Fix saving system crash dumps larger than
tjr
2004-02-20
1
-1
/
+1
*
s/bytes/byte/
phk
2004-02-19
1
-1
/
+1
*
Add control utility for disk concatenation (GEOM_CONCAT class).
pjd
2004-02-19
2
-0
/
+536
*
Add a -n option that stops ip6fw making any changes to the rules
dwmalone
2004-02-18
2
-29
/
+58
*
remove dead code
rees
2004-02-17
1
-53
/
+0
*
Report the difference between ufs and ufs2.
grog
2004-02-17
2
-3
/
+16
*
Explain what console names are valid.
grog
2004-02-17
1
-0
/
+5
*
Recognize if the user supplies the full pathname to /dev/console and friends,
grog
2004-02-17
1
-1
/
+27
*
Remove unnecessary newlines from errx() arguments.
tjr
2004-02-17
1
-4
/
+4
*
Also remove "makedev" from the online help.
le
2004-02-16
1
-2
/
+0
*
Since DEVFS is mandatory, remove all instances to make_dev*. Keep the
le
2004-02-16
4
-228
/
+3
*
Support mounting ext2fs file systems with -async to the small extent
bde
2004-02-15
1
-0
/
+1
*
Remove unused variable and related bogus checks.
le
2004-02-14
1
-10
/
+3
*
Initial import of RFC 2385 (TCP-MD5) digest support.
bms
2004-02-11
3
-4
/
+22
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
9
-27
/
+0
*
style cleanup: Remove duplicate $FreeBSD$ tags.
cperciva
2004-02-10
1
-1
/
+0
*
Reorder Xrefs in SEE ALSO.
trhodes
2004-02-10
1
-5
/
+5
*
Update to inform users of acls and multilabel options. Add Xrefs to the
trhodes
2004-02-10
1
-1
/
+20
*
Further simplify the code for printing the message buffer:
iedowse
2004-02-08
1
-33
/
+36
*
Certain ICMP error replies cause ping to perform a reverse DNS
iedowse
2004-02-08
1
-0
/
+6
*
Fix the last and most important bit of the test case to test the same
phk
2004-02-07
1
-2
/
+8
*
Correct order of arguments given to checkparity and rebuildparity.
le
2004-02-06
1
-4
/
+7
*
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
ru
2004-02-05
5
-10
/
+10
*
Don't print the oldest line in the message buffer if the buffer is
iedowse
2004-02-05
1
-51
/
+54
*
Fixed operation of -f to match its documentation and fsck_ffs. It
bde
2004-02-05
3
-7
/
+6
*
Fixed some bugs in checkdirty(). The check for the clean bit was
bde
2004-02-05
1
-9
/
+27
*
Don't create a template file if we're not going to let the user edit it.
des
2004-02-05
1
-19
/
+28
*
Fixed some non-critical memory leaks and one temporary file leak
pjd
2004-02-05
1
-1
/
+6
*
Document the dirty flag and other bits in the first 2 FAT entries
bde
2004-02-05
1
-0
/
+18
*
Prepare to fix checkdirty() by moving it from check.c to fat.c. It is
bde
2004-02-05
2
-43
/
+43
*
Add ifconfig support for network interface renaming. In the process,
brooks
2004-02-04
2
-3
/
+49
*
Mechanical whitespace cleanup. Also, note that previous commit was
des
2004-02-03
1
-12
/
+12
[next]