]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
[FreeBSD/FreeBSD.git] / usr.sbin /
2015-07-05 Cy SchubertMFV ntp-4.2.8p3 (r284990).
2015-07-05 Baptiste DaroussinRemove dead code
2015-07-05 Baptiste DaroussinAlso validate hours via strptime_l(3)
2015-07-05 Baptiste DaroussinValidate expiration dates
2015-07-04 Marcelo AraujoRemove duplicate header string.h.
2015-07-04 Baptiste DaroussinFix validation of crypted password
2015-07-04 Baptiste DaroussinAlso validate inputs of pw groupmod -h and groupmod -H
2015-07-04 Baptiste DaroussinValidate input of pw usermod -h and pwusermod -H
2015-07-04 Edward Tomasz Napi... Staticize some stuff in mountd(8); no functional changes.
2015-07-03 Edward Tomasz Napi... Remove OpenSSL dependency from iscsid(8) and ctld(8).
2015-07-03 Edward Tomasz Napi... User proper terminology - iSCSI sessions, not iSCSI...
2015-07-03 Simon J. GerratyUpdated depends
2015-07-03 Ed Mastemfiutil: increase buffer size to accommodate sprintf...
2015-07-02 Mariusz ZaborskiLet the nv.h and dnv.h includes be only in sys directory.
2015-07-02 Renato BotelhoWhen passwd or group information is changed (by pw...
2015-06-28 Pedro F. Giffunidconschat(8): Use NULL instead of 0 for the last argume...
2015-06-27 Neel NatuFix issues detected by 'mandoc -Tlint bhyveload.8'
2015-06-26 Alexander MotinPlug minor memory leak at r284765.
2015-06-26 Cy SchubertAdd support for additional architectures in ntp.
2015-06-24 Alexander MotinTeach ctld about CTL's physical_port and virtual_port...
2015-06-23 Allan JudeSwitch fstyp build to toggle ZFS support on WITHOUT_ZFS...
2015-06-20 Allan JudeFix the build for gcc by lowering the WARNS level
2015-06-20 John-Mark Gurneyadd SO_REUSEADDR when starting debug port, lets you...
2015-06-19 Devin TeskeInterim fix for "Login not found" error.
2015-06-19 Andriy GaponMFV r284412: 5911 ZFS "hangs" while deleting file
2015-06-19 Allan JudeAdd the ability to detect ZFS and GELI encrypted file...
2015-06-18 Jung-uk KimMerge ACPICA 20150619.
2015-06-18 Edward Tomasz Napi... Fix off-by-one error in fstyp(8) and geom_label(4)...
2015-06-18 Ed MasteImport libcxxrt master e64e93fe5bba67a6d52cbe5a97f8770c...
2015-06-18 Edward Tomasz Napi... Allow '@' in unquoted strings, such as with the "path...
2015-06-18 Neel NatuRestructure memory allocation in bhyve to support ...
2015-06-16 Simon J. Gerratynew depends
2015-06-16 Rui Paulosyslogd: re-read the timezone when receive a SIGHUP.
2015-06-16 Rui Paulosyslogd: don't leak finet0.
2015-06-16 Rui Paulosyslogd: support multiple -b options.
2015-06-15 Xin LISkip src component if /usr/src is empty.
2015-06-15 Tijl CoosemansChange -Wl,-r back to -r so gcc doesn't pass --relax...
2015-06-15 Edwin GroothuisMFV of 284395,tzdata2015e
2015-06-14 Baptiste DaroussinChange the documentation to reflect where the -V option...
2015-06-14 Tijl CoosemansTell the compiler that -dc and -r are linker flags.
2015-06-14 Adrian ChaddFix typo - this upsets llvm/gcc-4.9, but not gcc-4...
2015-06-13 Adrian ChaddFix up crunchgen binary generation to work with externa...
2015-06-13 Simon J. GerratyAdd META_MODE support.
2015-06-12 Jung-uk KimMerge OpenSSL 1.0.1o.
2015-06-12 Simon J. GerratyGet rid of some more NO_OBJs
2015-06-12 Andriy GaponMFV r284042: 1778 Assertion failed: rn->rn_nozpool...
2015-06-12 Andriy GaponMFV r284036: 5961 Fix stack overflow in zfs_create_fs
2015-06-12 Andriy GaponMFV r284030: 5818 zfs {ref}compressratio is incorrect...
2015-06-12 Andriy GaponMFV r283534: 5515 dataset user hold doesn't reject...
2015-06-12 Andriy GaponMFV r284040: check that datasets are snapshots
2015-06-11 Jung-uk KimMerge OpenSSL 1.0.1n.
2015-06-11 Xin LIMFV r284276: Fix long options.
2015-06-11 Simon J. GerratyRemove NO_OBJ
2015-06-11 Simon J. GerratyMerge bmake-20150606
2015-06-10 Xin LIMFV r284234:
2015-06-10 Simon J. GerratyRemove extra blank lines
2015-06-08 Simon J. Gerratydirdeps.mk now sets DEP_RELDIR
2015-06-08 Baptiste Daroussinbackout remove of -q option for pw [user|group] next
2015-06-08 Baptiste DaroussinFix typo
2015-06-07 Baptiste DaroussinFix mistakes than came along with r284139
2015-06-07 Baptiste DaroussinRemove '-q' support for pw [user|group] next
2015-06-07 Baptiste DaroussinFix setting uid/gid min/max via pw
2015-06-07 Baptiste DaroussinFix generating configuration file
2015-06-07 Baptiste DaroussinFix duplicate checking
2015-06-07 Baptiste DaroussinRemove uneeded code (already done by pw_make_v7)
2015-06-07 Baptiste DaroussinIn case of rename validate the length of the new name
2015-06-07 Baptiste DaroussinRefactor input validation
2015-06-07 Baptiste DaroussinFinish converting -7 to pwconf
2015-06-07 Baptiste DaroussinHandle -7 via gloval pwconf
2015-06-07 Baptiste DaroussinInitialize conf using menset(3)
2015-06-07 Baptiste DaroussinHandle pretty print (-P) via global pwconf
2015-06-07 Baptiste DaroussinHandle dryrun (-N) via global pwconf
2015-06-07 Baptiste DaroussinSort headers
2015-06-07 Baptiste DaroussinHandle -C and -Y locally and stop adding them to arglist
2015-06-07 Baptiste DaroussinAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-07 Baptiste DaroussinFix pw userdel -r not deleting homedir
2015-06-07 Baptiste DaroussinTest explicitly the result of strcmp to be consistent...
2015-06-07 Baptiste DaroussinImprove readability by reducing indentations levels
2015-06-07 Baptiste DaroussinRemove one level of indentation
2015-06-07 Baptiste DaroussinMove user deletion code into a separate function to...
2015-06-07 Baptiste DaroussinInstead of always casting the pw_checkname input to...
2015-06-04 Xin LIWhitespace changes for r283981. No actual code changes.
2015-06-04 Xin LIIn r113596, version 4 of entries have been added but...
2015-06-03 Jung-uk KimMFV: r283965
2015-06-03 Glen BarberDocument pw(8) '-R' option, added in r283961.
2015-06-03 Baptiste DaroussinNew pw -R rootdir option
2015-06-02 Alexander MotinFix bug in r278331: unlike some other options MaxRecvDa...
2015-05-31 Baptiste DaroussinCast to gid_t for groups not uid_t
2015-05-31 Baptiste DaroussinRemove useless cast in printf and printf-like functions:
2015-05-31 Baptiste DaroussinCast -1 to uid_t and bump WARNING level to 3
2015-05-31 Craig RodriguesFix some gcc compiler warnings.
2015-05-31 Craig Rodriguesyppoll(8): Comment out -h option.
2015-05-31 Baptiste DaroussinMove cleanup functions to the right place
2015-05-31 Baptiste DaroussinRemove useless test before free()
2015-05-31 Baptiste DaroussinReturn early in case we cannot read the configuration...
2015-05-31 Baptiste DaroussinMake pw_user()/pw_group() more consitent about errors
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-31 Baptiste DaroussinRemove uneeded intermediate variable
2015-05-31 Baptiste DaroussinUse asprintf instead of malloc + snprintf and test...
2015-05-29 Baptiste DaroussinRemove dead declaration
next