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
*
Remove references to MAP_FILE.. That is now "default" and is only
peter
1996-03-12
3
-10
/
+10
*
The same data segment length rounding problem that was in the elf
peter
1996-03-12
1
-4
/
+4
*
Always initialize master_softc. This avoids panics in the idle loop due
nate
1996-03-12
2
-4
/
+14
*
Bring in some prototypes that shouldn't have been dependant on
nate
1996-03-12
1
-5
/
+1
*
Removed undocumented an unused APM_SLOWSTART code.
nate
1996-03-12
4
-53
/
+5
*
Do a APM BIOS dis-connect before attempting to do a 32-bit connection
nate
1996-03-11
4
-82
/
+104
*
Removed conditionals on BDE_DEBUGGER around the loading for the IDT
nate
1996-03-11
2
-14
/
+6
*
Add FAILSAFE option for selecting extra conservativeness when such
jkh
1996-03-11
3
-3
/
+14
*
Bring in most of Bruce's prot_to_real() changes into the APM BIOS
nate
1996-03-11
9
-143
/
+116
*
For Lite2: proc LIST changes.
hsu
1996-03-11
1
-3
/
+3
*
Disable the selection hardware before acknowledging a SELTO interrupt.
gibbs
1996-03-11
1
-1
/
+6
*
From Lite2: add typedef for register_t.
hsu
1996-03-11
1
-1
/
+3
*
Change type of code argument to sendsig from unsigned to u_long to make it
hsu
1996-03-11
1
-2
/
+2
*
Fix the vm_map_remove and vm_map_protect calls.. Somewhere along the
peter
1996-03-10
2
-8
/
+10
*
Improved efficiency in pmap_remove, and also remove some of the pmap_update
dyson
1996-03-10
1
-111
/
+160
*
Move the elf linux_interp structure from the lkm stub to here so that it
peter
1996-03-10
1
-1
/
+18
*
Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.
peter
1996-03-10
2
-2
/
+97
*
Fix the getdents() emulation, the Linux ELF libraries use this, and
peter
1996-03-10
1
-3
/
+11
*
Fix a (mostly harmless) bogon when calculating the start of the stack gap.
peter
1996-03-10
1
-1
/
+1
*
Fix a (mostly harmless) bogon when allocating space above the stack
peter
1996-03-10
1
-2
/
+2
*
More missing int32 -> int32_t...
dg
1996-03-10
1
-4
/
+4
*
First attempt at FreeBSD & Linux ELF support.
sos
1996-03-10
4
-71
/
+119
*
bt.c, aic7xxx.c:
gibbs
1996-03-10
3
-239
/
+247
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
6
-29
/
+27
*
aha1742.c:
gibbs
1996-03-10
2
-9
/
+9
*
Don't print DMA busy messages - the sound code apparently runs
jkh
1996-03-10
1
-1
/
+7
*
Convert a timeout loop from 100 iterations of 15uS to 50
rgrimes
1996-03-09
1
-2
/
+2
*
Correct some new and older lurking bugs. Hold count wasn't being
dyson
1996-03-09
1
-118
/
+212
*
Saved 14 bytes by avoiding gas braindamage and 8 bytes by better
bde
1996-03-08
1
-23
/
+22
*
Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet'
bde
1996-03-08
4
-13
/
+18
*
Made the timeouts in gets() machine-independent. Use the BIOS tick
bde
1996-03-08
1
-31
/
+35
*
Load %fs with the flat data segment selector while in protected mode.
bde
1996-03-08
1
-3
/
+7
*
Fixed restoring segment descriptors in prot_to_real(). The descriptors
bde
1996-03-08
2
-12
/
+13
*
update linux_times() and linux_utime() emulation,
peter
1996-03-04
5
-22
/
+56
*
Oops.. I was wrong about the change to sigsuspend. The library interface is
peter
1996-03-04
1
-3
/
+4
*
Validate the length before we trust it.
phk
1996-03-04
1
-1
/
+3
*
Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.
peter
1996-03-04
1
-1
/
+9
*
Add support for the old-style Linux termio (not termios) TCGETA etc.
peter
1996-03-03
2
-4
/
+76
*
Make the handshake lines do the right thing. This is untested by the author
peter
1996-03-03
1
-13
/
+14
*
USER_LDT changes for the Willows TwinXPDK toolkit. Only tested with WINE
jkh
1996-03-03
3
-74
/
+134
*
Minor touch-up... make two functions static, and add missing $Id$
peter
1996-03-02
2
-3
/
+4
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
32
-1078
/
+2554
*
A new syscalls table for the Linux emulator. This is processed by
peter
1996-03-02
2
-0
/
+221
*
This file is "obsolete" and no longer used or referenced.
peter
1996-03-02
1
-6
/
+0
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
3
-2
/
+10
*
Hopefully, this will fix the problems that some people have been having with
jkh
1996-03-02
1
-1
/
+14
*
Update the Connectix QuickCam driver to match my current work.
pst
1996-03-02
5
-462
/
+657
*
More b_flags fixes.
dyson
1996-03-02
1
-3
/
+3
*
Fix a bug that b_flags was getting unnecessarily modified by
dyson
1996-03-01
1
-4
/
+4
*
Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB
gpalmer
1996-02-28
2
-2
/
+16
[next]