2012-12-04 |
Neel Natu | IFC @r243836 |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Alexander Motin | MFC |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Alexander Motin | MFC @ r241285 |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | In NIS mode first chmod(2) the temporary file and... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | only rename(2) after chmod(2) has succeed |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | Correctly set the password file mode after renaming... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | change mode the group file to 0644 after a successfull... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Neel Natu | IFC @ r243164 |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eitan Adler | Avoid possible null deref if ypclnt_new returns null |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Neel Natu | IFC @ r242684 |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Baptiste Daroussin | Teach pw(8) about how to use pw/gr API to reduce code... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Baptiste Daroussin | backout r242319, racy and not done in the right place |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Baptiste Daroussin | make pw_init and gr_init fail if the specified master... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Baptiste Daroussin | Do not treat empty name as an uid 0 |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Baptiste Daroussin | Remove useless atoi(3), previous strspn(3) makes sure... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Kevin Lo | Make sure that each va_start has one and only one match... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Isabell Long | Remove a reference to CVS and to freefall from a user... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Xin LI | IFC @238412. |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Peter Grehan | IFC @ r238370 |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Baptiste Daroussin | Revert user comparison back to user names as some user... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Joel Dahl | mdoc: add missing width argument to Bl -tag. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
Alexander Motin | MFC |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Jamie Gritton | A new jail(8) with a configuration file, ultimately... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Peter Grehan | IFC @ r234692 |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eitan Adler | Remove trailing whitespace per mdoc lint warning |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Daniel Eischen | When using uidstart in /etc/adduser.conf, get the next |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Kevin Lo | Handle NULL return from crypt(3). Mostly from DragonFly |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Kevin Lo | readlink len-1 |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Kevin Lo | Remove unnecessary cast |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Ed Schouten | Detect file modification properly by using tv_nsec. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Guy Helmer | Consensus between bde and pjd seemed to be that if... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Guy Helmer | Make the comments consistent (capitalization, punctuati... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Guy Helmer | Restore the parenthesis that are necessary around the... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Xin LI | IFC @230489 (pending review). |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Guy Helmer | Fix more disorder in prototypes and constants. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Guy Helmer | Move struct pidfh definition into pidfile.c, and leave... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Guy Helmer | More prototype formatting fixes, struct member formatti... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Guy Helmer | Fix prototype formatting (indentation, long lines,... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Guy Helmer | Fix namespace issues with prototype parameter names. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Guy Helmer | Fix forward structure declaration and prototype disorder. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Pawel Jakub... | Constify arguments. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Guy Helmer | Add pidfile_fileno() to obtain the file descriptor... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Baptiste Daroussin | Add new pw_make_v7 to make a passwd line (in v7 format... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Sean Bruno | IFC to head to catch up the bhyve branch |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Ulrich Spörlein | Spelling fixes for usr.sbin/ |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Eitan Adler | - document the -l option to usermod |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Dimitry Andric | In usr.sbin/pw/pw_user.c, use the correct printf length... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Baptiste Daroussin | Modify pw_copy: |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Peter Grehan | IFC @ r227804 |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Ed Schouten | Mark the structure fields as const. |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Peter Grehan | IFC @ r225592 |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Justin T. Gibbs | Integrate FreeBSD/head into projects/zfsd/head as of... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Xin LI | Backout r223115 which potentially caused a POLA violati... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Justin T. Gibbs | Integrate from Head into ZFSD feature branch as of... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Peter Grehan | IFC @ r222830 |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Xin LI | Don't attempt to create the base directory when -d... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John Baldwin | First cut to port bhyve, vmmctl, and libvmmapi to HEAD. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
John Baldwin | First cut at porting the kernel portions of 221828... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Stanislav Sedov | - Commit work from libprocstat project. These patches... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
David E. O... | Don't duplicate define the stdint types. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Xin LI | Add support for IEE/IEC (and now also SI) power of... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@219553 |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Jung-uk Kim | Stop hard-coding default directory mode as 0777. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pawel Jakub... | expand_number() needs uint64_t, declare it here if... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Edward Tomasz... | Add two new system calls, setloginclass(2) and getlogin... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@218816 |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Jung-uk Kim | Do not let pw.conf(5) or -M option affect creation... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Joel Dahl | Remove the advertising clause from UCB copyrighted... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@214309 |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jamie Gritton | A new jail(8) with a configuration file, to replace... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Ulrich Spörlein | mdoc: drop redundant .Pp and .LP calls |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jung-uk Kim | Revert the unrelated patch crept in the previous commit. |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Jung-uk Kim | Prefer pmap_unmapbios() over pmap_unmapdev(). The... |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Dag-Erling... | Old patch I had lying around: clean up and use stpcpy... |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@211344 |
commit | commitdiff | tree | snapshot |
2010-08-14 |
Dag-Erling... | Simplify expand_number() by combining the (unrolled... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@208557 |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Ulrich Spörlein | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Ulrich Spörlein | mdoc: remove stray and |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@207793 |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Kirk McKusick | Final update to current version of head in preparation... |
commit | commitdiff | tree | snapshot |
2010-05-04 |
Ed Maste | Restore historical behaviour of only executing chflags... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Kirk McKusick | Update to current version of head. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@205454 |
commit | commitdiff | tree | snapshot |
2010-03-10 |
Marcel Moolenaar | Create the altix project branch. The altix project... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Dag-Erling... | IFH@204581 |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Scott Long | Let the afterinstall target ignore failures from runnin... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Joel Dahl | Fix a few whitespace issues and comment typos that... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Ed Schouten | The group field is called `gid', not `group'. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Ed Schouten | Remove login(3), logout(3) and logwtmp(3) from libutil. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Ed Schouten | The last big commit: let usr.sbin/ use WARNS=6 by default. |
commit | commitdiff | tree | snapshot |
2010-01-02 |
Ed Schouten | Build usr.bin/ with WARNS=6 by default. |
commit | commitdiff | tree | snapshot |
2009-12-28 |
Kirk McKusick | Add and document the quota_convert function which conve... |
commit | commitdiff | tree | snapshot |
2009-12-18 |
Sean Farley | Merge from head to stable/8: |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Konstantin... | MFC r199826: |
commit | commitdiff | tree | snapshot |
2009-12-12 |
Sean Farley | Remove a dead store. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Ed Schouten | Make pw(8) build without <utmp.h>. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Ed Schouten | Make <libutil.h> work when included by itself. |
commit | commitdiff | tree | snapshot |
2009-11-26 |
Konstantin... | sigset() is the name of function specified by SUSv4. |
commit | commitdiff | tree | snapshot |
2009-11-16 |
Kirk McKusick | Add and document new quoat_on and quota_off functions. |
commit | commitdiff | tree | snapshot |
next |