]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-12-18 marcelGet in sync with current ELF definitions. In particular...
2005-12-17 marcelFix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbo...
2005-12-17 marcelKnow the machines FreeBSD runs on. Print the machine...
2005-12-17 alcCorrect a long-standing problem in elfN_map_insert...
2005-12-17 thompsaUse M_ZERO for the bridge_iflist to ensure there are...
2005-12-17 thompsaMinor whitespace cleanup.
2005-12-17 davidxuUpdate copyright.
2005-12-17 obrientrim trailing ^I
2005-12-17 thompsaChange from a callback in if_ethersubr to using EVENTHA...
2005-12-17 njlClean up unused or poorly utilized KTR values. Remove...
2005-12-16 ruBackout pseudo nForce2/3/4 support. These devices...
2005-12-16 jhb- Use uintfptr_t rather than int for the kernel profili...
2005-12-16 jhbChange the addupc_*() functions to use the uintfptr_t...
2005-12-16 jhbGC some unused frame types.
2005-12-16 alcStyle: The second argument to vm_map_find() should...
2005-12-16 phkAdd an extensible version of our *printf(3) implementat...
2005-12-16 alcUse sf_buf_alloc() instead of vm_map_find() on exec_map...
2005-12-16 delphijIn pipe_write(): when uiomove() fails, do not spin...
2005-12-16 wpaulMFC: sync with -current (interrupt handler API fixes...
2005-12-16 wpaulIn ndis_rxeof_eth(), avoid acquiring the NDIS miniport...
2005-12-16 ruFix PCI ID of the AMD-8111 System Management controller...
2005-12-16 emasteAdd descriptions for sysctl -d.
2005-12-16 davidxuReplace selwakeuppri with selwakeup, let scheduler...
2005-12-16 glebiusCleanup __FreeBSD_version.
2005-12-16 ceriDocument the pfsync(4) specific maxupd parameter, with...
2005-12-16 yongariAdd jumbo frame support for architectures with strict...
2005-12-16 sosCleanup the strings for printing chipset names, saves...
2005-12-16 psIt seems ciss should ignore overrun and underrun on...
2005-12-16 scottlMake this compile on 64bit systems. It likely isn...
2005-12-16 scottlFix compiling on platforms with 64bit time_t.
2005-12-16 scottlDon peril sensitive sunglasses and jack up the MAX_BPAG...
2005-12-16 davidxuWith current pthread implementations, a mutex initializ...
2005-12-15 jhbUse uintmax_t and %j to print bus dma segment members...
2005-12-15 jhbUse %t (ptrdiff_t modifier) to print a couple of pointe...
2005-12-15 joelMake the SYNOPSIS section a bit more informative.
2005-12-15 joelMake the SYNOPSIS section a bit more informative.
2005-12-15 thompsaIt is not safe to use m_copypacket() here as the return...
2005-12-15 jhbInstall nextboot in /rescue as /rescue/nextboot rather...
2005-12-15 bruefferVIA Tech V-RAID write support added.
2005-12-15 jhbRemove linux_mib_destroy() (which I actually added...
2005-12-15 bdeAdded comments about the apparently-magic rational...
2005-12-15 sosAdd support for writing VIA metadata.
2005-12-15 glebiuso Rewrite bge_encap() to use bus_dmamap_load_mbuf_sg...
2005-12-15 yongariAdd bge(4) support for big-endian architectures(part...
2005-12-15 iedowseRemove one more reference to usbd.conf.
2005-12-15 iedowseRemove usbd(8) and all references to it. It is no longe...
2005-12-14 emasteWhen using m_dup(9) to copy more than MHLEN bytes of...
2005-12-14 muxFix a bunch of SYSCTL_INT() that should have been SYSCT...
2005-12-14 jhbFix stale comment.
2005-12-14 jhbWhitespace.
2005-12-14 bruefferAdd Via VT8251 support.
2005-12-14 wilkoSpelling fixes and minor nit.
2005-12-14 samadd control for packet bursting
2005-12-14 sammake packet bursting configurable (default to on if...
2005-12-14 jhbAdd support for the nForce2/3/4 SMBus controllers which...
2005-12-14 maximFix the name of the country I was born.
2005-12-14 maximo Now when SIG_IGN signal action for SIGCHLD reap zombies
2005-12-14 sosAdd RAID0+1 and RAID5 support to VIA RAID code.
2005-12-14 sosAdd support for VIA VT8251 southbridge.
2005-12-14 sosCorrect calculation of RAID0 sizes on VIA RAID arrays.
2005-12-14 maximo Correct usage(): delete command takes as argument...
2005-12-14 scottlMega update to the LSI MegaRAID driver:
2005-12-14 thompsaAdd support for creating span ports so that one can...
2005-12-14 davidxuStyle fixs, add missing word 'signal'.
2005-12-14 samdisplay a bssid that's zero with the -v option
2005-12-14 samWhen creating neighbor entries for an ahdemo bss apply...
2005-12-14 samwhen creating an ahdemo bss use any requested bssid...
2005-12-14 samallow setting the bssid in any mode
2005-12-14 desEradicate caddr_t from the VFS API.
2005-12-14 desNuke vnodeop_desc.vdesc_transports, which has been...
2005-12-14 scottlFix the Tigon I/II driver to support 64-bit DMA. In...
2005-12-13 jhbAdd a new 'show lock' command to ddb. If the argument...
2005-12-13 rodrigcHide DDB-specific functions inside check for #ifdef...
2005-12-13 desAdd a -c option to control caddr_t replacement (which...
2005-12-13 samfix include path
2005-12-13 samupdate
2005-12-13 samfix include pathnames
2005-12-13 desAdd a script that converts K&R-style function definitio...
2005-12-13 bdeOptimize by not doing excessive conversions for handlin...
2005-12-13 alcAssert that the page that is given to vm_page_free_toq...
2005-12-13 peterMFamd64 rev 1.223: Use the TSC to implement DELAY(...
2005-12-13 jhbRevert previous commit. The BIOS braindamage is even...
2005-12-13 bdeFixed some especially horrible style bugs (indentation...
2005-12-13 desPrint user, system and real time upon exit.
2005-12-13 ru[mdoc] add missing space before a punctuation type...
2005-12-13 delphijIn Linux, kernel parameters passed to ioctl are by...
2005-12-13 jhbDon't check the CPUID_APIC bit in the cpu_features...
2005-12-13 davidxuSort .Xr by section number.
2005-12-13 phk/* You're not supposed to hit this problem */
2005-12-13 glebiusAdd a new feature for optimizining ipfw rulesets -...
2005-12-13 marcelIn bge_link_upd(), rewrite the logic so that status...
2005-12-13 davidxuAdd cross references to siginfo.3.
2005-12-13 rodrigcInherit system-wide BLKDEV_IOSIZE definition.
2005-12-13 davidxuAdd siginfo.
2005-12-12 psImprove upon rev 1.133 where NFS/TCP would not reconnect.
2005-12-12 peterFor the amd64 platform, we can depend on the TSC being...
2005-12-12 impMake uart_getenv() not be ns8250 dependent. This will...
2005-12-12 rodrigcFor reiserfs, pass mount parameters directly to nmount...
2005-12-12 glebius- Polling can be used on SMP.
2005-12-12 samadd mcastrate support
next