Fix libproc on architectures that don't need the program counter to be
[freebsd.git] / usr.bin /
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
2015-08-10 emasteRemove ${_subdir}s that are never set
2015-08-10 peterAdd a #ifndef around the HAVE_ICONV settings since...
2015-08-10 peterDon't assume iconv is enabled. I didn't realize there...
2015-08-09 peterFix typo introduced in r275079
2015-08-09 peterUpdate svnlite from 1.8.10 to 1.8.14. This is mostly...
2015-08-09 peterUpdate apr-util config - I don't believe this part...
2015-08-09 peterUpdate apr-1.5.1 to 1.5.2
2015-08-08 allanjudefix regression in xargs -Px (introduced in r286289...
2015-08-08 traszFix interaction between libedit initialization and...
2015-08-07 marcelFix typo introduced in previous commit.
2015-08-07 marcelo Fix a typo.
2015-08-07 araujoRemove an extra new line on usage().
2015-08-07 marcelRebase after r286395: rounding fix for dynamic VHD
2015-08-07 marcelFix the dynamic VHD format to work with qemu. The size...
2015-08-07 araujoGet closest as possible with style(9). No functional...
2015-08-06 jhbConsistently use both leading and trailing spaces insid...
2015-08-06 jhbWhitespace fixes to consistently use spaces before...
2015-08-06 jhbDecode the arguments passed to the *at() family of...
2015-08-06 jhbDecode the arguments to mkfifo() and fix an off-by...
2015-08-06 jhbDon't mark the fcntl flag argument as an output paramet...
2015-08-06 jhbAdd recently added values of various flags and enumerat...
2015-08-05 delphijFix shell injection vulnerability in patch(1) via ed...
2015-08-05 jillesfind: Fix segfault with very long path in -exec/-ok...
2015-08-05 jhbRework get_string() to make it more robust when fetchin...
2015-08-05 jhbWhitespace fix: remove some spurious spaces before...
2015-08-04 allanjudexargs now takes -P0, creating as many concurrent proces...
2015-08-04 araujoGet it closes to style(9).
2015-08-04 pfgRevert r286144 leaving the original fix to the buffer...
2015-08-04 araujoRemove the 3rd clause of BSD LICENSE.
2015-08-04 araujoRemove the 3rd clause of BSD LICENSE.
2015-08-03 baptRemove never used file
2015-08-03 marcelMake image_copyout_zeroes() an interface function.
2015-08-01 junovitch- Add myself to the calendar.freebsd. (fix typo in...
2015-08-01 junovitch- Add myself to the committers-ports.dot and add my...
2015-08-01 jmguse : instead of true...
2015-08-01 pfgBuffer overflow in wall(1).
2015-07-31 emasteUse standard 'THE AUTHOR' license text
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 pfgBuffer overflow in wall(1).
2015-07-30 rodrigcUse correct number of arguments to semctl() for IPC_RMID.
2015-07-30 rodrigcGet function prototypes for msg, shm, sem functions
2015-07-30 rodrigcMake some variables and functions static.
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 emasteAllow ELF Tool Chain elfcopy to be installed as objcopy
2015-07-29 emastear: Fix deterministic mode default with options other...
2015-07-29 emastear: enable deterministic mode by default
2015-07-29 araujoCompilers will complain the usage of obsolescent variab...
2015-07-28 delphijFix shell injection vulnerability in patch(1) and drop...
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-28 araujoStaticfy and constify some variables and clean up the...
2015-07-27 delphijRewrite scan procedure with a FSM. This improves code...
2015-07-26 baptReplace GNU RCS ident with a BSD license ident
2015-07-26 pfgBump GCC max-inline-insns-single in libiconv_modules...
2015-07-24 emastear: add -U (unique) option to disable -D (deterministic...
2015-07-24 emastetruss: follow pdfork()ed descendents with -f
2015-07-24 emasteAdd RISC-V ELF machine type definition
2015-07-24 baptinode should be different to actually mean mandocdb...
2015-07-24 baptFix man -k with mandocdb
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-21 markjFix counter reads on platforms where sizeof(uint64_t...
2015-07-21 cempatch(1): Add -Vnone option to disable backup files
2015-07-21 edUnbreak "last reboot".
2015-07-20 markjFix some libxo format string errors in the pfkey stats...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 desMove assignments around to avoid a false-positive unini...
2015-07-16 desAdd a -s option which adds a column listing the connect...
2015-07-15 baptFix trimming spaces writing at index -1 if an empty...
2015-07-15 jmgfix error message... errx since errno may not be set...
2015-07-14 joelmdoc: add missing .El
next