1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
2002-01-29 Charles D. Schwieters <schwitrs@pebble>
* ChangeLog: *** empty log message ***
* Makefile.in: added README, ChangeLog to FILES
2002-01-28 Charles D. Schwieters <schwitrs@pebble>
* Makefile.in: added smm.h
* toshset.cc: owner string
argument option ``-''
* smm.h: New file.
* hci.c: removed segfault signal hack
replaced with extra element on stack hack
* cdsString.cc, cdsString.hh: replaced with CDSlib template version
* toshset.1: updated owner string, ``-'' argument
2002-01-23 Charles D. Schwieters <schwitrs@pebble>
* ChangeLog: New file.
* sci.h: moved SMMRegisters to smm.h
* hci.h: replaced HciRegisters w/ SMMRegisters
added HCI_POWER_UP (from toshiba hibernation file docs)
* toshset.cc: changed: HciRegisters --> SSMRegisters
OwnerString: setting and querying now works
* hci.c: HciFunction: now set all SSM registers
involves major hack to get around segfault in asm: catch signal and restart.
2002-01-19 Charles D. Schwieters <schwitrs@pebble>
* toshset.cc: added fc64 machine code
* Makefile.in: *** empty log message ***
* toshset.cc: disable boot device info for now
* Makefile.in: *** empty log message ***
* Makefile.in: dist fixes
* Makefile.in: *** empty log message ***
* Makefile.in: added easier means to change version number
do rcs-checkin before dist
* configure.in: remove explicit version number
* configure.in: *** empty log message ***
* hci.h: added HCI_TVOUT
* sci.h: undid attempt to use new and old style SCI register names
* sci.c: work to try to get password stuff working
* toshset.cc: to videoFeature: added support for the tv-out port
work on getting hibernation working:
added LbaFeature
2001-12-21 Charles D. Schwieters <schwitrs@pebble>
* toshset.cc: added satellite 5005-s504
2001-11-04 Charles D. Schwieters <schwitrs@pebble>
* toshset.cc: changed SciRegisters --> SMMRegisters
added -version option
added machine id 0xfc54
allow to be run suid, if anyone is so foolish
2001-06-11 Charles D. Schwieters <schwitrs@pebble>
* toshset.cc: messed w/ passwd stuff: doesn't work yet.
a bit more support for hibernation info
added machine id fc02
2001-05-14 Charles D. Schwieters <schwitrs@pebble>
* Makefile.in: *** empty log message ***
* Makefile.in: added rcs-checkin rule
added note to mail debian maintainer
added rule toshset-static rule
* hci.h: changed HCI codes for video out mode
* sci.c:
copied Jonathan's new code for SciSet. Motivated by passwd stuff.
* sci.h: merged SMM and SciRegisters using anonymous unions
* cdsString.cc: operator==: fix for compiler warning
* hci.c: redid HciGetMachineID- stuff from Jonathan's kernel module
* configure.in: version change
* toshset.cc:
screwed around with PasswdFeature, not getting it to work.
dumb fixes
scads of new machine ids
fixed email to point to me
added ``other'' cooling feature
irFeature enabled
-boot flag added
2000-07-07 Charles D. Schwieters <schwitrs@pebble>
* toshset.cc: *** empty log message ***
* toshset.cc: added rcsversion
2000-07-04 Charles D. Schwieters <schwitrs@pebble>
* cdsString.cc, cdsString.hh, configure: New file.
* Makefile.in, README, configure.in, sci.h, toshset.cc:
fixes for manpages, arch-dep bin dir, version
* toshset.1, wildmat.c, wildmat.h: New file.
2000-02-02 Charles D. Schwieters <schwitrs@pebble>
* README, toshset.cc: *** empty log message ***
* README, cdsList.cc, cdsList.hh, config.guess, config.sub, configure.in, hci.c, hci.h, install-sh, sci.c, sci.h, toshset.cc, Makefile.in:
New file.
|