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
*
Forget all about APM. Instead of "hlt" call through a vector which
phk
1997-04-14
1
-8
/
+9
*
YAMF22
jkh
1997-04-14
1
-15
/
+72
*
Use the same IOPL check as in syscons.
bde
1997-04-14
4
-10
/
+34
*
Fixed printing of registers in dbflalt_handler(). The registers
bde
1997-04-14
1
-9
/
+7
*
Be more careful about how SCBs are cleaned up during error recovery.
gibbs
1997-04-14
1
-113
/
+173
*
New name for the EtherExpress register file.
gibbs
1997-04-14
1
-0
/
+80
*
Add Intel EtherExpress16 support into the ie driver, removing the need
gibbs
1997-04-14
3
-2093
/
+496
*
GENERIC, LINT:
gibbs
1997-04-14
4
-11
/
+10
*
Don't forget to set `runtime' in fork_trampoline(). The time slice before
bde
1997-04-13
1
-7
/
+7
*
Decrease the amount of memory allocated for bouncing. This will
dyson
1997-04-13
1
-1
/
+3
*
The pmap code was too generous in the allocation of kva space for
dyson
1997-04-13
1
-6
/
+12
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
3
-5
/
+16
*
Drop the number of allowed tags back down to 8. Pluto uses a higher value
gibbs
1997-04-10
1
-17
/
+17
*
Removed unused or apparently-unused #includes, especially of the
bde
1997-04-10
1
-25
/
+0
*
Preserve some bits in the keyboard controller command byte when
yokota
1997-04-10
1
-10
/
+6
*
Regenerate (removed unused #includes from ibcs2*_sysent.c).
bde
1997-04-09
8
-14
/
+8
*
Removed unused #includes.
bde
1997-04-09
3
-9
/
+3
*
Regenerate (removed unused #includes in linux_sysent.c).
bde
1997-04-09
3
-5
/
+3
*
Removed unused #includes.
bde
1997-04-09
1
-3
/
+1
*
Mask out revision register in consistency test of class register.
se
1997-04-09
4
-8
/
+8
*
Fix spelling of align and interrupt in comments.
se
1997-04-09
4
-24
/
+24
*
Fix consistency test to not fail on pre PCI 2.0 motherboards
se
1997-04-09
4
-8
/
+8
*
Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.
kato
1997-04-08
1
-0
/
+3
*
Fix an infinite loop caused by calling ahc_run_done queue while the
gibbs
1997-04-07
1
-3
/
+32
*
Lower the spl() of the new process from splhigh() right away, since
peter
1997-04-07
1
-2
/
+9
*
Use UPAGES_HOLE instead of UPAGES in case it's changed some time.
peter
1997-04-07
2
-5
/
+5
*
Define UPAGES_HOLE at 2 (same as current UPAGES) in case UPAGES changes
peter
1997-04-07
1
-1
/
+3
*
Clean up some dead wood. Kill the page table page for mapping the
peter
1997-04-07
1
-24
/
+2
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
10
-117
/
+198
*
No longer use an i386tss as the basis of our pcb - it wasn't particularly
peter
1997-04-07
4
-56
/
+32
*
Documented new serial console flags.
bde
1997-04-07
2
-10
/
+46
*
Fixes to ibcs2_getdents, including using struct dirent instead of
dfr
1997-04-06
1
-27
/
+101
*
Prevent wedging of the stat clock because of missed interrupts.
mckay
1997-04-06
2
-10
/
+20
*
Make MOD_* macros almost consistent:
dufault
1997-04-06
4
-11
/
+15
*
Remove dependancy on UFS' DIRBLKSIZ definition.
dfr
1997-04-06
1
-6
/
+2
*
Fix the gdb executable modify problem. Thanks to the detective work
dyson
1997-04-06
1
-7
/
+7
*
Fix a bug in the selection timeout handler that was introduced when the
gibbs
1997-04-05
1
-38
/
+52
*
Fix linux_getdents so that it can cope with filesystems which translate
dfr
1997-04-05
1
-10
/
+46
*
Moved COMCONSOLE, CONADDR and CONUNIT to defunct options.
bde
1997-04-05
1
-4
/
+4
*
Removed defaults for dead options CONADDR and CONUNIT.
bde
1997-04-05
1
-15
/
+1
*
Use device flags instead of options for serial console configuration
bde
1997-04-05
1
-23
/
+53
*
Now that we use AAP, we have to explicitly unpause the sequencer when
gibbs
1997-04-04
1
-2
/
+11
*
NOOP commit to correct the comment for the last commit:
gibbs
1997-04-04
1
-1
/
+1
*
When not using SCB paging, we can always directly index the SCB of interest
gibbs
1997-04-04
1
-15
/
+6
*
Make the default VERASE key the <-- key and remove root's
brian
1997-04-03
1
-1
/
+4
*
If flag 0x4000 (Sleephack) is defined, assume that the disk is sleeping
phk
1997-04-03
1
-3
/
+35
*
make obj before building the aic7xxx assembler. This puts the object
gibbs
1997-04-03
1
-3
/
+3
*
PAL support: magic numbers moved into format_params structure.
fsmp
1997-04-02
1
-3
/
+9
*
Removed a wrong comment of mine.
bde
1997-04-01
1
-10
/
+2
*
Fixed gratuitous ANSIisms.
bde
1997-04-01
1
-15
/
+10
[next]