| Commit message (Expand) | Author | Age | Files | Lines |
* | i386: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -11/+0 |
* | Add deprecation notice for apm BIOS | Warner Losh | 2020-08-31 | 1 | -0/+2 |
* | Use NULL for SYSINIT's last arg, which is a pointer type | Ed Maste | 2018-05-18 | 1 | -1/+1 |
* | inittodr(0) actually sets the time, so there's no need to call | Warner Losh | 2018-01-10 | 1 | -5/+1 |
* | Retire pmtimer driver. Move time fixing into apm driver. Move | Warner Losh | 2018-01-10 | 1 | -21/+97 |
* | sys/i386: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Remove Micro Channel Architecture support. Of the commonly available | Warner Losh | 2017-02-15 | 2 | -191/+0 |
* | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 2 | -137/+3 |
* | Make it explicit that D_MEM cdevsw d_flag is to signify that the | Konstantin Belousov | 2016-05-01 | 1 | -1/+1 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | Svatopluk Kraus | 2016-02-22 | 1 | -1/+0 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
* | This isn't functionally identical. In some cases a hint to disable | Eitan Adler | 2012-10-22 | 1 | -0/+3 |
* | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 1 | -3/+0 |
* | Add missing header needed by free(9). | Kevin Lo | 2012-09-30 | 1 | -0/+1 |
* | Free result of device_get_children(9). | Kevin Lo | 2012-09-30 | 1 | -0/+1 |
* | Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S. | Dimitry Andric | 2012-08-29 | 1 | -1/+0 |
* | Do not invoke resume event handlers if suspend was successful. | Jung-uk Kim | 2011-04-19 | 1 | -4/+6 |
* | Add suspend/resume event handlers for apm(4) as well. | Jung-uk Kim | 2011-04-19 | 1 | -6/+7 |
* | Add compat shim for apm(4) to translate APM BIOS function numbers from i386 | Jung-uk Kim | 2010-11-11 | 1 | -0/+17 |
* | Introduce the new kernel sub-tree x86 which should contain all the code | Attilio Rao | 2010-02-25 | 2 | -574/+0 |
* | Unobfuscate unit number handling in apm(4). | Ed Schouten | 2009-10-31 | 1 | -13/+9 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 3 | -6/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 3 | -0/+6 |
* | Some minor style changes: | Warner Losh | 2009-05-20 | 1 | -22/+14 |
* | Oops, sorry. Fix for fix. | Alexander Motin | 2009-05-04 | 1 | -1/+1 |
* | There is no atrtc driver in pc98, so hide atrtcclock_disable variable usage | Alexander Motin | 2009-05-04 | 1 | -0/+2 |
* | Rename statclock_disable variable to atrtcclock_disable that it actually is, | Alexander Motin | 2009-05-03 | 1 | -1/+2 |
* | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 2 | -2/+2 |
* | Add multiple include guards. | John Baldwin | 2008-09-24 | 1 | -0/+4 |
* | Now that all platforms use genclock, shuffle things around slightly | Poul-Henning Kamp | 2008-04-22 | 1 | -1/+0 |
* | Hold Giant over the entire execution of the suspend path instead of | Nate Lawson | 2007-12-06 | 1 | -4/+4 |
* | Apply the same sort of locking done in | Julian Elischer | 2007-11-14 | 1 | -0/+10 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -2/+2 |
* | Tweak the probe/attach order of devices on the x86 nexus devices. | John Baldwin | 2007-03-20 | 3 | -3/+3 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 1 | -0/+1 |
* | APM was calling the suspend process from a timeout. This meant that | Warner Losh | 2006-05-25 | 2 | -27/+42 |
* | Fix build (including both asm.h and asmacros.h is evil). | Ruslan Ermilov | 2005-07-22 | 1 | -2/+0 |
* | Fix smbios(4) and add support for amd64 | Jung-uk Kim | 2005-07-21 | 1 | -4/+22 |
* | - Consistently protect against NULL dereference. | Matthew N. Dodd | 2005-04-12 | 1 | -48/+58 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 2 | -2/+2 |
* | Remove local hacks to set flags now that the device probe does this for us. | Nate Lawson | 2004-10-14 | 1 | -9/+1 |
* | Clarify SDT feature word bits. | Matthew N. Dodd | 2004-08-31 | 1 | -4/+5 |
* | Fix checksum calculation. | Matthew N. Dodd | 2004-08-31 | 1 | -12/+7 |
* | o Return ai_batteries as 0xffffffff instead of -1. This is a nop change, but | Warner Losh | 2004-06-16 | 2 | -2/+3 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -7/+7 |
* | Remove atdevbase and replace it's remaining uses with direct references to | John Baldwin | 2004-06-10 | 4 | -0/+4 |
* | Add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 3 | -12/+9 |