]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Ooops, I removed the wrong bits.
[FreeBSD/FreeBSD.git] / sys /
2005-12-21 cognetOoops, I removed the wrong bits.
2005-12-21 cognetRemove #undef DDB I shouldn't have committed.
2005-12-21 ruAdd missing MODULE_DEPEND() so that ppbus.ko and these...
2005-12-21 thompsaAs of r1.21 all broadcast packets are reprocessed by...
2005-12-21 nyanMFi386: revisions 1.34 and 1.36.
2005-12-21 nyanMFi386: revision 1.8.
2005-12-21 nyanMFi386: revision 1.46.
2005-12-21 samadd LINT build
2005-12-21 sobomaxFor the cases when loading bzip2-compressed kernels...
2005-12-21 samdon't assume char is signed
2005-12-21 sambandaid assumption that char is signed
2005-12-20 alcEliminate an unneeded (vm_prot_t) parameter from two...
2005-12-20 pav- Fix type in previous commit; unbreak build
2005-12-20 impMove device 'cs' into i386/pc98 specific NOTES. It...
2005-12-20 jhb- Use PCIR_BAR() macro for the BAR for the aperture.
2005-12-20 jhb- Bump FreeBSD version for the hostb(4) and vgapci...
2005-12-20 jhbAttach to the vgapci device rather than pci.
2005-12-20 jhbAdd a vgapci(4) stub device driver for VGA PCI devices...
2005-12-20 jhbAdd a vgapci(4) stub device driver for VGA PCI devices...
2005-12-20 psRemove GIANT from device random.
2005-12-20 jhbChange the various AGP drivers that attach to the Host...
2005-12-20 jhbMove the hostb driver out of the i386 and amd64 PCI...
2005-12-20 ruCreate "smb" device when "smbus" device is attached...
2005-12-20 jhbChange the agp_find_device() to return the first agp...
2005-12-20 cognetRather than appending it at the end of the kernel build...
2005-12-20 jhbDon't map the AGP aperture into contiguous KVA. The...
2005-12-20 jhbDestroy the /dev device before destroying the mutex...
2005-12-20 jhbUse pci_find_extcap() to search for AGP capabilities...
2005-12-20 jhbAdd a new method PCI_FIND_EXTCAP() to the pci bus inter...
2005-12-20 pav- Ignore incorrect CSW signatures on my PURE PocketDab...
2005-12-20 ruStop creating duplicate "smb" devices when unloading...
2005-12-20 teggeDon't access fs->first_object after dropping reference...
2005-12-20 delphijUse consistent indent character as other IPPROTO_*...
2005-12-20 gnnAdd protocol number for SCTP.
2005-12-20 sobomaxUnbreak pc98 after my last changes to i386.
2005-12-20 cognet- Disable the instruction cache very early, until it...
2005-12-20 cognetMake the elf trampoline disable the MMU, and link it...
2005-12-20 pjdReduce Giant scope a bit, as fdrop() is believed to...
2005-12-20 pjdvfs_mount_alloc() always returns 0, but what we really...
2005-12-20 mlaierMove PFSTATE_EXPIRING from sync_flags to a new local_fl...
2005-12-19 marcelo Add the GNU symbol versioning section constants...
2005-12-19 pjdUse 'td' instead of 'curthread'.
2005-12-19 sobomaxIf LOADER_BZIP2_SUPPORT is defined allocate heap in...
2005-12-19 sobomaxLong-long time ago, when the trees were large and memor...
2005-12-19 davidxuFix a bug in slice calculation code, current code uses...
2005-12-19 pjdMFp4: Typo fix (without it the XML GEOM tree wasn't...
2005-12-19 pjdStyle nit.
2005-12-19 pjdAllow to use TransFlash drive, which can be found in...
2005-12-19 pjd- Document another spare flag (0x00000010).
2005-12-19 marcelBump __FreeBSD_version to 700009 because:
2005-12-18 flz- Add ProductID for the iPod Nano.
2005-12-18 glebiusSince BGE_MBX_TX_HOST_PROD0_LO register is write-only...
2005-12-18 kanImplement ELF symbol versioning using GNU semantics...
2005-12-18 glebiusAdd a knob to suppress logging of attempts to modify
2005-12-18 glebius- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch...
2005-12-18 njlRemove the KTR for hardclock completely. It seems...
2005-12-18 njlRestore KTR_CRITICAL but conditionally compile it in...
2005-12-18 ariffPrecision for AFMT_x24_yE and AFMT_x32_yE should be...
2005-12-18 nyanMerged from sys/dev/sio/sio.c revision 1.463.
2005-12-18 marcelMake our ELF64 type definitions match standards. In...
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 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 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 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 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 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 scottlDon peril sensitive sunglasses and jack up the MAX_BPAG...
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 thompsaIt is not safe to use m_copypacket() here as the return...
2005-12-15 jhbRemove linux_mib_destroy() (which I actually added...
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-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 sammake packet bursting configurable (default to on if...
2005-12-14 jhbAdd support for the nForce2/3/4 SMBus controllers which...
2005-12-14 sosAdd RAID0+1 and RAID5 support to VIA RAID code.
2005-12-14 sosAdd support for VIA VT8251 southbridge.
next