Ralf Corsepius
7858b90e7c
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/devnull/devnull.h, libmisc/stackchk/stackchk.h:
Fix header guard. Add missing includes.
2011-02-23 14:07:40 +00:00
Joel Sherrill
1123658086
2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Make compile again.
* sapi/src/io.c, score/src/heap.c: Address dead assignment
issues found by clang.
2010-11-04 23:00:04 +00:00
Joel Sherrill
16b1546e0b
2010-11-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Address casting issue highlighted by clang.
There was no need for an intermediate cast to a structure pointer.
2010-11-04 22:22:49 +00:00
Joel Sherrill
21e3de112c
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
Coverity Id 169
* libmisc/stackchk/check.c: Readd line accidentally deleted between
1.67 and 1.68.
2010-08-25 20:29:41 +00:00
Joel Sherrill
d4a97df3fd
2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
...
Coverity Id 163
* libmisc/stackchk/check.c: Adjust conditional compilation.
2010-08-25 20:15:56 +00:00
Joel Sherrill
5114d3ffd2
2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: If this port does not allocate the
interrupt stack, then it must always be a thread stack. Do not
include code to print the interrupt stack information.
2010-08-02 18:26:30 +00:00
Joel Sherrill
71c012aff5
2010-07-04 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libblock/include/rtems/ide_part_table.h, libblock/src/bdbuf.c,
libcsupport/src/__times.c, libcsupport/src/libio_init.c,
libcsupport/src/mallocfreespace.c, libcsupport/src/mount-mgr.c,
libcsupport/src/mount.c, libcsupport/src/rewinddir.c,
libcsupport/src/seekdir.c, libcsupport/src/telldir.c,
libcsupport/src/unmount.c, libfs/src/dosfs/fat.c,
libfs/src/dosfs/fat_fat_operations.c, libfs/src/dosfs/msdos_create.c,
libfs/src/dosfs/msdos_dir.c, libfs/src/dosfs/msdos_eval.c,
libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_format.c,
libfs/src/dosfs/msdos_fsunmount.c, libfs/src/dosfs/msdos_initsupp.c,
libfs/src/dosfs/msdos_rename.c, libmisc/cpuuse/cpuusagereport.c,
libmisc/shell/vis.c, libmisc/stackchk/check.c, sapi/src/posixapi.c,
telnetd/telnetd.c: Remove include of assert.h when it is not needed.
2010-07-04 14:53:47 +00:00
Joel Sherrill
da9b538965
2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* libmisc/stackchk/check.c: More clean up and coverage improvements..
2010-06-23 23:28:46 +00:00
Joel Sherrill
2d637b20f6
2010-06-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* libmisc/stackchk/check.c: Clean up to improve coverage.
2010-06-23 18:18:42 +00:00
Ralf Corsepius
a89c96399e
2010-04-10 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* libmisc/stackchk/check.c: Remove bogus casts.
Use PRIxPTR to printk pointers.
2010-04-10 07:32:13 +00:00
Joel Sherrill
d22cd4a98a
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Fix warning.
2010-01-19 01:56:28 +00:00
Joel Sherrill
2bac948920
2010-01-18 Joel Sherrill <joel.sherrill@oarcorp.com>
...
Coverity Id 12
Coverity Id 13
Coverity Id 14
Coverity Id 15
* libmisc/stackchk/check.c: Rewrote loop to avoid possible buffer
overruns when the pattern area size is not a multiple of 16. There
were no current ports impacted by this but better to be safe.
2010-01-18 23:04:09 +00:00
Ralf Corsepius
0893220b2a
Whitespace removal.
2009-11-29 12:12:39 +00:00
Ralf Corsepius
33c3b54d57
Whitespace removal.
2009-11-29 11:57:23 +00:00
Joel Sherrill
518c2aeba2
2009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* score/include/rtems/score/heap.h, score/inline/rtems/score/heap.inl,
score/src/heapallocate.c, score/src/heap.c, score/src/heapextend.c,
score/src/heapresizeblock.c, score/src/heapwalk.c: Documenation.
Simplified block resize. Improved heap walk. Changed heap layout to
avoid a special case for _Heap_Is_used() and _Heap_Is_free().
* libmisc/stackchk/check.c: Update for heap API changes.
2009-09-09 14:58:37 +00:00
Joel Sherrill
dea3eccb38
2009-09-06 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* libcsupport/src/free.c, libmisc/stackchk/check.c,
rtems/include/rtems/rtems/region.h, rtems/src/regioncreate.c,
rtems/src/regionextend.c, rtems/src/regiongetinfo.c,
rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c,
rtems/src/regionresizesegment.c, score/src/pheapallocate.c,
score/src/pheapallocatealigned.c, score/src/pheapextend.c,
score/src/pheapfree.c, score/src/pheapgetblocksize.c,
score/src/pheapgetfreeinfo.c, score/src/pheapgetinfo.c,
score/src/pheapgetsize.c, score/src/pheapinit.c,
score/src/pheapresizeblock.c, score/src/pheapwalk.c:
Update for heap API changes.
* score/include/rtems/score/apimutex.h,
score/include/rtems/score/object.h: Documentation.
* score/include/rtems/score/heap.h,
score/include/rtems/score/protectedheap.h,
score/inline/rtems/score/heap.inl, score/src/heap.c,
score/src/heapallocate.c, score/src/heapallocatealigned.c,
score/src/heapextend.c, score/src/heapfree.c,
score/src/heapgetfreeinfo.c, score/src/heapgetinfo.c,
score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c,
score/src/heapwalk.c: Overall cleanup. Added boundary constraint to
allocation function. More changes follow.
2009-09-06 15:24:08 +00:00
Joel Sherrill
b99a35a8fc
2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libcsupport/src/malloc_initialize.c, sapi/src/exinit.c,
score/src/threadstartmultitasking.c: Fix spacing.
* libmisc/stackchk/check.c: Move variable into compiler specific conditional.
2009-08-28 18:26:05 +00:00
Joel Sherrill
371cea31d3
2009-08-24 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* libmisc/stackchk/check.c, rtems/src/regionreturnsegment.c,
rtems/src/regiongetsegmentsize.c, src/heapalignupuptr.c,
src/heapallocatealigned.c, src/heapallocate.c, src/heap.c,
src/heapextend.c, src/heapfree.c, src/heapgetfreeinfo.c,
src/heapgetinfo.c, src/heapresizeblock.c, src/heapsizeofuserarea.c,
src/heapwalk.c, src/pheapgetblocksize.c, inline/rtems/score/heap.inl,
include/rtems/score/heap.h: Overall cleanup. Changed all types for
addresses, sizes, offsets and alignments to uintptr_t. Reformatted.
Added variables for clarity. Renamed various objects. Enabled
_HAssert() for all instances. More changes follow.
2009-08-26 12:00:24 +00:00
Joel Sherrill
6aa8b5132d
2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/shell/shell.c, libmisc/stackchk/check.c: Eliminate warnings.
2009-05-03 23:57:19 +00:00
Joel Sherrill
8a775c27fc
2009-03-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* Makefile.am, preinstall.am, libmisc/Makefile.am,
libmisc/shell/shell.c, libmisc/shell/shell.h, telnetd/check_passwd.c,
telnetd/telnetd.c, telnetd/telnetd.h:
Generalized login check.
* libmisc/shell/login.h, libmisc/shell/login_check.c,
libmisc/shell/login_prompt.c: New files.
* libmisc/stackchk/check.c: Changed format for blown stack message.
* libcsupport/src/libio_sockets.c: Removed superfluous cast.
* libnetworking/rtems/ftpfs.h: Documentation.
2009-03-27 13:45:31 +00:00
Joel Sherrill
65e8f257c6
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
PR 1374/misc
* libmisc/stackchk/check.c: Fix printk formatting string.
2009-02-11 19:33:44 +00:00
Ralf Corsepius
031deada15
Add __attribute__((unused)) to unused function args.
2009-01-02 13:04:13 +00:00
Joel Sherrill
a5b6cdda58
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/include/rtems/libio_.h, libcsupport/src/libio_sockets.c,
libfs/src/dosfs/fat.h, libfs/src/dosfs/msdos.h,
libfs/src/imfs/deviceio.c, libmisc/monitor/mon-monitor.c,
libmisc/monitor/mon-object.c, libmisc/monitor/mon-symbols.c,
libmisc/monitor/monitor.h, libmisc/stackchk/internal.h,
rtems/inline/rtems/rtems/part.inl, score/include/rtems/system.h,
score/include/rtems/score/bitfield.h, score/src/mpci.c,
score/src/objectextendinformation.c, score/src/threadmp.c: Remove
extraneous spaces.
2008-09-08 15:19:34 +00:00
Ralf Corsepius
937ec606fb
Convert to using "bool".
2008-09-01 09:12:43 +00:00
Joel Sherrill
c702dd809e
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/shell/shellconfig.h, libmisc/stackchk/stackchk.h: Fix typos.
2008-07-16 20:32:23 +00:00
Joel Sherrill
ce19f1fa3b
2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* itron/include/rtems/itron/object.h, itron/src/cre_tsk.c,
libblock/src/show_bdbuf.c, libmisc/capture/capture-cli.c,
libmisc/capture/capture.c, libmisc/monitor/mon-manager.c,
libmisc/stackchk/check.c, posix/src/condinit.c,
posix/src/keycreate.c, posix/src/mqueuecreatesupp.c,
posix/src/mqueuedeletesupp.c, posix/src/mqueuenametoid.c,
posix/src/mqueueopen.c, posix/src/mqueueunlink.c,
posix/src/mutexinit.c, posix/src/pbarrierinit.c,
posix/src/prwlockinit.c, posix/src/pspininit.c,
posix/src/pthreadcreate.c, posix/src/pthreadexit.c,
posix/src/semaphorecreatesupp.c, posix/src/semaphorenametoid.c,
posix/src/timercreate.c, rtems/src/barrierident.c,
rtems/src/dpmemident.c, rtems/src/msgqident.c, rtems/src/partident.c,
rtems/src/ratemonident.c, rtems/src/regionident.c,
rtems/src/semident.c, rtems/src/taskident.c, rtems/src/timerident.c,
sapi/src/extensionident.c, score/Makefile.am,
score/include/rtems/score/object.h,
score/inline/rtems/score/object.inl, score/src/apimutexallocate.c,
score/src/objectextendinformation.c,
score/src/objectgetnameasstring.c, score/src/objectmp.c,
score/src/objectnametoid.c: Convert the Objects_Name type from a
simple type to a union of an unsigned 32 bit integer and a pointer.
This should help eliminate weird casts between u32 and pointers in
various places. The APIs now have to explicitly call _u32 or _string
versions of helper routines. This should also simplify things and
eliminate the need for ugly casts in some cases.
* score/src/objectclearname.c, score/src/objectcomparenameraw.c,
score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c,
score/src/objectcopynamestring.c: Removed.
2008-01-23 22:57:43 +00:00
Joel Sherrill
dbfc895efb
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Add print of current stack pointer and
stack info even if stack checker is not initialized.
2007-12-17 22:34:28 +00:00
Joel Sherrill
0faa8b117e
2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Eliminate output with little information.
Always print a blown message using the same routine. Now works with
GNAT RTS -fstack-checking if you have patch for the RTEMS specific
support in your GCC version.
2007-09-28 14:53:46 +00:00
Joel Sherrill
33eeeb28dc
2007-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Fix alignment of output.
2007-09-14 22:53:39 +00:00
Joel Sherrill
90a5d194a2
2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/Makefile.am, libcsupport/src/printk.c:
* libcsupport/src/printk_plugin.c: New file.
include/rtems/bspIo.h, libmisc/cpuuse/cpuusagereport.c,
libmisc/cpuuse/cpuuse.h, libmisc/stackchk/check.c,
libmisc/stackchk/stackchk.h: rtems/include/rtems/rtems/ratemon.h,
rtems/src/ratemonreportstatistics.c: Added capability to specify
your own "printf" routine to various reporting functions. This
added an XXX_with_plugin as the underlying implementation for
+ rtems_rate_monotonic_report_statistics
+ rtems_stack_checker_report_usage
+ rtems_cpu_usage_report
As demonstration, the http netdemo can now print out stack
and cpu usage reports.
2007-09-06 22:51:25 +00:00
Joel Sherrill
2b596c6986
2007-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libmisc/stackchk/check.c: Make checking the integrity of the pattern
area contingent on the stack checker user extension having been
initialized.
2007-07-06 21:11:36 +00:00
Joel Sherrill
c3330a88ee
2007-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* ChangeLog, configure.ac, libcsupport/src/__times.c,
libmisc/cpuuse/cpuuse.c, libmisc/stackchk/check.c,
rtems/include/rtems/rtems/ratemon.h, rtems/src/ratemongetstatus.c,
rtems/src/ratemonperiod.c, rtems/src/ratemonreportstatistics.c,
rtems/src/ratemonresetall.c, rtems/src/ratemontimeout.c,
score/Makefile.am, score/include/rtems/score/thread.h,
score/include/rtems/score/timespec.h, score/src/threaddispatch.c,
score/src/threadinitialize.c, score/src/threadtickletimeslice.c,
score/src/timespecdivide.c: Add nanoseconds granularity to the rate
monotonic period statistics and CPU usage statistics. This capability
is enabled by default although may be conditionally disabled by the
user. It could be too much overhead on small targets but it does not
appear to be bad in early testing. Its impact on code size has not
been evaluated either. It is possible that both forms of statistics
gathering could be disabled with further tweaking of the conditional
compilation.
* score/src/timespecdividebyinteger.c: New file.
2007-05-17 22:46:45 +00:00
Joel Sherrill
4da36c1af3
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* libmisc/cpuuse/cpuuse.c, libmisc/stackchk/check.c,
libmisc/stackchk/stackchk.h: Clean up as side-effect of making them
suitable for inclusion in the Users Guide.
2007-05-11 20:01:37 +00:00
Joel Sherrill
d8ec87b49c
2007-04-02 Joel Sherrill <joel@OARcorp.com>
...
* libmisc/stackchk/check.c: Add code to check validity of frame pointer
in addition to the pattern area being overwritten. Also do some
cleanup.
2007-04-02 14:33:59 +00:00
Joel Sherrill
8583f82da0
2007-03-08 Joel Sherrill <joel@OARcorp.com>
...
* libmisc/stackchk/check.c, libmisc/stackchk/internal.h,
libmisc/stackchk/stackchk.h: Change dump usage to report usage.
2007-03-08 21:43:05 +00:00
Joel Sherrill
7ac4ae92d0
2006-09-13 Joel Sherrill <joel@OARcorp.com>
...
* libmisc/stackchk/check.c, libmisc/stackchk/internal.h,
libmisc/stackchk/stackchk.h: Move stack to first class citizen
status. Include it in User Manual and rename to start with rtems_.
2006-09-13 16:22:24 +00:00
Joel Sherrill
352332193c
2006-08-30 Joel Sherrill <joel@OARcorp.com>
...
* libmisc/cpuuse/cpuuse.c, libmisc/monitor/mon-command.c,
libmisc/monitor/mon-driver.c, libmisc/monitor/mon-symbols.c,
libmisc/rtmonuse/rtmonuse.c, libmisc/stackchk/check.c,
libnetworking/libc/res_debug.c, telnetd/telnetd.c: Remove printf
format warnings.
2006-08-30 13:53:02 +00:00
Ralf Corsepius
cbd849c0de
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* monitor/monitor.h: Let rtems_monitor_config_dump return int.
* monitor/mon-config.c: Ditto. Use PRI*N macros.
* monitor/mon-itask.c, monitor/mon-prmisc.c: Use PRI*N macros.
2004-11-01 13:14:33 +00:00
Joel Sherrill
ac200c1ba1
2004-09-29 Joel Sherrill <joel@OARcorp.com>
...
* configure.ac, libmisc/cpuuse/README, libmisc/stackchk/README,
librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am,
score/include/rtems/score/mppkt.h: i960 obsoleted and all references
removed.
2004-09-29 20:34:01 +00:00
Joel Sherrill
7a965bcd6a
2004-09-27 Joel Sherrill <joel@OARcorp.com>
...
* libmisc/stackchk/check.c: Spacing.
2004-09-27 22:14:36 +00:00
Ralf Corsepius
714f06c7fa
2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libmisc/capture/capture-cli.c, libmisc/cpuuse/cpuuse.c,
libmisc/dumpbuf/dumpbuf.c, libmisc/fsmount/fsmount.c,
libmisc/monitor/mon-command.c, libmisc/monitor/mon-config.c,
libmisc/monitor/mon-dname.c, libmisc/monitor/mon-driver.c,
libmisc/monitor/mon-extension.c, libmisc/monitor/mon-itask.c,
libmisc/monitor/mon-monitor.c, libmisc/monitor/mon-mpci.c,
libmisc/monitor/mon-object.c, libmisc/monitor/mon-prmisc.c,
libmisc/monitor/mon-queue.c, libmisc/monitor/mon-symbols.c,
libmisc/monitor/mon-task.c, libmisc/rtmonuse/rtmonuse.c,
libmisc/shell/cmds.c, libmisc/shell/shell.c, libmisc/shell/shell.h,
libmisc/stackchk/check.c, libmisc/untar/untar.c: Use
fprintf(stdout,...) instead of printf.
2004-04-17 08:12:02 +00:00
Ralf Corsepius
aed742c9a0
Remove stray white spaces.
2004-04-16 12:06:28 +00:00
Ralf Corsepius
3239698d1f
Remove stray white spaces.
2004-04-15 13:26:21 +00:00
Ralf Corsepius
3e08d4ee62
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
...
* libmisc/capture/capture-cli.c, libmisc/capture/capture.c,
libmisc/capture/capture.h, libmisc/cpuuse/cpuuse.c,
libmisc/devnull/devnull.c, libmisc/fsmount/fsmount.h,
libmisc/monitor/mon-config.c, libmisc/monitor/mon-dname.c,
libmisc/monitor/mon-driver.c, libmisc/monitor/mon-extension.c,
libmisc/monitor/mon-itask.c, libmisc/monitor/mon-monitor.c,
libmisc/monitor/mon-mpci.c, libmisc/monitor/mon-object.c,
libmisc/monitor/mon-prmisc.c, libmisc/monitor/mon-queue.c,
libmisc/monitor/mon-server.c, libmisc/monitor/mon-symbols.c,
libmisc/monitor/monitor.h, libmisc/monitor/symbols.h,
libmisc/mw-fb/mw_uid.c, libmisc/rtmonuse/rtmonuse.c,
libmisc/serdbg/serdbg.h, libmisc/serdbg/serdbgio.c,
libmisc/serdbg/termios_printk.c, libmisc/serdbg/termios_printk.h,
libmisc/shell/shell.c, libmisc/shell/shell.h, libmisc/stackchk/check.c,
libmisc/stackchk/internal.h: Convert to using c99 fixed size types.
2004-03-26 06:59:18 +00:00
Ralf Corsepius
2609e83f77
Unused.
2004-03-08 16:26:41 +00:00
Joel Sherrill
028e84cf16
2003-12-11 Joel Sherrill <joel@OARcorp.com>
...
PR 531/rtems_misc
* rtmonuse/rtmonuse.c, stackchk/check.c: Correct indexing.
2003-12-11 14:18:16 +00:00
Ralf Corsepius
13962be603
2003-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* capture/Makefile.am: Remove.
* cpuuse/Makefile.am: Remove.
* devnull/Makefile.am: Remove.
* dummy/Makefile.am: Remove.
* dumpbuf/Makefile.am: Remove.
* fsmount/Makefile.am: Remove.
* monitor/Makefile.am: Remove.
* mw-fb/Makefile.am: Remove.
* rtmonuse/Makefile.am: Remove.
* serdbg/Makefile.am: Remove.
* shell/Makefile.am: Remove.
* stackchk/Makefile.am: Remove.
* untar/Makefile.am: Remove.
* Makefile.am: Merge-in the Makefile.ams above.
2003-11-28 12:53:34 +00:00
Ralf Corsepius
0fa54a0be5
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* capture/config.h: Remove.
* capture/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* cpuuse/config.h: Remove.
* cpuuse/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* devnull/config.h: Remove.
* devnull/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* dummy/config.h: Remove.
* dummy/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* dumpbuf/config.h: Remove.
* dumpbuf/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* monitor/config.h: Remove.
* monitor/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* mw-fb/config.h: Remove.
* mw-fb/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* rtmonuse/config.h: Remove.
* rtmonuse/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* serdbg/config.h: Remove.
* serdbg/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* shell/config.h: Remove.
* shell/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* stackchk/config.h: Remove.
* stackchk/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
* untar/config.h: Remove.
* untar/Makefile.am: Remove config.h.
AM_CPPFLAGS += -I$(top_builddir).
2003-11-20 07:38:31 +00:00
Joel Sherrill
3160ff6241
2003-09-04 Joel Sherrill <joel@OARcorp.com>
...
* cpuuse/cpuuse.c, cpuuse/cpuuse.h, devnull/devnull.c,
devnull/devnull.h, dummy/dummy.c, dumpbuf/dumpbuf.c,
dumpbuf/dumpbuf.h, fsmount/fsmount.c, fsmount/fsmount.h,
serdbg/serdbgio.c, serdbg/termios_printk.c, stackchk/check.c,
stackchk/internal.h, stackchk/stackchk.h, untar/untar.c,
untar/untar.h: URL for license changed.
2003-09-04 18:54:19 +00:00
Ralf Corsepius
2cc936789e
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
* capture/config.h: New.
* capture/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* cpuuse/config.h: New.
* cpuuse/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* devnull/config.h: New.
* devnull/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* dummy/config.h: New.
* dummy/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* dumpbuf/config.h: New.
* dumpbuf/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* monitor/config.h: New.
* monitor/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* mw-fb/config.h: New.
* mw-fb/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* rtmonuse/config.h: New.
* rtmonuse/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* serdbg/config.h: New.
* serdbg/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* shell/config.h: New.
* shell/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* stackchk/config.h: New.
* stackchk/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* untar/config.h: New.
* untar/Makefile.am: Add config.h.
Reflect having merged configure.ac into ../configure.ac.
* wrapup/Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
2003-07-08 10:39:58 +00:00