]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
[FreeBSD/FreeBSD.git] / sys /
2008-09-10 jhbResurrect the sbni(4) driver. Someone finally tested...
2008-09-10 jhbSome K8 chipsets don't expose all of the PCI devices...
2008-09-10 jhbVarious whitespace fixes.
2008-09-10 jhbAdd a proper detach method to the est(4) driver using...
2008-09-10 traszRemove VSVTX, VSGID and VSUID. This should be a no-op,
2008-09-10 bmsAdd a missing break statement; IFDATA_LINKSPECIFIC...
2008-09-10 kmacyGet initial bootstrap of APs working under xen.
2008-09-10 gonzo Fix path in all includes: remove /mips32 subdirectory
2008-09-10 weongyorename flags and add a ZYD_FLAG_DETACHING flag to indic...
2008-09-09 rpauloAllow building k8temp on i386.
2008-09-09 rpauloBuild k8temp on i386.
2008-09-09 remkoAdd support for the CyberPower CP1500AVRLCD.
2008-09-09 rpauloUpdate for new HAL.
2008-09-09 rdivackyGetdents requires padding with 2 bytes instead of 1...
2008-09-09 kibRemove superfluous copyin() of args, structures are...
2008-09-09 yongariAdd workaround for CRC errors seen at 100Mbps on JMC250 A2.
2008-09-09 yongariFix typo.
2008-09-09 bzWork around an integer division resulting in 0 and...
2008-09-09 rnolandIGP based radeon cards such as the rs485 and rs690...
2008-09-09 rnolandWe should never call drm_pci_alloc() while holding...
2008-09-09 kmacyFix issue with recovering from transient jumbo mbuf...
2008-09-08 emaxAdd new TAPGIFNAME tap(4) character device ioctl. This...
2008-09-08 jhb- Reduce scope of #ifdef's in uma_zcreate() call in...
2008-09-08 mariusFor cheetah-class CPUs ensure that the dt512_0 is set...
2008-09-08 mariusUSIII and beyond CPUs have stricter requirements when...
2008-09-08 mariuso Move the MODULE_DEPEND() for cam(4) from the esp_sbus...
2008-09-08 jhbClose a race in sleepq_broadcast() where the sleepq...
2008-09-08 olegbge_tick(): do not touch PHY if link is up. This should...
2008-09-08 rajStreamline #include sections in ds133x and ds1672 drive...
2008-09-08 peterPass 1 of mpsafetty-ifying si(4). It compiles and...
2008-09-08 rajds133x: Introduce device_identify method; update NOTES.
2008-09-08 kibBump __FreeBSD_version for per-CPU GDT on amd64.
2008-09-08 kibThe pcb_gs32p should be per-cpu, not per-thread pointer...
2008-09-08 kibProvide private per-CPU GDTs on amd64. This is required...
2008-09-08 kibIn linux_set_thread_area(), mark pcb as PCB_GS32BIT...
2008-09-08 kibFix inconsistencies in the comments.
2008-09-08 edFix a typo in a comment in the ACPI Fujitsu driver.
2008-09-08 thompsaPut the bridge mac inheritance behind a sysctl with...
2008-09-08 impCommit the no-brainer parts of my space saving kernel...
2008-09-07 bzTo my reading there are no real consumers of ip6_plen...
2008-09-07 joelFix deactivation of speakers while plugging in headphon...
2008-09-07 impMinor cleanup of this config file:
2008-09-07 bzSplit tcp_mss() in tcp_mss() and tcp_mss_update() where...
2008-09-07 rpauloAdd support for MacBook Air. (not tested)
2008-09-07 kibSegment registers are stored in the uc_mcontext member...
2008-09-07 bzV_irtualize SVN r182846 tcp_mssdflt/tcp_v6mssdflt proce...
2008-09-07 bzConvert SYSCTL_INTs for tcp_mssdflt and tcp_v6mssdflt to
2008-09-07 lulf- Add a new ioctl for getting the provider name of...
2008-09-07 bzCatch a possible NULL pointer deref in case the offsets...
2008-09-07 bzAdd a second KASSERT checking for len >= 0 in the tcp...
2008-09-07 pjdInitialize vp, so we don't call VOP_UNLOCK() with NULL...
2008-09-07 nyanUse bus_space_compare() rather than i386_memio_compare...
2008-09-07 nyan- Add the i386_memio_map_load() function to load I...
2008-09-07 nyan- Cleanup i8251 related defines.
2008-09-06 sammake all checks if ni_chw consistent
2008-09-06 samuse c99 syntax for initializers; this silences
2008-09-06 samonly return the negotiated ampdu density for sta mode
2008-09-06 samo kill IEEE80211_NODE_PSUPDATE; it was never used
2008-09-06 samput back placeholder comment
2008-09-06 samo validate the ba policy in addba response
2008-09-06 samadd IEEE80211_NODE_HT_ALL to collect up all the HT...
2008-09-06 samdon't do ampdu reordering of fragments; they should...
2008-09-06 sammoreve the aggregation q; it's not being used and
2008-09-06 pjdLock vnode exclusively around insmntque().
2008-09-06 samo show key indices w/o adjustment
2008-09-06 sampurge ni_reqcw; not used and never will be
2008-09-06 samo fix BAR definitions
2008-09-06 samfix age calculations (yet again); entries in the q...
2008-09-06 rikExport the IPFW_DEFAULT_RULE outside ip_fw2.c. This...
2008-09-06 edSmall style(9) nit in <sys/termios.h>.
2008-09-06 edMake TIOCCONS use priv_check() instead of checking...
2008-09-06 yongariRead ethernet address from ID registers for RTL8102E...
2008-09-05 impTurn some lame pseudo-code into a less lame comment.
2008-09-05 impKill bogus #if 0'd stuff for interrupts. They don...
2008-09-05 impKill vestiges of the special case code we once had...
2008-09-05 rpauloMerge ath again (addition of wisoc files).
2008-09-05 impKill bogus #if 1. There's no need for it since usb...
2008-09-05 julianBe consistent about whether these multi-lined macros...
2008-09-05 impKeep track of the active buffer on output. For the...
2008-09-05 impSort products numerically.
2008-09-05 rpauloFix build.
2008-09-05 rpauloKeep entries sorted.
2008-09-05 rpauloAdd a couple more Apple GPT entries and NetBSD GPT...
2008-09-05 rpauloInclude the vendor in the partition name.
2008-09-05 edFix a small typo in a comment in calcru1().
2008-09-05 jkoshyCorrect a copy-paste error---do not look for REX prefix...
2008-09-05 rpauloMerge fix for P4 expansion from vendor branch.
2008-09-05 rpauloDetect Apple HFS GPT slices.
2008-09-05 weongyoAdd ZyXEL G-202
2008-09-05 davidxuFix LOR between vnode lock and internal mqueue locks.
2008-09-05 pjdCatch up after last insmntque() changes:
2008-09-05 thompsaRemove the alignment of the align parameter. This is...
2008-09-05 davidxuFix lock name conflict.
2008-09-05 keramidaSlightly reword comment and remove typos.
2008-09-04 mariusWhen determining whether we trapped while in the PROM...
2008-09-04 mariusUse the PROM provided SUNW,set-trap-table to take over...
2008-09-04 mariusEnsure the caches have the desired configuration (see...
2008-09-04 mariusFlesh out MMU and cache handling of cheetah-class CPUs.
2008-09-04 mariusThe physical address space of cheetah-class CPUs has...
2008-09-04 mariusEnsure interrupts are off while in {d,i}tlb_va_to_pa_su...
next