]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
It appears to be armv7_sleep is a duplication of armv7_cpu_sleep.
[FreeBSD/FreeBSD.git] / usr.bin /
2015-05-14 Xin LIMFV r282927,r282928,r282930 (kientzle):
2015-05-14 Ed Mastevtfontcvt: Allow 6 digits in verbose output
2015-05-14 Ed MasteUpdate to ELF Tool Chain r3197
2015-05-14 Ed MasteAdd ELF machine EM_IAMCU, 32-bit Intel MCU
2015-05-14 Edward Tomasz Napi... Build GENERIC with RACCT/RCTL support by default. ...
2015-05-14 Tony Finchwhois: add an option to query the PeeringDB
2015-05-14 Tony FinchUpdate whois(1) synopsis.
2015-05-14 Tony FinchBump whois(1) date.
2015-05-14 Tony Finchwhois: alphabetize whois server list
2015-05-14 Tony Finchwhois: do not clobber command-line flags when tweaking...
2015-05-14 Tony Finchwhois: try whois.nic.TLD if TLD.whois-servers.net does...
2015-05-14 Tony Finchwhois: check WHOIS_SERVER as well as RA_SERVER environm...
2015-05-14 Tony Finchwhois: code cleanup
2015-05-14 Tony Finchwhois: special case certain query suffixes
2015-05-14 Tony FinchClean up whois manual.
2015-05-10 Simon J. GerratyMerge bmake-20150505 improve detection of malformed...
2015-05-10 Baptiste DaroussinFor half and reverse line feeds, recognize both SUSv2...
2015-05-09 Glen BarberMerge ^/projects/release-arm-redux into ^/head.
2015-05-08 Baptiste DaroussinFix about ten integer overflows and underflows and...
2015-05-08 Andriy GaponMFV r282630: 5809 Blowaway full receive in v1 pool...
2015-05-07 Xin LIMFV r282611: netcat from OpenBSD 5.7.
2015-05-07 Baptiste DaroussinReduce the size to 64 for the commands, 512 was way...
2015-05-06 Gleb SmirnoffPrinting interface names:
2015-05-06 Glen BarberMFH: r282315-r282534
2015-05-05 Baptiste DaroussinEnlarge the buffer for storing macros as some macros...
2015-05-05 Baptiste DaroussinUpdate the list of known roff commands (adding the...
2015-05-05 Baptiste DaroussinProperly assign open and close brackets and checks...
2015-05-05 Baptiste DaroussinEnsure we read existing values of the stk table
2015-05-05 Baptiste DaroussinUse stdup(3) and check its return instead from homebrew...
2015-05-05 Baptiste Daroussincosmetic fixes
2015-05-05 Baptiste DaroussinApply seom style(9) fixes from NetBSD
2015-05-05 Baptiste DaroussinPrevent useless use of strdup(3)
2015-05-05 Baptiste DaroussinReplace homebrewed NIL by NULL
2015-05-05 Baptiste DaroussinUse stdbool instead of homebrewed boolean
2015-05-05 Baptiste DaroussinAnother function to ansify
2015-05-05 Baptiste DaroussinRemove unused variables
2015-05-05 Baptiste DaroussinExplicitly use O_RDONLY instead of 0
2015-05-05 Baptiste DaroussinUse strlcpy(3) instead of strcpy(3)
2015-05-05 Baptiste Daroussinupper the warning level to 3
2015-05-05 Baptiste DaroussinAnother bit of ansification
2015-05-05 Baptiste DaroussinAnsify to allow to work on it later
2015-05-04 Baptiste DaroussinRemove limitation on input lines by using getline(3)
2015-05-04 Baptiste DaroussinExtend the list of known nroff/troff commands
2015-05-04 Baptiste DaroussinTake from heirloom's doctools version of checknr(1...
2015-05-04 Brooks DavisRemove "capability mode sandbox enabled" messages.
2015-05-04 Glen BarberMFV r225523, r282431:
2015-05-04 Baptiste DaroussinParse filename until first space then print the rest...
2015-05-04 Cy SchubertMFV ntp 4.2.8p2 (r281348)
2015-05-02 Baptiste DaroussinCapsicumize col(1)
2015-05-02 Baptiste DaroussinActually push the right tests
2015-05-02 Baptiste DaroussinAdd regression test about reverse line feed to col(1)
2015-05-02 Baptiste DaroussinAdd regression tests for soelim(1)
2015-05-01 Baptiste DaroussinImprove compatibility groff's soelim
2015-05-01 Xin LICorrect - handling.
2015-05-01 Baptiste DaroussinImport sqlite3 3.8.9
2015-05-01 Baptiste DaroussinReplace groff's soelim by soeliminate(1) renamed soelim(1)
2015-05-01 Baptiste DaroussinRemove bundled reallocarray(3) since it is now in libc
2015-05-01 Glen BarberMFH: r281855-r282312
2015-05-01 Baptiste DaroussinUse defines to improve clarity
2015-05-01 Baptiste Daroussincol: fixing 25 year old bug
2015-04-30 Ed MasteActually add c++filt's Makefile
2015-04-30 Ed MasteAdd ELF Tool Chain's c++filt to the build
2015-04-29 Edward Tomasz Napi... Remove spurious period.
2015-04-29 Edward Tomasz Napi... Make rctl(8) more user-friendly when RACCT/RCTL is...
2015-04-28 Pedro F. GiffuniMFV r282150
2015-04-27 Rene LadanThe Dutch queen abdicated two years ago, the national...
2015-04-27 Mariusz ZaborskiAdd myself (oshogbo) to calendar.freebsd and committers...
2015-04-27 Dag-Erling SmørgravUpgrade Unbound to 1.5.3.
2015-04-27 Dag-Erling SmørgravRestore packaging subdir to enable running unmodified...
2015-04-26 Jilles Tjoelkerhexdump: Don't use uninitialized struct stat.
2015-04-25 Maxim Sobolevo Properly init prevtime, so that we don't print bogus...
2015-04-25 Xin LITry alternate addresses more agressively.
2015-04-24 Edward Tomasz Napi... Make nfsstat(1) build with WARNS=6.
2015-04-23 Edward Tomasz Napi... Remove oldnfs support from nfsstat(1).
2015-04-23 John BaldwinReassign copyright statements on several files from...
2015-04-22 Glen BarberMFH: r280643-r281852
2015-04-21 Simon J. GerratyMerge bmake-20150418
2015-04-21 Rui PauloMerge wpa_supplicant/hostapd 2.4.
2015-04-21 Glen BarberMerge the following from ^/projects/release-arm64 to...
2015-04-20 Pedro F. Giffunipatch(1): small include changes.
2015-04-20 Glen BarberMFH: r281668 through r281783
2015-04-20 Eitan Adlerfind.1: Add missing whitespace:
2015-04-19 Eitan Adlerrpcgen: fix use use of strcmp
2015-04-19 Eitan Adlercalendar: remove useless check
2015-04-18 Edward Tomasz Napi... Remove some oldnfs remnants.
2015-04-16 Xin LIr281540 was upstreamed as NetBSD r1.108 of gzip.c,...
2015-04-16 Allan JudeFix libxo output from uptime command
2015-04-16 Bryan DreweryFix SIGINFO race causing final results to be lost to...
2015-04-16 Bryan DreweryRemove extra flags from r250462.
2015-04-15 Tijl CoosemansRemove the const qualifier from iconv(3) to comply...
2015-04-15 Xin LIWhen reading in the original file name from gzip header...
2015-04-14 Andrew TurnerDisable truss, gprof, and lint on arm64, they don't...
2015-04-14 Eitan Adleripcs: fix builds that use gcc
2015-04-13 Eitan Adleripcs: fix warnings (WARNS=1 -> WARNS=6)
2015-04-13 Xin LISync with NetBSD:
2015-04-12 Edward Tomasz Napi... Add libxo(3) support to iscsictl(8).
2015-04-11 Jung-uk KimMerge ACPICA 20150410.
2015-04-10 Baptiste DaroussinUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-09 Baptiste DaroussinRemove uneeded link to libkiconv
2015-04-09 Baptiste DaroussinConvert mt(1) and libmt to LIBADD
next