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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to be driven by 'prove -r'.
obrien
2010-01-03
1
-6
/
+10
*
Make sure 'pack' is usable for 'prove -r'.
obrien
2010-01-03
1
-0
/
+2
*
Transform from kernel file to userland source.
obrien
2010-01-03
1
-1
/
+5
*
Avoid NULL dereference in arpresolve.
np
2010-01-03
1
-2
/
+2
*
Re-enable more options and devices. Now kernel size problem is gone.
nyan
2010-01-03
1
-20
/
+20
*
Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()
marius
2010-01-03
1
-0
/
+1
*
Make sure that the WWNN is also created for 2100..2300 cards.
mjacob
2010-01-03
1
-0
/
+2
*
Reduce diff against OpenSolaris - move Giant acquire/release to
delphij
2010-01-02
2
-5
/
+3
*
Don't forget to clean up the file copied from the kernel sources.
ed
2010-01-02
1
-0
/
+2
*
Remove dead code. This section of code is only run in the
gavin
2010-01-02
1
-10
/
+4
*
Remove reference to the bug in FreeBSD 2.0.
kib
2010-01-02
1
-8
/
+0
*
Fix typo: s/partion/partition/
mbr
2010-01-02
2
-2
/
+2
*
Make it clear that "interface" is one out of possibly many interface of the
mbr
2010-01-02
1
-2
/
+2
*
Add one more supported controller.
brueffer
2010-01-02
1
-1
/
+3
*
- Demapping unused kernel TLB slots has proven to work reliably so move
marius
2010-01-02
1
-11
/
+3
*
- Preserve the PROM IOMMU in order to allow OFW drivers to continue to
marius
2010-01-02
4
-4
/
+25
*
Use UFS2 as default filesystem. Now pc98's boot2 works for UFS2.
nyan
2010-01-02
1
-4
/
+0
*
Do kgzip to the loader on pc98, too. Now pc98's boot2 works for ELF.
nyan
2010-01-02
1
-1
/
+1
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
163
-137
/
+157
*
Remove unused variables.
ed
2010-01-02
2
-2
/
+1
*
Mark ftwv as __unused. This compare function does not need it.
ed
2010-01-02
1
-1
/
+1
*
ANSIfy some more tools in usr.sbin/.
ed
2010-01-02
13
-40
/
+24
*
Build usr.bin/ with WARNS=6 by default.
ed
2010-01-02
133
-79
/
+138
*
Mute some warnings on uninitialized variables.
ed
2010-01-02
2
-3
/
+3
*
Remove a warning by adding extra parentheses.
ed
2010-01-02
1
-1
/
+1
*
Add missing #include for string routines.
ed
2010-01-02
1
-0
/
+1
*
ANSIfy various tools in usr.bin/.
ed
2010-01-02
13
-61
/
+35
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
66
-37
/
+83
*
Make WARNS=6 the default for libexec/.
ed
2010-01-02
26
-10
/
+41
*
Fix several warnings.
ed
2010-01-02
1
-10
/
+10
*
Welcome to 2010.
imp
2010-01-02
1
-2
/
+2
*
Properly return the UUID represented by the alias.
marcel
2010-01-02
1
-1
/
+1
*
Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representative
marcel
2010-01-02
1
-1
/
+1
*
Fix botches in r201005:
marius
2010-01-01
2
-5
/
+5
*
s/named_confidr/named_confdir/ in the rndc.key check. The line in
dougb
2010-01-01
1
-2
/
+2
*
Quiet variable "shadows" warning:
obrien
2010-01-01
2
-36
/
+36
*
With the introduction of named_conf the -c example in named_flags
dougb
2010-01-01
1
-1
/
+1
*
The script hard-coded the assumption that the "configuration directory"
dougb
2010-01-01
1
-20
/
+21
*
sh: Fix some bugs with backquoted builtins:
jilles
2010-01-01
7
-21
/
+71
*
sh(1): document ulimit -w (swapuse rlimit).
jilles
2009-12-31
1
-2
/
+5
*
sh(1): Correct two places where "$@" lacked necessary quotes.
jilles
2009-12-31
1
-2
/
+2
*
If a filter has already been added, actually return EEXIST when trying
brooks
2009-12-31
1
-1
/
+2
*
Use stricter checking to match possible vlan clones by not allowing extra
jhb
2009-12-31
1
-6
/
+8
*
The devices that supported EVFILT_NETDEV kqueue filters were removed in
brooks
2009-12-31
7
-151
/
+8
*
o Correct URL to announcements collection.
maxim
2009-12-31
1
-1
/
+1
*
Allow swap out of the kernel stack for the thread with priority greater
kib
2009-12-31
2
-2
/
+2
*
Fix the experimental NFS client so that it can create Unix
rmacklem
2009-12-31
1
-4
/
+9
*
sh: Use PATH= assignment in type.
jilles
2009-12-31
2
-1
/
+27
*
sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).
jilles
2009-12-31
6
-7
/
+66
*
Reimplement the boot2 for pc98 completely.
nyan
2009-12-31
22
-4590
/
+1335
[next]