]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
add Xircom CreditCard adapters and workalikes(xe driver)
[FreeBSD/FreeBSD.git] / usr.bin /
2000-10-24 phkAdd $FreeBSD$
2000-10-24 ruThe -o is the default for "short" display, not the -h.
2000-10-23 ru-Wall cleanup.
2000-10-22 obrienThe last "-iDsym" makes more sense as "-iUsym".
2000-10-22 phkAvoid using the semi-bogus include <struct.h>
2000-10-19 joeAugment the 'ifaddr' structure with a 'struct if_data...
2000-10-19 desUnderstand the difference between an empty file and...
2000-10-17 n_hibmaFix the build break.
2000-10-16 ruBacked out part of the revision 1.10.
2000-10-16 brianInclude sys/types.h
2000-10-16 brianInclude sys/types.h
2000-10-16 brianInclude sys/types.h
2000-10-15 alexCorrect the usage of mktemp:
2000-10-15 obrienRemove GLOBAL -- it has moved to Ports.
2000-10-15 bmilekicChange the "in use" percentage metric to actually displ...
2000-10-13 desSkip sockets with no SCB
2000-10-13 obrienThis commit was generated by cvs2svn to compensate...
2000-10-12 desFix suffix matching.
2000-10-11 peterThis commit was generated by cvs2svn to compensate...
2000-10-11 gshapiroFix man page installation
2000-10-10 gshapiroUse sendmail's version of vacation. It is command...
2000-10-10 wollmanDon't depend on <sys/stat.h> bogusly including <sys...
2000-10-09 krisDon't overflow in command-line args
2000-10-09 willAdd :L and :U variable modifiers. These convert the...
2000-10-09 willAdd :C/// variable modifier, which is similar to :S...
2000-10-08 phkInitiate deorbit burn sequence for <machine/console.h>.
2000-10-08 bdeUse the correct timestamp for the -C -p case when the...
2000-10-07 desDocument the fact that sockstat now lists Unix domain...
2000-10-07 desTotal rewrite. This was actually the first non-trivial...
2000-10-06 alexList the -t option in usage().
2000-10-06 alexList the options in alphabetic order.
2000-10-05 ruIt may happen so that the local talk daemon is not...
2000-10-05 ruDo not allow `finger -m /somefile' as well.
2000-10-03 ruReplaced unsafe use of sprintf() with snprintf().
2000-10-02 brianDon't allow finger /somefile, only allow filname expans...
2000-10-02 n_hibmaInstead of printing '(null)' if there is no tty, print...
2000-10-02 peterThis commit was generated by cvs2svn to compensate...
2000-10-01 gshapiroThis commit was generated by cvs2svn to compensate...
2000-09-29 willAssume MAINTAINER. I will be taking the job of merging...
2000-09-29 dfrAdd ia64 support and fix problems when cross-building...
2000-09-25 peter*** empty log message ***
2000-09-25 ruDo not call freeaddrinfo(res0) twice.
2000-09-24 wollmanDon't assume ai0->ai_canonname will always be filled...
2000-09-22 wollmanImplement IPv6 support. Also restructure the way multi...
2000-09-22 wollmanDelete a bogus reference to T/TCP -- the problem still...
2000-09-20 impFix buffer overflow when DISPLAY is longer than 43...
2000-09-18 ruFixed the printing of header for IPv4 routing table...
2000-09-18 sheldonhCorrect a few typos, including a mis-represented option...
2000-09-16 acheRemove unneded -ltermcap
2000-09-16 acheRemove unneded -lmytinfo
2000-09-14 jkhcc -O -pipe -I/usr/src/usr.bin/kdump/../ktrace -I/usr...
2000-09-14 jkhFix ioctl.c creation to deal with the depend case more...
2000-09-14 jkhremove .PHONY to avoid gratuitous rebuild of ioctl...
2000-09-12 brianDon't drop out when we've processed argc - 1 names...
2000-09-10 krisThis commit was generated by cvs2svn to compensate...
2000-09-08 nectarActivate hesinfo.
2000-09-07 n_hibmaFix breakage introduced in rev.1.7. yystacksize and...
2000-09-07 jasoneMajor update to the way synchronization is done in...
2000-09-06 nectarAdd nsswitch support. By creating an /etc/nsswitch...
2000-09-06 desReintroduce functionality and error checks that were...
2000-09-04 impWhen we have both a rcsid and sccsid, ifdef 0 the sccsi...
2000-09-04 impgetopt and friends are declared in <unistd.h>
2000-09-04 impoptarg and optind are declared in unistd.h.
2000-09-03 desUse dirname(3).
2000-09-03 desUse basename(3).
2000-09-02 desDon't try to set the mtime of the output file if it...
2000-08-31 iwasakiThis commit was generated by cvs2svn to compensate...
2000-08-31 iwasakiThis commit was generated by cvs2svn to compensate...
2000-08-31 iwasakiThis commit was generated by cvs2svn to compensate...
2000-08-31 desDon't unlink the target file if it's not a regular...
2000-08-30 ruRestore support for displaying raw IPv4 sockets and
2000-08-30 desInvoke netstat(1) and fstat(1) with full path.
2000-08-29 greenGet rid of the old version.
2000-08-29 greenUse a C version of which(1).
2000-08-28 peterAfter positive feedback from a few folks, activate...
2000-08-27 billfAdd 'shot', using the definition used by bars and shotg...
2000-08-27 peterTry and fix up some bogus indentation leftovers from...
2000-08-27 peterSigh, today is not my day. Convert a verbose while...
2000-08-27 peter*blush*. I was *sure* I compiled this after the last...
2000-08-27 peterkillall.c is meant to be a superset replacement of...
2000-08-26 greenFix a premature freeing bug found with malloc debugging...
2000-08-25 brianFinger.conf first appeared in 4.2 (now that it's been...
2000-08-25 brianFix the -m option - broken by the last commit.
2000-08-25 sheldonhAdd a missing comma.
2000-08-25 brianAllow finger.conf to contain aliases for files that...
2000-08-24 peterQuick Fix: swap.c doesn't appear to actually need ...
2000-08-23 krisThis commit was generated by cvs2svn to compensate...
2000-08-22 phantomInstall Ukrainian message catalog.
2000-08-22 greenAdd working and easy crypt(3)-switching. Yes, we need...
2000-08-21 sobomaxFix a bug introduced by my own previous commit (additio...
2000-08-20 markmThis commit was generated by cvs2svn to compensate...
2000-08-19 dwmaloneReplace the mbuf external reference counting code with...
2000-08-18 ruRemove gratuitous free() call when we use special ...
2000-08-17 sheldonhRemove extraneous arguments to the Os (operating system...
2000-08-17 brianAllow a /etc/finger.conf file that contains finger...
2000-08-16 greenAllow use of the ${MAKE_SHELL} variable to specify...
2000-08-16 impRemove unnecessary extern definition of strrchr. It...
2000-08-16 impAdd cross reference to the ast device.
2000-08-15 sheldonhThis commit was generated by cvs2svn to compensate...
2000-08-13 gshapiroComplete migration of aliases file to /etc/mail/aliases.
next