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
*
Added (commented out) ACPI attachment.
nyan
2001-09-16
6
-0
/
+18
*
MFi386: files.i386 revision 1.367, 1.370, 1.371 and 1.372.
nyan
2001-09-16
1
-1
/
+9
*
MFi386: removed IDE_DELAY option.
nyan
2001-09-16
2
-2
/
+0
*
MFi386: sys/boot/i386/loader/main.c revision 1.24.
nyan
2001-09-16
1
-0
/
+5
*
MFi386: sys/boot/i386/libi386/Makefile revision 1.20.
nyan
2001-09-16
1
-7
/
+10
*
Fix the improper backout.
obrien
2001-09-16
1
-1
/
+1
*
Back out rev 1.38. Even though it saves a little space on the line,
obrien
2001-09-15
1
-2
/
+2
*
o Correct authorization check in CANSIGIO(), which suffered from incorrect
rwatson
2001-09-15
1
-4
/
+5
*
Allow __FBSDID() to be used without ;
obrien
2001-09-15
1
-3
/
+3
*
Rearrange so we search for I/O port space as early as possible (i.e.
dfr
2001-09-15
1
-44
/
+53
*
Add a fake memory descriptor for the I/O port space.
dfr
2001-09-15
2
-2
/
+14
*
Avoid the region used for thread0's trapframe when setting up the stack
dfr
2001-09-15
2
-2
/
+2
*
Merged from sys/i386/isa/pcaudio.c revision 1.62 (KSE changes).
nyan
2001-09-15
1
-6
/
+6
*
Merged from sys/i386/apm/apm.c revision 1.123 (KSE changes).
nyan
2001-09-15
1
-5
/
+5
*
Use the MI console code to initialise the console.
dfr
2001-09-15
2
-15
/
+17
*
Implement inx() and outx() functions for accessing I/O ports.
dfr
2001-09-15
1
-6
/
+38
*
Add ia64_mf_a() which executes an mf.a instruction.
dfr
2001-09-15
1
-0
/
+6
*
* Use Intel's EFI headers instead of home-grown ones.
dfr
2001-09-15
1
-23
/
+41
*
Allow C++ comments in headers - the EFI headers are full of them.
dfr
2001-09-15
1
-1
/
+1
*
In the devfs case, have initproc attempt the easy cases of mounting /dev.
peter
2001-09-15
1
-1
/
+17
*
Fill out some gaps in ia64 DDB support. This involves generalising DDB's
dfr
2001-09-15
9
-59
/
+171
*
The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.
dfr
2001-09-15
2
-8
/
+0
*
Handle "identifier strings" right. Each ISA PnP card must have a
yokota
2001-09-15
1
-2
/
+12
*
Add a wrapper for linux_getsid -> getsid Syscall.
mr
2001-09-15
3
-2
/
+8
*
Fill in the bootinfo's memory map.
dfr
2001-09-15
3
-0
/
+38
*
Implement LINUX_[SEM|IPC]_[STAT|INFO]
mr
2001-09-15
3
-2
/
+62
*
Conditionalize building of ex2fs module by WANT_EXT2FS_MODULE
mr
2001-09-15
1
-1
/
+4
*
Sync the PCI NIC sections with i386.
dfr
2001-09-15
1
-4
/
+8
*
Remove dead code.
dfr
2001-09-15
2
-74
/
+0
*
Catch up to the last commit of KSE.
tanimura
2001-09-15
1
-1
/
+1
*
Sync some differences that were different between the copies of the files
peter
2001-09-15
6
-18
/
+18
*
Refine ACPI/PnP BIOS probe/attach routines a bit.
yokota
2001-09-15
7
-33
/
+75
*
Disable devices that are not present; at a later stage we can then enable
msmith
2001-09-15
1
-0
/
+10
*
Add __FBSDID() macro to support rcs identifiers in source files.
dillon
2001-09-15
1
-0
/
+8
*
I don't think pc98 has acpi at all, so ifdef the acpi attachments for
imp
2001-09-15
2
-2
/
+4
*
- Correctly increment the channel refcount in dsp_open() such that it is
greid
2001-09-14
4
-9
/
+21
*
The code that sees a drive (at mount time) not in buffered mode and
mjacob
2001-09-14
1
-3
/
+5
*
Place CPU_UPGRADE_HW_CACHE in the right section.
asmodai
2001-09-14
2
-6
/
+6
*
Remove pointer to ftp.freesoftware.com.
asmodai
2001-09-14
1
-1
/
+1
*
For old gcc/gcc-based compilers and non gcc compilers make sure to
asmodai
2001-09-14
1
-0
/
+1
*
style(9) correct #define's followed by a space to be followed by a tab
asmodai
2001-09-14
1
-14
/
+14
*
Set thread0->td_pcb, this is probably why jake was getting a null deref.
peter
2001-09-14
1
-0
/
+1
*
Plug in ELF backend.
dfr
2001-09-14
2
-2
/
+2
*
Add ELF backend to the build.
dfr
2001-09-14
3
-15
/
+3
*
Make this do the right thing (mostly). We should still reserve the pages
dfr
2001-09-14
2
-10
/
+26
*
Fix off by one error introduced by the use of the ifnet_byindex()
marcel
2001-09-14
2
-2
/
+2
*
Bump version to 500023 to reflect massive changes necessary for the
imp
2001-09-14
1
-1
/
+1
*
Merge sys/isa/sio.c 1.343
imp
2001-09-14
2
-22
/
+22
*
Merge from sys/dev/syscons/syscons.c 1.373
imp
2001-09-14
1
-17
/
+17
*
Merge from sys/i386/isa/sprk.c 1.50, 1.51
imp
2001-09-14
1
-6
/
+7
[next]