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
/
pc98
Commit message (
Expand
)
Author
Age
Files
Lines
*
Flip these options on so the modules build correctly for now.
adrian
2012-01-06
1
-2
/
+2
*
Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel
rwatson
2011-12-29
1
-0
/
+2
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+12
*
Replace `inline static' by `static inline'.
ed
2011-12-13
2
-3
/
+3
*
Move the scsi_da_bios_params() prototype from pc98_machdep.h to md_var.h
marius
2011-11-27
2
-6
/
+3
*
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
attilio
2011-11-08
1
-0
/
+3
*
Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and
marius
2011-11-01
1
-1
/
+1
*
Adjust the debugger options slightly. This should help me do the right
kensmith
2011-10-27
1
-1
/
+4
*
MFi386: revision 225936
nyan
2011-10-04
1
-7
/
+34
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.
brueffer
2011-09-11
1
-1
/
+1
*
Follow up to r225203 refining break-to-debugger run-time configuration
rwatson
2011-08-27
1
-1
/
+0
*
Attempt to make break-to-debugger and alternative break-to-debugger more
rwatson
2011-08-26
1
-23
/
+5
*
In HEAD when doing no further checkes there is no reason use the
bz
2011-08-20
1
-3
/
+2
*
Change all the sample kernel configurations to use
rmacklem
2011-08-07
1
-1
/
+1
*
Introduce a tunable to disable the time consuming parts of bootup
bz
2011-07-30
1
-1
/
+12
*
Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.
ed
2011-07-17
1
-0
/
+1
*
Enable the new PCI-PCI bridge driver on pc98 by default. I missed this
jhb
2011-07-16
1
-0
/
+2
*
- Reduce diffs against i386.
nyan
2011-06-13
1
-6
/
+7
*
remove code for dynamic offlining/onlining of CPUs on x86
avg
2011-06-08
1
-3
/
+4
*
Move VT switching hack for suspend/resume from bus drivers to syscons.c
jkim
2011-05-09
1
-54
/
+0
*
This patch changes head so that the default NFS client is now the new
rmacklem
2011-04-27
1
-2
/
+2
*
- Add shim to simplify migration to the CAM-based ATA. For each new adaX
mav
2011-04-26
1
-0
/
+1
*
Switch the GENERIC kernels for all architectures to the new CAM-based ATA
mav
2011-04-24
1
-10
/
+9
*
Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF and
jkim
2011-04-12
1
-19
/
+2
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
1
-4
/
+5
*
Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. These
jkim
2011-04-06
1
-0
/
+17
*
Break out the ath PCI logic into a separate device/module.
adrian
2011-03-31
1
-1
/
+2
*
Deprecate tsc_present as the last of its real consumers finally disappeared.
jkim
2011-03-15
1
-1
/
+1
*
Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turns
jkim
2011-03-11
1
-8
/
+15
*
Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because
jkim
2011-03-10
1
-1
/
+1
*
Add a small change to the comment in the GENRIC config files that include udbp
julian
2011-03-09
1
-1
/
+1
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
MFi386: revision 218744
nyan
2011-02-19
1
-1
/
+7
*
Based on discussions on the svn-src mailing list, rework r218195:
mdf
2011-02-08
1
-1
/
+0
*
MFi386: revision 218329
nyan
2011-02-07
1
-0
/
+6
*
MFi386: revision 218327
nyan
2011-02-07
1
-1
/
+17
*
MFi386: revision 217886
nyan
2011-02-07
1
-3
/
+5
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
1
-5
/
+4
*
MFi386: revision 217515
nyan
2011-01-18
1
-3
/
+0
*
Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98
tijl
2011-01-08
1
-1
/
+1
*
MFi386 r216012 by kib:
gavin
2011-01-02
1
-1
/
+2
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
1
-2
/
+2
*
Do not subtract 0.5% from estimated frequency if DELAY(9) is driven by TSC.
jkim
2010-12-08
1
-3
/
+7
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-9
/
+7
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-7
/
+9
*
Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()
kib
2010-11-26
1
-77
/
+26
*
Include x86/_align.h directly instead of including the i386 header.
tijl
2010-11-26
1
-26
/
+3
*
Move identical copies of apm_bios.h to sys/x86/include, replace them with
jkim
2010-11-11
1
-1
/
+1
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-6
/
+0
[next]