Remove the unnecessary cast.
[freebsd.git] / usr.bin /
2015-10-03 bdreweryStyle fix.
2015-10-03 bdreweryAdd decoding for struct statfs.
2015-10-02 kibAdd aarch64 support to truss(1).
2015-10-02 edMake truss print CloudABI system call names.
2015-10-02 cpercivaFinal step of eliminating the "games" distribution...
2015-10-01 jhbRather than groveling around in a socket address struct...
2015-10-01 jhbThe id_t type used to pass IDs to wait6(2) and procctl...
2015-10-01 jhb- Remove extra integer argument from truncate() and...
2015-09-30 jhbSeveral changes to truss.
2015-09-30 markjMFV r288408:
2015-09-30 jhbTrim trailing whitespace.
2015-09-29 jhbDecode recently added procctl(2) operations.
2015-09-28 delphijUse _PATH_DEVNULL instead of direct hardcoding.
2015-09-28 hselaskyStore PID after becoming a daemon() and not before...
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 mrAdd support to systat to display zfs arc cache status...
2015-09-26 cemRevert r288270 to fix the build
2015-09-26 bdreweryHookup mkcsmapper_static and mkesdb_static for all...
2015-09-26 bdreweryAdd more SUBDIR_PARALLEL.
2015-09-25 emastexinstall: renumber UCB clauses to avoid skipping #3
2015-09-25 bdreweryMETA_MODE: Remove DEP_MACHINE from Makefile.depend...
2015-09-25 bdreweryMETA_MODE: Remove DEP_RELDIR from Makefile.depend files.
2015-09-24 bdreweryAdd missing CLEANFILES.
2015-09-24 emasteRename ELFOSABI_SYSV to ELFOSABI_NONE to match current...
2015-09-23 bdrewerySimilar to r266147, don't define PROG in the test subdirs.
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-23 emasteelfdump: report MIPS ELF section type SHT_MIPS_REGINFO
2015-09-22 emasteelfdump: report MIPS-specific section type SHT_MIPS_ABI...
2015-09-21 mavBunch of improvements to ctlstat.
2015-09-20 mavOutput times as normal microseconds, rather then in...
2015-09-19 bdreweryConnect sesutil(1) and numactl(1) for META_MODE.
2015-09-19 baptRestore man -t for manpages rendered by mandoc
2015-09-18 bdreweryDon't hide build commands.
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 bdreweryUpdate META_MODE dependencies.
2015-09-14 traszMake it clear that 'swapuse' is swap reservation and...
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjUse a common subroutine to fetch and zero protocol...
2015-09-11 markjRemove prototypes for undefined functions from netstat.h.
2015-09-11 markjRemove the v_cache_min and v_cache_max sysctls. They...
2015-09-10 delphijlogin.c doesn't really need libutil.h, don't include it.
2015-09-10 delphij - Avoid accessing window properties directly, instead...
2015-09-09 delphijw(1) is not setgid binary since r53279, so remove the...
2015-09-06 allanjudeFix inverted output re: stack protection no-execute...
2015-09-05 allanjudeFix build error on gcc platforms
2015-09-05 allanjudeIntroduce libxo to procstat(1)
2015-09-03 araujoRename YP to NIS in the manpages.
2015-09-02 hrsSimplify kvm symbol resolution and error handling....
2015-09-02 hrsDivide statistics in the number of packets with 1000...
2015-09-01 hrs- Add -W flag support for network column in intpr(...
2015-09-01 delphijDrop group privileges after opening the kvm descriptor...
2015-09-01 delphijFailure of dropping privilege should be fatal, so test...
2015-09-01 emastevtfontcvt: fix buffer overflow for non-default size...
2015-08-31 emastevtfontcvt: introduce xmalloc to abort on out-of-memory
2015-08-31 emastear: Deobfuscate a while loop
2015-08-31 emastear: fix deterministic mode when running as ranlib
2015-08-31 delphij - uri is expected to be nul-terminated (strchr used...
2015-08-31 delphijConstify opt_f and opt_t and eliminate unneeded copying...
2015-08-29 tuexenUse the userland exported states and handle them comple...
2015-08-29 tuexenReport CLOSED as state for bound sockets for consistenc...
2015-08-27 jmgadd documentation for timers that silby added in r19724...
2015-08-27 edDecompose linkat()/renameat() rights to source and...
2015-08-27 kanUnbreak nvi message catalog generation for 8 bit locales.
2015-08-26 tuexenAdd SCTP support.
2015-08-26 tuexenRemove a variable which is set but never used.
2015-08-26 tuexenPrint the status on the first line of a socket descript...
2015-08-26 pluknetFix SEE ALSO.
2015-08-25 araujoSync ypwhich(1) code with the OpenBSD version that...
2015-08-25 delphijFinish r89633 and completely remove the remaining of...
2015-08-24 marcelUpgrade libxo to 0.4.5.
2015-08-23 delphijAlthough the website [1] says US-ASCII is accepted...
2015-08-21 ngieFix the racy xargs -P0 -n2 test added in r286289
2015-08-21 ngieDisable the -P0 test
2015-08-20 jhbHandle the conditional decoding of execve() argument...
2015-08-20 jhbRework the argv and env string fetching for execve...
2015-08-19 jhbino_t is unsigned, so use uintmax_t instead of intmax_t...
2015-08-19 jhbAlways use %j with an intmax_t cast to print time_t...
2015-08-19 jhbVarious style and whitespace fixes.
2015-08-19 jhbUse nitems().
2015-08-19 jhbExpand the decoding of kevent structures.
2015-08-19 jhbChange the argument formatting function to use a stdio...
2015-08-18 pfgCorrect All Saints' day.
2015-08-18 pfgCalendar: add a few more dates to the Christian calendar
2015-08-18 bruefferRIP Stefan Farfeleder (stefanf), committer since 2004.
2015-08-17 jhbUse an xlat table and xlookup() instead of a home-rolle...
2015-08-17 jhbTidy the linux_socketcall decoding:
2015-08-17 jhbDecode the optional SOCK_NONBLOCK and SOCK_CLOEXEC...
2015-08-17 jhb- Decode the arguments for several signal-related syste...
2015-08-15 mavDrop "internal" CTL frontend.
2015-08-15 delphijRemove automatic checkout feature.
2015-08-14 rpauloIntroduce a new make variable: NMFLAGS.
2015-08-13 emasteRoll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAIN
2015-08-13 araujoUse nitems instead of "sizeof ypaliases/sizeof ypaliase...
2015-08-12 bruefferFix a few mandoc warnings.
2015-08-11 delphijUse __DECONST instead of doing strdup/free.
2015-08-11 pfgClean out some externally visible "more then" grammar
2015-08-11 pfgxlint(1): Fix some typos in comments and translate...
2015-08-11 araujoMore style(9) fixes. No functional changes.
2015-08-10 delphijuse posix_spawn(3) instead of fork() and exec() manuall...
2015-08-10 emasteUse consistent style for optional subdirectories
next