]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2005-12-22 jhbReturn BUS_PROBE_GENERIC rather than 0 in the probe...
2005-12-22 jhbUse the copy of the card's MAC address saved in tulip_e...
2005-12-22 nyanEnable the cs and disable the amdsmb and nfsmb on pc98.
2005-12-22 glebius- All bge(4) supported hardware is known to support...
2005-12-22 cognetExplicitely use a "signed char" instead of a "char...
2005-12-22 oleg1) remove useless check of loop_copy - corresponding...
2005-12-22 ddFix typo
2005-12-22 ddCopy the description for the -r option from the tracero...
2005-12-22 ddIf we're operating without running external programs...
2005-12-22 ddSort the list results by the unit number. The list...
2005-12-22 glebiusAdd a quirk to fix resume on some laptops.
2005-12-22 yongariFix bge_eeprom_getbyte() to return 1 when timeout happens.
2005-12-22 yongariUncomment bge(4) as it's now working.
2005-12-22 yongariAdd bge(4) support for big-endian architectures(part...
2005-12-21 thompsaAdd RFC 3378 EtherIP support. This change makes it...
2005-12-21 alcMaintain the vnode lock throughout elfN_load_file(...
2005-12-21 ruDrivers for AMD-8111 and NVIDIA nForce2/3/4 SMBus 2...
2005-12-21 jhbUse ETHER_ADDR_LEN rather than hardcoding 6.
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 delphijPrevious revision was broken on SPARC, fix it by using...
2005-12-21 dougbsyslogd should REQUIRE newsyslog, rather than newsyslog...
2005-12-21 dougbSeveral users have commented (via filing PRs) that...
2005-12-21 thompsaAs of r1.21 all broadcast packets are reprocessed by...
2005-12-21 dougbChange the default for deleting stale files from yes...
2005-12-21 maximo Fix typo: id_t -> uid_t.
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 davidxuLet _mutex_cv_lock call internal functiona mutex_lock_c...
2005-12-21 davidxuHide umtx API symbols as well.
2005-12-21 davidxu1. Retire macro SCLASS, instead simply use language...
2005-12-21 samadd LINT build
2005-12-21 davidxuFollow the mistake in libpthread, the first version...
2005-12-21 delphijUse size_t for length.
2005-12-21 sobomaxFor the cases when loading bzip2-compressed kernels...
2005-12-21 dougbREQUIRE: syslogd and BEFORE: NETWORKING are now antithe...
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 dougbInclude a somewhat hackish way to make sure that we...
2005-12-20 pav- Fix type in previous commit; unbreak build
2005-12-20 impMention PC Card support for the cs device
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 bruefferFirst step in bringing this page up to speed:
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 dougbBrooks pointed out a potential problem with disabling...
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 maximo Remove rev. 1.14 debug printf(3) leftovers.
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 ceriLiberation Day is no longer celebrated in Romania;...
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 bdeExtract the high and low words together. With gcc...
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 sobomax(forced)
2005-12-19 pjdUse 'td' instead of 'curthread'.
2005-12-19 dougbClear up problems with /etc/rc.d/{abi|cleanvar|cleartmp...
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 dougbBring this page of the manual more in line with reality
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 avatarFixing multi-session disc mount by passing the correct...
2005-12-19 obrienFix a benign typo in case it actually makes a differenc...
2005-12-19 pjdStyle nit.
2005-12-19 pjdAllow to use TransFlash drive, which can be found in...
2005-12-19 davidxuClear return code to zero if joiner successfully waited...
2005-12-19 obrienCatch up with device filename changes due to sys/dev...
2005-12-19 obrienNote the device filename changes due to sys/dev/rp...
2005-12-19 pjd- Document another spare flag (0x00000010).
2005-12-19 jkoshyRev 1.15 should have incremented the date on this manua...
2005-12-19 marcelUpdate the date. Forgotten in previous commit.
2005-12-19 bdeUse a minimax polynomial approximation instead of a...
2005-12-19 marcelBump __FreeBSD_version to 700009 because:
2005-12-18 flz- Add ProductID for the iPod Nano.
2005-12-18 bdeFixed code to match comments and the algorithm:
2005-12-18 glebiusSince BGE_MBX_TX_HOST_PROD0_LO register is write-only...
next