summaryrefslogtreecommitdiff
path: root/gnu/dist/diffutils/m4/README
blob: d2c7724eba641d6392b6bbff1f7ff9ac43d6d6c1 (plain)
1
2
3
4
5
6
7
8
9
10
Many of the files in this directory are taken from the fileutils,
shellutils, and textutils packages.

These files are used by a program called aclocal (part of the GNU automake
package).  aclocal uses these files to create aclocal.m4 which is in turn
used by autoconf to create the configure script at the top level in
this distribution.

The Makefile.am file in this directory is automatically generated
from the template file, Makefile.am.in.
q.c?h=lockdoc-9.3-0.2&id=9f231187c1d8df2d05b1bcee93165ee5444fd5ea'>Modularize sysmon and its componentspgoyette 2008-09-05Rearrange code in the sysmon queue execution thread to simplify locking logic.gmcgarry 2008-04-06Pass KTHREAD_MPSAFE to kthread_create(). I've been testing this forxtraeme 2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad 2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad 2007-07-21Convert sysmon_taskqueue to use mutex(9) and condvar(9) and initializextraeme 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-06-27Use aprint_debug rather than printf for the annoying messagextraeme 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2005-12-11merge ktrace-lwp.christos 2005-05-29- add constchristos 2003-09-06Rename the thread command name so that it fits on top's display.christos 2003-07-14add missing __KERNEL_RCSID()lukem 2003-04-20Generic "task queue" for sysmon back-ends. This provides a threadthorpej