aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compensate for header dethreading.Mark Murray2001-05-013-0/+3
* Document "chdir" builtin.Dima Dorfman2001-04-281-0/+4
* Fixed a typo.Ruslan Ermilov2001-04-271-1/+1
* Put a note that `-h' and `-n' is non-standard and provided only forMaxim Sobolev2001-04-271-1/+6
* Bring in `-h' compatability option and its alias `-n' to match NetBSD and GNUMaxim Sobolev2001-04-262-14/+53
* Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.Kris Kennaway2001-04-2610-80/+82
* Reduce diffs with OpenBSD:Kris Kennaway2001-04-2617-466/+468
* Use mkstemp() for secure tempfile creation instead of tempnam()Kris Kennaway2001-04-264-17/+39
* o Separate acl_t into internal and external representations asChris D. Faulhaber2001-04-245-98/+168
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-182-2/+2
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-1711-36/+37
* Convert getfacl to the ACL editing library functions. getfacl shouldChris D. Faulhaber2001-04-131-21/+69
* Correct some markupBrian Somers2001-04-121-2/+4
* Introduce -osid and -otsidBrian Somers2001-04-112-0/+8
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-9/+9
* ``|'' should be more binding than ``!'' so that this isn't broken:Brian Somers2001-04-091-2/+13
* Remove tsess for now.Brian Somers2001-04-071-2/+0
* Update documentation in line with what the code doesBrian Somers2001-04-071-9/+1
* The sess column went away last December with v1.26 of keyword.cBrian Somers2001-04-071-1/+1
* setfacl and getfacl no longer need to link against libposix1e, since itThomas Moestl2001-04-042-4/+0
* A much better (more correct) fix for handling ``!'' charactersBrian Somers2001-04-041-23/+40
* Handle ``!'' characters when they appear as second and subsequentBrian Somers2001-04-041-0/+3
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inRuslan Ermilov2001-04-031-1/+1