summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Move the quiet flag into the configuration structurebapt2015-07-114-3/+7
* Separate usernext/groupnext from the main functionsbapt2015-07-113-29/+34
* Do not try to set password on group if the group is added as a consequence ofbapt2015-07-094-1/+13
* Implement PF_IMMUTABLE flag and apply it to "name" and "jid" inhrs2015-07-082-2/+8
* MFV r285191: tcpdump 4.7.4.pkelsey2015-07-083-7/+42
* Replace use of .Po Pc with the preferred .Pq for single linepkelsey2015-07-082-6/+6
* Fix offset calculation in variable substitutionhrs2015-07-081-8/+8
* pw: fail if an invalid entry is found while parsing master.passwd and groupbapt2015-07-072-0/+33
* Temporarily disable WARNS while addressing a non-issue with the upstream codegshapiro2015-07-071-1/+1
* Always assert DCD and DSR in bhyve's uart emulation.neel2015-07-061-17/+34
* Fix range upper bound for uint32_t and uint64_t, and reformat rangepkelsey2015-07-061-5/+9
* Update ntp version number. (This is a manual update that was missed.)cy2015-07-051-3/+3
* MFV ntp-4.2.8p3 (r284990).cy2015-07-052-1/+3
* Remove dead codebapt2015-07-051-15/+0
* Also validate hours via strptime_l(3)bapt2015-07-052-51/+46
* Validate expiration datesbapt2015-07-052-36/+55
* Remove duplicate header string.h.araujo2015-07-041-1/+0
* Fix validation of crypted passwordbapt2015-07-041-7/+6
* Also validate inputs of pw groupmod -h and groupmod -Hbapt2015-07-041-46/+46
* Validate input of pw usermod -h and pwusermod -Hbapt2015-07-044-60/+132
* Staticize some stuff in mountd(8); no functional changes.trasz2015-07-041-129/+131
* Remove OpenSSL dependency from iscsid(8) and ctld(8).trasz2015-07-036-56/+30
* User proper terminology - iSCSI sessions, not iSCSI connections.trasz2015-07-031-7/+7
* Updated dependssjg2015-07-031-0/+22
* mfiutil: increase buffer size to accommodate sprintf stringemaste2015-07-031-1/+1
* Let the nv.h and dnv.h includes be only in sys directory.oshogbo2015-07-023-5/+5
* When passwd or group information is changed (by pw, vipw, chpass, ...)garga2015-07-021-5/+20
* dconschat(8): Use NULL instead of 0 for the last argument in execl(3)pfg2015-06-281-1/+1
* Fix issues detected by 'mandoc -Tlint bhyveload.8'neel2015-06-271-1/+1
* Plug minor memory leak at r284765.mav2015-06-261-0/+2
* Add support for additional architectures in ntp.cy2015-06-261-14/+27
* Teach ctld about CTL's physical_port and virtual_port fields.mav2015-06-242-7/+25
* Switch fstyp build to toggle ZFS support on WITHOUT_ZFS rather than WITHOUT_CDDLallanjude2015-06-233-6/+6
* Fix the build for gcc by lowering the WARNS levelallanjude2015-06-201-1/+1
* add SO_REUSEADDR when starting debug port, lets you still bind whenjmg2015-06-201-0/+9
* Interim fix for "Login not found" error.dteske2015-06-192-10/+10
* Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8)allanjude2015-06-196-19/+244
* Fix off-by-one error in fstyp(8) and geom_label(4) that made them usetrasz2015-06-184-18/+19
* Allow '@' in unquoted strings, such as with the "path" statement. Notetrasz2015-06-181-1/+1
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-1812-51/+385
* new dependssjg2015-06-1620-31/+1
* syslogd: re-read the timezone when receive a SIGHUP.rpaulo2015-06-161-0/+18
* syslogd: don't leak finet0.rpaulo2015-06-161-0/+1
* syslogd: support multiple -b options.rpaulo2015-06-162-8/+44
* Skip src component if /usr/src is empty.delphij2015-06-151-4/+12
* Change -Wl,-r back to -r so gcc doesn't pass --relax to the linker on sometijl2015-06-151-1/+1
* Change the documentation to reflect where the -V option should be usedbapt2015-06-141-2/+2
* Tell the compiler that -dc and -r are linker flags.tijl2015-06-141-1/+1
* Fix typo - this upsets llvm/gcc-4.9, but not gcc-4.2 for some reason.adrian2015-06-141-1/+1
* Fix up crunchgen binary generation to work with external cross-buildadrian2015-06-131-2/+3
OpenPOWER on IntegriCloud