Remove logic for setting .MAKE.DEPENDFILE=/dev/null already covered by _SKIP_BUILD.
[freebsd.git] / usr.sbin /
2017-06-21 avgbhyveload: correctly query size of disks
2017-06-21 delphijReduce code duplication in rpc.lockd.
2017-06-20 asomersFix usr.sbin/makefs/makefs_ffs_tests when /etc/fstab...
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 avgfstyp: move sys/ include path after zfs include paths
2017-06-20 smhFixed bsdinstall location of vfs.zfs.min_auto_ashift
2017-06-20 ngieperiodic(8): delete trailing whitespace
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-19 bdreweryUtilize SYSROOT from r320119 in places where DESTDIR...
2017-06-19 delphijCheck return value of seteuid() and bail out if we...
2017-06-16 sbrunoQuiesce clang warning while building lpc.
2017-06-16 emastebsdinstall: correct comment after r320007
2017-06-16 emastebsdinstall: use consistent EFI configuration across...
2017-06-16 araujoCheck if pthread_create(3) successfully created the...
2017-06-15 araujoUse nitems() from sys/param.h.
2017-06-15 araujoUse nitems() from sys/param.h.
2017-06-15 araujoInitialize variables and use byteorder(9) instead of...
2017-06-14 gjbModernize FreeBSD version numbers in freebsd-update(8).
2017-06-12 allanjudebsdinstall: support Auto ZFS mode for ARM64
2017-06-12 allanjudebsdinstall: Make ZFS min_auto_ashift adjustment persistent
2017-06-12 emastemakefs: use C standard memcpy/memset in userland
2017-06-12 delphijFix buffer lengths.
2017-06-11 ngieAdd more simple positive tests for chown(1)
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-08 araujoMake the VNC authentication build with LibreSSL on...
2017-06-06 stevekWhen the input parameter node is NULL, memory is alloca...
2017-06-06 stevekBefore returning because of an memory allocation error...
2017-06-06 allanjudeJails: Optionally prevent jailed root from binding...
2017-06-06 allanjudeusr.sbin/sesutil: 'locate all off' does not deactivate...
2017-06-03 ngieRemove TODO for sub testcases added for bug 212160
2017-06-03 ngieFix the testplan after ^/head@r318960
2017-06-03 ngieDon't execute the TODO cases in a subshell
2017-06-03 emastemakefs: rename variable for NetBSD diff reduction
2017-06-02 araujoBump manpage date.
2017-06-02 araujoAdd VNC Authentication support based on RFC6143 section...
2017-06-01 vangyzencrashinfo: add "batch" mode and use it during boot
2017-06-01 delphij * limit size of buffers to RPC_MAXDATASIZE
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-31 emastemakefs: free buf in case of error
2017-05-31 asomersFix uninitialized variable in bootparamd.c
2017-05-28 traszMinor tweaks to iscsi(4) and iscsid(8).
2017-05-28 traszMake ctld(8) mention cfiscsi(4).
2017-05-28 ngiepw: add some basic testcases for groupshow and usershow
2017-05-26 dabAdd newsyslog capability to write RFC5424 compliant...
2017-05-26 emastemakefs: add -O (offset) option
2017-05-26 araujoSimplify parseval() by allocating a buffer the size...
2017-05-25 emastemakefs: make buf generic
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-25 dteskeFix long standing issue in bsdconfig's keymap selection
2017-05-24 traszDon't end up manpage titles with a full stop.
2017-05-24 gjbUpdate the "first appeared in" version in several manua...
2017-05-24 asomersFix a buffer overflow in bootparamd(8)
2017-05-24 pfgbhyvegc_resize: make use of reallocarray(3) for bounds...
2017-05-23 kibCommit the 64-bit inode project.
2017-05-23 ngiebsdinstall(8): fix manpage issues
2017-05-23 ngiesade(8): start new sentence on new line
2017-05-23 ngiestyle(9): sort headers
2017-05-23 ngieSome minor style(9) fixes
2017-05-22 gjbCorrect the "first appeared in" version for efivar(8).
2017-05-22 roygerbsdinstall: do not use distextract in scripted mode
2017-05-22 roygerbsdinstall: mount is not needed for the ZFS install...
2017-05-21 bjkUpdates for efivar.8
2017-05-20 rmacklemUpdate the exports.5 man page to reflect the change...
2017-05-20 cyFix up two assertions following malloc(). vangyzen...
2017-05-20 cyFix non-recoverable name resolution failures due to...
2017-05-19 maximo Missed flag restored.
2017-05-18 emastemakefs: drop WARNS back to 2
2017-05-18 manumakefs: Add soft-updates option
2017-05-18 emastemakefs: clean up signedness warnings and bump WARNS...
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-14 rmacklemChange the default uid/gid values for nobody/nogroup...
2017-05-10 sjgMerge bmake-20170510
2017-05-10 asomersDon't depend on assert(3) getting evaluated
2017-05-10 asomersstrcpy => strlcpy
2017-05-09 bdreweryDIRDEPS_BUILD: Update dependencies.
2017-05-09 bdreweryDIRDEPS_BUILD: Connect new directories.
2017-05-08 ngieRestore `sectorsize` global to unbreak makefs after...
2017-05-08 emastemakefs: further size_t warning cleanup (missing from...
2017-05-08 emastemakefs: cast snprintf return value to size_t to clear...
2017-05-08 emastemakefs: use size_t as appropriate to clean up warnings
2017-05-06 baptImport Zstandard 1.2.0
2017-05-05 scottlShow more fields in the IOCFact message
2017-05-04 traszRevert r317804; apparently I forgot the auto_master...
2017-05-04 traszMake automount(8) error out when the map name is missing.
2017-05-04 mmMFV r317781:
2017-05-03 glebiusImprove documentation of fbuf device.
2017-05-03 phkFlush stdout before yes/no confirmations, to force...
2017-05-03 emastemakefs: clean up warnings
2017-05-03 emastemakefs: make buf generic
2017-05-03 araujoUse nitems() from sys/param.h.
2017-05-03 araujoFree the memory allocated to trackbuf before exiting...
2017-05-01 emastemakefs: remove unused cd9660_defaults_set global
2017-04-29 pfgmixer(8): Prevent possible sscanf() overflow.
2017-04-28 maximo Clean the whole array of IPv4 addresses not just...
2017-04-28 glebiusDocument raw framebuffer device and XHCI device configu...
2017-04-28 glebius- For security reasons by default listen on localhost...
2017-04-28 glebiusWhen no "rfb" configuration specified bind to the defau...
2017-04-28 glebiusMake comments match the code. No functional change.
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
next