History log of /src/sys/arch/sun2/sun2/promlib.c |
Revision | | Date | Author | Comments |
1.20 |
| 13-Jan-2024 |
thorpej | Switch the sun68k platforms over to the common m68k vector table.
|
1.19 |
| 10-Sep-2020 |
rin | Fix tracedump() for sun3 and sun2 by adding __noinline attribute.
It unwinds stack frame by using address of its first argument, which does not, of course, work if inline-expanded.
|
1.18 |
| 24-Mar-2014 |
christos | - remove unused - use cpu_{g,s}etmodel
|
1.17 |
| 17-Jul-2011 |
joerg | branches: 1.17.2; 1.17.12; 1.17.16; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.16 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.15 |
| 24-Dec-2005 |
perry | branches: 1.15.74; 1.15.76; 1.15.78; bare asm -> __asm
|
1.14 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.13 |
| 03-Jun-2005 |
tsutsui | branches: 1.13.2; Add const.
|
1.12 |
| 22-Jan-2005 |
chs | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
|
1.11 |
| 15-Jul-2003 |
lukem | branches: 1.11.8; __KERNEL_RCSID()
|
1.10 |
| 01-Apr-2003 |
thorpej | branches: 1.10.2; Use PAGE_SIZE rather than NBPG.
|
1.9 |
| 30-May-2002 |
thorpej | Fix 2 sequence point errors.
|
1.8 |
| 30-Nov-2001 |
fredette | branches: 1.8.8; vm_offset_t -> vaddr_t or paddr_t or db_addr_t, as appropriate. vm_size_t -> vsize_t Purge register qualifiers. bcopy() -> memcpy(), bzero() -> memset()
|
1.7 |
| 01-Oct-2001 |
fredette | branches: 1.7.4; Added the prom_kbdid function, to help us figure out if the console keyboard is on the parallel interface or zs1.
|
1.6 |
| 26-Aug-2001 |
fredette | branches: 1.6.2; Fixed a bug processing options - we were ORing an uninitialized auto into boothowto.
|
1.5 |
| 16-Aug-2001 |
fredette | Made prom_putchar and prom_putstr use the PROM putchar function instead of framebuffer functions. This makes serial consoles work again.
|
1.4 |
| 14-Jun-2001 |
fredette | branches: 1.4.2; Added a function, prom_sd_target, to translate a PROM sd unit number into a SCSI target. Now only set up our g0 and g4 handlers inside prom_abort(), so we're not normally running with them.
|
1.3 |
| 14-May-2001 |
fredette | Now, instead of swapping in and out the PROM's segment zero, swap in and out the mappings for virtual pages zero through three, which are what the PROM really uses. This is tied to the move to ELF and the low memory usage changes.
|
1.2 |
| 10-Apr-2001 |
fredette | branches: 1.2.2; In prom_init, when making our local copy of the bootparams, be sure to calculate the shift in terms of chars, not struct bootparams, and don't shift undefined arguments.
|
1.1 |
| 06-Apr-2001 |
fredette | Added.
|
1.2.2.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.2.2.1 |
| 10-Apr-2001 |
bouyer | file promlib.c was added on branch thorpej_scsipi on 2001-04-21 17:54:57 +0000
|
1.4.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.4.2.3 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.4.2.2 |
| 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.4.2.1 |
| 25-Aug-2001 |
thorpej | Merge Aug 24 -current into the kqueue branch.
|
1.6.2.1 |
| 11-Oct-2001 |
fvdl | Catch up with -current. Fix some bogons in the sparc64 kbd/ms attach code. cd18xx conversion provided by mrg.
|
1.7.4.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.7.4.2 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.7.4.1 |
| 01-Oct-2001 |
nathanw | file promlib.c was added on branch nathanw_sa on 2002-01-08 00:28:13 +0000
|
1.8.8.1 |
| 15-Jul-2002 |
gehenna | catch up with -current.
|
1.10.2.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.10.2.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.10.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.10.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.10.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.11.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.13.2.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.15.78.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.15.76.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.15.74.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.17.16.1 |
| 18-May-2014 |
rmind | sync with head
|
1.17.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.17.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|