summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cast pointers to longs, not ints.jb1998-05-091-3/+3
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusbde1998-05-091-6/+7
* Change long variable to time_t where it is passed to time() by reference.jb1998-05-091-1/+1
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* Add #include string.h to get prototypes and change variables from longjb1998-05-092-3/+5
* Remove bogus time() prototype and let the one in time.h rule.jb1998-05-091-1/+0
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Cast pointers to long instead of int.jb1998-05-094-9/+9
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Change casts of function pointers from int to long. This makes thejb1998-05-096-7/+7
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Change long variable to time_t because it passed to time() and ctime().jb1998-05-091-1/+1
* Change long variables to time_t if they are passed to time() or localtime()jb1998-05-091-3/+3
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* Change variable types from long to time_t if they are passed to time()jb1998-05-094-6/+7
* Remove #define NULL because stdio.h does that.jb1998-05-091-1/+0
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
* Add #include string.h to get prototypes.jb1998-05-092-0/+2
* tv_sec in timeval is a long, and a time_t is not necessarily a long.jb1998-05-091-2/+4
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
* Add 'extern' to arrays that are declared and initialised elsewhere.jb1998-05-091-5/+5
* Fix off by ane error in previous commit.dt1998-05-092-4/+4
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-12/+12
* Add 'extern' to arrays that are declared and initialised in other files.jb1998-05-091-2/+2
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
* Change prototype for addbuf to make it compatible with tputs now thatjb1998-05-091-2/+3
* Add #include string.h, stdlib.h and termcap.h to get prototypes.jb1998-05-091-1/+4
* Add #include string to get prototypes.jb1998-05-091-0/+1
* Add 'extern' to those arrays that are declared and initialisedjb1998-05-091-3/+3
* Arrggghhhh... forgot to strip the / after outputting %2fdes1998-05-091-3/+6
* Add #include string.h to get prototypes.jb1998-05-096-0/+6
* Add #include stdlib.h to get prototypes.jb1998-05-091-0/+1
* Map a leading / in -c argument to %2f instead of dropping it silently.des1998-05-091-9/+4
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
* Alphas don't necessarily have speakers.jb1998-05-091-0/+3
* Describe absolute paths in FTP URL's. This patch has been sittingfenner1998-05-091-3/+16
* Of these programs, only df and ps aren't compatible with FreeBSD/Alpha.jb1998-05-091-4/+4
* Well, nobody objected, so here's my -u (unlink) flag to restore.jkh1998-05-095-14/+36
* Fix the problem people are having building -current on a -stable system.jb1998-05-081-7/+7
* Add jetdirect 9100/tcpphk1998-05-081-1/+2
* Add a crucial missing _ in NO_SENDMAILphk1998-05-083-6/+6
* Unblock SIGPIPE before execv(); convert from sigvec to sigactionguido1998-05-081-16/+18
* In the SEE ALSO section, {get,set}rlimit are said to be in the sectionmax1998-05-081-3/+3
* Try experimenting with the split size a little in an effort tojkh1998-05-081-2/+2
* Translated to C (parameters in a function definition have the same scopebde1998-05-081-2/+2
* Simplified by using new yacc rules.bde1998-05-081-9/+6
* Simplified by using new yacc rules and by not generating y.tab.h.bde1998-05-081-3/+2
* Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mkbde1998-05-082-39/+41
* This is a hack to workaround source that is coded to use long variablesjb1998-05-082-2/+2528
* Remote the NetBSD kludge for vfprintf.cjb1998-05-081-9/+2
OpenPOWER on IntegriCloud