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
*
test strdup() failures.
ume
2000-12-04
1
-5
/
+7
*
Properly check the return values from malloc(3).
abial
2000-12-03
1
-56
/
+6
*
Properly check malloc(3) return values
jedgar
2000-12-01
2
-0
/
+24
*
The GCC 2.96 snapshots have slightly different rules for finding include
obrien
2000-12-01
1
-1
/
+1
*
Add missing && which absense stops 'make world'
ache
2000-11-30
1
-1
/
+1
*
remove an undefined reference when no VLAN support is compiled in.
luigi
2000-11-30
2
-1
/
+7
*
I didn't maintain the "chs" ordering. Rather the bug was in print_part().
obrien
2000-11-29
2
-12
/
+12
*
Fix typos and layout problem.
ben
2000-11-28
2
-10
/
+12
*
Remove .Op when arg is required (special | filesystem). Document that at
charnier
2000-11-28
2
-126
/
+117
*
Add missing initialization for IPv6 address lifetime.
ume
2000-11-27
1
-1
/
+35
*
Fix format string warnings
kris
2000-11-27
1
-3
/
+3
*
Typo fix: forgot -> forget.
dannyboy
2000-11-26
1
-1
/
+1
*
mdoc(7) police: misc minor fixes.
ru
2000-11-23
1
-44
/
+57
*
Correct the pathname of the history file.
grog
2000-11-23
1
-1
/
+1
*
o get rid lfs mentions
phantom
2000-11-22
1
-3
/
+3
*
We do not support lfs. Remove it from list of remountable fs'es.
phantom
2000-11-22
1
-1
/
+1
*
mdoc(7) police: Er macro usage cleanup.
ru
2000-11-22
2
-12
/
+14
*
mdoc(7) police: do not split author names in the AUTHORS section.
ru
2000-11-22
3
-1
/
+5
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-5
/
+5
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
85
-303
/
+311
*
Format string paranoia
kris
2000-11-19
1
-2
/
+2
*
mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.
ru
2000-11-18
1
-2
/
+2
*
Make the order of values prompted for with the "-i" option match print_part()
obrien
2000-11-18
2
-4
/
+4
*
mdoc(7) police: use certified section headers wherever possible.
ru
2000-11-17
3
-3
/
+3
*
Describe -deny_incoming better, highlight some keywords,
ru
2000-11-16
1
-22
/
+57
*
more removal of trailing periods from SEE ALSO.
ben
2000-11-15
3
-3
/
+3
*
Document the correct default states for additional plexes of a
grog
2000-11-14
1
-23
/
+31
*
Spell the `daemon' correctly.
ru
2000-11-14
1
-2
/
+2
*
Use Fx macro wherever possible.
ru
2000-11-14
16
-63
/
+107
*
Be a little clearer about the relationship between these two.
nik
2000-11-12
2
-2
/
+12
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
15
-190
/
+206
*
Remove the block/char device distinction. badsect only worked on bdevs,
adrian
2000-11-09
1
-7
/
+1
*
Update usage().
obrien
2000-11-08
1
-1
/
+1
*
Build with -DUSE_INET6 so that we can actually use the IPv6 support in
nectar
2000-10-31
4
-4
/
+4
*
Add support for virgin disklabels
jkh
2000-10-31
4
-68
/
+298
*
IPFW does not discard *any* IP fragments with OFF=1, only TCP ones.
ru
2000-10-30
1
-3
/
+6
*
.Xr to mount_ext2fs, mount_hpfs, mount_linprocfs, mount_nwfs, and
nik
2000-10-29
1
-0
/
+5
*
Remove obsolete /dev/drum references
jedgar
2000-10-29
1
-1
/
+0
*
Cast block number to off_t to avoid possible overflow bugs.
jwd
2000-10-24
1
-1
/
+1
*
The write combining code in revision 1.30 needs a few additional
jwd
2000-10-24
1
-12
/
+25
*
Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)
gallatin
2000-10-23
1
-2
/
+2
*
Work much harder at obtaining a correct device node. If what devname(3)
des
2000-10-17
1
-31
/
+89
*
Implement simple write combining for newfs - this is particularly useful
peter
2000-10-17
1
-0
/
+37
*
Pre-IFS commit. Commit IFS-aware fsck and mount utilities.
adrian
2000-10-14
10
-302
/
+37
*
Allow for IP_FW_ADD to be used in getsockopt(2) incarnation as
ru
2000-10-12
1
-3
/
+3
*
Reset globals for every new command read from preprocessed file.
ru
2000-10-11
1
-12
/
+14
*
Only interpret the last command line argument as a file to
ru
2000-10-11
2
-5
/
+7
*
We want the FreeBSD ID as the RCS ID, not the NetBSD one.
obrien
2000-10-10
1
-4
/
+3
*
Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.
bde
2000-10-10
1
-2
/
+1
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
3
-1
/
+6
[next]