]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
hyperv/pcib: use the device serial number as PCI domain
[FreeBSD/FreeBSD.git] / usr.bin /
2017-06-08 John BaldwinDecode arguments passed to msync().
2017-06-08 John BaldwinDecode flags passed to mount(), nmount(), and unmount().
2017-06-08 John BaldwinDecode arguments to mlock(), mlockall(), and munlock().
2017-06-08 John BaldwinDecode arguments to minherit().
2017-06-08 John BaldwinDecode arguments passed to extended attribute related...
2017-06-08 John BaldwinDecode arguments to ACL related system calls.
2017-06-08 Pedro F. Giffunipatch: if reading fails, do not go into infinite loop...
2017-06-08 Richard GallamoreAdd myself (ultima) as a new port committer.
2017-06-07 Baptiste DaroussinRemove leftovers from groff removal
2017-06-07 Baptiste DaroussinRemove groff from base
2017-06-06 Stephen J. KiernanThe memory assigned to the local variable 'copy' needs...
2017-06-05 John BaldwinDecode arguments to dup, dup2, getdirentries, pread...
2017-06-04 Colin PercivalDelete obsolete paragraph; primes(6) is now able to...
2017-06-04 Colin PercivalUsing results from
2017-06-03 John BaldwinDecode the 'who' argument passed to getrusage().
2017-06-02 John BaldwinDecode the argument passed to cap_getmode().
2017-06-02 Stephen J. KiernanFix a memory leak with last
2017-06-02 John BaldwinDecode the arguments passed to __cap_rights_get() and...
2017-06-02 John BaldwinAdd -H as an alias for --speed-large-file to match...
2017-06-01 Edward Tomasz Napi... Use proper capitalization with .Dd.
2017-06-01 Jung-uk KimMerge ACPICA 20170531.
2017-05-31 Jung-uk KimMFV: r319352
2017-05-31 Enji CooperUpdate the usr.bin/mkimg golden test output files after...
2017-05-31 Enji CooperFix "make rebase" after ^/head@r315776
2017-05-31 Enji CooperFormalize the dependent/dependency relationship for...
2017-05-31 Alexey Dokuchaev- Add a simple example to uname(1) manual page to show...
2017-05-29 Ed Mastebsdgrep: bump version number and add Kyle Evans copyright
2017-05-29 Emmanuel Vadotmkimg: Correct an off by one error in the PMBR size
2017-05-28 Edward Tomasz Napi... Declutter rctl(8) by moving kernel build instructions...
2017-05-28 Edward Tomasz Napi... Random tweaks to rctl(8).
2017-05-27 Enji Cooper:rgrep : use atf-check to check the exit code/save...
2017-05-27 John BaldwinAdd descriptions for AES-GCM IPSec authentication ...
2017-05-26 Conrad Meyerprocstat(1): Add TCP socket send/recv buffer size
2017-05-26 Brooks DavisAdd missing usage and getopt(3) options
2017-05-26 Andriy GaponMFV r318944: 8265 Reserve send stream flag for large...
2017-05-26 Andriy GaponMFV r318942: 8166 zpool scrub thinks it repaired offlin...
2017-05-26 Andriy GaponMFV r318934: 8070 Add some ZFS comments
2017-05-26 Andriy GaponMFV r318931: 8063 verify that we do not attempt to...
2017-05-26 Andriy GaponMFV r318929: 7786 zfs`vdev_online() needs better notifi...
2017-05-26 Andriy GaponMFV r318927: 8025 dbuf_read() creates unnecessary zio_r...
2017-05-26 Andriy GaponMFV r316929: 6914 kernel virtual memory fragmentation...
2017-05-26 Andriy GaponMFV r316928: 7256 low probability race in zfs_get_data
2017-05-26 Andriy GaponMFC r316924: 8061 sa_find_idx_tab can be declared more...
2017-05-26 Ed Mastebsdgrep: use safer sizeof() construct
2017-05-26 Ed Mastebsdgrep: correct assumptions to prepare for chunking
2017-05-25 Jung-uk KimMerge OpenSSL 1.0.2l.
2017-05-25 Baptiste DaroussinUpdate the diff3 manpage to reflect the fact the versio...
2017-05-25 Baptiste DaroussinFor now comment tests for arguments which are not in...
2017-05-25 Baptiste DaroussinRemove the MAX_CHECK macro, it was initially used to...
2017-05-25 Baptiste DaroussinImport working progress BSD diff3
2017-05-25 Michael TuexenImprove the decoding of the third argument of the socke...
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 Andriy GaponMFC r316904: 7729 libzfs_core`lzc_rollback() leaks...
2017-05-24 Andriy GaponMFV r316860: 7545 zdb should disable reference tracking
2017-05-23 Konstantin BelousovCommit the 64-bit inode project.
2017-05-23 Mark JohnstonLet vmstat -o recognize OBJT_MGTDEVICE objects.
2017-05-21 Baptiste DaroussinMake catman(1) use mandoc(1) by default
2017-05-21 Jilles Tjoelkercompress: Allow uncompress -c with multiple pathnames...
2017-05-21 Jilles Tjoelkercompress: Add basic tests.
2017-05-20 Ed Mastebsdgrep: Correct per-line line metadata printing
2017-05-20 Ed Mastebsdgrep: emit more than MAX_LINE_MATCHES per line
2017-05-20 Ed Mastebsdgrep: fix segfault with --mmap
2017-05-18 Edward Tomasz Napi... Language fixes.
2017-05-18 Piotr Pawel Stefaniakindent(1): Support binary integer literals.
2017-05-18 Allan JudeExplain the new fields in top(1) related to ZFS compres...
2017-05-18 Enji CooperRevert local changes to find_progenv accidentally commi...
2017-05-18 Enji Cooperusr.bin/getconf: add some initial tests
2017-05-18 Enji CooperMake the `.gperf.c` suffix rule depend on fake-gperf.awk
2017-05-16 Phil ShaferImport libxo-0.7.2; add xo_options.7.
2017-05-15 Enji CooperStart writing up some basic feature tests for procstat
2017-05-15 Ed Masteuniq: allow -c to be used with -d or -u
2017-05-15 Ed Mastebsdgrep: don't allow negative -A / -B / -C
2017-05-14 Enji Coopergetconf: use nitems(..) to compute NWORDS instead of...
2017-05-14 Enji CooperMark errf _Noreturn, and mark errf and warn __printflike
2017-05-13 Enji Cooperstyle(9): sort headers
2017-05-11 Kenneth D. MerryAdd LTO-8 density codes.
2017-05-11 Enji Cooperprocstat(1): also reference icmp(4) and sctp(4)
2017-05-11 Enji Cooperprocstat(1): document all possible `PRO` (network proto...
2017-05-11 Enji Cooperprocstat(1): clarify the Signal Disposition section
2017-05-11 Enji Cooperprocstat(1): fix a typo (it's -> its)
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-10 Edward Tomasz Napi... Revert to pre-r318116 wording to not give the false...
2017-05-10 Emmanuel Vadotmkimg: Add -C argument to specify maximum capacity
2017-05-09 Edward Tomasz Napi... Random updates to resizewin(1) man page.
2017-05-09 Bryan DreweryDIRDEPS_BUILD: Update dependencies.
2017-05-09 Bryan DreweryDIRDEPS_BUILD: Connect new directories.
next