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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace.
le
2005-11-20
1
-8
/
+8
*
Always declare variables at the start of the function.
le
2005-11-20
1
-47
/
+110
*
Fix whitespace issue.
le
2005-11-20
1
-11
/
+11
*
Eliminate pmap_init2(). It's no longer used.
alc
2005-11-20
10
-57
/
+0
*
Fix compile on 64-bit platforms.
scottl
2005-11-20
1
-2
/
+4
*
Improve inittodr(). Assume the real-time clock is reliable and only
marcel
2005-11-20
1
-52
/
+40
*
Correct the API for Windows interupt handling a little. The prototype
wpaul
2005-11-20
2
-11
/
+13
*
Add more options to ffs_opts, so that vfs_filteropts() will not
rodrigc
2005-11-19
1
-2
/
+3
*
Return 0 if we are a network card and do match. Previously, we'd bogusly
imp
2005-11-19
1
-0
/
+1
*
Fix bug introduced in revision 1.186:
marcel
2005-11-19
1
-3
/
+8
*
Parse more mount options in vfs_donmount(), before vfs_domount()
rodrigc
2005-11-19
1
-0
/
+42
*
Finally bring in what was produced during Google SoC 2005:
le
2005-11-19
7
-5
/
+515
*
Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't
andre
2005-11-19
2
-36
/
+0
*
Load firmware images directly from the filesystem (looks into /etc/firmware
damien
2005-11-19
4
-154
/
+166
*
Properly parse the nowin95 mount option.
rodrigc
2005-11-19
1
-5
/
+4
*
Minor tweaks.
damien
2005-11-19
1
-10
/
+13
*
Move MAX_IPOPTLEN and struct ipoption back into ip_var.h as
andre
2005-11-19
2
-13
/
+13
*
Add "shortnames" and "longnames" mount options which are
rodrigc
2005-11-18
1
-1
/
+5
*
Second part of the AMRR commit.
damien
2005-11-18
2
-13
/
+112
*
Consolidate all IP Options handling functions into ip_options.[ch] and
andre
2005-11-18
15
-681
/
+795
*
Add sanity checking for QUEUE(3) lists under INVARIANTS. Races may lead
emaste
2005-11-18
1
-2
/
+35
*
- Always print the trap number so that we have something to start with for
jhb
2005-11-18
2
-9
/
+19
*
Add CLOCK_UPTIME to clock_gettime(2) reporting the current
andre
2005-11-18
2
-0
/
+3
*
Add support for a new/unreleased Pentium-M.
ps
2005-11-18
1
-1
/
+1
*
Purge layer specific mbuf flags on layer crossings to avoid confusing
andre
2005-11-18
3
-1
/
+20
*
Rework icmp_error() to deal with truncated IP packets from
andre
2005-11-18
1
-48
/
+54
*
In ip_forward() copy as much into the temporary error mbuf as we
andre
2005-11-18
1
-3
/
+2
*
Add KASSERTs to M_ALIGN() and MH_ALIGN() to prevent usage on wrong
andre
2005-11-18
1
-0
/
+8
*
-mdoc sweep.
ru
2005-11-18
1
-3
/
+2
*
- Add parsing for the following existing UFS/FFS mount options in the nmount()
rodrigc
2005-11-18
1
-1
/
+33
*
Fix a bug that caused some /dev entries to continue to exist after
jdp
2005-11-18
5
-2
/
+18
*
In vfs_nmount(), check to see if "update" mount option was passed
rodrigc
2005-11-18
1
-0
/
+9
*
MFOpenBSD 1.62:
glebius
2005-11-17
1
-2
/
+4
*
- Backout last change, since it is memory overkill for a non busy host or
glebius
2005-11-17
3
-13
/
+44
*
Prefer NULL to 0.
yongari
2005-11-17
1
-25
/
+29
*
Remove vestiges of oldcard and owi.
ru
2005-11-17
2
-19
/
+0
*
Fix spelling mistake.
obrien
2005-11-17
2
-2
/
+2
*
Make the elf wrapper work with recent kernel.debug changes.
cognet
2005-11-17
1
-3
/
+5
*
OBE
imp
2005-11-16
1
-9
/
+0
*
Revert a part of the previous commits to these files that made the NMI
jhb
2005-11-16
2
-10
/
+8
*
this is no longer needed.
imp
2005-11-16
5
-3721
/
+0
*
Revert previous commit to these files. There isn't a race necessitating
jhb
2005-11-16
2
-6
/
+4
*
Fix a typo in the check for an invalid APIC. If we are told about an
jhb
2005-11-16
2
-2
/
+2
*
Correct description of RLIMIT_CPU.
jhb
2005-11-16
1
-1
/
+1
*
fixed a kernel crash due to an improper removal of callout-timer
suz
2005-11-16
1
-0
/
+1
*
- Add errmsg to the list of smbfs mount options.
rodrigc
2005-11-16
1
-7
/
+23
*
Catch up with loader_color -> loader_logo and document beastie_disable.
ru
2005-11-15
2
-5
/
+12
*
Provide a link to the documentation of the I/O APIC at Intel.
andre
2005-11-15
1
-0
/
+4
*
Add some initial bits (currently unused) for upcoming AMRR support.
damien
2005-11-15
1
-0
/
+10
*
Add some initial bits (currently unused) for upcoming AMRR support.
damien
2005-11-15
1
-0
/
+77
[next]