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
/
bios
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-2
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+2
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-2
/
+1
*
This isn't functionally identical. In some cases a hint to disable
eadler
2012-10-22
1
-0
/
+3
*
Now that device disabling is generic, remove extraneous code from the
eadler
2012-10-22
1
-3
/
+0
*
Add missing header needed by free(9).
kevlo
2012-09-30
1
-0
/
+1
*
Free result of device_get_children(9).
kevlo
2012-09-30
1
-0
/
+1
*
Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.
dim
2012-08-29
1
-1
/
+0
*
Do not invoke resume event handlers if suspend was successful.
jkim
2011-04-19
1
-4
/
+6
*
Add suspend/resume event handlers for apm(4) as well.
jkim
2011-04-19
1
-6
/
+7
*
Add compat shim for apm(4) to translate APM BIOS function numbers from i386
jkim
2010-11-11
1
-0
/
+17
*
Introduce the new kernel sub-tree x86 which should contain all the code
attilio
2010-02-25
2
-574
/
+0
*
Unobfuscate unit number handling in apm(4).
ed
2009-10-31
1
-13
/
+9
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
3
-6
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
3
-0
/
+6
*
Some minor style changes:
imp
2009-05-20
1
-22
/
+14
*
Oops, sorry. Fix for fix.
mav
2009-05-04
1
-1
/
+1
*
There is no atrtc driver in pc98, so hide atrtcclock_disable variable usage
mav
2009-05-04
1
-0
/
+2
*
Rename statclock_disable variable to atrtcclock_disable that it actually is,
mav
2009-05-03
1
-1
/
+2
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
2
-2
/
+2
*
Add multiple include guards.
jhb
2008-09-24
1
-0
/
+4
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
1
-1
/
+0
*
Hold Giant over the entire execution of the suspend path instead of
njl
2007-12-06
1
-4
/
+4
*
Apply the same sort of locking done in
julian
2007-11-14
1
-0
/
+10
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Tweak the probe/attach order of devices on the x86 nexus devices.
jhb
2007-03-20
3
-3
/
+3
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
APM was calling the suspend process from a timeout. This meant that
imp
2006-05-25
2
-27
/
+42
*
Fix build (including both asm.h and asmacros.h is evil).
ru
2005-07-22
1
-2
/
+0
*
Fix smbios(4) and add support for amd64
jkim
2005-07-21
1
-4
/
+22
*
- Consistently protect against NULL dereference.
mdodd
2005-04-12
1
-48
/
+58
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
2
-2
/
+2
*
Remove local hacks to set flags now that the device probe does this for us.
njl
2004-10-14
1
-9
/
+1
*
Clarify SDT feature word bits.
mdodd
2004-08-31
1
-4
/
+5
*
Fix checksum calculation.
mdodd
2004-08-31
1
-12
/
+7
*
o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, but
imp
2004-06-16
2
-2
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-7
/
+7
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
4
-0
/
+4
*
Add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
3
-12
/
+9
*
Device megapatch 4/6:
phk
2004-02-21
2
-1
/
+4
*
Device megapatch 1/6:
phk
2004-02-21
2
-3
/
+0
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
1
-2
/
+0
*
- Use the new resource_disabled() helper function to see if devices are
jhb
2003-07-02
1
-10
/
+5
*
Implement a loader tunable/sysctl to allow the user to request that
mdodd
2003-06-22
1
-0
/
+8
*
Despite my best efforts the Linux way of doing this is the only
mdodd
2003-06-13
2
-38
/
+20
*
Use __FBSDID().
obrien
2003-06-02
6
-11
/
+17
*
Merge PC98 support.
mdodd
2003-03-25
2
-0
/
+122
*
Correct a mis-merge.
mdodd
2003-03-24
1
-2
/
+2
[next]