summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-05-06"cp -f" should unlink the destination before copying. Similar toTodd C. Miller
a patch from FreeBSD (but this is simpler). Closes PR #821
1999-05-05indentTheo de Raadt
1999-05-03Repair Theo's mayhem, put -o option together again.Marc Espie
1999-05-01defer conversion of unprintable filenames till final display, permittingTheo de Raadt
badly named symbolic links to be handled; bug noted by dm@ fixed by d@
1999-04-30Grammar'n'formattingPaul Janzen
1999-04-29always check return value of strdup()Aaron Campbell
1999-04-28please use Ar macros when describing option flags, tooAaron Campbell
1999-04-28Implement -U <username> option from FreeBSD. Original code by Peter Wemm.Alex Feldman
1999-04-27disable newgrp alias since OpenBSD doesn't have a newgrp(1)Todd C. Miller
1999-04-08memory leak fix; niklasTheo de Raadt
1999-03-25SEE ALSO .Xr's go in lexigraphical orderAaron Campbell
1999-03-18``that that'' -> ``than that''; nash@mcs.netAaron Campbell
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-10comma splicePaul Janzen
1999-03-04precedence comment; netbsdTheo de Raadt
1999-03-03remove duplicate description of -1 optionAaron Campbell
1999-03-03cleanupAaron Campbell
1999-03-031. Cleanup.Aaron Campbell
2. Xr sticky(8) and chgrp(1). 3. Mention not to confuse ``o'' symbol (others) for owner (``u''). 4. Describe the meaning of the directory search bit. 5. Briefly warn about adding suid/sgid bits to binaries.
1999-03-03using a .Aq Ar combination is much nicerAaron Campbell
1999-03-031. Fix the SYNOPSIS. ``-'' may be used anywhere within the file operands.Aaron Campbell
2. Move option descriptions from a lexigraphical -> more logical order. 3. Xr setbuf(3) and sh(1) 4. Add an EXAMPLES section. 5. HISTORY should follow STANDARDS, according to mdoc.template. 6. Other misc niceties. Look mom, I can do man page content too.
1999-03-02Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours,Aaron Campbell
and hours... Someone please read it and find any typos I may have missed.
1999-03-01obliveous -> oblivious; d@Aaron Campbell
1999-03-01fix a command sequence description; d@, also some misc cleanupAaron Campbell
1999-02-24save cpu cycles by being more sensible about how we check conditionalsAaron Campbell
1999-02-23Break out main to an own file so we can include ls in ftpd.Artur Grabowski
1999-02-21NUL not NULLTheo de Raadt
1999-02-20add -x, -p, and -m options, based on netbsd workTheo de Raadt
1999-02-14Don't retain "clear" state after an argument as been processed;Todd C. Miller
andreas@infosys.heitec.net
1999-02-01accurately reflect what ps can doDavid Leonard
1999-02-01GMT -> UTC in comments; make y2k hack easier to readDavid Leonard
1999-02-01document y2k hacks a bit betterDavid Leonard
1999-01-31When adjusting units for -h mode, use the absolute value to check forTodd C. Miller
kb, mega, giga, etc. Based on a change from kstailey@openbsd.org but fixed differently.
1999-01-22xref rmdir(2)Todd C. Miller
1999-01-19Updates from pdksh-unstable-5.2.13.7. Most notable change is:Todd C. Miller
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes.
1999-01-12use pid_tAaron Campbell
1999-01-10sync with pdksh-unstable-5.2.13.6Todd C. Miller
1999-01-10Fix bug in c_sh.c where an unitialized variable could be used.Todd C. Miller
Bug found by fgsch@openbsd.org. Patch mailed to pdksh maintainer.
1999-01-10missed in updateTodd C. Miller
1999-01-08bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.Todd C. Miller
1999-01-02indentTheo de Raadt
1999-01-02Fix possible free() of uninitialized pointer.Tobias Weingartner
1999-01-02Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was notTobias Weingartner
1900.
1998-12-21correct built-in killTheo de Raadt
1998-12-21like kill(1), have csh builtin handle -SIGxxx names; kleinkTheo de Raadt
1998-12-19fixTheo de Raadt
1998-12-16indentTheo de Raadt
1998-12-16doc printf built-inTheo de Raadt
1998-12-16fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);Theo de Raadt
gjm11@dpmms.cam.ac.uk
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell