]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
This commit was generated by cvs2svn to compensate for changes in r150974,
[FreeBSD/FreeBSD.git] / usr.sbin /
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiCatch up with the import of bsnmp-1.11. Add a couple...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-03 scottlAdd the lmcconfig tool for controlling the lmc driver...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-30 phkReport any errors we might see when disabling the watchdog.
2005-09-29 impDon't build pccardd anymore.
2005-09-29 jkoshyThe 'intr_bufferfull' driver statistic actually counts...
2005-09-28 cognetsetsockopt() will return -1 on error, not 0.
2005-09-28 cognetUse SO_REUSEADDR on the socket, to make the use of...
2005-09-28 ruAdd NO_OBJ, remove redundant SCRIPTSNAME.
2005-09-28 ruSort SUBDIR.
2005-09-27 nyanSwitch from OLDCARD to NEWCARD on pc98.
2005-09-26 desAccept "maximum" and "minimum" modes as well as their...
2005-09-24 krionDo not bitch about bsdpan modules not having origin.
2005-09-24 krionRemove '\n' since it's redundant in case if file doesn...
2005-09-22 brianFix a typo
2005-09-22 cpercivaAdd HTTP proxy authentication, via the HTTP_PROXY_AUTH...
2005-09-21 cpercivaStyle fix: "if (pointer)" -> "if (pointer != NULL)"
2005-09-21 cognetClose the tty file descriptor once we're done with it.
2005-09-21 grogInitialize uninitialized variables.
2005-09-21 grogRemove one possible way of shooting yourself in the...
2005-09-19 ruRestore the ability to detach from a tty via SIOCSTTY...
2005-09-19 philipFix a small typo.
2005-09-19 imuraConnect smbfs build on powerpc.
2005-09-19 philipAdd an option to stop 'mouse drift' in some defective...
2005-09-18 cognetOpen the tty device and pass the fd for SNPSTTY.
2005-09-18 cpercivaAdd a note pointing out that certain information (IP...
2005-09-17 cpercivaHandle circular dependencies properly (via errx(3)...
2005-09-17 rodrigcFix so that color changes are not lost when the video...
2005-09-16 pjdPidfiles should be created with permission preventing...
2005-09-15 cpercivaPortsnap uses host(1) to search for mirrors, but this...
2005-09-14 jkoshyDetermine where the runtime loader got mapped to when...
2005-09-13 jkoshyFix a bug that caused generated gmon.out profiles to...
2005-09-12 stefanfInclude <osreldate.h> at the top of the file.
2005-09-12 brianRemove this file as it's mostly out of date. Up-to...
2005-09-11 cpercivaFix typo: ${PORTDIR} -> ${PORTSDIR}.
2005-09-07 cpercivaFix typo: Cowarly -> Cowardly.
2005-09-06 cpercivaTeach portsnap how to ignore unwanted parts of the...
2005-09-05 jkoshyImprove an error message.
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-09-01 emaxFix typo in usage.
2005-08-30 samo correct alignment of 802.11 addresses passed to ether...
2005-08-29 philipFix unhandled malloc errors.
2005-08-28 murrayUpdate number and size of Ports Collection.
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-25 cpercivaFix a bug introduced in revision 1.9 which causes chkgr...
2005-08-24 pjdTest last minute changes, as gcc isn't too smart.
2005-08-24 pjdUse pidfile(3) in watchdogd(8).
2005-08-24 pjdUse pidfile(3) in mountd(8). There is no need to use...
2005-08-24 pjdUse pidfile(3) in inetd(8).
2005-08-24 pjdUse pidfile(3) in cron(8).
2005-08-24 pjdAdd '-P' option which allows to specify pidfile.
2005-08-24 pjdUse pidfile(3) in moused(8).
2005-08-24 pjdUse pidfile(3) in syslogd(8).
2005-08-24 pjdTeach daemon(8) how to use pidfile(3).
2005-08-24 brunoChange the default adaptive algorithm for phk's one...
2005-08-24 rodrigc- Remove NTP servers which do not resolve in DNS.
2005-08-22 brianSpell powersavesleep correctly.
2005-08-19 pjdSync code with the error report: calloc(number, 1)...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-08-18 desUse larger buffers to read lines from the vendor list.
2005-08-18 desWhitespace cleanup.
2005-08-17 gshapiroMake links for hoststat(8) and purgestat(8) man pages.
2005-08-16 cpercivaChange the default partition sizing code in order to
2005-08-15 pjdNot sure why, but SYSCTL_OUT() can sometimes keep retur...
2005-08-14 cpercivaSpell "cmp > /dev/null" as "cmp -s".
2005-08-13 cpercivaCorrectly exit from extract_run() and update_run()...
2005-08-13 simonMisc mdoc(7) fixes:
2005-08-13 cpercivaAllow multiple commands to be specified on a single...
2005-08-13 cpercivaFix the progress statistics code by printing the right...
2005-08-13 samsave+restore wpa, privacy, and roaming settings
2005-08-12 cpercivaWhen using cmp(1) to determine if the ports tree is...
2005-08-11 brianIf we fail in chown(2), try to just change the group...
2005-08-11 obrienPut rev. 1.65 into usage().
2005-08-11 cpercivaIf the ports tree is already up to date when we run...
2005-08-10 umefix typo.
2005-08-10 cpercivaRemove unused variable.
2005-08-10 obrienAdd an option to tell what version of config(8) this is.
2005-08-09 cpercivaCheck that malloc() succeeds in makelist.
2005-08-09 cpercivaReplace INT_MAX with OFF_MAX. I used INT_MAX originall...
2005-08-09 cpercivaWhen parsing the HTTP_PROXY environment variable, strip...
2005-08-09 cpercivaAdd a missing EOL when printing "Latest snapshot on...
2005-08-08 cpercivaAdd portsnap to the base system. This is a secure...
2005-08-07 bruefferAdd some more info about jail startup and shutdown.
2005-08-06 phkRespect the YES_HESIOD build variable
2005-08-05 kensmithThe /stand directory now disappears out from under...
2005-08-05 stefanfDeclare iftraceinit() at file scope.
2005-08-04 robertoThe check for invalid characters introduced in 1.9...
2005-08-04 jkoshyCorrectly print system-wide PMC counts for short-lived...
2005-08-03 phkAdd NO_PCVT
2005-08-02 seancCross-reference pw(8) into chpass(1), passwd(1), and...
2005-07-31 bruefferMention the default value of PATH and that it may be...
2005-07-31 pjdChange /home symbolic link, so it will point to usr...
2005-07-31 keramidaFix all the spelling mistakes I could find in the man...
2005-07-29 samCorrect problems with handling interfaces that go away...
2005-07-29 samclear eloop registration when deinit'd the l2 packet...
2005-07-28 njlCorrect column alignment.
2005-07-28 njlFix nits in reporting battery information and add batte...
2005-07-27 krionAdd -o/-O options to pkg_version:
next