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
*
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
*
Missed a place where the extra descriptor buffers would need to be
peter
1997-09-18
2
-2
/
+6
*
Synchronize with sys/i386/isa/fd.c revision 1.102.
kato
1997-09-18
2
-2
/
+114
*
wrap kernel interface in #ifdef KERNEL/#endif
jmg
1997-09-18
2
-18
/
+25
*
reduce the number of warnings this file emits during compiling
jmg
1997-09-18
1
-6
/
+6
*
update Luigi's driver to poll interface (Peter, you might want to check
jmg
1997-09-18
11
-171
/
+141
*
Remove line noise from the quirk list (kernel build stopper)
msmith
1997-09-18
1
-2
/
+1
*
Add the C1557A as a known tape changer (thus non-broken multi-LUN tape
joerg
1997-09-17
1
-1
/
+6
*
Enable the FIFO on enhanced floppy controllers. This reduces the
tegge
1997-09-17
8
-8
/
+178
*
Synchronize with sys/i386/conf/options.i386 and sys/i386/isa/fd.c
kato
1997-09-17
4
-22
/
+50
*
Make TCPDEBUG a new-style option.
joerg
1997-09-16
10
-10
/
+29
*
Drop temporary source-level compatibility for old mount(2) interface.
bde
1997-09-16
1
-5
/
+1
*
Removed a stray backslash-newline.
bde
1997-09-16
1
-2
/
+2
*
Fixed syntax errors in `#if 0' code.
bde
1997-09-16
1
-3
/
+3
*
Cleaned up.
bde
1997-09-16
1
-18
/
+7
*
Removed declaration of nonexistent function fuibyte().
bde
1997-09-16
1
-38
/
+45
[next]