aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Correct a typo.Dima Dorfman2001-06-081-1/+1
* Add parens to get the cast that was meant in previous commit.Jacques Vidrine2001-06-051-2/+2
* Wrong. The size of size_t is *not* the same as the size of an integer.Matt Jacob2001-06-051-2/+4
* Correct a spelling nit (a -> an).Dima Dorfman2001-06-041-1/+1
* Added the -l option to df, so to be compatable with other unicies.Jim Pirzyk2001-06-042-4/+59
* Mention the kern.ps_showallprocs sysctl.Dima Dorfman2001-06-021-0/+4
* Remove vestiges of MFS.Ruslan Ermilov2001-06-011-2/+2
* Fix how /bin/sh handles 'for' and 'case' statements when it is called to doGarance A Drosehn2001-06-011-0/+16
* Fixed the bug from the previous revision.Ruslan Ermilov2001-05-311-1/+1
* Fixed two bugs, first not allowing '.' as a valid login name characterJim Pirzyk2001-05-302-3/+7
* Use PATH_MAX in preference in MAXPATHLEN.Warner Losh2001-05-301-1/+2
* Use PATH_MAX instead of MAXPATHLEN.Warner Losh2001-05-301-3/+4
* PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-301-1/+2
* Use PATH_MAX rather than MAXPATHLEN.Warner Losh2001-05-301-1/+1
* Minor comment fixWarner Losh2001-05-301-1/+1
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-3/+4
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneWarner Losh2001-05-293-16/+11
* Use PATH_MAX in preference to MAXPATHLEN.Warner Losh2001-05-291-1/+2
* Change noop option -h to do the real work. Now mode of symbolic linkRuslan Ermilov2001-05-282-20/+22
* Follow symbolic links named as command line arguments if run without -R.Ruslan Ermilov2001-05-282-4/+6
* Fix warnings to compile with WARNS=2 on i386 and alphaKris Kennaway2001-05-262-27/+43
* Make it clear that -P is the default.Ruslan Ermilov2001-05-253-0/+3
* Spelling police: insure -> ensureDima Dorfman2001-05-241-1/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-2/+3
* Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.Kris Kennaway2001-05-201-0/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-0/+4
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-15/+19
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-2/+4
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-205-2/+7
* Silence WARNS=2 and BDECFLAGS on alpha and i386Kris Kennaway2001-05-202-0/+3
* Silence WARNS=2 and BDECFLAGS on i386 and alpha.Kris Kennaway2001-05-202-1/+4
* Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_tKris Kennaway2001-05-201-7/+8
* Silence WARNS=2 and BDECFLAGS on i386 and alphaKris Kennaway2001-05-204-6/+12
* Silence WARNS=2 and BDECFLAGS on the i386 and alphaKris Kennaway2001-05-202-1/+4
* Silence warnings on alpha. Unfortunately we can't add WARNS to thisKris Kennaway2001-05-201-1/+2
* Make this pass WARNS=2 and BDECFLAGSKris Kennaway2001-05-204-3/+10
* BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.Kris Kennaway2001-05-202-14/+17
* Make this compile with WARNS=2Kris Kennaway2001-05-202-0/+3
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-182-3/+1
* BDECFLAGS cleanupKris Kennaway2001-05-187-23/+32
* Fix an off-by-hour bug when crossing Daylight Saving Time boundary.Ruslan Ermilov2001-05-171-0/+3
* Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy theWarner Losh2001-05-163-5/+6
* Fix operation of df on unmounted filesystems, and add the ability to run dfKris Kennaway2001-05-091-4/+38
* mdoc(7) police: fix markup, rename and reorder some sections.Ruslan Ermilov2001-05-082-78/+104
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-05-081-2/+2
* GC some dead code relating to running df on unmounted block devices,Kris Kennaway2001-05-082-37/+1
* Sync up with OpenBSD. Too many changes to note, but the major featuresKris Kennaway2001-05-0821-209/+1562
* Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzipKris Kennaway2001-05-055-13/+107
* Depollute headers now that the VM headers DTRT.Mark Murray2001-05-033-3/+0
* Correct assignment of the resulting ACL allowing the mask entry toChris D. Faulhaber2001-05-031-1/+1