Enable the wireless on attach.
[freebsd.git] / usr.sbin /
2015-07-07 gshapiroTemporarily disable WARNS while addressing a non-issue...
2015-07-06 neelAlways assert DCD and DSR in bhyve's uart emulation.
2015-07-06 pkelseyFix range upper bound for uint32_t and uint64_t, and...
2015-07-05 cyUpdate ntp version number. (This is a manual update...
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-05 baptRemove dead code
2015-07-05 baptAlso validate hours via strptime_l(3)
2015-07-05 baptValidate expiration dates
2015-07-04 araujoRemove duplicate header string.h.
2015-07-04 baptFix validation of crypted password
2015-07-04 baptAlso validate inputs of pw groupmod -h and groupmod -H
2015-07-04 baptValidate input of pw usermod -h and pwusermod -H
2015-07-04 traszStaticize some stuff in mountd(8); no functional changes.
2015-07-03 traszRemove OpenSSL dependency from iscsid(8) and ctld(8).
2015-07-03 traszUser proper terminology - iSCSI sessions, not iSCSI...
2015-07-03 sjgUpdated depends
2015-07-03 emastemfiutil: increase buffer size to accommodate sprintf...
2015-07-02 oshogboLet the nv.h and dnv.h includes be only in sys directory.
2015-07-02 gargaWhen passwd or group information is changed (by pw...
2015-06-28 pfgdconschat(8): Use NULL instead of 0 for the last argume...
2015-06-27 neelFix issues detected by 'mandoc -Tlint bhyveload.8'
2015-06-26 mavPlug minor memory leak at r284765.
2015-06-26 cyAdd support for additional architectures in ntp.
2015-06-24 mavTeach ctld about CTL's physical_port and virtual_port...
2015-06-23 allanjudeSwitch fstyp build to toggle ZFS support on WITHOUT_ZFS...
2015-06-20 allanjudeFix the build for gcc by lowering the WARNS level
2015-06-20 jmgadd SO_REUSEADDR when starting debug port, lets you...
2015-06-19 dteskeInterim fix for "Login not found" error.
2015-06-19 allanjudeAdd the ability to detect ZFS and GELI encrypted file...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 traszFix off-by-one error in fstyp(8) and geom_label(4)...
2015-06-18 traszAllow '@' in unquoted strings, such as with the "path...
2015-06-18 neelRestructure memory allocation in bhyve to support ...
2015-06-16 sjgnew depends
2015-06-16 rpaulosyslogd: re-read the timezone when receive a SIGHUP.
2015-06-16 rpaulosyslogd: don't leak finet0.
2015-06-16 rpaulosyslogd: support multiple -b options.
2015-06-15 delphijSkip src component if /usr/src is empty.
2015-06-15 tijlChange -Wl,-r back to -r so gcc doesn't pass --relax...
2015-06-14 baptChange the documentation to reflect where the -V option...
2015-06-14 tijlTell the compiler that -dc and -r are linker flags.
2015-06-14 adrianFix typo - this upsets llvm/gcc-4.9, but not gcc-4...
2015-06-13 adrianFix up crunchgen binary generation to work with externa...
2015-06-13 sjgAdd META_MODE support.
2015-06-12 sjgGet rid of some more NO_OBJs
2015-06-11 sjgRemove NO_OBJ
2015-06-10 delphijMFV r284234:
2015-06-10 sjgRemove extra blank lines
2015-06-08 sjgdirdeps.mk now sets DEP_RELDIR
2015-06-08 baptbackout remove of -q option for pw [user|group] next
2015-06-08 baptFix typo
2015-06-07 baptFix mistakes than came along with r284139
2015-06-07 baptRemove '-q' support for pw [user|group] next
2015-06-07 baptFix setting uid/gid min/max via pw
2015-06-07 baptFix generating configuration file
2015-06-07 baptFix duplicate checking
2015-06-07 baptRemove uneeded code (already done by pw_make_v7)
2015-06-07 baptIn case of rename validate the length of the new name
2015-06-07 baptRefactor input validation
2015-06-07 baptFinish converting -7 to pwconf
2015-06-07 baptHandle -7 via gloval pwconf
2015-06-07 baptInitialize conf using menset(3)
2015-06-07 baptHandle pretty print (-P) via global pwconf
2015-06-07 baptHandle dryrun (-N) via global pwconf
2015-06-07 baptSort headers
2015-06-07 baptHandle -C and -Y locally and stop adding them to arglist
2015-06-07 baptAdd a new global struct pwconf to store etcpath, rootdi...
2015-06-07 baptFix pw userdel -r not deleting homedir
2015-06-07 baptTest explicitly the result of strcmp to be consistent...
2015-06-07 baptImprove readability by reducing indentations levels
2015-06-07 baptRemove one level of indentation
2015-06-07 baptMove user deletion code into a separate function to...
2015-06-07 baptInstead of always casting the pw_checkname input to...
2015-06-04 delphijWhitespace changes for r283981. No actual code changes.
2015-06-04 delphijIn r113596, version 4 of entries have been added but...
2015-06-03 gjbDocument pw(8) '-R' option, added in r283961.
2015-06-03 baptNew pw -R rootdir option
2015-06-02 mavFix bug in r278331: unlike some other options MaxRecvDa...
2015-05-31 baptCast to gid_t for groups not uid_t
2015-05-31 baptRemove useless cast in printf and printf-like functions:
2015-05-31 baptCast -1 to uid_t and bump WARNING level to 3
2015-05-31 rodrigcFix some gcc compiler warnings.
2015-05-31 rodrigcyppoll(8): Comment out -h option.
2015-05-31 baptMove cleanup functions to the right place
2015-05-31 baptRemove useless test before free()
2015-05-31 baptReturn early in case we cannot read the configuration...
2015-05-31 baptMake pw_user()/pw_group() more consitent about errors
2015-05-31 baptRemove uneeded intermediate variable
2015-05-31 baptRemove uneeded intermediate variable
2015-05-31 baptUse asprintf instead of malloc + snprintf and test...
2015-05-29 baptRemove dead declaration
2015-05-28 neelFix non-deterministic delays when accessing a vcpu...
2015-05-27 jhbUse the cpuset API more consistently:
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-25 baptFix overlinking again after recent ntp updates
2015-05-22 allanjudeFix a syntax error in bsdinstall/zfsboot
2015-05-22 traszAdvertise ctlstat(8) a little better.
2015-05-21 tychonThe 'hostbridge' device exists to allow guests to infer...
2015-05-21 neelAdd an option "--get-vmcs-exit-inst-length" to display...
next