summaryrefslogtreecommitdiffstats
path: root/libexec/lfs_cleanerd
Commit message (Collapse)AuthorAgeFilesLines
* Many places in the code NULL is used in integer context, wherephk1997-09-181-3/+3
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* change -I/sys to -I${.CURDIR}/../../sysjmg1997-08-221-2/+2
|
* Show the real revision date and not the date that thissteve1997-06-231-2/+2
| | | | manpage is being viewed.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-226-6/+6
|
* Sweep through the tree fixing mmap() usage:alex1997-01-161-4/+4
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-6/+6
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-226-0/+9
|
* Use the .Bx macro where appropriate.mpp1996-08-231-1/+2
|
* Remove trailing whitespace.rgrimes1995-05-304-42/+42
|
* Remove -DDIAGNOSTIC in makefile. The DIAGNOSTIC code is severly broken andgibbs1995-01-044-7/+9
| | | | | will change if I have more time to look at it. Keep at least 5 segments cleaned if possible (instead of 2 which is a bare minimum for FS operation).
* Relativized a ".PATH:" directive.phk1994-11-181-1/+1
|
* Update to new make macros and disable Kerberos because we haven't got itwollman1994-08-051-1/+1
| | | | set up right yet.
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-277-0/+1736
OpenPOWER on IntegriCloud