]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
This commit was generated by cvs2svn to compensate for changes in r37535,
[FreeBSD/FreeBSD.git] / usr.bin /
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-09 ghelmerSecurity and minor functionality changes based on OpenB...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-08 jdpAdd a "-k" option, to specify that the lock file should...
1998-07-07 bdeUse the installed version of mklocale for `make all...
1998-07-07 bdeUse the installed version of colldef for `make all...
1998-07-07 jkhPrevious fix didn't make it past the Bruce filter....
1998-07-07 jkh msgs -p (and maybe other flags, too) gives...
1998-07-06 bdeFixed type mismatches which were fatal when sizeof...
1998-07-06 bdeFixed classic sign extension bug `-(long)sizeof(foo)'.
1998-07-06 bdeFixed printf format errors.
1998-07-06 bdeFixed type mismatches and style bugs in rev.1.30.
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-04 hoekFix bug from last commit: don't SEGV when reading as...
1998-07-03 hoekUse '-e' when viewing helpfile.
1998-07-03 hoekPrevent recursive help)elp)elping.
1998-07-02 sosAdd missing ')'..
1998-07-02 impo Be more careful about using sprintf and strcpy.
1998-07-02 impo typo: will -> with
1998-07-02 impo fix bug in conversion of DOS 32-bit signed number...
1998-07-01 impKill printf accidentally committed
1998-07-01 impMake sourcer's main program execute in X mode.
1998-06-30 impImplement int 2f ax=1600, which is, according to the...
1998-06-29 bdeDon't assume that time_t is long.
1998-06-29 bdeDon't assume that time_t is long.
1998-06-29 bdeDon't assume that time_t is long.
1998-06-27 steveFix a few typos.
1998-06-26 rnordierCorrect typo: loosing --> losing
1998-06-25 ghelmerUpdate vmstat portion of man page to reflect the statis...
1998-06-23 peterMerge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)
1998-06-23 ghelmerMinor grammar and punctuation cleanup.
1998-06-21 dtMake value of SIZE accurate.
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-18 woschCreate a save TMPDIR using `mktemp -d'.
1998-06-17 jkoshyRemove compile time dependency on ARG_MAX.
1998-06-14 stevesprintf -> snprintf to avoid potential buffer overflow.
1998-06-13 steveCorrect the description of the last four fields.
1998-06-13 peterMake -V expand it's arguments. This means that instead...
1998-06-12 peter"./strip maybe_stripped" doesn't work too well if maybe...
1998-06-12 peterThe doscmd build process and doscmd.kernel loader is...
1998-06-12 peter#include <arpa/inet.h>
1998-06-12 peterAdd -DFREEBSD_AOUT to CFLAGS to ensure we get the corre...
1998-06-12 peter#include <arpa/inet.h>
1998-06-12 peter#include <arpa/inet.h>
1998-06-12 peter#include <arpa/inet.h>
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-06-11 acheLocal filesystems are ufs not ffs
1998-06-11 thepishSubmitted by: Peter Hawkins thepish@freebsd.org
1998-06-10 phkSpelling fixes.
1998-06-10 peterfchflags(8) -> fchflags(2)
1998-06-09 impsizeof(foo - 1) isn't the same as sizeof(foo) - 1.
1998-06-09 impRemove unused strvisx.
1998-06-09 impDon't assume that hp->h_lenght == 4. Be conservative...
1998-06-09 impo Use snprintf rather than sprintf.
1998-06-09 impUse mkstemp rather than mktemp for yacc's temp files...
1998-06-09 impo Use snprintf rather than sprintf
1998-06-09 impo Use snprintf over sprintf.
1998-06-09 impMake sure we pass the length - 1 to readlink, since...
1998-06-09 imp$@ is deprecated, use ${.TARGET} instead. Ditto for...
1998-06-08 jkoshyReword to remove confusion between su(1)'s "-c" option...
1998-06-06 thepishPR: docs/5628
1998-06-04 steveFix a bunch of spelling errors.
1998-06-04 bdeDon't forget to pretend that `make -n -jN' makes the...
1998-06-03 jkoshySpelling corrections.
1998-06-02 thepishPR: bin/6828
1998-06-02 peterTreat an EOPNOTSUPP from fchflags() as a non-fatal...
1998-06-01 jhayLook for kzhead.o and kztail.o in /usr/lib/aout.
1998-06-01 peterSUBDIR += ldd
1998-06-01 peterldd standalone build, after repository copy.
1998-06-01 amuraiTrim a domain part for wtmp as same as showed by "netst...
1998-05-31 bdeFixed double slashes in pathnames.
1998-05-31 jbobjformat is part of the i386 mid life identity crisis...
1998-05-28 phkSome cleanups related to timecounters and weird ifdefs...
1998-05-28 dannyReviewed by: Peter Hawkins <thepish@FreeBSD.org>
1998-05-27 jhayCorrectly display the interrupt counts.
1998-05-27 peterConvert to more canonical format.. It seems that both...
1998-05-27 sosCompile & use objformat as it was intended to, I have...
1998-05-26 sosELF preparation step 2:
1998-05-26 sosGet owner/group/modes right
1998-05-26 sosOops, remember CFLAGS...
1998-05-26 dannyPR: 1904
1998-05-26 steve"EOF of file..." is written to stderr and not stdout.
1998-05-25 sosELF preparation step 1:
1998-05-25 sosOnly compile on install.
1998-05-25 sosMake objformat DTRT when in the make world environment.
1998-05-25 desBack out Steve's fix, as this was already fixed by...
1998-05-25 steveOnly allow 'who' and 'who am i' as valid usages.
1998-05-25 steveAllow spaces in the filename to be decoded to.
1998-05-25 steveAllow a user in group 0 to su(1) to root if their primary
1998-05-25 steveAdd a graceful jumping off point with a new .error...
1998-05-22 jkoshySort SEE ALSO section alphabetically.
1998-05-21 jkoshyCosmetic fix. Compute header field widths from UT_...
1998-05-19 rnordierSupport integer constant unsigned-suffix and long-long...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 julianThis commit was generated by cvs2svn to compensate...
1998-05-19 pbMake "netstat -s" display stats on fast-forwarded packets.
1998-05-19 jkoshyUse the correct name of the login.conf(5) capability...
1998-05-16 markmInclude correct header to get definition of struct...
1998-05-16 wollmanFix rev. 1.7: get offsetof from the correct header...
next