summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Rename a local variable in order to avoid collision with standard 'log'kan2003-06-301-3/+3
* pass -1 to setfile in cp.cjmg2003-06-301-1/+1
* Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-0/+4
* Unbreak NOCRYPT buildworld.ru2003-06-291-1/+1
* support saving both user/group and permissions on symlinks (from PR)jmg2003-06-221-13/+20
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-1311-18/+7
* Add the -H option to ps(1) to display all kernel visible threads in eachscottl2003-06-122-6/+19
* add section name to .Xrcharnier2003-06-081-1/+1
* Fix for the NO_OPENSSL case.markm2003-06-081-1/+1
* Clarify what -p option does.ru2003-06-071-11/+12
* Usekuriyama2003-06-061-1/+1
* Make ed compile in the NOCRYPT case.jhay2003-06-031-0/+4
* Catch up with revs 1.49-1.50 of df.c: don't mention -t in the BUGS sectionbde2003-06-031-3/+1
* Fixed exit code in previous commit. "var++" to set a flag to nonzerobde2003-06-031-5/+9
* From the df man page:jkh2003-06-021-0/+9
* Modernise. Use libcrypto for DES instead of libcipher.markm2003-06-023-52/+51
* Instead of eating trailing newlines after inserting them into thefenner2003-05-311-5/+12
* Erase whitspace at EOL.ru2003-05-221-1/+1
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* mdoc(7) police: A better version of the same.ru2003-05-162-3/+3
* mdoc(7) police: Fix document date.ru2003-05-161-1/+1
* Note that -n and \c are implementation-defined as per TC1 to POSIX 2001.schweikh2003-05-081-2/+11
* df(1) and ls(1) print units in 'four or fewer' not 'three or less'.trhodes2003-05-062-3/+3
* Centralize _PATH_* definitions.obrien2003-05-053-40/+2
* Fix long constant usage for i386.markm2003-05-031-1/+1
* Fix a broken reference to locale(5) and point to re_format(7) too for ankeramida2003-05-031-2/+3
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-0317-148/+161
* WARNS cleaning for the Alpha. On alpha, size_t is a long, and itmarkm2003-05-031-13/+17
* Fix a shedload of warnings, some memory leaks and clean up WARNSmarkm2003-05-031-39/+61
* Fix format warning. This is WARNS=9, std=c99 clean on i386.markm2003-05-031-1/+1
* Fix warnings. This is now WARNS=9, std=c99 clean in i386.markm2003-05-031-9/+10
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyobrien2003-05-021-0/+1
* Make count a size_t as that is what is compared against and how it is used.obrien2003-05-021-1/+2
* The is_name and is_in_name macros are FUBAR'ed.obrien2003-05-021-0/+2
* fmt.c has a comparison between signed and unsigned that is unclear howobrien2003-05-021-0/+1
* Quiet warnings about copyright[].obrien2003-05-021-2/+2
* Fix signed/unsigned mix comparisons involving sizeof.obrien2003-05-023-11/+13
* Quiet warnings about copyright[].obrien2003-05-0124-44/+47
* Make GCC 3.3 STFU about copyright[].obrien2003-05-011-1/+1
* Add the -j and -y options to the synopsis.tjr2003-05-011-1/+1
* Fix references to non-existing or obsoleted man pages.schweikh2003-04-302-5/+2
* We have to hide copyright[] for gcc33. :-(obrien2003-04-301-0/+2
* When mac_from_text() fails with -Z, print "-" rather than "" so thatrwatson2003-04-261-1/+1
* Revert the zombie part of previous commitcharnier2003-04-151-1/+1
* Correct style bugs. Don't skip zombies in cputime(), according to Bruce,charnier2003-04-141-58/+42
* Include <signal.h> instead of depending on namespace pollution inbde2003-04-131-1/+2
* Fixed some style bugs in rev.1.44.bde2003-04-131-3/+2
* Display residency and sleep times (re and sl fields) larger than 127 as 127.tjr2003-04-123-3/+6
* Refer to 1003.1-2001 in the Standards section now that TC1 allows thetjr2003-04-121-4/+4
* Document the -L and -P options as being mutually exclusive.tjr2003-04-121-2/+2
OpenPOWER on IntegriCloud