]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
Do not dereference vp->v_mount without holding vnode lock and checking
[FreeBSD/FreeBSD.git] / sys / compat /
2009-09-30 rwatsonRegenerate system call files following r197636.
2009-09-30 rwatsonReserve system call numbers for Capsicum security frame...
2009-09-28 delphijUse a 2 clause BSD-style license instead of stating...
2009-09-25 jkim- Reduce BIOS memory mapping. We want 1MB of physical...
2009-09-24 jkimDump real mode registers under bootverbose to help...
2009-09-24 jkim- Use FreeBSD function naming convention.
2009-09-23 jkimMove sys/dev/x86bios to sys/compat/x86bios.
2009-09-13 zecLock the ifnet list while iterating over it.
2009-09-11 jkimMFV: r196804
2009-09-10 desAs jhb@ pointed out to me, r197057 was incorrect, not...
2009-09-10 desIf a certain feature that was present in FreeBSD 7...
2009-09-09 kibkern_select(9) copies fd_set in and out of userspace...
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-08-30 bzMake sure FreeBSD binaries without .note.ABI-tag sectio...
2009-08-28 zecFix a few panics in linuxulator + VIMAGE due to curvnet...
2009-08-24 bzFix handling of .note.ABI-tag section for GNU systems...
2009-08-23 rwatsonRework global locks for interface list and index manage...
2009-08-01 rwatsonMerge the remainder of kern_vimage.c and vimage.h into...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-27 jhbFix the freebsd32 versions of semsys(), shmsys(), and...
2009-07-25 jamieSome jail parameters (in particular, "ip4" and "ip6...
2009-07-14 rwatsonBuild on Jeff Roberson's linker-set based dynamic per...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-08 traszRegen the freebsd32 parts.
2009-07-08 traszFix freebsd32 version of lpathconf(2).
2009-07-08 traszThere is an optimization in chmod(1), that makes it...
2009-06-27 rwatsonReplace AUDIT_ARG() with variable argument macros with...
2009-06-26 weongyoprovides a extra write buffer when the NDIS driver...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-24 jhbRegen.
2009-06-24 jhbChange the ABI of some of the structures used by the...
2009-06-24 jhbAdd a new COMPAT7 flag for FreeBSD 7.x compatibility...
2009-06-23 bzAfter cleaning up rt_tables from vnet.h and cleaning...
2009-06-23 thompsaFix a typeo in the frame len function to unbreak the...
2009-06-23 thompsa- Make struct usb_xfer opaque so that drivers can not...
2009-06-22 jhbRegen.
2009-06-22 jhbFix a typo in a comment.
2009-06-19 brooksRework the credential code to support larger values...
2009-06-17 jhbRegen.
2009-06-17 jhb- Add the ability to mix multiple flags seperated by...
2009-06-17 bzAdd explicit includes for jail.h to the files that...
2009-06-15 jhbRegen.
2009-06-15 jhbAdd a new 'void closefrom(int lowfd)' system call....
2009-06-15 jamieGet vnets from creds instead of threads where they...
2009-06-15 thompsas/usb2_/usb_|usbd_/ on all function names for the USB...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-14 dchaginUnlock process lock when return error from getrobustlis...
2009-06-13 jamieAdd counterparts to getcredhostname:
2009-06-10 kibRegenerate
2009-06-10 kibAdd several syscall compat32 entries for extattr manipu...
2009-06-08 bzAfter r193232 rt_tables in vnet.h are no longer indirec...
2009-06-07 thompsaRename usb pipes to endpoints as it better represents...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 rwatsonMove "options MAC" from opt_mac.h to opt_global.h,...
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-01 dchaginAdd forgotten in previous commit flags argument.
2009-06-01 dchaginImplement accept4 syscall.
2009-06-01 dchaginImplement a variation of the accept_common() which...
2009-06-01 dchaginSplit linux_accept() syscall onto linux_accept_common...
2009-06-01 rwatsonRegenerate generated syscall files following changes...
2009-05-31 dchaginImplement a variation of the socketpair() syscall which...
2009-05-31 dchaginMove new socket flags handling into a separate function...
2009-05-31 dchaginRemove empty lines.
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-30 delphijAttempt to fix build by updating hostid to follow the...
2009-05-29 jamiePlace hostnames and similar information fully under...
2009-05-29 thompsas/usb2_/usb_/ on all typedefs for the USB stack.
2009-05-29 delphijImplement SI_ISALIST.
2009-05-29 delphijFix the sysinfo(SI_HW_SERIAL, emulation so that we...
2009-05-29 delphijcopyinstr(9) takes parameter 'len' as a size_t *, not...
2009-05-29 delphijde-register.
2009-05-29 delphijsvr4_sys_getdents64() should not assume that the cookie...
2009-05-29 delphijAdd new sysconfig bits, Fix the bogus numbering of...
2009-05-28 delphijUse strlcpy().
2009-05-28 thompsas/usb2_/usb_/ on all C structs for the USB stack.
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-27 avglinux_ioctl_cdrom: reduce stack usage
2009-05-27 jamieAdd hierarchical jails. A jail may further virtualize...
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-24 antoineRemove an unused variable.
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-20 jhbComment nits.
2009-05-20 jhbPut the vnode returned from namei() immediately after...
2009-05-19 dchaginValidate user-supplied arguments values.
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 dchaginImplement MSG_CMSG_CLOEXEC flag for linux_recvmsg().
2009-05-16 dchaginSomewhere between 2.6.23 and 2.6.27, Linux added SOCK_C...
2009-05-16 dchaginReturn EINVAL in case when the incorrect or unsupported
2009-05-16 dchaginUse the protocol family constants for the domain argume...
2009-05-16 dchaginEmulate SO_PEERCRED socket option.
2009-05-14 bruefferRemove an unused variable.
2009-05-13 bruefferFix memory leak in an error case.
2009-05-11 dchaginTranslate l_timeval arg to native struct timeval in
2009-05-11 dchaginAdd forgotten linux to bsd flags argument mapping into...
2009-05-10 dchaginDo not export AT_CLKTCK when emulating Linux kernel...
2009-05-10 dchaginIntroduce linux_kernver() interface which is intended...
2009-05-10 dchaginRework r189362, r191883.
2009-05-08 edRegenerate system call tables to use SVN ids.
2009-05-08 edBurn TTY ioctl bridges in compat layers.
2009-05-08 zecIntroduce a new virtualization container, provisionally...
next