summaryrefslogtreecommitdiffstats
path: root/usr.bin/learn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a long-dead skeleton found under the floorboards.ian2010-07-01530-21058/+0
| | | | "go for it" tedu@, "kill it" deraadt@
* use strcspn to properly overwrite '\n' in fgets returned bufferchl2007-10-051-11/+13
| | | | | | | | check fgets return value use sizeof (buf) instead of hardcoded value with help of moritz@ and ray@ "Those seem OK" moritz@ "OK" ray@ "Looks OK" millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* the themiod2006-03-041-1/+1
|
* license cleanian2005-12-091-16/+4
|
* Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>otto2003-11-091-2/+2
|
* typos from Jonathon Gray;jmc2003-11-081-1/+1
|
* use correct string functions in examplederaadt2003-04-141-5/+5
|
* string shit; ok millertderaadt2003-04-061-15/+15
|
* a real pid_t cleanup.mpech2002-06-121-4/+6
| | | | | | espie@ ok for make/, deraadt@ one extra eye, millert@ ok
* kill more registersmpech2001-11-193-6/+6
| | | | millert@ ok
* o) {Open,Net,Free}BSD -> .{O,N,F}x;mpech2001-08-171-3/+4
| | | | | | | o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
* -Wall cleanuppvalchev2001-07-181-1/+3
|
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-7/+7
|
* spellingtodd2001-02-071-2/+2
|
* $OpenBSD$niklas2001-01-293-0/+6
|
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-4/+4
| | | | | | | | | constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+4
|
* - remove trailing white spaceaaron1999-06-051-10/+12
| | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* Add man page contributor's copyright. Better formatting.ian1998-09-301-4/+37
| | | | Add reference in BUGS to better ways of displaying the text.
* Put in WARNINGS that the lessons are not up-to-date, plusian1998-09-307-6/+30
| | | | references to newer technology in a few lessons.
* First round of code modernization. Create playdir under /tmp, notian1998-09-288-111/+243
| | | | libdir. Add man page. Add pathnames.h.
* import BTL learn(1) lessons/morefilesian1998-09-2845-0/+2308
|
* import BTL learn(1) lessons/macrosian1998-09-2816-0/+1335
|
* import BTL learn(1) lessons/filesian1998-09-2877-0/+1720
|
* import BTL learn(1) lessons/eqnian1998-09-2878-0/+2813
|
* import BTL learn(1) lessons/editorian1998-09-28242-0/+9130
|
* import BTL learn(1) lessons/Cian1998-09-2861-0/+2360
|
* import BTL learn(1)ian1998-09-289-0/+1199