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
*
Add a missing bufq_init call. The original code never initialized it's
gibbs
1997-09-22
1
-0
/
+1
*
Make MFS a supported option, finally.
joerg
1997-09-22
4
-10
/
+5
*
restore a line I accidentally deleted with my callout changes.
gibbs
1997-09-22
1
-0
/
+1
*
Update for changes in the callout interface.
kato
1997-09-22
3
-1
/
+11
*
Synchronize with sys/i386/isa/wd.c revision up to 1.140.
kato
1997-09-22
1
-51
/
+71
*
Synchronize with sys/i386/isa/fd.c, isa.c and sio.c revisions 1.103,
kato
1997-09-22
5
-39
/
+68
*
Synchronize with sys/i386/i386/machdep.c and trap.c reivisions 1.265
kato
1997-09-22
3
-11
/
+57
*
Synchronize with sys/i386/conf/files.i386 revision 1.177.
kato
1997-09-22
2
-26
/
+4
*
Turn on CR4_VME on the AP's the same as the BSP. Note that we do not
peter
1997-09-22
2
-2
/
+26
*
Oops. This file shouldn't have been committed.
gibbs
1997-09-22
2
-36
/
+34
*
Remove an unfortunate name clash with the zalloc/zfree routines. Since the
dyson
1997-09-21
1
-11
/
+11
*
urk, fix spelling error in comment I just fixed.
julian
1997-09-21
1
-2
/
+2
*
Fix a comment.
julian
1997-09-21
1
-2
/
+6
*
Convert tqdisksort to bufqdisksort. Honor the B_ORDERED buffer flag
gibbs
1997-09-21
2
-154
/
+112
*
Update for new buffer queue data structure.
gibbs
1997-09-21
2
-12
/
+12
*
buf.h:
gibbs
1997-09-21
13
-28
/
+210
*
Convert to use the new bufq* functions for dealing with buffer
gibbs
1997-09-21
9
-37
/
+44
*
Update for new callout interface.
gibbs
1997-09-21
20
-71
/
+108
*
init_main.c subr_autoconf.c:
gibbs
1997-09-21
10
-306
/
+489
*
Update for changes in the callout interface.
gibbs
1997-09-21
7
-48
/
+73
*
soundcard.c:
gibbs
1997-09-21
2
-4
/
+5
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
43
-299
/
+464
*
ipl.h:
gibbs
1997-09-21
3
-3
/
+15
*
autoconf.c:
gibbs
1997-09-21
7
-27
/
+99
*
Add shared EISA interrupt support.
gibbs
1997-09-21
13
-204
/
+293
*
Move the rules for aicasm to the MI conf file.
gibbs
1997-09-21
4
-64
/
+42
*
Convert to the new callout interface.
gibbs
1997-09-21
2
-6
/
+14
*
Convert to the new callout interface.
gibbs
1997-09-21
2
-5
/
+15
*
Move the rules for aicasm to the MI conf file.
gibbs
1997-09-21
1
-0
/
+16
*
Implement the parts needed for VM86 under SMP.
peter
1997-09-21
16
-66
/
+193
*
Fix some style(9) and formatting problems. tabsize 4 formatting doesn't
peter
1997-09-21
2
-104
/
+122
*
Add support for more than 1 page of idle process stack on SMP systems.
dyson
1997-09-21
12
-167
/
+283
*
Re-institute a bugfix in allocation of anonymous buffer memory.
dyson
1997-09-21
1
-7
/
+36
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
36
-295
/
+427
*
Recognize the CS4326 on the Intel PR440FX motherboard. (It works just like
peter
1997-09-21
3
-33
/
+72
*
Fix a comment-within-a-comment
peter
1997-09-21
5
-5
/
+5
*
Accept FIOASYNC (like the old sound driver) since it's generated by
peter
1997-09-21
1
-2
/
+2
*
We were (I think) missing a vrele() on the vnode for the object loaded
peter
1997-09-21
1
-6
/
+5
*
For AMD chips, pick up the long description from the chip if
phk
1997-09-20
2
-2
/
+142
*
Addition of support of the slightly rogue Promise IDE interface(Dyson), support
dyson
1997-09-20
8
-654
/
+1205
*
Adjust the #ifdef KERNEL so that pnp_cinfo is available for sbin/dset.c
peter
1997-09-20
1
-5
/
+5
*
Synchronize with sys/i386/isa/isa.c revision 1.104.
kato
1997-09-20
1
-4
/
+15
*
Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/sio.c
kato
1997-09-20
4
-28
/
+248
*
``oops''. I cut/pasted the original free()'s based on mark's suggestion
peter
1997-09-20
2
-8
/
+8
*
teach sio how to attach to isa PnP cards. This is mainly for use with
jmg
1997-09-19
8
-44
/
+388
*
teach pnp to keep isa_device structs around, and teach isa.c how to scan
jmg
1997-09-19
4
-48
/
+122
*
[Regarding the previous patch] This is completely wrong.
phk
1997-09-19
1
-3
/
+5
*
Synchronize with sys/i386/i386/userconfig.c revision 1.93.
kato
1997-09-19
1
-6
/
+6
*
Executing binaries on a nullfs (or nullfs-based) filesystem results in
phk
1997-09-18
4
-10
/
+14
*
Ffs_alloc allow users to write one block beyond the limit.
phk
1997-09-18
1
-2
/
+2
[next]