]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Fix compilation when DDB disabled. Adds 'ifdef DDB' around
[FreeBSD/FreeBSD.git] / sys / compat /
2010-08-10 jkimPlace spinlock_enter() and spinlock_exit() just around...
2010-08-10 jkimTidy up locking and memory allocation for the real...
2010-08-09 jkimTidy up printf() calls for debugging.
2010-08-09 jkimInitialize a variable just before its use.
2010-08-09 jkimReduce diffs between VM86 and X86EMU wrappers for x86bi...
2010-08-07 kibPrefer struct sysentvec sv_psstrings to hardcoding...
2010-08-07 kibAdd compat32 definition for (old) struct ostat.
2010-08-07 jkimDo not block any I/O port on amd64.
2010-08-07 jkimOptimize interrupt vector lookup. There is no need...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 jkimConsistently use architecture specific macros.
2010-08-06 jkimFix allocation of multiple pages, which forgot to incre...
2010-08-05 jkimRe-add flag register for output. Some BIOS calls actua...
2010-08-05 jkimDo not copy stack pointer and flags. These registers...
2010-08-05 jkimImplement a simple native VM86 backend for X86BIOS...
2010-08-04 kibCopy inode birthtime to the struct stat32.
2010-08-04 kibFix style.
2010-08-03 kibWhen compat32 recvmsg(2) does not need to copy out...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-27 alcIntroduce exec_alloc_args(). The objective being to...
2010-07-26 kibRevert r210451, and the similar part of the r210431...
2010-07-25 alcChange the order in which the file name, arguments...
2010-07-23 kibRemove the linux_exec_copyin_args(), freebsd32_exec_cop...
2010-07-23 alcEliminate a little bit of duplicated code.
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-17 traszRemove proc locking, it's not needed after r210132.
2010-07-15 traszMake svr4(4) version of poll(2) use the same limit...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-04 kibConstify source argument for siginfo_to_siginfo32().
2010-06-29 jhbTweak the in-kernel API for sending signals to threads:
2010-06-28 kibRegenerate
2010-06-28 kibCount number of threads that enter and leave dynamicall...
2010-06-23 jkimLet x86bios_alloc() pass contigmalloc(9) flags. Use...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-12 edANSIfy prototypes in subr_usbd.c.
2010-06-11 jhbUpdate several places that iterate over CPUs to use...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-05-24 wkoszekBring USB fixes for linux(4).
2010-05-23 kibReorganize syscall entry and leave handling.
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-03 netchild- #ifdef out the cliplist part, skype seems like using...
2010-05-01 jkimReduce MD code further. At least, it compiles on ia64...
2010-05-01 jkimDo not initialize mutex and return error if it cannot...
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-21 kibProvide compat32 shims for kinfo_proc sysctl. This...
2010-04-21 kibExtract the code to copy-out struct rusage32 from struc...
2010-04-14 impmerge svn+ssh://svn.freebsd.org/base/head@206610
2010-04-14 emasteLinux puts a blank line between each CPU.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-03 bzAdd a forward declaration to silence a warning when...
2010-04-02 netchildRe-apply r205683 with some modifications:
2010-03-28 edRename st_*timespec fields to st_*tim for POSIX 2008...
2010-03-26 netchildRevert r205683 to resolve some code quality issues...
2010-03-26 netchildFix some bogus values in linprocfs.
2010-03-26 netchildFix some problems which may lead to a panic:
2010-03-25 jkimRevert accidentally committed initial real mode %sp...
2010-03-25 jkimOptimize real mode page table lookup.
2010-03-25 jkimFix stupid typos. Some VESA BIOSes directly call BIOS...
2010-03-25 nwhitehornChange the arguments of exec_setregs() so that it recei...
2010-03-24 jhbAdd missing Giant locking for the vfsconf list.
2010-03-23 jhbImplement /proc/filesystems.
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-22 jkimSupport memory wraparound instead of high memory as...
2010-03-22 jkimFix i386 PAE kernel build.
2010-03-21 edActually make O_DIRECTORY work.
2010-03-19 jkim- Map EBDA if available and add 64KB above 1MB (high...
2010-03-19 kibRegen
2010-03-19 kibRemove empty line.
2010-03-19 kibImplement compat32 shims for mqueuefs.
2010-03-19 kibImplement compat32 shims for ksem syscalls.
2010-03-19 kibMove SysV IPC freebsd32 compat shims from freebsd32_mis...
2010-03-19 kibMove SysV IPC freebsd32 compat shims helpers from freeb...
2010-03-19 kibIntroduce SYSCALL_INIT_HELPER and SYSCALL32_INIT_HELPER...
2010-03-19 kibFOr SYSCALL_MODULE_HELPER, use "sys/<syscallname>"...
2010-03-19 kibMake freebsd32_copyiniov() available outside of freebsd...
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-18 jkimDetect illegal access to unmapped memory within real...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-11 nwhitehornRegen after big endian compatibility import.
2010-03-11 nwhitehornProvide groundwork for 32-bit binary compatibility...
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-07 edMake /proc/self/fd `work'.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 desIFH@204581
2010-03-02 impMerge with latest head.
2010-03-01 joelThe NetBSD Foundation has granted permission to remove...
next