2015-08-11 |
Alexander V. Chernikov | MFP r276712. |
tree | commitdiff |
2015-08-08 |
Alexander V. Chernikov | MFP r274553: |
tree | commitdiff |
2015-07-02 |
Renato Botelho | When passwd or group information is changed (by pw... |
tree | commitdiff |
2015-06-13 |
Simon J. Gerraty | Add META_MODE support. |
tree | commitdiff |
2015-06-04 |
Baptiste Daroussin | revert r283969,283970 not needed anymore after r283981 |
tree | commitdiff |
2015-06-03 |
Baptiste Daroussin | Add a pw_mkdb2(3) function which does the same thing... |
tree | commitdiff |
2015-05-27 |
John Baldwin | Export a list of VM objects in the system via a sysctl... |
tree | commitdiff |
2015-05-27 |
Simon J. Gerraty | Merge sync of head |
tree | commitdiff |
2015-05-26 |
Simon J. Gerraty | Merge from head |
tree | commitdiff |
2015-02-04 |
Enji Cooper | Clean up more usb related files when MK_USB == no when... |
tree | commitdiff |
2015-01-25 |
Mark Johnston | gr_equal(): Fix a crash that could occur if the first... |
tree | commitdiff |
2014-11-19 |
Simon J. Gerraty | Merge from head@274682 |
tree | commitdiff |
2014-11-04 |
Alexander V. Chernikov | Sync to HEAD@r274095. |
tree | commitdiff |
2014-10-28 |
Baptiste Daroussin | Fix renaming a group via the gr_copy function |
tree | commitdiff |
2013-10-10 |
Alan Somers | IFC @256277 |
tree | commitdiff |
2013-09-05 |
Simon J. Gerraty | Merge from head |
tree | commitdiff |
2013-08-28 |
Jilles Tjoelker | libutil: Use O_CLOEXEC for internal file descriptors... |
tree | commitdiff |
2013-07-17 |
Xin LI | IFC @253398 |
tree | commitdiff |
2013-04-12 |
Simon J. Gerraty | sync from head |
tree | commitdiff |
2013-03-09 |
Diane Bruce | commit correct tested fix for gr_util.c |
tree | commitdiff |
2013-03-07 |
Diane Bruce | Cleanup gr_add() so it does not leak mem |
tree | commitdiff |
2013-02-26 |
Xin LI | IFC @247348. |
tree | commitdiff |
2013-02-08 |
David E. O'Brien | Sync with HEAD. |
tree | commitdiff |
2013-01-17 |
Neel Natu | IFC @ r245509 |
tree | commitdiff |
2013-01-13 |
Mateusz Guzik | libutil: fix typo in comment for gr_fini. |
tree | commitdiff |
2013-01-13 |
Mateusz Guzik | libutil: utilize strsep instead of strcat in a loop... |
tree | commitdiff |
2013-01-13 |
Mateusz Guzik | libutil: move group_line_format into the scop of its... |
tree | commitdiff |
2013-01-13 |
Mateusz Guzik | libutil: eliminate 'found' variable in gr_equal |
tree | commitdiff |
2013-01-04 |
Neel Natu | IFC @ r244983. |
tree | commitdiff |
2012-12-28 |
Baptiste Daroussin | Simplify pointing dst after the end of all the gr_mem... |
tree | commitdiff |
2012-12-28 |
Baptiste Daroussin | errno = ENOMEM was supposed to be removed not return... |
tree | commitdiff |
2012-12-28 |
Baptiste Daroussin | malloc() sets errno to ENOMEM already. |
tree | commitdiff |
2012-12-28 |
Baptiste Daroussin | Do not leave parts of the new group uninitialized in... |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | avoid arithmetic on uintptr_t |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | cast to uintptr_t to properly calculate offset |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | Add O_CLOEXEC to flopen |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | gr_dup: simplify duplication of group |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | - Clean up previous gr_add use malloc instead of calloc |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | New gr_add function to provide a clean and safe method... |
tree | commitdiff |
2012-12-27 |
Baptiste Daroussin | Use flopen(3) instead of open(2) + flock(2) |
tree | commitdiff |
2012-12-04 |
Neel Natu | IFC @r243836 |
tree | commitdiff |
2012-11-27 |
Alexander Motin | MFC |
tree | commitdiff |
2012-11-20 |
Baptiste Daroussin | only rename(2) after chmod(2) has succeed |
tree | commitdiff |
2012-11-20 |
Baptiste Daroussin | change mode the group file to 0644 after a successfull... |
tree | commitdiff |
2012-11-11 |
Neel Natu | IFC @ r242684 |
tree | commitdiff |
2012-11-04 |
Simon J. Gerraty | Sync from head |
tree | commitdiff |
2012-10-29 |
Baptiste Daroussin | backout r242319, racy and not done in the right place |
tree | commitdiff |
2012-10-29 |
Baptiste Daroussin | make pw_init and gr_init fail if the specified master... |
tree | commitdiff |
2012-07-13 |
Xin LI | IFC @238412. |
tree | commitdiff |
2012-07-11 |
Peter Grehan | IFC @ r238370 |
tree | commitdiff |
2012-06-20 |
David E. O'Brien | MFC: r237279: install filemon.h |
tree | commitdiff |
2012-06-19 |
Baptiste Daroussin | Revert user comparison back to user names as some user... |
tree | commitdiff |
2012-05-15 |
Alexander Motin | MFC |
tree | commitdiff |
2012-04-26 |
Jamie Gritton | A new jail(8) with a configuration file, ultimately... |
tree | commitdiff |
2012-04-26 |
Peter Grehan | IFC @ r234692 |
tree | commitdiff |
2012-02-10 |
Ed Schouten | Detect file modification properly by using tv_nsec. |
tree | commitdiff |
2012-01-26 |
Guy Helmer | Consensus between bde and pjd seemed to be that if... |
tree | commitdiff |
2012-01-26 |
Guy Helmer | Make the comments consistent (capitalization, punctuati... |
tree | commitdiff |
2012-01-26 |
Guy Helmer | Restore the parenthesis that are necessary around the... |
tree | commitdiff |
2012-01-23 |
Xin LI | IFC @230489 (pending review). |
tree | commitdiff |
2012-01-16 |
Guy Helmer | Fix more disorder in prototypes and constants. |
tree | commitdiff |
2012-01-12 |
Guy Helmer | Move struct pidfh definition into pidfile.c, and leave... |
tree | commitdiff |
2012-01-12 |
Guy Helmer | More prototype formatting fixes, struct member formatti... |
tree | commitdiff |
2012-01-11 |
Guy Helmer | Fix prototype formatting (indentation, long lines,... |
tree | commitdiff |
2012-01-11 |
Guy Helmer | Fix namespace issues with prototype parameter names. |
tree | commitdiff |
2012-01-11 |
Guy Helmer | Fix forward structure declaration and prototype disorder. |
tree | commitdiff |
2012-01-11 |
Pawel Jakub Dawidek | Constify arguments. |
tree | commitdiff |
2012-01-10 |
Guy Helmer | Add pidfile_fileno() to obtain the file descriptor... |
tree | commitdiff |
2012-01-05 |
Baptiste Daroussin | Add new pw_make_v7 to make a passwd line (in v7 format... |
tree | commitdiff |
2012-01-04 |
Sean Bruno | IFC to head to catch up the bhyve branch |
tree | commitdiff |
2011-12-15 |
Baptiste Daroussin | Modify pw_copy: |
tree | commitdiff |
2011-05-15 |
John Baldwin | First cut to port bhyve, vmmctl, and libvmmapi to HEAD. |
tree | commitdiff |
2011-05-14 |
John Baldwin | First cut at porting the kernel portions of 221828... |
tree | commitdiff |
2011-05-12 |
Stanislav Sedov | - Commit work from libprocstat project. These patches... |
tree | commitdiff |
2011-05-05 |
David E. O'Brien | Don't duplicate define the stdint types. |
tree | commitdiff |
2011-04-12 |
Xin LI | Add support for IEE/IEC (and now also SI) power of... |
tree | commitdiff |
2011-03-12 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@219553 |
tree | commitdiff |
2011-03-06 |
Pawel Jakub Dawidek | expand_number() needs uint64_t, declare it here if... |
tree | commitdiff |
2011-03-05 |
Edward Tomasz Napi... | Add two new system calls, setloginclass(2) and getlogin... |
tree | commitdiff |
2011-02-18 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@218816 |
tree | commitdiff |
2010-10-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@214309 |
tree | commitdiff |
2010-10-19 |
Jamie Gritton | A new jail(8) with a configuration file, to replace... |
tree | commitdiff |
2010-08-16 |
Dag-Erling Smørgrav | Old patch I had lying around: clean up and use stpcpy... |
tree | commitdiff |
2010-08-15 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@211344 |
tree | commitdiff |
2010-08-14 |
Dag-Erling Smørgrav | Simplify expand_number() by combining the (unrolled... |
tree | commitdiff |
2010-05-26 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@208557 |
tree | commitdiff |
2010-05-08 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@207793 |
tree | commitdiff |
2010-05-06 |
Kirk McKusick | Final update to current version of head in preparation... |
tree | commitdiff |
2010-04-28 |
Kirk McKusick | Update to current version of head. |
tree | commitdiff |
2010-03-22 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@205454 |
tree | commitdiff |
2010-03-10 |
Marcel Moolenaar | Create the altix project branch. The altix project... |
tree | commitdiff |
2010-03-04 |
Dag-Erling Smørgrav | IFH@204581 |
tree | commitdiff |
2010-01-13 |
Ed Schouten | Remove login(3), logout(3) and logwtmp(3) from libutil. |
tree | commitdiff |
2009-12-28 |
Kirk McKusick | Add and document the quota_convert function which conve... |
tree | commitdiff |
2009-12-18 |
Sean Farley | Merge from head to stable/8: |
tree | commitdiff |
2009-12-17 |
Konstantin Belousov | MFC r199826: |
tree | commitdiff |
2009-12-12 |
Sean Farley | Remove a dead store. |
tree | commitdiff |
2009-12-02 |
Ed Schouten | Make <libutil.h> work when included by itself. |
tree | commitdiff |
2009-11-26 |
Konstantin Belousov | sigset() is the name of function specified by SUSv4. |
tree | commitdiff |
2009-11-16 |
Kirk McKusick | Add and document new quoat_on and quota_off functions. |
tree | commitdiff |
next |