]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Ignore error results from newaliases(1)
[FreeBSD/FreeBSD.git] / usr.bin /
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
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).
next