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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFp4 (112498):
netchild
2007-01-07
1
-1
/
+1
*
regen after addition of linux_utimes and linux_rt_sigtimedwait
netchild
2006-12-31
3
-7
/
+11
*
MFp4 (111746, 108671, 108945, 112352):
netchild
2006-12-31
2
-4
/
+6
*
Fix oops in previous commit.
bde
2006-12-29
1
-1
/
+1
*
Fixed some style bugs (mainly assorted errors in comments, and inconsistent
bde
2006-12-29
1
-26
/
+26
*
Fixed some style bugs (whitespace only).
bde
2006-12-29
1
-31
/
+34
*
Try harder to garbage-collect the "LOCORE" (really asm) version of
bde
2006-12-29
1
-5
/
+5
*
Avoid an instruction in atomic_cmpset_{int_long)() in most cases.
bde
2006-12-27
1
-11
/
+11
*
Regen (just to fix 'generated from' line from the previous commit).
jkim
2006-12-20
3
-3
/
+3
*
Add linux_nanosleep() and regen.
jkim
2006-12-20
4
-5
/
+11
*
MFP4: 109655
jkim
2006-12-20
1
-2
/
+2
*
Add a lwpid field into per-cpu structure, the lwpid represents current
davidxu
2006-12-20
3
-0
/
+5
*
Evidently FreeBSD has long relied on the compiler to treat structures
kmacy
2006-12-17
10
-103
/
+105
*
vm86_initflags was causing gcc41 and even gcc346 to get rather confused
kmacy
2006-12-17
1
-10
/
+4
*
Align the interfaces for the various watchdogs and make the interface
n_hibma
2006-12-15
1
-9
/
+9
*
Add msk(4) to the list of drivers supported by GENERIC kernel.
yongari
2006-12-13
1
-0
/
+1
*
Give Host-PCI bridge drivers their own pcib_alloc_msi() and
jhb
2006-12-12
2
-5
/
+47
*
Sort function prototypes.
jhb
2006-12-12
1
-1
/
+1
*
Replace a few magic numbers.
jhb
2006-12-12
1
-2
/
+2
*
Add a function to return the MD interrupt source cookie associated with
jhb
2006-12-12
1
-3
/
+3
*
Allow machdep.cpu_idle_hlt to be set from the loader. This should allow
sobomax
2006-12-06
1
-0
/
+1
*
Threading cleanup.. part 2 of several.
julian
2006-12-06
1
-5
/
+1
*
Optimized RTC accesses by avoiding null writes to the index register
bde
2006-12-03
1
-9
/
+16
*
Turn console printf buffering into a kernel option and only on
jb
2006-11-30
1
-1
/
+0
*
Tweak the comment about mapping a kernel using large pages.
ru
2006-11-25
1
-3
/
+3
*
The global variable avail_end is redundant and only used once. Eliminate
alc
2006-11-19
3
-9
/
+6
*
- Add macro constants for the various fields in %dr7 and use them in place
jhb
2006-11-17
3
-36
/
+52
*
Trim some noise from bootverbose:
jhb
2006-11-17
2
-14
/
+13
*
A few more style fixes.
jhb
2006-11-17
1
-5
/
+4
*
o Make pv_maxchunks no less than maxproc. This helps to survive a
maxim
2006-11-16
1
-1
/
+1
*
Various whitespace and style fixes.
jhb
2006-11-15
3
-44
/
+42
*
Fix a typo that broke MSI (MSI-X worked fine) in the later revisions of
jhb
2006-11-15
1
-1
/
+1
*
MD support for PCI Message Signalled Interrupts on amd64 and i386:
jhb
2006-11-13
7
-4
/
+669
*
Fix NKPT comments to match reality. Note that the current value
ru
2006-11-13
1
-3
/
+6
*
Fix a comment.
ru
2006-11-13
1
-1
/
+1
*
Make pmap_enter() responsible for setting PG_WRITEABLE instead
alc
2006-11-12
1
-1
/
+3
*
Merge posix4/* into normal kernel hierarchy.
trhodes
2006-11-11
3
-3
/
+3
*
Don't dump the $PIR table under bootverbose. The pirtool program in
jhb
2006-11-09
1
-39
/
+0
*
Spelling.
ru
2006-11-07
1
-1
/
+1
*
Remove old XXX comment about possibly adding a print_Intel_info() function
jhb
2006-11-07
1
-8
/
+0
*
Remove duplicate IDTVEC macro definition, it's already defined in
jhb
2006-11-07
1
-2
/
+0
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
7
-17
/
+22
*
Remove the KDTRACE option again because of the complaints about having
jb
2006-11-04
1
-3
/
+0
*
Build in kernel support for loading DTrace modules by default. This
jb
2006-11-04
1
-0
/
+3
*
Add a cnputs() function to write a string to the console with
jb
2006-11-01
1
-0
/
+1
*
Fix Typo.
takawata
2006-10-31
1
-1
/
+1
*
Add conf file entries for acpi_aiboost drivers.
takawata
2006-10-30
1
-0
/
+3
*
regen after linux_io_* backout
netchild
2006-10-29
3
-47
/
+8
*
Backout the linux aio stuff. Several problems where identified and the
netchild
2006-10-29
2
-7
/
+5
*
Removed some SMP ifdefs so that using the TSC as a cputime clock is
bde
2006-10-29
1
-9
/
+10
[next]