Age | Commit message (Expand) | Author |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-21 | fix the synopsis for chown(8) | Igor Sobrado |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre |
2007-02-25 | shuffle the text somewhat to make the page read better; | Jason McIntyre |
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre |
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt |
2006-01-26 | `t' and `X' are now included in posix spec; | Jason McIntyre |
2006-01-25 | some warning reduction | Ted Unangst |
2006-01-25 | an old diff from tech to convert to using strtonum and some other misc | Ted Unangst |
2005-11-29 | kill unused var found by lint. ok deraadt@ | Otto Moerbeek |
2005-10-15 | sync usage(); | Jason McIntyre |
2005-10-15 | clean up SYNOPSIS; | Jason McIntyre |
2005-10-15 | standardise EXAMPLES; | Jason McIntyre |
2005-10-15 | simplify the .Ar file ... line; | Jason McIntyre |
2005-10-15 | - fix SYNOPSIS blip | Jason McIntyre |
2005-10-15 | - tidy up SYNOPSIS | Jason McIntyre |
2005-10-15 | - put description of -R in the correct place | Jason McIntyre |
2005-08-12 | of course, douglas' mail hits my machine 2 nanoseconds later... | Jason McIntyre |
2005-03-16 | chown(8): mention that this utility clears setuid/setgid bits by default; | Jason McIntyre |
2004-09-28 | remove confusing sentence which suggests we usually run in single-user | Jason McIntyre |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-02-16 | If the user does "chown foo.bar" check to see if foo.bar is a username | Todd C. Miller |
2004-02-14 | remove some unneeded .Fl's; | Jason McIntyre |
2003-07-07 | - remove unnecessary -compact in a display | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller |
2003-05-29 | - merge COMPATIBILITY with STANDARDS | Jason McIntyre |
2003-04-28 | typos; | Jason McIntyre |
2003-03-12 | more .Li | Theo de Raadt |
2002-07-04 | ansi | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | Initial patch. | Mike Pechkin |
2001-09-06 | install relative symlinks, not absolute | Michael Shalayeff |
2001-05-25 | Remove unnecessary .Nm args; mpech@prosoft.org.lv | Aaron Campbell |
2001-02-15 | Fix confusing formatting of an example. | Aaron Campbell |
2000-11-10 | - Section shuffling. | Aaron Campbell |
2000-11-10 | Use better grammar. | Aaron Campbell |
2000-11-09 | Insert some missing commas. | Aaron Campbell |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell |
2000-07-31 | make -h option work again, it was left out on the getopt string | Eric Jackson |
2000-07-31 | remove incorrect space, as enami@netbsd.org | Paul Janzen |
2000-07-19 | merge chflags(1) into chmod. | Michael Shalayeff |
2000-07-10 | Xr chflags(1) | Aaron Campbell |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-10 | argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
2000-06-09 | oops | Michael Shalayeff |
2000-06-09 | merge chown/chgrp into chmod. | Michael Shalayeff |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |