Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all our own code to use st_*tim instead of st_*timespec. | ed | 2010-03-28 | 1 | -4/+4 |
| | | | | Also remove some local patches to diff(1) which are now unneeded. | ||||
* | Remove superfluous va_end which was left there in rev 1.38. | rdivacky | 2008-10-28 | 1 | -2/+0 |
| | | | | Approved by: kib (mentor) | ||||
* | In the error handling path, don't call close(fd) if the error we're | cperciva | 2007-05-22 | 1 | -1/+2 |
| | | | | | | | | handling is that fd = open(foo) is -1. This bug is harmless since close(-1) just returns an error (which the code ignores). Found by: Coverity Prevent(tm) CID: 1503 (in userland test run) | ||||
* | Fix markup. | ru | 2007-02-27 | 1 | -10/+20 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 1 | -2/+2 |
| | |||||
* | De-kerberize the manpage. | ru | 2005-01-21 | 1 | -24/+3 |
| | |||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 1 | -0/+1 |
| | |||||
* | Remove the clause 3, per berkeley and mail from rwatson representing | imp | 2005-01-10 | 1 | -5/+1 |
| | | | | that nai was OK with all third clause removals. | ||||
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+1 |
| | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver | ||||
* | Deal with double whitespace. | ru | 2004-07-03 | 1 | -4/+4 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 3 | -12/+0 |
| | | | | OK'ed by: imp, core | ||||
* | Turn malloc+snprintf into asnprintf. | markm | 2003-10-14 | 1 | -14/+10 |
| | | | | Submitted by: David Hill <hill at phobia dot em ess> | ||||
* | Fix a bazillion warnings. This makes almost the whole of src/bin/* | markm | 2003-05-03 | 1 | -11/+13 |
| | | | | | | WARNS=6, std=c99 clean. Tested on: i386, alpha | ||||
* | Make count a size_t as that is what is compared against and how it is used. | obrien | 2003-05-02 | 1 | -1/+2 |
| | |||||
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+1 |
| | |||||
* | Dekerberise. The corresponding userland stuff has been dekerberised | markm | 2002-10-16 | 3 | -169/+6 |
| | | | | for ages, and no-one seems to have noticed. Viva PAM! | ||||
* | Clean up use of <stdarg.h> macros: always call va_end after va_start, | tjr | 2002-10-06 | 1 | -2/+6 |
| | | | | | | reset with a call to va_start before each use of the va_list. Obtained from: NetBSD | ||||
* | While removing a memory leak, rev 1.32 introduced a | charnier | 2002-10-06 | 1 | -16/+11 |
| | | | | | free-memory-and-reuse-it-after. Correct both problems and make rcp -r work again under /etc/malloc.conf -> AJ. | ||||
* | Use %jd in format string and cast argument to intmax_t instead of using | tjr | 2002-10-06 | 2 | -4/+3 |
| | | | | | | | %qd to print struct stat.st_size. Remove WARNS=0 and WFORMAT=0 from Makefile. Tested on: alpha, sparc64, i386 | ||||
* | Mark the signo as __unused in a lazy signal handler. | jmallett | 2002-09-29 | 1 | -1/+1 |
| | |||||
* | IPv6 support for rcp. | ume | 2002-08-09 | 2 | -22/+42 |
| | | | | | | You cannot specify a raw IPv6 address for now. MFC after: 1 week | ||||
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -4/+4 |
| | | | | happy about it any more so change the usage to make buildworld work again. | ||||
* | Consistently use FBSDID | obrien | 2002-06-30 | 2 | -4/+4 |
| | |||||
* | Use size_t consistently and complete some uncompleted code resulting in a | jmallett | 2002-06-20 | 2 | -3/+6 |
| | | | | | | | memory leak by assigning and freeing a variable appropriately as well as keeping track of the amount of allocated ram properly. MFC after: 1 month | ||||
* | Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits. | des | 2002-05-08 | 2 | -45/+10 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 1 | -1/+1 |
| | | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -6/+9 |
| | |||||
* | Correct inadvertent style botches in previous commit. | kris | 2002-02-04 | 1 | -2/+1 |
| | |||||
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 1 | -1/+3 |
| | | | | Tested on i386 and alpha. | ||||
* | o __P has been reoved | imp | 2002-02-02 | 3 | -78/+33 |
| | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. | ||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | style(9) | obrien | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Fixed two bugs, first not allowing '.' as a valid login name character | pirzyk | 2001-05-30 | 2 | -3/+7 |
| | | | | | | | | | | in okname() in util.c and second, returning != 0 when you do have an error from okname in two places in rcp.c. Thanks to Garrett for the POSIX defintion of valid login and group names. PR: bin/25757 MFC after: 3 weeks | ||||
* | Use PATH_MAX instead of MAXPATHLEN. | imp | 2001-05-30 | 1 | -3/+4 |
| | | | | Also use sizeof(path) in preference to PATH_MAX. | ||||
* | -Wnon-const-format sweep: make format strings const char *'s, add | kris | 2001-04-17 | 2 | -2/+3 |
| | | | | | | __printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit | ||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | more removal of trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Use libcrypto inst=ead if libdes. | markm | 2000-02-24 | 2 | -3/+3 |
| | |||||
* | . mdoc(7)'fy | phantom | 2000-01-07 | 1 | -4/+9 |
| | | | | | | | | . add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages . sort Xrs in SEE ALSO sections Patches based on PR: docs/15680 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | Fix for new Kerberos4. | markm | 1999-09-19 | 2 | -3/+6 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 6 | -6/+6 |
| | |||||
* | Improved error handling in rev.1.18: don't ignore failure of execve(). | bde | 1999-07-04 | 1 | -5/+4 |
| | | | | Fixed some style bugs in rev.1.18. | ||||
* | Quick fix to allow transfer files >2GB. | dt | 1999-04-25 | 1 | -3/+3 |
| | |||||
* | Don't put compiler warning flags in leaf Makefiles. | bde | 1998-12-07 | 1 | -2/+1 |
| | |||||
* | Add JKH's auth.conf-file parser to turn Kerberos on/off in userland. | markm | 1998-10-09 | 3 | -5/+17 |
| |