summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-193-1/+10
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-183-0/+5
* Update build infrastructure for sendmail 8.12.gshapiro2002-02-171-3/+17
* Ensure err is a useful value to prevent using fputs() with a NULL stream.jedgar2002-02-171-0/+1
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>.deischen2002-02-171-0/+1
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aobrien2002-02-172-5/+19
* This commit was generated by cvs2svn to compensate for changes in r90744,jmallett2002-02-162-0/+835
|\
| * Import OpenBSD m4 as of today.jmallett2002-02-167-446/+1907
| * Import OpenBSD m4 as of today.jmallett2001-11-161-109/+224
| * Import OpenBSD m4 as of today.jmallett2001-09-271-18/+66
| * Import OpenBSD m4 as of today.jmallett2001-09-181-2/+10
| * Import OpenBSD m4 as of today.jmallett1999-11-091-0/+3
* | If downloading to a temporary file, set the timestamp on the temp file, notdes2002-02-161-2/+2
* | Add header to prototype exit(3). Fix a style bug.mike2002-02-161-0/+2
* | Un-deprecate the -p option. We now have two ways to output to stdout:mike2002-02-162-4/+0
* | * Don't SEGFAULT on attempt to write nothing (if no source files werephantom2002-02-131-1/+4
* | Add myself.yoichi2002-02-111-0/+1
* | Describe the '+' option in the -t trace string.roam2002-02-111-0/+3
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-0821-25/+0
* | Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-0865-65/+0
* | Fix the code that selects the default binary type if the actual type can'tdes2002-02-081-3/+3
* | GRR. Unbreak WARNS=2.peter2002-02-081-1/+1
* | GRR. This was not WARNS=2 clean. You cannot printf a 'long' withpeter2002-02-081-1/+1
* | Inspect ELF header and reject any non-FreeBSD shared objects.sobomax2002-02-081-1/+7
* | add missing <string.h> to give strcpy() a prototypegallatin2002-02-081-0/+1
* | Add myself.maxim2002-02-071-0/+1
* | Backout -Werror protection. No need to walk all over the upcomingmarkm2002-02-061-1/+0
* | ANSIfy and remove some dead code.des2002-02-061-23/+13
* | Apply the following mechanical transformations in preparation fordes2002-02-066-56/+56
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-053-24/+56
* | Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-042-3/+14
* | GC meaningless assignment.sobomax2002-02-041-1/+1
* | Silence some WFORMAT=1 warningskris2002-02-041-3/+3
* | Mark a function as __printflike()kris2002-02-041-1/+1
* | Use new ID scheme.mike2002-02-031-25/+20
* | Complete bzip2-1.0.2 import.sobomax2002-02-012-3/+25
* | Add -a option (SUSv3) to split(1).mike2002-02-012-11/+49
* | Still with asbestos longjohns on, completely PAMify login(1) and removedes2002-01-304-552/+392
* | Back out rev 1.78, which is incorrect now that the PAM modules have beendes2002-01-291-3/+2
* | Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p optionmike2002-01-272-6/+44
* | Make usage message and man page synopsis reflect the fact that -ndwmalone2002-01-242-3/+5
* | Add new option HAVE_STRERROR to CFLAGS.dwmalone2002-01-241-1/+1
* | Don't set PAM_RHOST, this is a local login.des2002-01-241-5/+1
* | Show arguments of command line optionscharnier2002-01-221-11/+21
* | o Remove the -V [version number] option, since our version of at(1) nomike2002-01-223-43/+26
* | When running on a local terminal, set PAM_RHOST to the local hostname.des2002-01-211-2/+10
* | Link mail(1) to mailx per POSIX. Mail(1) isn't 100% POSIX compliant,mikeh2002-01-192-4/+7
* | I've been meaning to do this for a while. Add an underscore to thedillon2002-01-193-8/+8
* | Back out PAM_CRED_ERR additionache2002-01-191-1/+0
* | Add PAM_CRED_ERR as valid failure caseache2002-01-191-0/+1
OpenPOWER on IntegriCloud