]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
unp_connect() may use a shared lock on the vnode to fetch the socket.
[FreeBSD/FreeBSD.git] / usr.bin /
2012-02-17 bzMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 eadlerRemoved unused code: fixes compiler warning with CC...
2012-02-16 eadlerDon't extract the n_type value from the elf header...
2012-02-14 kevloRemove unnecessary cast
2012-02-13 glebiusFix write(1) to support wide characters.
2012-02-12 edGlobally replace u_int*_t from (non-contributed) man...
2012-02-12 fjoeInclude target names in diagnostic output.
2012-02-11 edAnd of course, I forgot to add -a to the usage.
2012-02-11 edAttempt to implement who -a.
2012-02-11 cracauerReverting last change r231449 (fix bin/164947) due...
2012-02-11 dmarionAdd myself to calendar.
2012-02-10 cracauerFix bin/164947: tee looses data when writing to non...
2012-02-09 matthewAdd myself as a new committer
2012-02-06 dimIn usr.bin/rpcgen/rpc_main.c, use execvp(3) instead...
2012-02-06 dimAmend r231079 by properly shifting up the existing...
2012-02-06 dimLet rpcgen(1) support an environment variable RPCGEN_CP...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 dimIn usr.bin/rpcgen/rpc_main.c, properly check the return...
2012-02-05 edWhitespace fixes.
2012-02-04 jhRemove useless and potentially dangerous rw() function...
2012-02-03 pluknetPrint the owner process for unix domain sockets when...
2012-02-01 davideAdd myself to the relevant docs.
2012-02-01 trocinyTry to avoid ambiguity when sysctl returns ENOMEM addit...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-29 trocinyAlways return 0 if the sysctl failed.
2012-01-28 phkMake tip exit if the device disappears, for instance...
2012-01-28 tijlFix decoding of escape sequences in format strings:
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-25 tuexenDon't print a warning when using netstat to print
2012-01-25 trocinyAdd -P option to allow get and set limits for other...
2012-01-25 trocinyAfter the recent changes there is no need in rlimit...
2012-01-25 stefanfRemove extra sentence, a leftover from r202845.
2012-01-24 jillessockstat: Also show sockets not associated with a file...
2012-01-23 glebiusIn ng_socket(4) expose less kernel internals to userlan...
2012-01-22 trocinyMake procstat -l to work with the new version of kern...
2012-01-22 hrs- Replace "wtmp" with "utx.log" because last(1) no...
2012-01-20 rmhMap foreign architecture names to FreeBSD naming conven...
2012-01-18 desFix two issues related to the use of SIGINFO in fetch...
2012-01-15 eadlerRemove duplicate line from usage
2012-01-13 edRemove wtmpcvt(1).
2012-01-13 kevlofgets(3) returns a pointer, so compare against NULL...
2012-01-12 kenFix building ctlstat with clang.
2012-01-12 pfgStyle cleanups for printf.
2012-01-12 kenAdd the CAM Target Layer (CTL).
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-10 eadlerSilence bogus warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-10 eadlerFix warning when compiling with gcc46:
2012-01-07 eadler- Fix how hexdump parses escape strings
2012-01-05 ghelmerFix a memory leak in addgroup() by ensuring the allocat...
2012-01-05 uqsTouch up some more small typos missed in the previous...
2012-01-04 raymkulzma used to create lzma compressed images, just...
2012-01-03 edReplace index() and rindex() calls with strchr() and...
2012-01-03 edRemove hand-written version of strcspn().
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2012-01-01 jgh- add myself to the calendar (jgh)
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-30 uqsSpelling fixes for usr.bin/
2011-12-30 uqsReencode files from latin1 to UTF-8.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-24 mariusOn FreeBSD just use the MD5 implementation of libmd...
2011-12-23 gjbWhitespace cleanup:
2011-12-23 gjbFormatting fixes:
2011-12-22 mmUse contrib sources for building libarchive, tar and...
2011-12-21 gabor- Remove a GCC-specific compiler flag that was added...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-20 mmSync bsdcpio with vendor branch release/2.8:
2011-12-20 mmSync bsdtar with vendor branch release/2.8:
2011-12-20 mmUpdate libarchive, tar and cpio to version 2.8.5
2011-12-19 dimIn usr.bin/vacation/Makefile, fix a typo in the comment...
2011-12-19 bzUnbreak the build after r228697 adding the { } block...
2011-12-19 maximo Convert IPv6 read-only stats sysctls to the read...
2011-12-18 dimRepair breakage after r228697: since m4 now uses pow...
2011-12-18 baptReimplement support for the ** (exponent) gnu extension...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 jillesdu: Allow multiple -HLP options, the last one wins.
2011-12-17 dimRevert r228650, and work around the clang false positiv...
2011-12-17 dimIn usr.bin/csup/auth.c, cast time_t to intmax_t instead...
2011-12-17 dimIn usr.bin/vmstat/vmstat.c, cast several printf field...
2011-12-17 dimUnfortunately, clang gives warnings about sendmail...
2011-12-17 dimIn usr.bin/netstat/atalk.c, work around a clang false...
2011-12-17 dimUse NO_WCAST_ALIGN for usr.bin/ncplist, as there are...
2011-12-17 dimIn usr.bin/mail/cmd1.c, use the correct printf length...
2011-12-17 dimIn usr.bin/indent/io.c, fix a few warnings about format...
2011-12-17 dimCorrect a logic error in usr.bin/hexdump/conv.c, found...
2011-12-17 dimMore fixes for correct printf length modifiers usr...
2011-12-17 dimIn usr.bin/gprof/aout.c, use the correct printf length...
2011-12-17 dimIn usr.bin/csup/proto.c, use the correct printf length...
2011-12-17 dimIn usr.bin/csup/auth.c, use the correct number of bytes...
2011-12-17 dimIn usr.bin/mt/mt.c, the c_code member of struct command...
2011-12-17 dimIn usr.bin/tar/tree.c, if you really want to poke to...
2011-12-15 fjoeRevert r228521: sometimes job output is lost
2011-12-15 fjoejob make: if stdout is a tty create a pty when running...
2011-12-13 edReplace __const by const in all non-contributed source...
2011-12-12 trocinyMake 64-bit procstat output ELF auxiliary vectors for...
2011-12-12 trocinyMake procstat -l output similar to the output of limits(1).
2011-12-10 edAdd more static keywords to truss(1) source code.
next