]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-09-28 thompsaMFp4
2009-09-28 thompsaAdd basic support for USB Network Control Model (NCM...
2009-09-28 thompsaAdd extra safety locking when clobbering xfer->flags_in...
2009-09-28 thompsaCorrect buffer sizes used so that they match. The old...
2009-09-28 delphijStatic'ify internal methods and use prototype.
2009-09-28 thompsaAdd support for USB language selection.
2009-09-28 thompsaFix NULL-pointer dereference in usb_endpoint_foreach().
2009-09-28 thompsaAdd support for ChipHead 341 serial port adapter.
2009-09-28 thompsaClear all interrupts rather than just SETUP packet.
2009-09-28 thompsaSimplify logic around setting EHCI_QH_DTC and expand...
2009-09-28 thompsaImport two PCI quirks from Linux
2009-09-28 thompsaMFp4 @ 168387
2009-09-28 cpercivaSilence warning printed by getfsspec(3) when /etc/fstab...
2009-09-27 mavFethch more information from IDENTIFY result.
2009-09-27 gabor- Add share/nls/gl_ES.ISO8859-1, which I forgot in...
2009-09-27 bzAdd a simple C program to check mmap calls to various...
2009-09-27 simon- When we run our trap cleanup handler, echo that we...
2009-09-27 mavReport SATA 3.x devices.
2009-09-27 mavAdd more defines from recent and not only specs.
2009-09-27 edAdd support for VT200-style mouse input.
2009-09-27 simonDo not allow mmap with the MAP_FIXED argument to map...
2009-09-27 jkimCopy apm(4) emulation from sys/i386/acpica/acpi_machdep...
2009-09-27 nyanAdd '#define NFSCLIENT' into opt_nfs.h if the NFSCLIENT...
2009-09-27 gabor- Add Galician NLS catalog
2009-09-26 desprinterr_reply() has never been used for as long as...
2009-09-26 hrsUse ipv6if() when $rtadvd_interfaces="AUTO".
2009-09-26 hrsMove rc.d/{stf,faith} to just before rc.d/routing.
2009-09-26 hrsFix several logic bugs in the previous IPv6 variable...
2009-09-26 pjdEnsure that tv_sec is between INT32_MIN and INT32_MAX...
2009-09-26 alcMake malloc(3) superpage aware. Specifically, if getpa...
2009-09-26 rpauloPromote the cpu_class local variable to global and...
2009-09-26 edAdd 256 color support.
2009-09-26 edProperly get out of origin mode if the cursor has to...
2009-09-26 edGet rid of now deprecated SCS wrappers.
2009-09-26 edMake the fuzzer a bit more useful by forcing 7-bit...
2009-09-26 bzlindev(4) [1] is supposed to be a collection of linux...
2009-09-26 pjdHandle cases where virtual (GFS) vnodes are referenced...
2009-09-26 pjdOn lookup error VFS expects *vpp to be set to NULL...
2009-09-26 pjdUse traverse() function to find and return mount point...
2009-09-26 pjd- Don't depend on value returned by gfs_*_inactive...
2009-09-25 desWipe out mergeinfo.
2009-09-25 desOther minor style issues.
2009-09-25 desSlight style cleanup.
2009-09-25 jkimFix couple of style nits missed in the previous commit.
2009-09-25 jkim- Use x86bios_offset() instead of BIOS_PADDRTOVADDR...
2009-09-25 pjdFletcher4 is not the default checksum algorithm.
2009-09-25 pjdSwitch to fletcher4 as the default checksum algorithm...
2009-09-25 jkimReject some VESA graphics modes if the controller does...
2009-09-25 jkim- Reduce BIOS memory mapping. We want 1MB of physical...
2009-09-25 mariusMerge r194204 from amd64/i386:
2009-09-25 edAdd a new escape sequence to switch between cons25...
2009-09-25 edConformance: ignore {delete,insert} line while outside...
2009-09-25 delphijFix LINT build.
2009-09-25 davidxudon't report error if key was deleted.
2009-09-25 davidxuIn function do_rw_wrlock, when a writer got an error...
2009-09-24 jkimDump real mode registers under bootverbose to help...
2009-09-24 edAdd __unused.
2009-09-24 edMake SCS work in 8-bit mode.
2009-09-24 jkimInitialize registers to zero before calling the interru...
2009-09-24 jkimSome broken VESA BIOSes, e.g., IBM T23, return wrong...
2009-09-24 jkimr197444 unnecessarily changed positions of these files...
2009-09-24 jkim- Use FreeBSD function naming convention.
2009-09-24 yongariAlign Tx/Rx descriptors on 32 bytes boundary instead...
2009-09-24 yongariDestroy dmamap in dma cleanup.
2009-09-24 yongariConsistently use bus_addr_t.
2009-09-24 mavDo not call BUS_DRIVER_ADDED() for detached buses ...
2009-09-24 yongariUse __NO_STRICT_ALIGNMENT to determine whether de(4...
2009-09-24 jhbRemove unnecessary locking from attach(). This fixes...
2009-09-24 pjdBefore calling vflush(FORCECLOSE) mark file system...
2009-09-24 pjdClose race in zfs_zget(). We have to increase usecount...
2009-09-24 emasteAdd a backtrace to the "fpudna in kernel mode!" case...
2009-09-24 rpauloUpdate the includes to two more levels of subdirs.
2009-09-24 avgnumber of cleanups in i386 and amd64 pci md code
2009-09-24 marcelDon't create more partitions than can fit in the table...
2009-09-23 attiliorwlock implemented from libthr need to fall through...
2009-09-23 jkimMove sys/dev/x86bios to sys/compat/x86bios.
2009-09-23 jkim- Use spin lock instead of default mutex for safety...
2009-09-23 rpauloReplace 'can not' with 'cannot' so that we use 'cannot...
2009-09-23 jhbExtract the code to find and map the MADT ACPI table...
2009-09-23 jhbUninline an instance of STAILQ_FOREACH_SAFE().
2009-09-23 emasteUse %zu for size_t, not %zd.
2009-09-23 traszAdd cross-filesystem regression tests for ACLs.
2009-09-23 traszIn VOP_SETACL(9) and VOP_GETACL(9), specifying wrong...
2009-09-23 traszAdd ACL fuzzer. It's not used by the regression tests...
2009-09-23 mlaierImprove on r197334:
2009-09-23 jhb- Remove a bogus test: setsockopt() doesn't return...
2009-09-23 stas- Bump __FreeBSD_version to reflect the point when...
2009-09-23 kibDocument osrel node for procfs.
2009-09-23 kibAdd per-process osrel node to the procfs, to allow...
2009-09-23 pjdRestore BSD behaviour - when creating new directory...
2009-09-23 silbyIn netstat -x, do not try to print out tcp timer status...
2009-09-23 delphijInitialize registers to zero before calling the interru...
2009-09-22 mavMFp4:
2009-09-22 mavLock bus scan.
2009-09-22 mavMFp4:
2009-09-22 delphijTemporarily disable typematic retrieving code until...
2009-09-22 jhbThe elements in the component arrays may be direct...
2009-09-22 rpauloNote the D3.03 mesh changes.
2009-09-22 rpauloUpdate 802.11s mesh support to draft 3.03. This include...
2009-09-22 rpauloReserve events for XScale.
next