]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Correct the spelling of getgrgid and getpwuid in the man page.
[FreeBSD/FreeBSD.git] / usr.bin /
2011-10-22 kientzleTypo from previous commit. Urgh.
2011-10-22 kientzleBring in the --gid --gname --uid and --uname implementation
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 desIt turns out that truss also used kdump's mkioctls...
2011-10-18 desFix copy-pasto in CAPFAIL_INCREASE case.
2011-10-18 desMake ktrace(1) build cleanly at WARNS level 6 by comple...
2011-10-18 desRevisit the capability failure trace points. The initi...
2011-10-17 edSort header file names.
2011-10-16 edAdd missing #include.
2011-10-16 edDon't cast SIZE_T_MAX to off_t.
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-16 marcelo Use C99 designated initializer to properly handle...
2011-10-16 edFix ncplist to build with WARNS=6.
2011-10-16 edUndo r226423.
2011-10-16 edBuild rwho(1) with WARNS=6.
2011-10-16 edUse integer to store the result of getch().
2011-10-16 edRemove WARNS line. This tool builds with WARNS=6 properly.
2011-10-16 edFix build of m4 with WARNS=6.
2011-10-16 edRemove unneeded WARNS=3 lines.
2011-10-16 edBuild at(1) with NO_WFORMAT instead of WARNS=1.
2011-10-16 edMake some internal fixes to ruptime(1):
2011-10-16 delphijAccording to the NetBSD foundation [1]:
2011-10-16 delphijPartially revert r226274, the old code was right.
2011-10-15 trocinyIn r225809 the intention was to send VEOF only once...
2011-10-15 edFix whitespace inconsistencies in systat(1).
2011-10-14 edPut parentheses in the right place.
2011-10-14 edMake nl(1) build with WARNS=6.
2011-10-14 edBuild last(1) and leave(1) with WARNS=6.
2011-10-14 edBuild tr(1) with WARNS=6.
2011-10-14 edBuild look(1) with WARNS=6.
2011-10-14 edBuild finger(1) with WARNS=6.
2011-10-13 rakucoAdd myself to committers-ports.dot and calendar.freebsd.
2011-10-13 desClean up mkioctls a bit, and fix cross-building by...
2011-10-12 desMake kdump compile cleanly at WARNS level 6, with one...
2011-10-12 glebAdd myself
2011-10-12 dimAdd symlink from clang to clang-cpp, so you can use...
2011-10-12 dimAdd manpage symlink for clang++(1).
2011-10-12 delphij - Fix an off-by-one bug in addgroup().
2011-10-12 gabor- Fix counting of match limit (-m)
2011-10-11 gabor- Use getprogname() instead of __progname
2011-10-11 desAdd a new trace point, KTRFAC_CAPFAIL, which traces...
2011-10-11 desThe previous commit did not fix the issue since it...
2011-10-11 desCast to unsigned for %#jx.
2011-10-10 delphijIncorporate recent changes from NetBSD. Most notable...
2011-10-08 desAddress some of bde@'s concerns with the new code.
2011-10-08 desTeach kdump(1) to decode capability bitmasks.
2011-10-08 desFix the dependency issue properly by a) moving kdump_su...
2011-10-08 desBring ioctlname() in line with all the other *name...
2011-10-08 desI appreciate the logic behind using a (void) cast to...
2011-10-08 desFix casting.
2011-10-08 desWhitespace.
2011-10-08 desC has had swicth statements for 40 years or so. It...
2011-10-08 desSort and line up.
2011-10-08 des1) Some of the #defines or enums for which we auto...
2011-10-08 edRemove extraneous WARNS=7.
2011-10-07 jceelAdd myself.
2011-10-06 delphijFix build on i386 and arm.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 gaborUpdate BSD grep to the latest development version....
2011-10-04 deslatin1 -> utf8
2011-10-04 adrianHandle the situation where fixups_close() has been...
2011-10-04 adrianUpdate the comment to reflect what is actually going on.
2011-10-01 edCorrect column with for device numbers made in previous...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-29 gjbFix a few grammar and mdoc nits in script.1
2011-09-28 eadler- I am not the oldest committer alive (yet)
2011-09-28 eadler- fix whitespace issue in calendar
2011-09-28 edGet rid of major/minor number distinction.
2011-09-28 eadler- add myself to calendar
2011-09-28 delphijSync RCS id with NetBSD, this was intentionally omitted...
2011-09-28 creesInclude limits.h instead of sys/limits.h to improve...
2011-09-28 mavMFprojects/hid:
2011-09-28 bzFix handling of corrupt compress(1)ed data. [11:04]
2011-09-27 desDocument the fact that passive mode is now the default.
2011-09-27 trocinyWhen script(1) reads EOF from input it starts spinning...
2011-09-27 desUse fseeko() instead of fseek(). The rest of the code...
2011-09-27 desFollowup to r225599: the fseek() was a no-op since...
2011-09-15 desWhen resuming an HTTP download, we failed to verify...
2011-09-15 dwmaloneIt seems when I added code for affine unit changes...
2011-09-13 bruefferFix typos in error messages.
2011-09-13 bruefferFix csup to allow case insensitive server names in...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-23 rmacklemFix nfsstat(1) so that it prints out correct stats...
2011-08-23 rmacklemFix nfsstat(1) so that it prints out correct stats...
2011-08-17 gabor- Fix exclusion of directories from a recursive search
2011-08-17 gabor- Fix handling of environmental variables when they...
2011-08-14 jillestail: Fix crash if -F'ed file's filesystem disappears.
2011-08-14 rwatsonUpdates to libprocstat(3) and procstat(1) to allow...
2011-08-08 kevlocatstrg() does not set the resulting string length.
2011-08-05 uqsFor POLA reasons, disable SGR sequences in catpages.
2011-08-04 emasteDon't try to free() an address returned by mmap()....
2011-08-04 ruClean up markup.
2011-08-03 uqsUnbreak catman(1) by removing calls to col(1).
2011-08-01 uqsFix broken mdoc.
2011-08-01 mmCorrectly link bsdcpio and bsdtar against libmd and...
2011-07-30 mavMFprojects/hid:
2011-07-22 tuexenFix the following bugs related to the SCTP support...
2011-07-18 jhbRework the dynamic per-CPU stats code a bit. Always...
2011-07-18 bzConstantly print the command name and if set include...
2011-07-18 bzRename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
next