2018-07-26 |
Ian Lepore | Make pw_scan(3) more compatible with getpwent(3) et... |
tree | commitdiff |
2018-05-23 |
John Baldwin | Use __SCCSID() for SCCS IDs. |
tree | commitdiff |
2017-11-26 |
Pedro F. Giffuni | lib: further adoption of SPDX licensing ID tags. |
tree | commitdiff |
2017-11-20 |
Pedro F. Giffuni | General further adoption of SPDX licensing ID tags. |
tree | commitdiff |
2017-08-04 |
Enji Cooper | MFhead@r322057 |
tree | commitdiff |
2017-08-04 |
Mariusz Zaborski | Introduce the flopenat(3) function. |
tree | commitdiff |
2017-04-21 |
Pedro F. Giffuni | lib: initial use of reallocarray(3). |
tree | commitdiff |
2017-02-28 |
Warner Losh | Renumber copyright clause 4 |
tree | commitdiff |
2016-12-01 |
Conrad Meyer | Remove a death threat from the FreeBSD sources |
tree | commitdiff |
2016-11-28 |
Dag-Erling Smørgrav | Use malloc()ed buffers instead of stack buffers in... |
tree | commitdiff |
2016-11-24 |
Dimitry Andric | Merge ^/head r309106 through r309117. |
tree | commitdiff |
2016-11-24 |
Dag-Erling Smørgrav | Add a warning against modifying this code without under... |
tree | commitdiff |
2016-11-19 |
Dimitry Andric | Merge ^/head r308491 through r308841. |
tree | commitdiff |
2016-11-18 |
Alan Somers | Speed up pw operations that edit /etc/group or /etc... |
tree | commitdiff |
2016-05-18 |
Pedro F. Giffuni | libutil: minor spelling fixes. |
tree | commitdiff |
2016-05-01 |
Ed Schouten | Remove useless calls to basename(). |
tree | commitdiff |
2015-09-12 |
Baptiste Daroussin | Merge from head |
tree | commitdiff |
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-28 |
Glen Barber | MFH: r282615-r283655 |
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-08 |
Baptiste Daroussin | 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 |
next |