Repository: /svn/ppc-dev/ppc-dev
Latest revision: 106
Total changesets: 1
Log message:
Log:
1. Get rid of the libc version of synch32.h. It is nothing more than
a potential source of inconsistency, divergence, software rot,
and confusion.
2. Teach genassym.c to include the one true synch32.h.
Commit changes to pmdb files, now, because svn does not like
modifying and moving files all in one revision.
I tried to svn-move usr/src/uts/os/pmdb_* to usr/src/uts/pmdb/, but
I moved to usr/src/uts/test/ by mistake. Now svn insists that I commit
so that I can move these files again. This test directory is new and
not under svn control, but it needs to be now, just to back out the
mistake. Oh well, may as well commit the new test directory, now.
Move the PMDB files to their own subdirectory.
onbld/bin/clean-logfiles:
1. Implement in perl -- no Zsh-dependent scripting
2. Visit more directories
3. Clean more logfile names in each directory
New: onbld/bin/mklib-new-file
This is a simple make helper script to copy a new version
of a file only if its contents has really changed. Also,
a backup of the old version is made. Only one generation of
backup is maintained. Any earlier backup copy gets blown away
by a move. It is pretty simple, but sometimes make needs a
helping hand, even for some of the simplest things.
There is an accompanying README file. There will be more
make helpers. I will try to keep a consistent naming scheme,
like onlbd/bin/mklib-*.
gs revs 917 - 922
Files:
create: onbld/bin/mklib-README
create: onbld/bin/mklib-new-file
create: usr/src/uts/ppc/pmdb/
create: usr/src/uts/ppc/pmdb/amap.c
create: usr/src/uts/ppc/pmdb/pmdb_bhist.c
create: usr/src/uts/ppc/pmdb/pmdb_shell.c
create: usr/src/uts/ppc/pmdb/pmdb_subr.c
create: usr/src/uts/ppc/pmdb/pmdb_trace.c
create: usr/src/uts/ppc/test/
create: usr/src/uts/ppc/test/test_atomic.c
create: usr/src/uts/ppc/test/test_bzero.c
create: usr/src/uts/ppc/test/test_dabr.c
create: usr/src/uts/ppc/test/test_fasttrap.c
create: usr/src/uts/ppc/test/test_fmt.c
create: usr/src/uts/ppc/test/test_gcopy.c
create: usr/src/uts/ppc/test/test_ld.c
create: usr/src/uts/ppc/test/test_locore.c
create: usr/src/uts/ppc/test/test_lwp_lock.c
create: usr/src/uts/ppc/test/test_mutex.c
create: usr/src/uts/ppc/test/test_ppc_subr.c
create: usr/src/uts/ppc/test/test_rwlock.c
create: usr/src/uts/ppc/test/test_sspc.c
create: usr/src/uts/ppc/test/test_time.c
create: usr/src/uts/ppc/test/unit_test.c
delete: usr/src/lib/libc/ppc/inc/synch32.h
delete: usr/src/uts/ppc/os/amap.c
delete: usr/src/uts/ppc/os/pmdb_bhist.c
delete: usr/src/uts/ppc/os/pmdb_shell.c
delete: usr/src/uts/ppc/os/pmdb_subr.c
delete: usr/src/uts/ppc/os/pmdb_trace.c
delete: usr/src/uts/ppc/os/unit_test.c
update: onbld/bin/clean-logfiles
update: usr/src/lib/libc/ppc/genassym.c
update: usr/src/uts/ppc/os/bootops.c
update: usr/src/uts/ppc/os/ppc_subr.c
update: usr/src/uts/ppc/os/temp_bandaid.c
This message posted from opensolaris.org