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
*
The re(4) driver works on CURRENT/alpha.
bmah
2003-10-19
2
-2
/
+2
*
Modified release notes: Fixed minor grammatical bugs in atkbd(4) bug
bmah
2003-10-19
2
-6
/
+8
*
Finish the removal of the bst/bsh confusion.
imp
2003-10-19
1
-10
/
+10
*
Remove debug printf().
mux
2003-10-19
1
-1
/
+0
*
Implement partially /proc/<pid>/maps.
cognet
2003-10-19
1
-5
/
+96
*
Various NFS-related bug fixes (mostly related to using variable_get()
des
2003-10-19
6
-3
/
+19
*
Modified release note:
hrs
2003-10-19
2
-4
/
+6
*
MFi386: revision 1.577.
nyan
2003-10-19
2
-18
/
+34
*
s/5.0-CURRENT/FreeBSD 5.x/
phk
2003-10-19
1
-2
/
+2
*
Fix LINT build by correcting a missed change.
bms
2003-10-19
1
-1
/
+1
*
Disable irqs before entering the power-off state. This is not known
njl
2003-10-19
1
-0
/
+1
*
Tidy up loose ends in the idle process. Call the MI cpu_idle() function
peter
2003-10-19
1
-37
/
+5
*
Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is a
peter
2003-10-19
4
-0
/
+24
*
Fix broken su -m behaviour :
cognet
2003-10-19
1
-4
/
+2
*
Use npxdrop in cpu_thread_exit to save some cycles.
davidxu
2003-10-19
1
-1
/
+3
*
Before trying to restart/stop the MTA or MSP queue runner, make sure
gshapiro
2003-10-19
1
-0
/
+83
*
Adding WorkAroundBrokenAAAA seems a necessity even in the submit.mc given
gshapiro
2003-10-19
3
-11
/
+30
*
Don't confuse tags and handles.
imp
2003-10-19
1
-2
/
+2
*
- Synchronize access to a vm page's valid field using the containing
alc
2003-10-19
1
-43
/
+45
*
Note that PAE has been MFC'd into RELENG_4 and will appear in FreeBSD
simon
2003-10-18
1
-0
/
+2
*
Add the cpu_idle_hook() function pointer so that other idlers can be
njl
2003-10-18
4
-20
/
+46
*
- Synchronize access to the page's valid field in
alc
2003-10-18
1
-1
/
+2
*
- Increase the object lock's scope in vm_contig_launder() so that access
alc
2003-10-18
4
-17
/
+18
*
Fix a typo. The module has the EISA front-end commented out, therefore the
bms
2003-10-18
1
-1
/
+1
*
Initialize b_iooffset before calling VOP_[SPEC]STRATEGY
phk
2003-10-18
1
-0
/
+3
*
Initialize b_iooffset before calling strategy
phk
2003-10-18
2
-0
/
+2
*
Only automatically create an 'a' partition when there is nothing
phk
2003-10-18
1
-4
/
+22
*
Corrections to revision 1.305
alc
2003-10-18
1
-22
/
+36
*
New release note:
hrs
2003-10-18
2
-0
/
+6
*
Retire b_pblkno which was an alias for a bio field which is for
phk
2003-10-18
1
-1
/
+0
*
Don't report b_pblkno, it is going away.
phk
2003-10-18
1
-2
/
+2
*
Do not initialize bp->b_pblkno, it is going away.
phk
2003-10-18
1
-1
/
+0
*
Retire bio_blkno entirely.
phk
2003-10-18
3
-3
/
+1
*
Eliminate use bio_blkno.
phk
2003-10-18
4
-72
/
+38
*
rtfree() must be called in lock context.
ume
2003-10-18
1
-0
/
+1
*
Discontinue bio_blkno usage.
phk
2003-10-18
2
-6
/
+1
*
Discontinue bio_blkno, use bio_offset instead.
phk
2003-10-18
3
-40
/
+12
*
Eliminate reporting of bio_blkno.
phk
2003-10-18
1
-2
/
+2
*
Report bio_pblkbo instead of bio_blkno.
phk
2003-10-18
1
-3
/
+3
*
Use bio_offset instead of bio_blkno
phk
2003-10-18
3
-11
/
+10
*
No need to initialize bio_pblkno from bio_blkno, disksort uses bio_offset.
phk
2003-10-18
1
-1
/
+0
*
Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno.
phk
2003-10-18
2
-10
/
+10
*
Transition to using bus_space macros rather than the inb/outb/etc.
imp
2003-10-18
5
-126
/
+142
*
DuH!
phk
2003-10-18
20
-22
/
+24
*
I think rwatson got the sign wrong here...
phk
2003-10-18
1
-2
/
+2
*
Don't initialize unused bio_blkno field.
phk
2003-10-18
1
-1
/
+0
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY()
phk
2003-10-18
3
-0
/
+3
*
Initialize bp->b_offset before calling VOP_STRATEGY().
phk
2003-10-18
2
-8
/
+1
*
Initialize bp->b_offset before calling VOP_STRATEGY()
phk
2003-10-18
1
-0
/
+2
*
Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY().
phk
2003-10-18
2
-1
/
+3
[next]