]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2009-09-25 Jung-uk Kim- Reduce BIOS memory mapping. We want 1MB of physical...
2009-09-25 Marius StroblMerge r194204 from amd64/i386:
2009-09-25 Ed SchoutenAdd a new escape sequence to switch between cons25...
2009-09-25 Ed SchoutenConformance: ignore {delete,insert} line while outside...
2009-09-25 Xin LIFix LINT build.
2009-09-25 David Xudon't report error if key was deleted.
2009-09-25 David XuIn function do_rw_wrlock, when a writer got an error...
2009-09-24 Jung-uk KimDump real mode registers under bootverbose to help...
2009-09-24 Ed SchoutenAdd __unused.
2009-09-24 Ed SchoutenMake SCS work in 8-bit mode.
2009-09-24 Jung-uk KimInitialize registers to zero before calling the interru...
2009-09-24 Jung-uk KimSome broken VESA BIOSes, e.g., IBM T23, return wrong...
2009-09-24 Jung-uk Kimr197444 unnecessarily changed positions of these files...
2009-09-24 Jung-uk Kim- Use FreeBSD function naming convention.
2009-09-24 Pyun YongHyeonAlign Tx/Rx descriptors on 32 bytes boundary instead...
2009-09-24 Pyun YongHyeonDestroy dmamap in dma cleanup.
2009-09-24 Pyun YongHyeonConsistently use bus_addr_t.
2009-09-24 Alexander MotinDo not call BUS_DRIVER_ADDED() for detached buses ...
2009-09-24 Pyun YongHyeonUse __NO_STRICT_ALIGNMENT to determine whether de(4...
2009-09-24 John BaldwinRemove unnecessary locking from attach(). This fixes...
2009-09-24 Pawel Jakub... Before calling vflush(FORCECLOSE) mark file system...
2009-09-24 Pawel Jakub... Close race in zfs_zget(). We have to increase usecount...
2009-09-24 Ed MasteAdd a backtrace to the "fpudna in kernel mode!" case...
2009-09-24 Rui PauloUpdate the includes to two more levels of subdirs.
2009-09-24 Andriy Gaponnumber of cleanups in i386 and amd64 pci md code
2009-09-24 Marcel MoolenaarDon't create more partitions than can fit in the table...
2009-09-23 Attilio Raorwlock implemented from libthr need to fall through...
2009-09-23 Jung-uk KimMove sys/dev/x86bios to sys/compat/x86bios.
2009-09-23 Jung-uk Kim- Use spin lock instead of default mutex for safety...
2009-09-23 Rui PauloReplace 'can not' with 'cannot' so that we use 'cannot...
2009-09-23 John BaldwinExtract the code to find and map the MADT ACPI table...
2009-09-23 John BaldwinUninline an instance of STAILQ_FOREACH_SAFE().
2009-09-23 Ed MasteUse %zu for size_t, not %zd.
2009-09-23 Edward Tomasz... Add cross-filesystem regression tests for ACLs.
2009-09-23 Edward Tomasz... In VOP_SETACL(9) and VOP_GETACL(9), specifying wrong...
2009-09-23 Edward Tomasz... Add ACL fuzzer. It's not used by the regression tests...
2009-09-23 Max LaierImprove on r197334:
2009-09-23 John Baldwin- Remove a bogus test: setsockopt() doesn't return...
2009-09-23 Stanislav Sedov- Bump __FreeBSD_version to reflect the point when...
2009-09-23 Konstantin... Document osrel node for procfs.
2009-09-23 Konstantin... Add per-process osrel node to the procfs, to allow...
2009-09-23 Pawel Jakub... Restore BSD behaviour - when creating new directory...
2009-09-23 Mike SilbersackIn netstat -x, do not try to print out tcp timer status...
2009-09-23 Xin LIInitialize registers to zero before calling the interru...
2009-09-22 Alexander MotinMFp4:
2009-09-22 Alexander MotinLock bus scan.
2009-09-22 Alexander MotinMFp4:
2009-09-22 Xin LITemporarily disable typematic retrieving code until...
2009-09-22 John BaldwinThe elements in the component arrays may be direct...
2009-09-22 Rui PauloNote the D3.03 mesh changes.
2009-09-22 Rui PauloUpdate 802.11s mesh support to draft 3.03. This include...
2009-09-22 Rui PauloReserve events for XScale.
2009-09-22 Xin LIRemoved unused empty directory.
2009-09-22 John Baldwin- Split the logic to parse an SMAP entry out into a...
2009-09-22 Roman DivackyChange the command argument to ioctl routines to u_long...
2009-09-22 Roman DivackyDon't build ufs_gjournal.c at all if UFS_GJOURNAL optio...
2009-09-22 Roman DivackyChange unsigned foo to u_foo as required by style(9).
2009-09-22 John BaldwinDon't reread the command register to see if enabling...
2009-09-22 Edward Tomasz... Add pieces of infrastructure required for NFSv4 ACL...
2009-09-22 Joel DahlMove es137x.c and es137x.h to a 2-clause BSD license...
2009-09-22 Coleman KaneThe ndis_scan function may be started after ndis vap...
2009-09-22 Marius Strobl- Add missing bus_dmamap_sync(9) calls for the work...
2009-09-22 Marius Strobl- According to Linux, the ALi M5451 can do 31-bit DMA...
2009-09-22 Ed SchoutenUse an unsigned integer for storing the key code.
2009-09-22 Xin LIHide x86bios stuff in i386/amd64 specific files as...
2009-09-21 Xin LIBuild x86bios only for i386/amd64 for now. More work...
2009-09-21 Andrew GallatinImprove mxge watchdog routine's ability to reliably...
2009-09-21 Alan CoxCorrect a section name; specifically, "AUTHOR" should...
2009-09-21 Alan CoxAdd FreeBSD 7.2 and 7.3.
2009-09-21 Ruslan Ermilov- List newsletters VI-2, VI-3 and VI-4 that were alread...
2009-09-21 Andrew GallatinAdd support for throttling transmit bandwidth. This...
2009-09-21 Konstantin... Remove forward_roundrobin(), it is unused for quite...
2009-09-21 Konstantin... If CPU happens to be in usermode when a T_RESERVED...
2009-09-21 Xin LITo be safe, make this module initialize earlier by...
2009-09-21 Xin LIStyle(9) fixes.
2009-09-21 Xin LIUse __FBSDID to embed RCS ID.
2009-09-21 Ruslan ErmilovFixed markup (mostly) errors.
2009-09-21 Xin LIAllow atkbd to obtain keyboard repeat rate from BIOS...
2009-09-21 Xin LICollapase interrupt supporting functions to a new modul...
2009-09-21 Xin LIRevert part that should not be in my previous commit.
2009-09-21 Xin LIAutomatically depend on x86emu when vesa or dpms is...
2009-09-21 Xin LIEnable s3pci on amd64 which works on top of VESA, and...
2009-09-21 Yoshihiro TakahashiDisable a check on a disk size because it's too strict...
2009-09-21 Matt Jacob(semiforced commit to add comment missed in last delta)
2009-09-21 Matt JacobRemove file unused in freebsd.
2009-09-20 Jilles TjoelkerMention that NUL characters are not allowed in sh(1...
2009-09-20 Marius Strobl- Update the list of known-working machines based on...
2009-09-20 Qing LiA wrong variable is used when setting up the interface
2009-09-20 Jilles TjoelkerUpdate find(1) man page for -L/-delete interaction.
2009-09-20 Diomidis SpinellisIEEE Std 1003.1, 2004 Edition states:
2009-09-20 Diomidis SpinellisFollow POSIX (IEEE Std 1003.1, 2004 Edition) in the...
2009-09-20 Diomidis SpinellisAdd correct test results.
2009-09-20 Diomidis SpinellisDescribe how other systems treat this case.
2009-09-20 Diomidis SpinellisAllow [ to be used as a delimiter.
2009-09-20 Diomidis SpinellisThe transition to Subversion allows us to rename files...
2009-09-20 Pawel Jakub... Purge namecache in the same place OpenSolaris does.
2009-09-20 John BaldwinRe-remove the IBM0057 ID used for PS/2 mouse controller...
2009-09-20 Konstantin... Old (a.out) rtld attempts to mmap zero-length region...
2009-09-20 Michael TuexenFix handling of sctp_drain().
2009-09-20 Michael TuexenFix errnos.
next