summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-03-20Fix boolean thinko in SIGCHLD reaper and call reapchild after sendingTodd C. Miller
mail instead of doing a conditional sudo_waitpid.
2003-03-19bind9 & propoliceHenning Brauer
reminded by Andrew Basterfield <bob@cemetery.homeunix.org>
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@
2003-03-18ip address -> IP address;Jason McIntyre
rtadvd.conf(5): positve -> positive; ok miod@
2003-03-18small typos;Jason McIntyre
ok miod@
2003-03-17remove dupe st.patrick; from form@; millert@ okMichael Shalayeff
2003-03-17enter 3.6Markus Friedl
2003-03-17don't print \n if backgrounded; from ho@Markus Friedl
2003-03-16leave does respond to normal signalsTed Unangst
ok millert@
2003-03-16correctly initialize a pointerNikolay Sturm
OK millert@
2003-03-16sync w/ my treeTodd C. Miller
2003-03-16Don't need to link in kerberos or skey libs anymore; we use BSD authTodd C. Miller
2003-03-15update to what will soon be sudo 1.6.7Todd C. Miller
2003-03-15re-run configure if it changesTodd C. Miller
2003-03-15specifed -> specifiedTheo de Raadt
2003-03-14make fetching regs and stack trace really workMichael Shalayeff
2003-03-14fix BC idiocy and uncle albert pasto repairMichael Shalayeff
2003-03-14remove a dupeMichael Shalayeff
2003-03-14Replace strcpy() of a constant w/ strlcpy() for easy grepping;Todd C. Miller
from Raymond M Schneider
2003-03-14This goes with the at.c changeTodd C. Miller
2003-03-13fix printing of "" and other weird chars. from alexander@beard.seTed Unangst
closes pr3146 and pr3147 ok millert@
2003-03-13Stash uid and mode in struct at so we don't need to pass around aTodd C. Miller
struct statbuf *. Fixes a bug where atq reports all jobs as being owned by the owner of the last job in the queue. This is fallout from when I added sorting as per the historic BSD atq.
2003-03-13a few more strlcpyTheo de Raadt
2003-03-13anotherAlexander Yurchenko
2003-03-13ssh-agent is similar to ssh-keysign (allows other processes to useMarkus Friedl
private rsa keys). however, it gets key over socket and not from a file, so we have to do blinding here as well.
2003-03-13move RSA_blinding_on to generic key load methodMarkus Friedl
2003-03-13anotherHenning Brauer
2003-03-13my style: length is size_t, not int.Marc Espie
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12more .LiTheo de Raadt
2003-03-12Heh. So many commits to this file and noone noticed that I forgot to put a ↵Artur Grabowski
license in it.
2003-03-12anotherAlexander Yurchenko
2003-03-11Replace TPUM license with standard BSD-style licenseIan Darwin
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-11getnameinfo buffer has to be NI_MAXHOSTJun-ichiro itojun Hagino
2003-03-11check error on getnameinfo failure.Jun-ichiro itojun Hagino
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
lots of help and ok millert@
2003-03-10correct use of getnameinfo. PR 3138Jun-ichiro itojun Hagino
2003-03-10Correct SYNOPSIS, document option `-C', add /etc/man.conf to section FILES,Todd C. Miller
add references to man.conf(5) and makewhatis(8); Andrey Matveev
2003-03-10spelling fixesDavid Krause
ok millert@
2003-03-07spelling errors/typosDavid Krause
ok jmc@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-03-05fix memory leaks; from dlheine@suif.Stanford.EDU/CLOUSEAU; ok djm@Markus Friedl
2003-03-04Interim JPEG size support; PNG and other lesser image formats added.Ian Darwin
2003-03-03Add config.h described in previous commitIan Darwin
2003-03-03Bring in readelf.c from Christos' version 3.41 to head off a localIan Darwin
stack attack noted by iDefense, and for more complete 64-bit ELF support. Add hand-made config.h to avoid running configure but still be able to use Christos' code. In print.c add error(...)-->err(1,...) wrapper. Tested on i386, sparc64, macppc.
2003-03-03Add back fix from 1.32 that was lost in latest syncTodd C. Miller
2003-03-03ray coniffMichael Shalayeff
2003-02-28intrcnt's are ints not longs (at least according to the new kern.intrcnt stuff)Jason Wright
2003-02-26additions to calendar.music, translated from the German calendar.musik fileDavid Krause
(with help from pb@ to get some of the cities/countries right) died -> dies in a few places for consistency add the year to a few entries missing it ok mickey@