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
...
*
Fix wrong size check for scroll forward/backward ('S'/'T')
ache
1994-11-21
3
-15
/
+15
*
Attempt to fix scroll forward/ scroll backward bug bringed by vi,
ache
1994-11-21
3
-12
/
+12
*
More intelligent BackTab fix using BTAB special key (unused before)
ache
1994-11-19
6
-27
/
+33
*
Fix all keymaps to bring BackTab to life.
ache
1994-11-19
3
-18
/
+18
*
I just learned that isa.h is included in assembler files too...
phk
1994-11-19
2
-6
/
+4
*
add
phk
1994-11-19
2
-2
/
+6
*
Register with devconfg so we show up in lsdev.
gibbs
1994-11-18
3
-3
/
+75
*
Put ie0 above ep0. Otherwise, the ie0 probe clobbers it.
jkh
1994-11-18
2
-4
/
+4
*
IO_EISASIZE should be 1 slot, not 2.
gibbs
1994-11-18
2
-4
/
+4
*
From: wpaul@ctr.columbia.edu (Bill Paul)
jkh
1994-11-18
1
-4
/
+6
*
Boy, was THIS buggered up! Calm the compiler by fixing the obvious
jkh
1994-11-18
1
-8
/
+5
*
Improve the case for ST506 disks a bit: Pick up Bios-geometry.
phk
1994-11-18
1
-6
/
+32
*
Change the message a little bit...
phk
1994-11-18
1
-2
/
+3
*
Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages.
phk
1994-11-18
3
-9
/
+9
*
Change the include for the sequencer program to point back to the
gibbs
1994-11-18
3
-6
/
+12
*
Previous changes to the sequencer compiler backed out. We go back to
gibbs
1994-11-18
7
-10
/
+706
*
Never but never have a bad hair day and go to the movies.
gibbs
1994-11-18
2
-4
/
+2
*
Whoops - this one's my fault. Put back my changes for seqprog[].
jkh
1994-11-18
3
-12
/
+6
*
Get IO_EISASIZE properly defined now.
jkh
1994-11-18
2
-2
/
+4
*
aha2742.c was bogus - use aic7770.c instead.
jkh
1994-11-18
2
-4
/
+4
*
Make the compiler spit out a .c file instead of a .h file.
jkh
1994-11-18
5
-0
/
+10
*
Make this a precompiled script - don't bother autogenerating it.
jkh
1994-11-18
1
-0
/
+355
*
Make the sequencer code a .c file instead of a .h file.
jkh
1994-11-18
1
-4
/
+2
*
Totally gut this thing and just use a precompiled gnu/misc/aha274x_seq.c
jkh
1994-11-18
2
-22
/
+6
*
Define IO_EISASIZE to something I think it *might* be!
jkh
1994-11-18
1
-1
/
+9
*
Adjust the name of the included file to match reality.
jkh
1994-11-18
1
-2
/
+2
*
one ) less.
phk
1994-11-18
1
-2
/
+2
*
Another file Justin missed. Hope this is the right one! :-(
jkh
1994-11-18
1
-0
/
+1064
*
Grap the bootinfo structure the bootblock passes us.
phk
1994-11-18
5
-8
/
+43
*
Declare the bootinfo structure in the kernel.
phk
1994-11-18
1
-1
/
+4
*
Add space for the bios-geometry in the bootinfo struct.
phk
1994-11-18
1
-1
/
+4
*
Ask the BIOS about the geometry, and tell the kernel about it.
phk
1994-11-18
2
-7
/
+20
*
I think Justin sort of forgot to commit this! :-)
jkh
1994-11-18
1
-0
/
+1704
*
Submitted by: Lawrence J. King ljking@ljk.OCUnix.On.Ca
ats
1994-11-17
1
-1
/
+5
*
Added support for the MicroSoft Natural keyboard
sos
1994-11-17
6
-45
/
+165
*
My port of Julian's 1742 driver to work with the Linux aic7770 sequencer
gibbs
1994-11-17
3
-0
/
+5121
*
New device-driver entries for the aic7770 driver. These use new features
gibbs
1994-11-17
4
-6
/
+28
*
John Aycock's aic7770 sequencer code and assembler. There is currently
gibbs
1994-11-17
19
-0
/
+7210
*
Fixed rather serious bug where the interface wasn't started after it was
dg
1994-11-17
2
-2
/
+12
*
Many fixes from Bill Paul:
jkh
1994-11-17
7
-22
/
+407
*
Don't ever try to kill off process 1 - even if we are out of swap space
dg
1994-11-17
1
-2
/
+3
*
John Dyson's patches (and a few from me too) to LFS to use a different
gibbs
1994-11-17
5
-17
/
+111
*
Remove a peice of commented out code that was left over from the early
gibbs
1994-11-17
1
-3
/
+2
*
Ugen J.S.Antsilevich's latest, happiest, IP firewall code.
jkh
1994-11-16
5
-263
/
+518
*
Fix a panic I might have seen, or at least could see some day if I havn't
phk
1994-11-16
1
-2
/
+3
*
The previous revision forgot to define fatal_if_no_DDB() when there is DDB.
bde
1994-11-16
3
-6
/
+16
*
#include <socket.h> -> <sys/socket.h>
phk
1994-11-16
2
-4
/
+4
*
Allow MAXMEM to be larger than the detected physical memory. This change
dg
1994-11-16
2
-8
/
+6
*
From: Michael Reifenberger <root@rz-wb.fh-sw.de>
jkh
1994-11-15
1
-1
/
+16
*
Add prototype for Debugger().
bde
1994-11-15
2
-2
/
+4
[prev]
[next]