summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary castKevin Lo2012-02-141-0/+182
* Detect file modification properly by using tv_nsec.Ed Schouten2012-02-101-1/+2
* Consensus between bde and pjd seemed to be that if the function namesGuy Helmer2012-01-261-8/+8
* Make the comments consistent (capitalization, punctuation, andGuy Helmer2012-01-261-6/+10
* Restore the parenthesis that are necessary around the constant values.Guy Helmer2012-01-261-7/+7
* Fix more disorder in prototypes and constants.Guy Helmer2012-01-161-46/+43
* Move struct pidfh definition into pidfile.c, and leave a forward declarationGuy Helmer2012-01-121-12/+6
* More prototype formatting fixes, struct member formatting fixes,Guy Helmer2012-01-121-10/+17
* Fix prototype formatting (indentation, long lines, and continued lines).Guy Helmer2012-01-111-23/+30
* Fix namespace issues with prototype parameter names.Guy Helmer2012-01-111-32/+32
* Fix forward structure declaration and prototype disorder.Guy Helmer2012-01-111-34/+33
* Constify arguments.Pawel Jakub Dawidek2012-01-111-1/+1
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-101-0/+1
* Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwdBaptiste Daroussin2012-01-052-1/+16
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-0/+1181
* - document the -l option to usermodEitan Adler2011-12-221-0/+1008
* In usr.sbin/pw/pw_user.c, use the correct printf length modifier for aDimitry Andric2011-12-171-1/+1
* Modify pw_copy:Baptiste Daroussin2011-12-153-1/+1198
* Mark the structure fields as const.Ed Schouten2011-11-062-0/+141
* Backout r223115 which potentially caused a POLA violation, by restoringXin LI2011-07-311-1/+1
* Don't attempt to create the base directory when -d is specified.Xin LI2011-06-151-0/+1272
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-121-0/+5
* Don't duplicate define the stdint types.David E. O'Brien2011-05-051-10/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-121-0/+236
* Merge svn+ssh://svn.freebsd.org/base/head@219553Marcel Moolenaar2011-03-120-0/+0
|\
| * Stop hard-coding default directory mode as 0777.Jung-uk Kim2011-03-084-9/+9
| * expand_number() needs uint64_t, declare it here if not already declared.Pawel Jakub Dawidek2011-03-061-0/+5
| * Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-051-1/+2
* | Merge svn+ssh://svn.freebsd.org/base/head@218816Marcel Moolenaar2011-02-180-0/+0
|\|
| * Do not let pw.conf(5) or -M option affect creation of basehome, e.g., /home.Jung-uk Kim2011-02-041-5/+5
| * Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* | Merge svn+ssh://svn.freebsd.org/base/head@214309Marcel Moolenaar2010-10-260-0/+0
|\|
| * mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-4/+0
| * Revert the unrelated patch crept in the previous commit.Jung-uk Kim2010-10-051-5/+5
| * Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does not changeJung-uk Kim2010-10-051-5/+5
| * Old patch I had lying around: clean up and use stpcpy(3) instead ofDag-Erling Smørgrav2010-08-161-27/+34
* | Merge svn+ssh://svn.freebsd.org/base/head@211344Marcel Moolenaar2010-08-150-0/+0
|\|
| * Simplify expand_number() by combining the (unrolled) loop with theDag-Erling Smørgrav2010-08-141-1/+1
* | Merge svn+ssh://svn.freebsd.org/base/head@208557Marcel Moolenaar2010-05-260-0/+0
|\|
| * mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-3/+3
| * mdoc: remove stray andUlrich Spörlein2010-05-111-1/+0
* | Merge svn+ssh://svn.freebsd.org/base/head@207793Marcel Moolenaar2010-05-080-0/+0
|\|
| * 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