]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2007-11-26 Joseph Koshy- Allow source descriptors with no data to be used...
2007-11-26 David XuMove the added code in revision 1.26 into function...
2007-11-26 Daniel GerzoPolish this manual page a bit:
2007-11-25 Max KhonFix -jX when makefiles are remade.
2007-11-25 Alan CoxMake contigmalloc(9)'s page laundering more robust...
2007-11-25 Christian BruefferClean up after previous revision.
2007-11-25 Max Laierpfil(9) locking take 3: Switch to rmlock(9)
2007-11-25 Alan CoxTidy up: Add comments. Eliminate the pointless
2007-11-25 Joseph Koshy- Add an overview of the pmc(3) API.
2007-11-25 Joseph KoshyMove the following functions into their own manual...
2007-11-25 Andrew ThompsonHave the lagg interface generate link up/down events...
2007-11-25 Joseph Koshy- Document an EAGAIN error return from a PMC_OP_CONFIGU...
2007-11-25 Joseph Koshy- Describe function pmc_init() in its own manual page.
2007-11-25 Attilio RaoUpdate sx(9) lock manpage in order to add missing proto...
2007-11-25 Attilio RaoUpdate rwlock(9) manpage adding missing bits about...
2007-11-24 Robert WatsonMore carefully handle various cases in sysctl_drop...
2007-11-24 Robert WatsonRespell 'Conatainer' as 'Container'.
2007-11-24 Mike MakonnenHmmm, must get reading glasses or else change the font...
2007-11-24 Joseph KoshyDescribe convenience functions `pmc_name_of_{capability...
2007-11-24 Christian BruefferMinor language cleanup.
2007-11-24 Attilio RaoFix the spinlock static table adding missing spinlocks.
2007-11-24 Attilio Raotransferlockers() is a very dangerous and hack-ish...
2007-11-24 Joseph Koshy- Improve clarity: use 'scope' to distinguish between...
2007-11-23 John BirrellFix strict alias warnings.
2007-11-23 Ruslan ErmilovAlso check setuid executables on ZFS.
2007-11-23 Joseph KoshyDescribe pmc_event_names_of_class() in its own manual...
2007-11-23 Joseph KoshyDescribe pmc_enable() and pmc_disable() in their own...
2007-11-23 Joseph KoshyDescribe pmc_allocate() and pmc_release() in their...
2007-11-23 Joseph KoshySections of type SHT_GNU_versym use ELF type ELF_T_HALF...
2007-11-23 Søren SchmidtAdd preliminary SATA ATAPI support for sii 3132/3124...
2007-11-23 Sam Lefflercorrect WMM packet classification:
2007-11-23 Sam Lefflero correct re-association indicator dispatched in node...
2007-11-23 Sam Lefflercorrect sta mode setup: adopt ap's ampdu density and...
2007-11-23 Sam Lefflerparse htcap ie early so ampdu density and max rx size...
2007-11-23 Sam Lefflercorrect TID_TO_WME_AC handling of BE
2007-11-23 Sam Leffleruse the DSPARMS ie to find the home channel for off...
2007-11-23 Sam Leffleradd ieee80211_find_channel_byieee to lookup a channel...
2007-11-23 Sam Lefflerupdate default wme parameters to latest WiFi test plans
2007-11-23 John BirrellUse an intermediate pointer to avoid a strict aliasing...
2007-11-23 Sam Leffler- add the Planex GW-US54GXS adapter
2007-11-23 David XuSimplify code, fix a thread cancellation bug in sem_wai...
2007-11-23 Joseph KoshyMFP4: Add assembly language symbols used by hwpmc(4...
2007-11-23 Edwin GroothuisAdd "with" to make the line go smoother.
2007-11-23 Alan CoxAdd a read/write sysctl for reconfiguring the maximum...
2007-11-23 Edwin GroothuisAdd the -W options, which acts the same as -w but will...
2007-11-22 Rui PauloMove ASMC_FAN_FUNCS in the Macmini structure declaratio...
2007-11-22 John BirrellRe-enable -Werror again.
2007-11-22 Kris KennawayRemove remaining Giant acquisition around vn_fullpath1...
2007-11-22 Simon L. B... Remove kernel and module symbol files from disc1 (and...
2007-11-22 Alan CoxRemove an unnecessary call to pmap_remove_all() and...
2007-11-22 Joseph Koshy- Correct a documentation bug: handles returned from...
2007-11-22 Attilio RaoCache the value of c_lock as it can change, in the...
2007-11-22 Ruslan ErmilovFix comments.
2007-11-22 Pyun YongHyeonFix function prototype for device_shutdown method.
2007-11-22 Tai-hwa LiangNuking the temporary pointer once it is properly tracke...
2007-11-21 Alan CoxWhen reactivating a cached page, reset the page's pool...
2007-11-21 Bjoern A. ZeebMake TSO work with IPSEC compiled into the kernel.
2007-11-21 Robert WatsonAlphabetize pts before pty.
2007-11-21 Max LaierBring back pf_if.c revs 1.8 and 1.6 also lost during...
2007-11-21 Mike MakonnenInstead of manually freeing the packet options structur...
2007-11-21 Max LaierCleanup pf interface mangement - esp. remove EVENTHANDL...
2007-11-21 Ruslan ErmilovTake out em_poll() prototype from under EM_FAST_IRQ...
2007-11-21 Max LaierAvoid excessive error message printout.
2007-11-21 Ariff Abdullah* Fix support for followings:
2007-11-21 Ruslan ErmilovCorrect a path for obsolete liblwres.so.10.
2007-11-21 Max LaierReloop OpenBSD rev. 1.563:
2007-11-21 David XuReuse nwaiter member field to record number of waiters...
2007-11-21 Kevin LoFix NULL dereference in rum_txeof()
2007-11-21 David XuRemove warning level and aliasing restrictions.
2007-11-21 Andrew ThompsonUse the safer callout_init_rw() to allow the softclock...
2007-11-21 David XuConvert ceiling type to unsigned integer before compari...
2007-11-21 David XuAdd some function prototypes.
2007-11-21 David XuRemove umtx_t definition, use type long directly, add...
2007-11-21 David XuAdd function UMTX_OP_WAIT_UINT, the function causes...
2007-11-21 Scott LongExtend critical section coverage in the low-level inter...
2007-11-21 John BirrellUse an intermediate pointer to avoid a strict aliasing...
2007-11-21 Pyun YongHyeonAdd MSI support for 88E8058(Yukon EC Ultra). Unlike...
2007-11-20 Mike MakonnenEnclose entire header in #ifndef _LIBDISK_H_
2007-11-20 Xin LIMark old shared library versions as obsolete.
2007-11-20 Jack F VogelOne nit, FAST handling is now in #ifdef's for compatibility
2007-11-20 Jack F VogelDriver version 6.7.3
2007-11-20 David E. O... Addition style(9) change.
2007-11-20 David E. O... style(9)
2007-11-20 Robert WatsonAnnotate two possible bugs in a comment: (1) we allocat...
2007-11-20 Robert WatsonAdd additional robustness to at_aarpinput() by testing...
2007-11-20 Jung-uk KimCheck battery presence first before trying to get batte...
2007-11-20 Robert WatsonTest that p_textvp is non-NULL be dereferencing, as...
2007-11-20 Gabor Kovesdan- Add callout_init_rw.9 to MLINKS of timeout.9
2007-11-20 Gabor Kovesdan- Document newly added callout_init_rw function
2007-11-20 Pyun YongHyeonAdd 88E8058 to the list of supported hardware.
2007-11-20 Pyun YongHyeonAdd device id for 88E8058(Yukon EC Ultra) which is...
2007-11-20 Pyun YongHyeonMake phy respond only at address 0. This makes phy...
2007-11-20 Pyun YongHyeon o Don't hardcode that Yukon FE has 16KB SRAM. In fact...
2007-11-20 Mike SilbersackComment out the syncache's test which ensures that...
2007-11-20 Pyun YongHyeonDrop maintaing hardware feature(bug) lists for Yukon...
2007-11-20 Pyun YongHyeonVarious fixes for EC Ultra.
2007-11-20 Kevin LoFix KASSERT messages.
2007-11-20 Ken SmithWhile checking over the libraries for 7.0-REL Kris...
2007-11-20 John BirrellThese are the things that the tinderbox has problems...
2007-11-20 Dima DorfmanAdd -o option to match ping(8)
next