summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2003-06-24decruftMichael Shalayeff
2003-06-23kill printf builtin. no reason to be a builtin, but furthermore, theTheo de Raadt
handling of format strings is quite non-compliant.
2003-06-23Don't not use getopt() in printf(1) since it causes formats beginningTodd C. Miller
with a '-' to be interpreted as flags. Noticed by Alan Barrett. There is really no reason for this to be a builtin in csh...
2003-06-23- kill exists as a built-in to most shells, not just cshJason McIntyre
- .Xr sh 1 ok millert@
2003-06-19remove unused code which allocated useless memory (which was not freed)Peter Valchev
ok provos itojun
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-16better document "limit";Jason McIntyre
from NetBSD (Matthias Scheler); ok deraadt@ millert@
2003-06-16- limited number of processes per systraceJun-ichiro itojun Hagino
- escape fixes for special characters markus, sturm ok. from provos
2003-06-13Add a -0 flag to make pax use a NUL instead of a newline as theTodd C. Miller
pathname separator. Works in list mode as well as read/copy mode. Based on a patch from David Leonard; closes PR 3310
2003-06-11ansification, art okTheo de Raadt
2003-06-11de-register and ansify functionsTheo de Raadt
2003-06-11license was lost; it is from print.cTheo de Raadt
2003-06-10o Pass the -G flag to sendmail like sendmail(8) saysTodd C. Miller
o Delivery in the foreground instead of just queueing since otherwise mail is not delivered until the next queue run. From Takahiro Yugawa; closes PR 3182
2003-06-06liternal -> literal;Jason McIntyre
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02prevents systrace from referencing freed memory; provosJun-ichiro itojun Hagino
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
2003-05-30section reorder;Jason McIntyre
2003-05-30merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29- section reorderJason McIntyre
- killed unnecessary .Ns
2003-05-29missing full stop.Jason McIntyre
2003-05-29- section reorderJason McIntyre
- removed unnecessary .Pp and .Ns
2003-05-29- section reorderJason McIntyre
- merge COMPATIBILITY into STANDARDS - kill unneeded Ns macros - replace reference to itself with .Nm
2003-05-29- section reorderJason McIntyre
- correct macro - escape some whitespace
2003-05-29escaped whitespace at EOL using "\ \&" so as not to confuse groff.Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29section reorder;Jason McIntyre
2003-05-29- merge COMPATIBILITY with STANDARDSJason McIntyre
- use .St for POSIX standard
2003-05-29- section reorderJason McIntyre
- .An/.Aq for AUTHORS
2003-05-29merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-05-29>permit numberic values for uid and gid; allow "<" and ">" for less andJun-ichiro itojun Hagino
>greate; requested by dugsong@, strum ok
2003-05-26Use prt_scaled from libutil. ok pjanzen@, millert@Ian Darwin
2003-05-19Fix warnx message to reflect reality.Artur Grabowski
2003-05-18fix prototype; ok millert@Jason Peel
2003-05-17pull in a bugfix from systrace-current to let systrace deal with creatingNikolay Sturm
directories correctly OK itojun@, thanks to niels for the help
2003-05-17use MAP_FAILED rather than -1; millert@ ok.Federico G. Schwindt
2003-05-16fix several constant overflows, remove the strerror prototype (shouldn't beJason Peel
there), and cleanup some whitespace; help from, and okay millert@
2003-05-16make ksh use our dup2(), and add clarity (we've no configure.in there);Jason Peel
ok millert@
2003-05-14add missing prototype; ok deraadt@Jason Peel
2003-05-14Remove krb4 support.Magnus Holmberg
2003-05-14add prototypes; ok millert@ w/ 'static', 'no static', deraadt@Jason Peel
2003-05-12ansify functions, eliminating prototype declaration warnings; ok deraadt@Jason Peel
2003-05-12add s_strl{cat,cpy} prototypes; ok tedu@Jason Peel
2003-05-12s_strn{cpy,cat} are no longer used; remove them. also, kill NOTUSED.Jason Peel
ok tedu@
2003-05-12strstr() prototype shouldn't be here; kill NOTUSED and an extra newline;Jason Peel
ok tdeval@, tedu@
2003-05-12cpu -> CPUJason McIntyre