| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | This patch causes the "calltodo" timer list to be decremented by the amount | nate | 1997-12-23 | 1 | -2/+16 |
* | The Libretto's BIOS doesn't set edx on the APM_GETPWSTATUS call, so | imp | 1997-12-04 | 1 | -3/+11 |
* | Expand the APMIO_GETINFO ioctl to return the estimated remaining | jdp | 1997-11-12 | 1 | -30/+57 |
* | - Convert c++ comment to c comment. | nate | 1997-11-10 | 1 | -2/+2 |
* | - Update the email address in the copyrights. | nate | 1997-11-04 | 5 | -15/+11 |
* | - If the APM BIOS fails to suspend the system after running the | nate | 1997-11-04 | 1 | -3/+6 |
* | - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current. | nate | 1997-10-23 | 1 | -2/+0 |
* | - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock is | nate | 1997-10-22 | 1 | -1/+3 |
* | Convert to the new callout interface. | gibbs | 1997-09-21 | 1 | -3/+7 |
* | Fix crash when halting where APM was configured but not enabled | wollman | 1997-06-19 | 1 | -1/+3 |
* | Fix definition of apm_power off (was suffering from cut&paste syndrome). | wollman | 1997-06-15 | 1 | -2/+2 |
* | When APM is configured, turn off the power when halting for good. | wollman | 1997-06-15 | 1 | -1/+14 |
* | Fix embarrasing typo that survived because I applied the wrong patch- | phk | 1997-03-30 | 1 | -3/+3 |
* | Sanitize APM a bit. Convert various #ifdef to id_flags instead. | phk | 1997-03-29 | 3 | -43/+78 |
* | Try to talk to the APM BIOS with version 1.2 if possible. | phk | 1997-03-28 | 1 | -3/+7 |
* | Makefile generates boths IBM-PC and PC-98 version of object code in | kato | 1997-03-09 | 2 | -11/+97 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 10 | -10/+10 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 10 | -10/+10 |
* | > The extra include of <sys/time.h> is because apm uses microtime() and my | nate | 1997-01-07 | 1 | -11/+2 |
* | - Cleanup up the driver (remove un-needed parameters, white-space, | nate | 1997-01-06 | 5 | -90/+83 |
* | APM_DSVALUE_BUS is no longer with the addition of the correct fix to | nate | 1996-09-07 | 1 | -18/+1 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -31/+1 |
* | Use (full) <> paths instead of ambiguous "" paths for headers not in | bde | 1996-08-28 | 1 | -3/+3 |
* | Add some comments explaining what APM_DSVALUE_BUG does no that I know | nate | 1996-07-11 | 1 | -3/+10 |
* | Whee. Fix two bugs which ended up cancelling each other out. | nate | 1996-07-10 | 2 | -6/+6 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 1 | -3/+1 |
* | Freudian slip. Change M_DEVBUG -> M_DEVBUF. | nate | 1996-06-04 | 1 | -2/+2 |
* | Fix typo. in the APM_DSVALUE_BUG code that I missed. | nate | 1996-06-04 | 1 | -2/+2 |
* | - This code adds some backwards compatability hacks for buggy APM BIOS | nate | 1996-04-23 | 1 | -1/+25 |
* | Adds the APM hooks into the generic pccard kernel files. With this code | nate | 1996-04-23 | 1 | -3/+1 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 1 | -1/+4 |
* | - Save/restore the FS data segment. | nate | 1996-04-18 | 2 | -39/+39 |
* | - Addition of my name to the APM Copyright | nate | 1996-04-18 | 1 | -50/+33 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -3/+5 |
* | Add some comments on the APM specs, and make the APM 'idle/busy' | nate | 1996-03-19 | 1 | -19/+25 |
* | Call apm_int() instead of doing direct assembly calls even when we don't | nate | 1996-03-19 | 1 | -3/+11 |
* | Added kernel compile time failure if more than one APM device is | nate | 1996-03-19 | 1 | -1/+5 |
* | Always enable interrupts before calling the APM idle/busy routines. | nate | 1996-03-19 | 1 | -2/+2 |
* | Minor bugfixes from the recent PC-CARD release. | nate | 1996-03-18 | 1 | -3/+9 |
* | Grr, let's actually include <sys/devconf.h> so that DEVCONF support actually | nate | 1996-03-18 | 1 | -1/+2 |
* | Whoops, forgot the line that sets the default state in devfs. | nate | 1996-03-18 | 1 | -1/+3 |
* | Devfs support. | nate | 1996-03-18 | 1 | -35/+34 |
* | Removed support for multiple APM devices. | nate | 1996-03-18 | 1 | -39/+28 |
* | Return the status of the APM support (enabled/disabled) with the | nate | 1996-03-13 | 1 | -1/+3 |
* | Removed more APM_SLOWSTART code and re-enabled some functions which | nate | 1996-03-12 | 1 | -29/+1 |
* | Fix some minor typo's in the comments. | nate | 1996-03-12 | 1 | -4/+4 |
* | Always initialize master_softc. This avoids panics in the idle loop due | nate | 1996-03-12 | 1 | -2/+7 |
* | Do a APM BIOS dis-connect before attempting to do a 32-bit connection | nate | 1996-03-11 | 2 | -41/+52 |
* | Removed conditionals on BDE_DEBUGGER around the loading for the IDT | nate | 1996-03-11 | 1 | -7/+3 |