]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Add my birthday to the FreeBSD calendar.
[FreeBSD/FreeBSD.git] / usr.bin /
2006-12-23 yarAdd missing things: a prototype and a const qualifier.
2006-12-23 ruNits.
2006-12-23 yarDynamically resize the Disk column. It was too narrow...
2006-12-23 yarClear to EOL after the end of meter so that its reading...
2006-12-23 yarMake it possible for meter to reach 100% mark when...
2006-12-23 ruImprove markup.
2006-12-23 yarImprove style:
2006-12-23 yarReposition the "(swap not configured)" sign WRT the...
2006-12-23 yarEliminate a couple of screen coordinate variables
2006-12-23 yarAdd some vertical whitespace for easier reading.
2006-12-23 yarFix the swap display further:
2006-12-23 yarFix the Total line shown if there are >1 swap devices.
2006-12-23 yarStart fixing the "swap" display by saving one horizonta...
2006-12-23 cpercivaFic typo in previous commit.
2006-12-23 cpercivaAdd two checks for inappropriate options: -U only makes...
2006-12-23 cpercivaCorrect the names of some options.
2006-12-22 impAvoid 'bogus' uninitialized warning by initializing...
2006-12-22 rodrigcThe second argument (type) to socket(2) is an enum...
2006-12-21 ruPrevent a line from being broken on a line boundary.
2006-12-21 ruImprove markup.
2006-12-21 ruImprove markup and do some minor wordsmithing.
2006-12-20 ruMarkup cosmetics.
2006-12-20 ruDocument some details better, making it easier to trans...
2006-12-20 ruBe more accurate in the description of the -I option:
2006-12-20 cpercivaRemove -F option from getopts string -- this option...
2006-12-19 ruThe -r option can also cause the files to be extended...
2006-12-19 ruRefine markup and add the EXIT STATUS section where...
2006-12-18 ruImprove markup.
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 dougbFix the problem with the nsupdate(8) man page reported
2006-12-15 ruFix the fix in rev. 1.15 so that we jump to the next...
2006-12-15 ruFix markup.
2006-12-15 ruFix one minor inaccuracy.
2006-12-15 ruImprove markup and grammar.
2006-12-15 ruMention what underlining is meant here.
2006-12-14 ruFix markup.
2006-12-14 ruPolish markup and wording.
2006-12-13 ruFix markup nits, add the EXIT STATUS section.
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-13 ruFix the description of the -Btime primary.
2006-12-13 ruRefine the previous revision.
2006-12-13 ru"which -s" will return 0 only if all executables were...
2006-12-13 ruIt's ``apply echo *'' that is similar to ``ls -1''...
2006-12-13 csjpTeach login(1) about the make.conf NO_AUDIT variable...
2006-12-11 ruAdd missing markup bits.
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-09 delphijUse explicit braces to avoid ambiguous else.
2006-12-09 mppDo not exit without printing the id information if...
2006-12-09 grogChange formatting to be more compliant with style(9...
2006-12-09 grogChange copyright notice to the FreeBSD 2 clause notice.
2006-12-09 grogAdd copyright notice.
2006-12-09 grogSet channel utility for Hauuapuge PVR-250 and PVR-350.
2006-12-08 nivit- Added my entry in calendar.freebsd
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-06 maximo confstr(3) returns 0 on error. Check the return...
2006-12-05 gabor- Add myself to calendar.freebsd
2006-12-05 cpercivaPortability fix for non-POSIX operating systems: Open...
2006-12-03 ddsPrevent buffer overflow when forcibly terminating an...
2006-12-03 ddsCorrect handling of format strings with escaped % speci...
2006-12-01 keramidaThe sigconv.awk script generates a sigdesc.h header...
2006-11-28 ru- Revert signedness type changes to "struct vmtotal...
2006-11-27 yarBack out rev. 1.17: arch-dependent WARNS level.
2006-11-27 yarConsistently mark percentage scales as such.
2006-11-27 yarDon't shadow globals.
2006-11-27 yarWe should return the name in cp, not printf it.
2006-11-27 yarsystat(1) reaches WARNS=6 on i386 and amd64. This...
2006-11-27 yarThe logic of fetchnetstat_sysctl() isn't too complex...
2006-11-27 yar+ WARNS=4 reminds that nlist.n_name isn't const.
2006-11-27 yarDon't discard a const qualifier from constant strings.
2006-11-27 yarRemove a wrong "const" qualifier.
2006-11-27 yarAdd the Tera scale factor, which is an easy job now.
2006-11-27 yarStop exposing things that can be private to convtbl.c.
2006-11-27 yarKeep all convtbl-related constants and strings in convt...
2006-11-27 yarAllow for large scale factors. C99 warrants that
2006-11-27 yarReturn back one initializer, it is needed.
2006-11-27 yar+ Drop useless initializers.
2006-11-27 yarDrop useless #includes.
2006-11-27 yarUse C99 initializers so that we don't really have to...
2006-11-27 yarC can enumerate things for us.
2006-11-26 yarThere is no reason to use __inline here because we...
2006-11-26 yarDon't overflow from the gigabyte scale to the bit scale...
2006-11-26 yarThe real contents of this file were repeated twice.
2006-11-26 ru- When building world WITHOUT_LIBPTHREAD, link libthr...
2006-11-23 yarFix and extend the -j option to pkill/pgrep WRT the...
2006-11-23 ruFix the format specifier suitable for uintmax_t.
2006-11-23 ruOops, fix the format specifier to what was intended.
2006-11-23 grogBump document date.
2006-11-23 grogusage: Include the - in the x flag.
2006-11-23 grogAdd option -x to display output values in hex in additi...
2006-11-22 maximo Check that -w width is not above maximum. Use DWIDTH...
2006-11-20 ru- Fix types of "struct vmmeter" members so they are...
2006-11-12 keramidaIn revision 1.14 I broke the -4 and -6 options of socks...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-11 keramidaAdd support for filtering sockets by protocol type...
2006-11-10 desTry to preserve ownership and permissions when replacin...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-08 bdeDon't always print a space character in show_stat(...
2006-11-07 laszlofAdd my birthdate to the calendar.
2006-11-07 bdeSecond stage of unbreaking thr formatting of the NICE...
2006-11-06 ddsStyle facelift.
next