]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Fix circular dependency between libzfs and libzfs_core
[FreeBSD/FreeBSD.git] / usr.sbin /
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...
2015-05-21 impRemove stray DEBUG_FLAGS=-g that snuck in with r137868
2015-05-21 grehanTemporarily revert r282922 which bumped the max descrip...
2015-05-20 traszRemove the warning about invalid PE checksum; apparentl...
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-18 allanjudeFix off-by-one in array index bounds check
2015-05-17 allanjudebsdinstall/zfsboot: Skip adding swap lines to /etc...
2015-05-16 rmacklemAdd a warning message to mountd for exported file
2015-05-16 delphijpath.h is not needed here.
2015-05-14 grehanBump the size of the blockif scatter-gather list to 67.
2015-05-14 emastekbdmap(1): increase description size to 256 bytes
2015-05-13 stasFix pmcstat symbol resolution for userland processes.
2015-05-13 grehanSet the subvendor field in config space to the vendor ID.
2015-05-12 emastecrunchide: remove EOL whitespace
2015-05-12 neelAllow configuration of the sector size advertised to...
2015-05-11 grehanHandling indirect descriptors is a capability of the...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-10 baptRemove extendline definition
2015-05-10 baptUse calloc(3) instead of malloc(3) + memset(3)
2015-05-10 baptThe initial logic for allocating the new string was...
2015-05-10 baptUse strndup(3) instead of malloc(3) + memcpy(3)
2015-05-10 baptRemove useless call to extendarray
2015-05-10 baptThe pwdb function is only used once to check the databa...
2015-05-10 baptif the check of the pw db fails return the failed value
2015-05-10 baptSome style(9) fixes
2015-05-09 baptReplace sprintf(3) with snprintf(3)
2015-05-09 baptUse snprintf(3) instead of sprintf(3)
2015-05-09 baptRemove now unused LNBUFSZ buffer size
2015-05-09 baptReturn from the function as early as possible
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-09 baptRemove some uneeded headers
2015-05-09 baptRemove unneeded headers
2015-05-09 baptReplace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
2015-05-09 baptUse snprintf(3) instead of strcpy(3) + strncat(3)
2015-05-09 baptUse sbuf(9) instead of homebrewed buffered string
2015-05-09 stasFix the double space in comment.
2015-05-08 jhbUse the kern.bootfile sysctl to set the default kernel...
2015-05-07 neelAllow byte reads of AHCI registers.
2015-05-06 mavAdd memory barrier to r281764.
2015-05-06 neelDeprecate the 3-way return values from vm_gla2gpa(...
next