]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
style(9), whitespace and spelling nits.
[FreeBSD/FreeBSD.git] / sys / compat /
2011-03-15 netchildStaticize functions which are not used somewhere else...
2011-03-12 avgadd DTrace systrace support for linux32 and freebsd32...
2011-03-12 avgadd DTrace systrace support for linux32 and freebsd32...
2011-03-12 dchaginStyle(9) fixes. No functional changes.
2011-03-12 dasMerge gdtoa-20110304.
2011-03-10 jhbRemove now-obsolete comment.
2011-03-09 jkimRemove custom interrupt dispatcher. This is a pointles...
2011-03-09 dchaginIndeed, remove bogus since r219405 check of the Linux...
2011-03-08 dchaginExtend struct sysvec with new method sv_schedtail,...
2011-03-05 traszExport login class information via kinfo and make it...
2011-03-05 traszRegenerate.
2011-03-05 traszAdd two new system calls, setloginclass(2) and getlogin...
2011-03-03 dchaginPrint out shared flag for debug purpose.
2011-03-03 dchaginSwitch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even...
2011-03-01 rwatsonRegenerate system call files following addition of...
2011-03-01 rwatsonAdd initial support for Capsicum's Capability Mode...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-23 brucecUse the cprd_mem field when setting the start and lengt...
2011-02-23 jhbUse umtx_key objects to uniquely identify futexes....
2011-02-21 brucecFix typos - remove duplicate "the".
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-20 dchaginDo not clobber %rdx.
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-15 dchaginFor realtime signals fill the sigval value.
2011-02-15 dchaginMake a linux_rt_sigtimedwait() system call is actually...
2011-02-15 dchaginStyle(9) fix. Wrap long lines in linux_rt_sigtimedwait().
2011-02-15 dchaginPut the macro declaration in the relevant include file...
2011-02-14 dchaginStyle(9) fix. Do not initialize variables in the declar...
2011-02-13 dchaginSort include files in the alphabetical order.
2011-02-13 dchaginRemove comment about 'ftlk' LOR.
2011-02-13 dchaginStop printing the LOR, as this is expected behavior.
2011-02-13 dchaginThe bitset field of freshly created futex should be...
2011-02-12 dchaginRename used_requeue and use it as bitwise field to...
2011-02-12 dchaginSlightly rewrite linux_fork:
2011-02-12 dchaginRemove bogus include <machine/frame.h>
2011-02-12 dchaginMove linux_clone(), linux_fork(), linux_vfork() to...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-09 netchildLinux' shm_open() fails because it wants to find some...
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-01-31 dchaginYet another unimplemented futex operation, print out...
2011-01-31 dchaginImplement a futex BITSET op.
2011-01-31 bzUpdate interface stats counters to match the current...
2011-01-28 dchaginStyle(9) fixes.
2011-01-28 dchaginImplement a variation of the linux_common_wait() which...
2011-01-28 dchaginStyle(9) fix.
2011-01-26 dchaginAdd macro to test the sv_flags of any process. Change...
2011-01-23 dchaginStyle(9) fix.
2011-01-19 kibIn linuxolator getdents_common(), it seems there is...
2011-01-19 mdfFix a few more SYSCTL_PROC() that were missing a CTLFLA...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-08 kibCreate shared (readonly) page. Each ABI may specify...
2010-12-30 scfFix the LINUX_SOUND_MIXER_INFO ioctl to return success...
2010-12-20 tijlMerge amd64 and i386 bus.h and move the resulting heade...
2010-12-19 kibRestore the ABI of struct kinfo_proc32 after r213536.
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-09 dimSync: merge r216133 through r216338 from ^/head.
2010-12-06 bschmidtImplement NdisGetRoutineAddress and MmGetSystemRoutineA...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-12-02 dimSync: merge r215944 through r216132 from ^/head.
2010-11-29 bschmidtAdd a dummy for IoOpenDeviceRegistryKey().
2010-11-29 bschmidtSome drivers rely on the existence of certain keys...
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-25 dimSync: merge r215709 through r215824 from ^/head.
2010-11-23 bschmidtAdd prototype for InitializeSListHead().
2010-11-23 bschmidtAdd a few functions used in newer drivers. Fix RtlCompa...
2010-11-23 pluknetUpdate MNT_ROOTFS comments after changes in the root...
2010-11-23 kibAdd include guards.
2010-11-22 dimSync: merge r215464 through r215708 from ^/head.
2010-11-22 bschmidtResurrect amd64 support.
2010-11-22 bschmidtPrefer pmap_extract() over pmap_kextract() as done...
2010-11-22 dimFix linux kernel module breakage introduced in r215675...
2010-11-22 attilioAdd the ability for GDB to printout the thread name...
2010-11-22 netchildDo not take the process lock. The assignment to u_short...
2010-11-22 netchildRemove trailing dot from the unimplemented futex messag...
2010-11-22 netchildBy using the 32-bit Linux version of Sun's Java Develop...
2010-11-18 dimSync: merge r215396 through r215463 from ^/head.
2010-11-17 bschmidtFix a panic on i386 for drivers using MmAllocateContigu...
2010-11-17 bschmidtUse kmem_alloc_contig() to honour the cache_type variable.
2010-11-16 dimSync: merge r215319 through r215395 from ^/head, so...
2010-11-15 desRemove no-op assignment.
2010-11-15 netchildSome style(9) fixes.
2010-11-15 netchild- print out the PID and program name of the program...
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 dimSync: merge r214895 through r215140 from ^/head.
2010-11-11 bschmidtAccording to specs for MmAllocateContiguousMemorySpecif...
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-08 desBreak long line.
2010-11-08 desFix CPU ID in /proc/cpuinfo.
2010-11-06 dimSync: merge r214649 through r214894 from ^/head.
2010-11-04 bschmidtRemove 4.x, 5.x and 6.x compatibility bits.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-11-01 dimMerge ^/vendor/binutils/dist@214571 into contrib/binuti...
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-21 dimMerge ^vendor/binutils/dist@214082 into contrib/binutils.
2010-10-14 kibRemove stale comment.
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-12 kibAdd macro DECLARE_MODULE_TIED to denote a module as...
next