]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Remove unused stuff from cpu.h.
[FreeBSD/FreeBSD.git] / usr.sbin /
2010-07-14 bcrUpdate some release version numbers. The patch is based...
2010-07-13 impAdd support for packages.
2010-07-13 nwhitehornEnhance config to handle MACHINEs with multiple archite...
2010-07-12 maximo Fix typo: sepcify -> specify.
2010-07-10 nwhitehornTeach crunchide(1) about PPC ELF64.
2010-07-10 keramidaFix reading of empty fifolog files. When we don't...
2010-07-08 randiRevert r209787 pending further discussion.
2010-07-08 jamieProperly recognize a number followed by non-digits...
2010-07-08 randiRemove the ability to upgrade via sysinstall. This...
2010-07-07 randiAdd support for remote logging to syslogd via an instal...
2010-07-07 randiAdd further documentation for netDev in install.cfg...
2010-07-07 brucecIncrease the default and minimum partition sizes.
2010-07-07 impFurther simplification.
2010-07-06 impThese files should have been added/deleted in r209751
2010-07-06 impA few patches from Ed Maste by way of Kris Moore
2010-07-06 brucecSimplify the wording of the console configuration dialo...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-01 bschmidt- Introduce IEEE80211_KEY_NOREPLAY, a per-key flag...
2010-06-27 impProperly inherit variables from src/usr.sbin/Makefile...
2010-06-27 impUpdate pc-sysinstall to output list of FTP mirrors...
2010-06-27 impSpell iXsystems, Inc properly
2010-06-25 impWe need to install the shell scripts as executables...
2010-06-24 impFix a stray PC-BSDism, on FreeBSD, we install these...
2010-06-24 impMakefile overlooked in r2095137
2010-06-24 impRemove the license files that svn made me remove at...
2010-06-24 impBring in Kris Moore's pc-sysinstall shell script from...
2010-06-23 randiUpdate the man page to reflect the changes to the netDe...
2010-06-23 brucecIf a device can't be opened, don't keep going but displ...
2010-06-23 brucecMake it easier to cancel a failing installation by...
2010-06-23 brucecWhen installing on a machine which doesn't have a VGA...
2010-06-22 randiRemove unnecessarily inflammatory commentary.
2010-06-21 sbrunoSyntax, commas and stuff. Comments from jhb.
2010-06-20 randiClean up item_add and remove -fno-strict-aliasing from...
2010-06-19 gavinInitialise the "trials" variable to zero earlier in...
2010-06-19 gavinRemove dead assignments, we overwrite the variable...
2010-06-17 sbrunoExpand man page to document the fact that mptutil/mpt...
2010-06-16 brucec* Allow partial MB/GB values to be entered in the slice...
2010-06-16 mavFreq sysctls are quite heavy due to set of malloc(...
2010-06-15 mavWhen Emulate3Button is active, do not set select()...
2010-06-14 emasteUse literal format strings. Found by clang.
2010-06-14 marcelFurther unbreak powerpc & sparc64.
2010-06-14 rpauloUpdate for hostapd & wpa_supplicant 0.6.10.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-13 marcelFix build breakages on ia64 introduced some commits...
2010-06-13 impstyle(9) fixes:
2010-06-13 rajEnable ofwdump(8) on ARM as this is a useful tool to...
2010-06-13 edUnbreak the build on less common architectures.
2010-06-11 cpercivaClean up code by removing pre-C99 struct hack preproces...
2010-06-11 randiMake sysinstall WARNS=2 clean.
2010-06-11 mlaierCache the last result from if_indextoname for printing...
2010-06-11 uqsMore mdoc nitpicking to improve compatibility to mdocml
2010-06-11 uqsmdoc nitpicking: the title argument shall be uppercase
2010-06-11 impMerge from tbemd
2010-06-11 impsvn merge svn+ssh://svn.freebsd.org/base/head@209022
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 randiFix uninitialized variables that cause a crash when...
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-08 uqsmdoc: replace troff macros with -mdoc equivalents
2010-06-05 fabientFix warnings found by Coverity.
2010-06-05 edwinAdd comment that this value is unused.
2010-06-05 edwinWhen there is a problem with writing, also bail out.
2010-06-05 traszPlug resource leak.
2010-06-03 traszMake chown(1) emit more useful error message when user...
2010-05-29 gordonAdd file include processing for newsyslog.
2010-05-29 gordonConvert newsyslog to using queue(3) macros instead...
2010-05-27 uqsmdoc: use mdoc spelling of Umlauts
2010-05-27 uqsmdoc: .Ud has attitude, it takes no argument!
2010-05-27 uqsmdoc: Garbage collect unused/unneeded macros
2010-05-27 uqsmdoc: Remove leading garbage, empty lines and order...
2010-05-27 cpercivaChange the current working directory to be inside the...
2010-05-24 sbrunoCleanup manpage as suggested by jhb@ to start new sente...
2010-05-23 sbrunoExplain how the new sub-second interval from changeset...
2010-05-22 randiFlush all routes before adding the default route in...
2010-05-21 sbrunoAllow sub-second interval timings for iostat and vmstat.
2010-05-19 jkimAdd a new build option, MAN_UTILS. This option lets...
2010-05-19 uqsmdoc: consistently spell our email addresses <foo@FreeB...
2010-05-19 uqsGarbage collect unused variable, missed in r200840
2010-05-19 uqs- Fix terminating argument to execl(3), sizeof(NULL...
2010-05-18 bcrAdd a sentence to the man page explaining that the...
2010-05-17 ivorasSlightly improve wording.
2010-05-15 phkDo not attempt to render a logrecord with length byte...
2010-05-14 dougbHide the creation and population of the temproot
2010-05-14 uqsSync apmd(8) with DragonflyBSD, bringing WARNS to 3
2010-05-14 bruefferWording fixes.
2010-05-14 bruefferList /var/cron/tabs in FILES and add descriptions for...
2010-05-13 uqsmdoc: move remaining sections into consistent order
2010-05-13 uqsmdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS...
2010-05-12 zmlextattr: Fix a signed/unsigned issue
2010-05-12 bruefferThe -d flag is non-optional.
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-09 kaiwCatch up with libusbhid merge (rev 205728).
2010-05-07 fabientRework the calltree top view by critical callchain.
2010-05-07 mckusickMerger of the quota64 project into head.
2010-05-06 fabientExclude undefined symbol from ELF file when doing funct...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-06 rmacklemIf the "-alldirs" export option was used for the V4...
2010-05-05 danger- fix typo
2010-05-05 npAdd support for hardware filters to cxgb(4). The T3...
2010-05-04 norkAdd support run services_mkdb(8).
next