aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add plpfuse.h to headers.Reuben Thomas2007-12-154-9/+30
| | | | | | Add "release" target to Makefile.am. Updates to .po files.
* Updated .po files.Reuben Thomas2007-12-152-93/+105
|
* Add plp_inttypes.h to headers listReuben Thomas2007-12-151-1/+2
|
* Sort out command-line arguments, so that both FUSE and plpfuse get toReuben Thomas2007-12-152-48/+58
| | | | | | parse them. Force FUSE to run single-threaded.
* Remove plpnfsd's main.cc and add plpfuse's.Reuben Thomas2007-12-141-1/+1
|
* Remove mentions of plpnfsdReuben Thomas2007-12-141-10/+1
|
* Remove mention of plpnfsdReuben Thomas2007-12-141-1/+0
|
* Remove include/*.h* from dist filesReuben Thomas2007-12-141-1/+1
|
* Move last header plp_inttypes.h out of include and into lib.Reuben Thomas2007-12-1410-19/+5
| | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run.
* Add Makefile.inReuben Thomas2007-12-131-0/+1
|
* Add plpfuse man pageReuben Thomas2007-12-131-0/+61
|
* Replace plpnfsd with plpfuse.Reuben Thomas2007-12-1338-5627/+1030
| | | | Other minor simplifications to the build system.
* Don't need to remove Makefile.in in maintainer-clean-local.Reuben Thomas2007-12-132-4/+2
|
* Fix English in comment.Reuben Thomas2007-12-131-1/+1
|
* Fix setting readable flag.Reuben Thomas2007-12-131-2/+2
|
* Fix argument order when calling fsetattrReuben Thomas2007-12-131-1/+1
|
* Fix confusing comment.Reuben Thomas2007-12-101-1/+1
|
* Remove no-longer-needed FIXME.Reuben Thomas2007-12-101-1/+0
|
* Zero dentries when allocating themReuben Thomas2007-12-101-2/+2
|
* Fix name of commented flag.Reuben Thomas2007-12-101-1/+1
|
* Don't try to stop mounting on a non-empty mount point.Reuben Thomas2007-12-101-16/+0
|
* Zero dentry when allocating it.Reuben Thomas2007-12-101-6/+3
| | | | | | Write errors to stderr, not stdout. Remove defunct code for defunct flag -D.
* Remove RCS Id to stop unnecessary rebuildsReuben Thomas2007-12-101-3/+0
|
* Massively simplify Makefile.am.Reuben Thomas2007-12-104-2299/+15
| | | | | | | | | Take configure.ac out of MAINTAINER_MODE so stuff works better (e.g. Makefile depends on Makefile.am). Remove cvs2cl. Remove po/Makefile.in, which seems to be in by mistake.
* Remove last debian fileReuben Thomas2007-12-091-1/+0
|
* Remove Debian filesReuben Thomas2007-12-0919-852/+0
|
* Remove autogen.sh and hence Makefile.am.in (becomes Makefile.am), andReuben Thomas2007-12-093-10/+7
| | | | add a note about use of autoreconf to INSTALL.
* Add gettext-ized files rather than gettexizing all the time.Reuben Thomas2007-12-09102-10/+21933
|
* Remove 'foreign' automake optionReuben Thomas2007-12-091-1/+0
|
* Don't remove ChangeLogReuben Thomas2007-12-091-1/+1
|
* Add standard GNU files.Reuben Thomas2007-12-093-0/+2
|
* No longer give plpnfsd a special mentionReuben Thomas2007-12-091-3/+0
|
* Remove newt interface of sisinstall, as it was a pretty small gain forReuben Thomas2007-12-096-401/+12
| | | | | a whole dependency. Most command-line users will be happy with the plain text interface; GUI users will want kpsion back.
* Remove cvs2cl up to top level, remove unnecessary cleanup rules andReuben Thomas2007-12-084-41/+1
| | | | intlclean script. No more conf directory.
* Update slightlyReuben Thomas2007-12-081-1/+1
|
* Since configure.in.in is not processed, rename it to configure.ac.Reuben Thomas2007-12-083-56/+9
| | | | Simplify Makefile.cvs into pure setup and rename autogen.sh.
* Move build files out of conf/.Reuben Thomas2007-12-083-7/+10
| | | | | Revert earlier change to Makefile.cvs to bring back aclocal; removed in error.
* Remove kiodoc-update.pl.Reuben Thomas2007-12-082-125/+0
| | | | Remove mention of versions of SuSE < 8 from plptools.spec.in.
* Remove remaining custom macros, folding them into configure.in.in.Reuben Thomas2007-12-086-121/+37
| | | | Each was called only once.
* Remove unused m4 tests, and test for readline version; we should allReuben Thomas2007-12-076-113/+0
| | | | be using at least 4.2 by now.
* More build system changes to make it play better with up-to-dateReuben Thomas2007-12-075-73/+34
| | | | | | autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake.
* Remove bogus correction of times, which may correct time stamp changesReuben Thomas2007-12-071-2/+0
| | | | | between DST/non-DST, but at the unacceptable cost of buggering up the actual clock!
* Remove superfluous commaReuben Thomas2007-12-071-1/+1
|
* Various cosmetic fixes and debugging improvements.Reuben Thomas2007-12-051-22/+14
|
* Fix an incorrect debug message.Reuben Thomas2007-12-021-1/+1
|
* Various cosmetic fixes to code, comments and debug messages.Reuben Thomas2007-11-301-10/+12
| | | | | | | Note a potential buffer overflow. When counting directory contents to give link count, count only sub-directories, not files.
* Note a potential buffer overflowReuben Thomas2007-11-301-0/+1
|
* Pretty up debug message.Reuben Thomas2007-11-291-1/+1
|
* Remove unused usleep implementation.Reuben Thomas2007-11-291-15/+0
|
* Improve cosmetically some debug messages and comments.Reuben Thomas2007-11-292-18/+20
| | | | Be a little more conservative about when to flush the cached file.