]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-12-19 mbrAdd the tp->t_refcnt validity check back. There are...
2006-12-19 davidxuRemove unused sysctls.
2006-12-19 pjdUse pipe_direct_write() optimization only if the data...
2006-12-19 ruThe -r option can also cause the files to be extended...
2006-12-19 ruRefine markup and add the EXIT STATUS section where...
2006-12-19 oleg- Add missing callout_drain() call.
2006-12-19 oleg- Fix autonegotiation timer.
2006-12-19 rodrigcFor big-endian version of getulong() macro, cast result...
2006-12-19 rodrigcFix get_ulong() macro on AMD64 (or any little-endian...
2006-12-18 mjacobRestore revision 1.126 that got accidentally nuked.
2006-12-18 mjacobAdd back some CAM_NEW_TRAN code to make backporting...
2006-12-18 takawataRemove stall comment.
2006-12-18 keramidaSpell "Kensington Thinking Mouse" correctly.
2006-12-18 peadarClean bound and non-bound pthread structures consistent...
2006-12-18 jkim- Remove stale VPD support and its comment and get...
2006-12-18 ruUse a standard section name.
2006-12-18 ruImprove markup.
2006-12-18 takawataOops, I forget to add amd64 as ACPI arch.
2006-12-18 pjdFor consistency use 'unsigned' instead of 'u_int'.
2006-12-18 kmacyremove unneeded operations in tsb_set_tte_real - the...
2006-12-18 kmacyadd an interface for passing the entire kernel size...
2006-12-18 kmacyadd new large page sizes for use by shared loader
2006-12-18 kmacybuild new mdesc file
2006-12-18 kmacyadd declaration for new helper function
2006-12-18 kmacyadd helper function for finding a virtual device node...
2006-12-18 takawataHook acpi gadget driver modules to other acpi archs.
2006-12-18 mjacobopt_ah.h ends up copied into a kernelcompile directory...
2006-12-18 mjacobspelling nit
2006-12-18 jkoshyUse <osreldate.h> rather than the OS version reported...
2006-12-18 jkoshyUse the correct value of __FreeBSD_version.
2006-12-18 kmacypush trap conversion up into tl1_trap to further simpli...
2006-12-18 yongariForced commit to note reserved ID registers in rtl81x9 are
2006-12-18 mariusCorrect the previous change:
2006-12-18 kmacySimplify spill/fill fault handling by updating tl1_trap...
2006-12-18 yongariDon't assume IF_LLADDR returns aligned memory address.
2006-12-17 kmacyEvidently neither GENERIC nor kan's config had isa...
2006-12-17 alcOptimize vm_object_split(). Specifically, make the...
2006-12-17 mjacobTry an experiment with using DMA to load firmware into...
2006-12-17 joelAdd Realtek ALC888 and Sigmatel STAC9227 to the HARDWAR...
2006-12-17 ariffLatest updates for Envy24/24HT. Fix various issues...
2006-12-17 ariffAdd codec id for [1] Realtek ALC888 and [2] Sigmatel...
2006-12-17 ariffAdd support for Nvidia Nforce MCP04 AC97 controller.
2006-12-17 kmacyNewer versions of gcc don't support treating structures...
2006-12-17 kmacyEvidently FreeBSD has long relied on the compiler to...
2006-12-17 kmacyremove TRAP_TRACING code that wasn't getting used
2006-12-17 kmacyvm86_initflags was causing gcc41 and even gcc346 to...
2006-12-17 kmacyGC unused fields in pcpu
2006-12-17 kmacyreplace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthr...
2006-12-17 kmacyeliminate use of curpmap except where protected by...
2006-12-17 kmacymake unmap_perm_addr conform to declaration
2006-12-17 kmacyeliminate extra branches by making better use of branch...
2006-12-17 kmacy- Remove PCPU references by passing field as a referenc...
2006-12-17 kmacyktrace_cv is no longer used - remove
2006-12-17 kmacyCleaner fix for handling declaration of loop variable...
2006-12-16 acheDon't intermix assignments and variable declarations...
2006-12-16 acheFix NULL pointer reference for INVARIANTS case
2006-12-16 rodrigcIn vfs_export(), if we specify MNT_DELEXPORT in the...
2006-12-16 rodrigcAdd a function vfs_deleteopt() which searches through...
2006-12-16 bzIn ip6_sprintf print the addresses in a more common...
2006-12-16 cognetDo not special-case __ARMEB__, we handle that in the...
2006-12-16 rodrigcConvert to ANSI-style function prototypes.
2006-12-16 rwatsonFor now, back out sysv_ipc.c:1.30, which caused shmget...
2006-12-16 jkoshyFix a typo.
2006-12-16 rwatsonReference socket(9) from ng_ksocket(4). Reference...
2006-12-16 ariffMiscellaneous fixups and quirks for ASUS A7M, LG LW20 and
2006-12-16 kmacyProtect consistency of all internal functions in tte_ha...
2006-12-16 kmacytte_hash_resize implicitly expects to be protected...
2006-12-16 alcSimplify the computation of the new object's size in...
2006-12-16 kmacychange PTL trap type name to assist in tracking down...
2006-12-16 kmacy- KASSERT takes two arguments
2006-12-16 kmacycorrect name of number of sleep queues
2006-12-16 mjacobMake some slight reorganization (bringing back in some
2006-12-16 kmacyAdd second sleep queue so that sx and lockmgr can have...
2006-12-16 kmacy- make better use of branch delay slots in exception.S
2006-12-16 rodrigcConsistently use a socklen_t type where required, and...
2006-12-16 mjacobImplement ISP_RESET0 for PCI and SBUS attachments-...
2006-12-16 kmacy- make intent behind skip check clearer
2006-12-16 kmacydon't return directly to copyin and friends when we...
2006-12-16 kmacy- Fix some gcc warnings in lock_profile.h
2006-12-15 rwatsonAdd a basic man page for the socket(9) kernel programmi...
2006-12-15 n_hibmaDon't exit from watchdogd on receiving a signal if...
2006-12-15 flz"Paralleled" should have been "parceled".
2006-12-15 n_hibmaAlign the interfaces for the various watchdogs and...
2006-12-15 umeMerge BIND9 9.3.3 into main chunk.
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 umeVendor import of BIND 9.3.3
2006-12-15 syrinxDo not add 'default:' cases inside a switch() on an...
2006-12-15 pjdchflags(2) returns EPERM when user tries to set or...
2006-12-15 pjdFix ggated for platforms with 64bit size_t. The DIOCGSE...
2006-12-15 dougbFix the problem with the nsupdate(8) man page reported
2006-12-15 ruFix the fix in rev. 1.15 so that we jump to the next...
2006-12-15 jkoshyDocument extended program header numbering.
2006-12-15 pavFix typos in comment block
2006-12-15 ruFix markup.
2006-12-15 ruFix one minor inaccuracy.
2006-12-15 ruImprove markup and grammar.
2006-12-15 pisoo made in kernel libalias mpsafe
2006-12-15 rrsThis adds the "system calls"
2006-12-15 davidxu- Remove variable _thr_scope_system, all threads are...
2006-12-15 ruMention what underlining is meant here.
next