History log of /src/sys/arch/sgimips/dev/zs_kgdb.c |
Revision | | Date | Author | Comments |
1.17 |
| 24-Oct-2023 |
andvar | cast kgdb_dev to int as sun3, sgimips and sgimips64 have different types, same %lld format specifier doesn't work for both.
|
1.16 |
| 24-Oct-2023 |
andvar | apply similar changes between different archs/machines for zs_kgdb.c: 1) adjust zs_kgdb_init tty attachment message for kgdb_dev type change. (one arch uses cast to int instead, but kept one approach for consistency) 2) remove unused rr0 declaration and assignment in zs_kgdb_txint() 3) adjust kgdb_dev format specifier to %llx/d if needed. 4) add const for zs_kgdb_devname declaration (macppc only). should fix zs_kgdb.c build for all these ports.
|
1.15 |
| 18-Mar-2009 |
cegger | branches: 1.15.44; 1.15.54; Ansify function definitions w/o arguments. Generated with sed.
|
1.14 |
| 28-Apr-2008 |
martin | branches: 1.14.8; 1.14.14; Remove clause 3 and 4 from TNF licenses
|
1.13 |
| 06-Jan-2008 |
dsieger | branches: 1.13.6; 1.13.8; 1.13.10; Fix a typo: s/Kgdb_dev/kgdb_dev/
|
1.12 |
| 17-Oct-2007 |
garbled | branches: 1.12.2; 1.12.8; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.11 |
| 23-Jun-2007 |
hauke | branches: 1.11.10; Fix a warning from gcc 4 about stripping the volatile qualifier by a cast by doing the proper __UNVOLATILE() dance.
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.30; 1.10.32; 1.10.38; merge ktrace-lwp.
|
1.9 |
| 29-Sep-2004 |
sekiya | branches: 1.9.12; Use ANSI function declarations.
|
1.8 |
| 08-Jul-2004 |
sekiya | Add support for keyboard and mouse attachments at zs*, used on IP12 and IP20. Code written by Steve Rumble; committed with his blessing.
Using a glass TTY as a console on IP20 (IP12 untested) should now be possible.
|
1.7 |
| 08-Feb-2004 |
sekiya | de-__P.
|
1.6 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.5 |
| 06-Sep-2002 |
gehenna | branches: 1.5.6; Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to dynamically generated by config(8).
- All device switches is defined as a constant structure in device drivers.
- The new grammer ``device-major'' is introduced to ``files''.
device-major <prefix> char <num> [block <num>] [<rules>]
- All device major numbers must be listed up in port dependent majors.<arch> by using this grammer.
- Added the new naming convention. The name of the device switch must be <prefix>_[bc]devsw for auto-generation of device switch tables.
- The backward compatibility of loading block/character device switch by LKM framework is broken. This is necessary to convert from block/character device major to device name in runtime and vice versa.
- The restriction to assign device major by LKM is completely removed. We don't need to reserve LKM entries for dynamic loading of device switch.
- In compile time, device major numbers list is packed into the kernel and the LKM framework will refer it to assign device major number dynamically.
|
1.4 |
| 13-Mar-2002 |
simonb | branches: 1.4.4; Replace lots of 8x<space> with <tabs> and other miscellaneous indentation fixes. Wrap a couple of long lines. Use <return-type>\n<function name> as per KNF in a few places.
|
1.3 |
| 08-Jul-2001 |
thorpej | branches: 1.3.2; 1.3.8; bcopy -> memcpy, bzero -> memset
|
1.2 |
| 07-Jul-2001 |
wdk | - Finish off KGDB kernel debugger support for sgimips
|
1.1 |
| 11-May-2001 |
thorpej | branches: 1.1.2; Support for the SCC serial ports on Indigo2/Indy.
From Rafal K. Boni.
|
1.1.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.3.8.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.3.8.2 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.3.8.1 |
| 08-Jul-2001 |
nathanw | file zs_kgdb.c was added on branch nathanw_sa on 2002-04-01 07:42:20 +0000
|
1.3.2.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.3.2.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.4.4.1 |
| 19-May-2002 |
gehenna | Replace the access to devsw table and the hard-coded majors with devsw API.
|
1.5.6.4 |
| 19-Oct-2004 |
skrll | Sync with HEAD
|
1.5.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.5.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.5.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.12.2 |
| 21-Jan-2008 |
yamt | sync with head
|
1.9.12.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.10.38.1 |
| 26-Jun-2007 |
garbled | Sync with HEAD.
|
1.10.32.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.10.30.1 |
| 15-Jul-2007 |
ad | Sync with head.
|
1.11.10.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.11.10.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.12.8.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.12.2.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.13.10.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.13.10.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.13.8.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.13.6.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.14.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.14.8.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.15.54.1 |
| 27-Apr-2017 |
pgoyette | Restore all work from the former pgoyette-localcount branch (which is now abandoned doe to cvs merge botch).
The branch now builds, and installs via anita. There are still some problems (cgd is non-functional and all atf tests time-out) but they will get resolved soon.
|
1.15.44.1 |
| 20-Jul-2016 |
pgoyette | Adapt the machine/arch dependent code to the new {b,c}devsw reference counting.
XXX Most of these will require testing by someone other than myself, as I have a limited selection of hardware!
|