]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
On start most of sysctl_kern_proc functions use the same pattern:
[FreeBSD/FreeBSD.git] / sys / compat /
2011-12-04 trocinyProtect process environment variables with p_candebug().
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 trocinyRetire linprocfs_doargv(). Instead use new functions...
2011-11-21 lstewart- Add the ffclock_getcounter(), ffclock_getestimate...
2011-11-19 edMake the Linux *at() calls a bit more complete.
2011-11-19 edRegenerate system call tables.
2011-11-19 edImprove *access*() parameter name consistency.
2011-11-14 jhb- Split out a kern_posix_fadvise() from the posix_fadvi...
2011-11-11 pluknetstruct timespec32: change types of tv_sec and tv_nsec...
2011-11-11 rstoneCorrect the types of the arguments to return probes...
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-11-04 jhbRegen.
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-15 kibControl the execution permission of the readable segmen...
2011-10-14 jhbRegen.
2011-10-14 jhbUse PAIR32TO64() for the offset and length parameters to
2011-10-13 marcelUse PTRIN().
2011-10-13 marcelWrap mprotect(2) so that we can add execute permissions...
2011-10-13 marcelWrap mprotect(2)
2011-10-13 marcelIn freebsd32_mmap() and when compiling for amd64 or...
2011-10-11 bruefferAdd curly braces missed in r226247.
2011-10-11 bruefferProperly free linux_gidset in case of an error.
2011-10-06 jkimUse the caculated length instead of maximum length.
2011-10-06 jkimRemove a now-defunct variable.
2011-10-06 jkimUse uint32_t instead of u_int32_t. Fix style(9) nits.
2011-10-06 jkimMake sure to ignore the leading NULL byte from Linux...
2011-10-06 jkimRestore the original socket address length if it was...
2011-10-06 jkimRetern more appropriate errno when Linux path name...
2011-10-06 jkimInline do_sa_get() function and remove an unused return...
2011-10-06 jkimUnroll inlined strnlen(9) and make it easier to read...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-04 cpercivaFix a bug in UNIX socket handling in the linux emulator...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-16 kmacyAuto-generated code from sys_ prefixing makesyscalls...
2011-09-16 kmacyIn order to maximize the re-usability of kernel code...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-18 jonathanAdd experimental support for process descriptors
2011-08-11 rwatsonSecond-to-last commit implementing Capsicum capabilitie...
2011-08-01 kibImplement the linprocfs swaps file, providing informati...
2011-07-18 bzRename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-17 marckCorrect small typo in a do{}while(0) define
2011-07-17 bzRemove the 'either' from the comment as it'll be less...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-15 jonathanAuto-generated system call code with cap_new(), cap_get...
2011-07-15 jonathanAdd cap_new() and cap_getrights() system calls.
2011-07-14 bzRemove semaphore map entry count "semmap" field and...
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-17 pluknetReturn empty cmdline/environ string for processes with...
2011-06-16 kibRegen.
2011-06-16 kibImplement compat32 for old lseek, for the a.out binarie...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 hrsMerge from head@222434.
2011-05-04 attilioMFC
2011-05-04 netchildCommit the missing linux_videdev2_compat.h (lost somewh...
2011-05-04 netchildAdd FEATURE macros for v4l and v4l2 to the linuxulator.
2011-05-04 netchildThis is v4l2 support for the linuxulator. This allows...
2011-05-04 netchildFix typo in comment, improve comment.
2011-05-04 netchildAdd explanation about the use-permission and FreeBSDify it.
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-18 mdfRegen.
2011-04-18 mdfAdd the posix_fallocate(2) syscall. The default implem...
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-10 traszRemove stray semicolon.
2011-04-07 jkimUse atomic load & store for TSC frequency. It may...
2011-04-05 traszAdd accounting for most of the memory-related resources.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-04-02 kibImplement compat32 shims for PCIOCGETCONF.
2011-04-02 kibProvide the structures and ioctl number definition...
2011-04-01 kibRegen
2011-04-01 kibAdd support for executing the FreeBSD 1/i386 a.out...
2011-03-31 avgRevert r220032:linux compat: add SO_PASSCRED option...
2011-03-30 traszRegenerate.
2011-03-30 traszAdd rctl. It's used by racct to take user-configurable...
2011-03-30 kibRegen.
2011-03-30 kibProvide compat32 shims for kldstat(2).
2011-03-26 avglinux compat: add SO_PASSCRED option with basic handling
2011-03-26 avglinux compat: improve and fix sendmsg/recvmsg compatibility
2011-03-25 kibImplement compat32 MEMRANGE_GET and MEMRANGE_SET. This...
2011-03-25 kibFully emulate MDIOCLIST for compat32.
2011-03-25 kibRemove unneccessary panics, that can be easily triggere...
2011-03-25 kibFix file leakage in the freebsd32_ioctl routines.
2011-03-24 jhbFix some locking nits with the p_state field of struct...
2011-03-18 umeImport openresolv from vendor branch, actually.
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.
next