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 a panic on SMP systems, caused by sleeping while holding a
jdp
1998-10-09
1
-1
/
+13
*
Allow the module area to be used in order to find the MFS image
jkh
1998-10-08
1
-96
/
+28
*
Fix up the kernel environment and module data pointers in the bootinfo if
msmith
1998-10-08
5
-8
/
+83
*
Make that annoying "device busy" message dependent on DEBUG (using the
des
1998-10-08
5
-5
/
+5
*
Discard previous commit.
kato
1998-10-08
2
-28
/
+2
*
Oops, discard my previous commits becase sumitted code is for RELENG_2_2.
kato
1998-10-08
5
-200
/
+24
*
Add entry for EtherEZ98 and Access/PC N98C+ cards.
kato
1998-10-08
2
-8
/
+12
*
Add ungermann-Bass Access/PC N98C+ support to fe driver (PC-98).
kato
1998-10-08
1
-1
/
+162
*
Add SMC EtherEZ98 support to ed driver (PC-98).
kato
1998-10-08
4
-17
/
+54
*
BIOS ROM base address is 0xe8000 on PC-98.
kato
1998-10-08
7
-7
/
+42
*
Correctly update the tail pointer of the transmit queue in tl_start()
wpaul
1998-10-08
1
-2
/
+3
*
Sync with sys/i386/conf/GENERIC revision up to 1.123.
kato
1998-10-08
2
-8
/
+8
*
Sync with sys/i386/i386/userconfig.c revision 1.111.
kato
1998-10-08
1
-3
/
+6
*
Remove debug output on disk change.
sos
1998-10-08
3
-6
/
+6
*
Add the quirk entry framework to handle disabling the synchronize cache
ken
1998-10-08
1
-25
/
+168
*
Check the timeval passed to BIOCSRTIMEOUT with itimerfix. Use tvtohz()
alex
1998-10-08
1
-8
/
+9
*
Add missing newline in probe message.
des
1998-10-07
1
-2
/
+2
*
Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.
luoqi
1998-10-07
1
-6
/
+6
*
Fix syntax errors I introduced.
obrien
1998-10-07
5
-15
/
+15
*
Fix that pesky boot aguments parsing bug. (I think :-)
peter
1998-10-07
3
-6
/
+3
*
Request the flags back when checking for keyboard status.
msmith
1998-10-07
1
-2
/
+2
*
Add entries for the adw device driver.
gibbs
1998-10-07
5
-8
/
+16
*
ahc_pci.c:
gibbs
1998-10-07
6
-16
/
+34
*
Fix a parent tag reference count bug during tag teardown.
gibbs
1998-10-07
2
-14
/
+36
*
Add a missing newline.
gibbs
1998-10-07
1
-1
/
+2
*
Don't set the active flag on a transaction resource until it has been
gibbs
1998-10-07
2
-37
/
+37
*
Add ADW_ALLOW_MEMIO and DPT_ALLOW_MEMIO. Until our configuration
gibbs
1998-10-07
1
-2
/
+7
*
Add a quirk entry for the CFP2107, another drive with broken
gibbs
1998-10-07
1
-2
/
+9
*
Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).
gibbs
1998-10-07
9
-0
/
+3533
*
Up the read capacity timeout from 20 seconds to 60 seconds to keep my
imp
1998-10-07
1
-2
/
+2
*
Some fixes for the CD and DA drivers from bde. (and some of my own as
ken
1998-10-07
2
-199
/
+147
*
Enable the DOS filesystem. NOTE: you will have to rebuild libstand in
msmith
1998-10-07
2
-7
/
+2
*
- Drain the keyboard buffer when initialising.
msmith
1998-10-07
4
-8
/
+12
*
- VERBOSE_LS is obsolete, as the heap is much better behaved now.
msmith
1998-10-07
5
-54
/
+197
*
VERBOSE_LS is obsolete
msmith
1998-10-07
1
-2
/
+0
*
Cast the return value of tvtohz() from a long to an int to satisfy the
alex
1998-10-06
2
-4
/
+4
*
Minor cleanup: kill a couple of unused variables, and a couple of
joerg
1998-10-06
1
-3
/
+7
*
In an attempt to reduce the huge number of differences between the
joerg
1998-10-06
1
-225
/
+337
*
Disable multi-lun probing and serial number inquiries for the Exabyte 8200.
ken
1998-10-06
1
-1
/
+12
*
Add functions for accessing dense and bwx memory for pci devices. These
dfr
1998-10-06
8
-10
/
+134
*
- Implement enabling write allocate on AMD K5/K6/K6-2 cpus.
kato
1998-10-06
13
-31
/
+331
*
Make sure that the argv pointers for init are aligned to the correct
dfr
1998-10-06
1
-2
/
+2
*
Add support for adjkerntz (largely untested).
dfr
1998-10-06
5
-7
/
+44
*
Fix unaligned accesses when checking DOS MBRs.
dfr
1998-10-06
1
-4
/
+19
*
Add MFS_ROOT support.
dfr
1998-10-06
1
-18
/
+38
*
teach userconfig about isa_devtab_cam
msmith
1998-10-06
1
-3
/
+6
*
bootinfo.c
msmith
1998-10-06
4
-20
/
+33
*
Fix for "get base memory" bug found and mostly fixed by Mike.
rnordier
1998-10-06
2
-4
/
+4
*
The BIOS memory size is only a word. Some BIOSsen have garbage in the other
msmith
1998-10-06
2
-4
/
+4
*
Build boot0 as well.
msmith
1998-10-06
1
-1
/
+1
[next]