summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Let everyone know when to send the gifts.das2003-02-211-0/+1
* Remove "sleeper" nonsense.tjr2003-02-211-4/+1
* Some things don't build for PowerPC yet.obrien2003-02-211-2/+7
* Removed extra parentheses.ru2003-02-201-1/+1
* Fixed comment.ru2003-02-203-3/+3
* o Allow "buckets" in mb_alloc to be differently sized (according tobmilekic2003-02-203-41/+64
* Back out the removal (here too) of the "custom" version ofru2003-02-192-1/+2
* chflags(1) repo copied, usr.bin->bin.obrien2003-02-184-345/+0
* Correctly alphabetize options[] so we don't stop at -nouser when searchingdes2003-02-181-1/+1
* Add #include <sys/resource.h>phk2003-02-161-0/+1
* Add #include <sys/resource.h>phk2003-02-163-0/+3
* Remove #include <sys/dkstat.h>phk2003-02-166-6/+0
* Back out previous commit, I wasn't thinking clearly.des2003-02-151-2/+1
* Set PAM_RHOST to "localhost" if no remote host was specified. This allowsdes2003-02-151-1/+2
* Update for version 3.40.obrien2003-02-151-2/+8
* Add the Space Shuttle Columbia incident to calendar.history. While hereseanc2003-02-153-37/+51
* Add __unused to the declaration of yyrcsid in a more portable way.davidc2003-02-121-1/+4
* Get Fox Talbot's birth year right. How could anybody have expectedgrog2003-02-111-1/+1
* - Determine the size of buffers with sizeof() instead of usingrobert2003-02-101-7/+7
* Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() insteadtjr2003-02-101-10/+10
* Backout my previous commit as requested. This solution generatesdavidc2003-02-081-2/+1
* Use waitpid() instead of wait() since we know the pid of the process wedes2003-02-081-1/+2
* I seem to have never added myself to the FreeBSD birthday calendar.chris2003-02-081-0/+1
* Add __unused to the declaration of yyrcsid.davidc2003-02-071-1/+2
* Fix singular/plural confusion in a printf.mike2003-02-061-1/+2
* Pass the correct, verified username to PAM instead of getlogin().des2003-02-061-1/+1
* Do not start err(3) strings with uppercase nor dot terminate them.charnier2003-02-052-9/+8
* Header was included twice. Hardcode program name in usage string.charnier2003-02-051-5/+1
* Wrap long line. Use .Ar instead of .Nm where appropriate.charnier2003-02-051-8/+9
* Remove 2 more unused doc Makefiles.trhodes2003-02-042-23/+0
* Remove another unused Makefile.trhodes2003-02-031-8/+0
* Add a man page.obrien2003-02-032-1/+118
* Make WARNS=5 clean even on 64-bit platforms.obrien2003-02-032-35/+36
* Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms).obrien2003-02-032-59/+59
* Try to tighten up the types a little bit to help debugging with GDB.obrien2003-02-021-35/+36
* Add my birthday.rushani2003-02-011-0/+1
* The newly appointed .org registrar has a pecular output format soroberto2003-01-311-1/+15
* A few changes for clarity.trhodes2003-01-271-13/+17
* Don't try to fseek before the beginning of the file; POSIX requires thatfenner2003-01-271-7/+8
* Add a reference to talkd(8) as a hint that talk(1) depends on akeramida2003-01-231-1/+2
* Slight cleanup of the ETA / BPS code. Avoid a division by zero.des2003-01-231-14/+12
* Document netrc support.des2003-01-221-0/+11
* Add -N option to specify a netrc file.des2003-01-221-29/+66
* kenv(1) has been repo copied from usr.bin to bin.obrien2003-01-204-251/+0
* Sync with upstream again:fanf2003-01-203-59/+148
* If we're going to build and install this on ia64, we might as wellmarcel2003-01-181-7/+20
* Style fixes: brackets around the argument of return, and removal offanf2003-01-171-36/+36
* Add a necessary cast, because ptrdiff_t isn't necessarily the same as int.fanf2003-01-171-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-162-5/+33
* Change the handling of non-anchored global substitutions of the emptymarcel2003-01-151-8/+9
OpenPOWER on IntegriCloud