summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Final update to current version of head in preparation for reintegration.Kirk McKusick2010-05-061-0/+2
| |\
| | * Restore historical behaviour of only executing chflags on files that exist.Ed Maste2010-05-041-0/+2
| * | Update to current version of head.Kirk McKusick2010-04-281-1/+1
| |\|
| * | IFH@204581Dag-Erling Smørgrav2010-03-048-28/+46
| |\ \
| * | | Add and document the quota_convert function which converts between theKirk McKusick2009-12-281-0/+1
| * | | Add and document new quoat_on and quota_off functions.Kirk McKusick2009-11-161-1/+3
| * | | Add quota_maxid which returns the maximum user (or group) identifierKirk McKusick2009-10-201-0/+1
| * | | Further extend the quotafile API.Dag-Erling Smørgrav2009-09-261-1/+4
| * | | Merge from headDag-Erling Smørgrav2009-09-173-18/+27
| |\ \ \
| * \ \ \ Merge from head up to r188941 (last revision before the USB stack switch)Dag-Erling Smørgrav2009-09-170-0/+0
| |\ \ \ \
| * | | | | Update the quotafile library to manage both active quotas via theKirk McKusick2009-02-141-4/+3
| * | | | | Make hasquota thread safe.Kirk McKusick2009-02-131-1/+1
| * | | | | Move hasquota() function to libutil.Kirk McKusick2009-02-131-0/+2
| * | | | | WIPDag-Erling Smørgrav2009-01-301-0/+9
| * | | | | integrate from head@185615Dag-Erling Smørgrav2008-12-042-86/+108
| |\ \ \ \ \
| * \ \ \ \ \ MFH (r184638): build at WARNS level 6Dag-Erling Smørgrav2008-11-040-0/+0
| |\ \ \ \ \ \
| * | | | | | | MFH (r184633, r184635): build at WARNS level 6Dag-Erling Smørgrav2008-11-041-4/+5
| * | | | | | | Committed to wrong branch.Dag-Erling Smørgrav2008-11-041-5/+4
| * | | | | | | Avoid assigning a const char * to a char *.Dag-Erling Smørgrav2008-11-041-4/+5
* | | | | | | | Merge svn+ssh://svn.freebsd.org/base/head@205454Marcel Moolenaar2010-03-220-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-1048-12981/+0
|/ / / / / / /
* | | | | | / Let the afterinstall target ignore failures from running chflags. ThisScott Long2010-03-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix a few whitespace issues and comment typos that I found while readingJoel Dahl2010-01-141-11/+9
* | | | | | The group field is called `gid', not `group'.Ed Schouten2010-01-141-1/+1
* | | | | | Remove login(3), logout(3) and logwtmp(3) from libutil.Ed Schouten2010-01-131-4/+0
* | | | | | The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* | | | | | Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* | | | | | Remove a dead store.Sean Farley2009-12-121-2/+2
* | | | | | Make pw(8) build without <utmp.h>.Ed Schouten2009-12-061-5/+0
* | | | | | Make <libutil.h> work when included by itself.Ed Schouten2009-12-021-0/+28
* | | | | | sigset() is the name of function specified by SUSv4.Konstantin Belousov2009-11-261-4/+4
| |_|_|_|/ |/| | | |
* | | | | It is believed the last subsystem that limited ID sizes to somethingKen Smith2009-07-221-7/+18
* | | | | Make the chpass Makefile honour NO_FSCHG.Ed Schouten2009-06-151-3/+4
* | | | | Revert (once again, and hopefully for the last time) to flock(2) locks.Dag-Erling Smørgrav2009-06-061-8/+5
| |_|_|/ |/| | |
* | | | Merge support for CVSMode (aka. mirror mode) into csup. This means csup can nowUlf Lilleengen2009-01-050-0/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | - Import the Makefile from HEAD for building csup.Ulf Lilleengen2008-10-190-0/+0
| |\ \ \
| * | | | - Import the HEAD csup code which is the basis for the cvsmode work.Ulf Lilleengen2008-10-1948-12922/+0
| |/ / /
* | | | Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-0/+6
* | | | Fixed style issues with variable ordering and naming, spacing andSean Farley2008-11-231-75/+97
* | | | style(9) fixes.Sean Farley2008-11-111-20/+14
| |_|/ |/| |
* | | Avoid assigning a const char * to a char *.Dag-Erling Smørgrav2008-11-041-4/+5
| |/ |/|
* | Diff reduction against Varnish, including one important fix: use a sharedDag-Erling Smørgrav2008-10-201-12/+12
* | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.Dag-Erling Smørgrav2008-10-201-5/+7
* | Since in_lt() and in_lts() are not static, assume that they are intended toDag-Erling Smørgrav2008-10-201-0/+2
* | Since setclasscpumask() is not static, assume that it is intended to beDag-Erling Smørgrav2008-10-201-0/+1
* | Style and whitespace.Dag-Erling Smørgrav2008-10-201-15/+19
|/
* Use arc4random_uniform() to avoid "modulo bias"Andrey A. Chernov2008-08-161-55/+2
* The original adduser/rmuser scripts in Perl used to modify the PATHJohn Baldwin2008-07-301-2/+3
* Add support for a new login capability, cpumask which allows loginBrooks Davis2008-07-251-1/+2
* Before updating the password database, the pw(8) utility first performs aJohn Baldwin2008-07-171-1/+2