]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Simplify parseval() by allocating a buffer the size of the input string,
[FreeBSD/FreeBSD.git] / usr.sbin /
2017-05-26 Marcelo AraujoSimplify parseval() by allocating a buffer the size...
2017-05-25 Ed Mastemakefs: make buf generic
2017-05-25 Jung-uk KimMerge OpenSSL 1.0.2l.
2017-05-25 Devin TeskeFix long standing issue in bsdconfig's keymap selection
2017-05-24 Andriy GaponMFV r316925: 6101 attempt to lzc_create() a filesystem...
2017-05-24 Andriy GaponMFV r316923: 8026 retire zfs_throttle_delay and zfs_thr...
2017-05-24 Andriy GaponMFV r316922: 5380 receive of a send -p stream doesn...
2017-05-24 Andriy GaponMFC r316921: 8027 tighten up dsl_pool_dirty_delta
2017-05-24 Andriy GaponMFV r316920: 8023 Panic destroying a metaslab deferred...
2017-05-24 Andriy GaponMFV r316917: 7968 multi-threaded spa_sync()
2017-05-24 Andriy GaponMFV r316916: 7970 zfs_arc_num_sublists_per_state should...
2017-05-24 Andriy GaponMFC r316915: 7801 add more by-dnode routines (lint)
2017-05-24 Andriy GaponMFC r316914: 7801 add more by-dnode routines
2017-05-24 Andriy GaponMFC r316913: 7869 panic in bpobj_space(): null pointer...
2017-05-24 Andriy GaponMFC r316912: 7793 ztest fails assertion in dmu_tx_willu...
2017-05-24 Andriy GaponMFC r316908: 7541 zpool import/tryimport ioctl returns...
2017-05-24 Andriy GaponMFC r316907: 1300 filename normalization doesn't work...
2017-05-24 Edward Tomasz Napi... Don't end up manpage titles with a full stop.
2017-05-24 Andriy GaponMFC r316904: 7729 libzfs_core`lzc_rollback() leaks...
2017-05-24 Andriy GaponMFV r316860: 7545 zdb should disable reference tracking
2017-05-24 Glen BarberUpdate the "first appeared in" version in several manua...
2017-05-24 Alan SomersFix a buffer overflow in bootparamd(8)
2017-05-24 Pedro F. Giffunibhyvegc_resize: make use of reallocarray(3) for bounds...
2017-05-23 Konstantin BelousovCommit the 64-bit inode project.
2017-05-23 Enji Cooperbsdinstall(8): fix manpage issues
2017-05-23 Enji Coopersade(8): start new sentence on new line
2017-05-23 Enji Cooperstyle(9): sort headers
2017-05-23 Enji CooperSome minor style(9) fixes
2017-05-22 Glen BarberCorrect the "first appeared in" version for efivar(8).
2017-05-22 Roger Pau Monnébsdinstall: do not use distextract in scripted mode
2017-05-22 Roger Pau Monnébsdinstall: mount is not needed for the ZFS install...
2017-05-21 Benjamin KadukUpdates for efivar.8
2017-05-20 Rick MacklemUpdate the exports.5 man page to reflect the change...
2017-05-20 Cy SchubertFix up two assertions following malloc(). vangyzen...
2017-05-20 Cy SchubertFix non-recoverable name resolution failures due to...
2017-05-19 Maxim Konovalovo Missed flag restored.
2017-05-18 Ed Mastemakefs: drop WARNS back to 2
2017-05-18 Emmanuel Vadotmakefs: Add soft-updates option
2017-05-18 Ed Mastemakefs: clean up signedness warnings and bump WARNS...
2017-05-16 Phil ShaferImport libxo-0.7.2; add xo_options.7.
2017-05-14 Rick MacklemChange the default uid/gid values for nobody/nogroup...
2017-05-10 Simon J. GerratyMerge bmake-20170510
2017-05-10 Alan SomersDon't depend on assert(3) getting evaluated
2017-05-10 Alan Somersstrcpy => strlcpy
2017-05-09 Bryan DreweryDIRDEPS_BUILD: Update dependencies.
2017-05-09 Bryan DreweryDIRDEPS_BUILD: Connect new directories.
2017-05-08 Enji CooperRestore `sectorsize` global to unbreak makefs after...
2017-05-08 Ed Mastemakefs: further size_t warning cleanup (missing from...
2017-05-08 Ed Mastemakefs: cast snprintf return value to size_t to clear...
2017-05-08 Ed Mastemakefs: use size_t as appropriate to clean up warnings
2017-05-06 Baptiste DaroussinImport Zstandard 1.2.0
2017-05-05 Scott LongShow more fields in the IOCFact message
2017-05-05 Xin LIMFV r317581: less v491.
2017-05-05 Dag-Erling SmørgravUpgrade to OpenPAM Resedacea.
2017-05-04 Edward Tomasz Napi... Revert r317804; apparently I forgot the auto_master...
2017-05-04 Edward Tomasz Napi... Make automount(8) error out when the map name is missing.
2017-05-04 Kurt LidlMerge latest version of blacklist sources from NetBSD...
2017-05-04 Martin MatuskaMFV r317781:
2017-05-03 Gleb SmirnoffImprove documentation of fbuf device.
2017-05-03 Poul-Henning KampFlush stdout before yes/no confirmations, to force...
2017-05-03 Ed Mastemakefs: clean up warnings
2017-05-03 Ed Mastemakefs: make buf generic
2017-05-03 Marcelo AraujoUse nitems() from sys/param.h.
2017-05-03 Marcelo AraujoFree the memory allocated to trackbuf before exiting...
2017-05-01 Ed Mastemakefs: remove unused cd9660_defaults_set global
2017-04-29 Pedro F. Giffunimixer(8): Prevent possible sscanf() overflow.
2017-04-28 Maxim Konovalovo Clean the whole array of IPv4 addresses not just...
2017-04-28 Gleb SmirnoffDocument raw framebuffer device and XHCI device configu...
2017-04-28 Gleb Smirnoff- For security reasons by default listen on localhost...
2017-04-28 Gleb SmirnoffWhen no "rfb" configuration specified bind to the defau...
2017-04-28 Gleb SmirnoffMake comments match the code. No functional change.
2017-04-28 Josh PaetzelMFV 316905
2017-04-27 Josh PaetzelMFV 316900
2017-04-27 Josh PaetzelMFV 316898
2017-04-27 Josh PaetzelMFV 316897
2017-04-27 Zbigniew BodekImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-27 Josh PaetzelMFV 316896
2017-04-27 Brooks DavisMore ATM and NATM removal
2017-04-27 Josh PaetzelMFV 316895
2017-04-27 Takanori WatanabeMake cached Bluetooth LE host advertise information...
2017-04-27 Gleb SmirnoffWe need CAP_MMAP_RW on memfd, since init_msix_table...
2017-04-26 Edward Tomasz Napi... Make fstyp(8) recognize exFAT even without the -u option.
2017-04-25 John BaldwinAdd a new GDB_LIBEXEC option to install gdb and kgdb...
2017-04-25 Josh PaetzelMFV 316894
2017-04-25 Xin LINote r317395 as merged.
2017-04-24 Brooks DavisUse the approved syntax to build no man pages.
2017-04-24 Brooks DavisRemove the NATM framework including the en(4), fatm...
2017-04-23 Rick MacklemFix the default uid/gid values in nfsuserd.c
2017-04-22 Pedro F. Giffunipmcstat(8); unsign some allocation variables and use...
2017-04-21 Rick MacklemGet rid of bogus statement in the nfsuserd.8 man page.
2017-04-21 Josh PaetzelMFV 316891
2017-04-21 Simon J. GerratyMerge bmake-20170420
2017-04-21 Josh PaetzelMFV 316871
2017-04-21 Josh PaetzelMFV 316870
2017-04-21 Josh PaetzelMFV 316868
2017-04-19 Enji CooperAdd a knob, WITH*_RPCBIND_WARMSTART_SUPPORT, to allow...
2017-04-19 Enji CooperFix indentation per style.Makefile(5)
2017-04-19 Enji Cooperrpcbind(8): post-humously document -w (warmstart) suppo...
2017-04-19 Enji Cooperrpcbind(8): add a description for /var/run/rpcbind...
2017-04-19 Enji Cooperrpcbind(8): wordsmith -h description and mention -W...
next