summaryrefslogtreecommitdiff
path: root/lib/libautofs
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused autofs userland bits.John Baldwin2010-11-174-859/+0
| | | | | | | Approved by: core Notes: svn path=/head/; revision=215426
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-6/+6
| | | | | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these. Notes: svn path=/head/; revision=148580
* Assorted markup fixes.Ruslan Ermilov2005-06-151-7/+15
| | | | | | | Approved by: re Notes: svn path=/head/; revision=147402
* spell "file system" correctlyPhilippe Charnier2005-01-241-6/+6
| | | | | | | Approved by: ru Notes: svn path=/head/; revision=140758
* bump .DdAlfred Perlstein2004-09-091-1/+1
| | | | | | | requested by: ru Notes: svn path=/head/; revision=134983
* Add/document autoreq_getxid(3), which gets the autofs requestAlfred Perlstein2004-09-093-5/+22
| | | | | | | | | | | | transaction id from the request, this is useful for debugging. Fix the autoh_freeall(3) function to properly free the array of auto handles. Before it was freeing individual members of the list OK, however it was then advancing the pointer and freeing the wrong data for the whole list. Notes: svn path=/head/; revision=134968
* Remove debug output.Alfred Perlstein2004-09-081-4/+4
| | | | Notes: svn path=/head/; revision=134964
* Fix a .Fn that should be an .Fa.Alfred Perlstein2004-09-081-3/+16
| | | | | | | | Clear up the spelling and language when describing how to select/poll for an autofs event. Notes: svn path=/head/; revision=134962
* sync with private code:Alfred Perlstein2004-09-084-4/+8
| | | | | | | | fix a 5.x'ism that 4.x needs protection from. make this code compile standalone. Notes: svn path=/head/; revision=134940
* Normalize the makefile.Alfred Perlstein2004-09-031-8/+3
| | | | | | | submitted by: ru Notes: svn path=/head/; revision=134715
* Hook autofs to the build.Alfred Perlstein2004-09-022-4/+7
| | | | Notes: svn path=/head/; revision=134657
* Enter the autofs.Alfred Perlstein2004-08-314-0/+820
Notes: svn path=/head/; revision=134576