summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-0/+221
| * | | | | | When using uidstart in /etc/adduser.conf, get the nextDaniel Eischen2012-02-251-0/+1
| * | | | | | Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+5
| * | | | | | readlink len-1Kevin Lo2012-02-141-1/+1
| * | | | | | 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
* | | | | | IFC to head to catch up the bhyve branchSean Bruno2012-01-047-2/+3388
|\| | | | |
| * | | | | 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
* | | | | | IFC @ r227804Peter Grehan2011-11-222-0/+141
|\| | | | |
| * | | | | Mark the structure fields as const.Ed Schouten2011-11-062-0/+141
| | |_|_|/ | |/| | |
* | | | | IFC @ r225592Peter Grehan2011-09-151-1/+1
|\| | | |
| * | | | Backout r223115 which potentially caused a POLA violation, by restoringXin LI2011-07-311-1/+1
| | |_|/ | |/| |
* | | | IFC @ r222830Peter Grehan2011-06-281-0/+1272
|\| | |
| * | | Don't attempt to create the base directory when -d is specified.Xin LI2011-06-151-0/+1272
| | |/ | |/|
* | | First cut to port bhyve, vmmctl, and libvmmapi to HEAD.John Baldwin2011-05-150-0/+0
|\ \ \
* | | | First cut at porting the kernel portions of 221828 and 221905 from theJohn Baldwin2011-05-140-0/+0
|\| | | | |/ / |/| |
| * | Merge from head to stable/8:Sean Farley2009-12-181-2/+2
| * | MFC r199826:Konstantin Belousov2009-12-171-4/+4
* | | - 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