]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because
[FreeBSD/FreeBSD.git] / sys / sys /
2012-04-18 marckVMware environments are not unusual now. Add VMware...
2012-04-17 mckusickDrop export of vdestroy() function from kern/vfs_subr...
2012-04-17 mckusickReplace the MNT_VNODE_FOREACH interface with MNT_VNODE_...
2012-04-16 dimBump __FreeBSD_version due to the import of a new clang...
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-12 jhb- Extend the KDB interface to add a per-debugger callba...
2012-04-12 kibAdd thread-private flag to indicate that error value...
2012-04-11 mckusickExport vinactive() from kern/vfs_subr.c (e.g., make...
2012-04-11 mckusickWhitespace cleanup.
2012-04-11 jhbAllow device_busy() and device_unbusy() to be invoked...
2012-04-07 glebAdd vfs_getopt_size. Support human readable file system...
2012-04-05 jhbAdd new ktrace records for the start and end of VM...
2012-04-05 davidxuumtx operation UMTX_OP_MUTEX_WAKE has a side-effect...
2012-04-01 jhbExport some more useful info about shared memory object...
2012-04-01 theravenBump __FreeBSD_version for xlocale cleanup, as requeste...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-29 hselaskyMove tty_opened_ns() into syscons.c which is currently the
2012-03-29 hselaskyFix for NULL-pointer panic during boot, if keys are...
2012-03-28 fabientAdd software PMC support.
2012-03-28 mckusickKeep track of the mount point associated with a special...
2012-03-27 rstoneInstead of only iterating over the set of known SDT...
2012-03-26 gonzoAdd .reginfo section entry
2012-03-26 rmhRegister signal 33 explicitly as reserved by real-time...
2012-03-26 mariusRemove second consts in r233288 in order to appease...
2012-03-26 melifaro- Add knlist_init_rw_reader() function to kqueue(9).
2012-03-25 traszRemove unused define.
2012-03-23 gonzoAdd define for MIPS.options
2012-03-23 trocinyAdd a sysctl to set and retrieve binary osreldate of...
2012-03-23 gonzoAdd Octeon class and CPU type
2012-03-22 gonzoFix PMC syscall on 64-bit big endian systems.
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-22 alcHandle spurious page faults that may occur in no-fault...
2012-03-21 mariusDeclare the CRC lookup-tables const as they hardly...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-19 eadler- Clean up timestamps in msgbuf code. The timestamps...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-12 mavTune cpuset macros to optimize cases when CPU_SETSIZE...
2012-03-11 kibRemove fifo.h. The only used function declaration from...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-10 mavIdle ticks optimization:
2012-03-10 kibAdd brackets around bare '-1' used as the macro body.
2012-03-09 kibDecomission mnt_noasync. Introduce MNTK_NOASYNC mnt_ker...
2012-03-08 jhbAdd a new sched_clear_name() method to the scheduler...
2012-03-07 kibThe pipe_poll() performs lockless access to the vnode...
2012-03-06 traszMake racct and rctl correctly handle jail renaming...
2012-03-04 theravenReapply 227753 (xlocale cleanup), plus some fixes so...
2012-03-03 jmalletto) Add COMPAT_FREEBSD32 support for MIPS kernels using...
2012-03-03 rmacklemPost r230394, the Lookup RPC counts for both NFS client...
2012-03-01 davide- Add support for the Intel Sandy Bridge microarchitect...
2012-03-01 jhb- Change contigmalloc() to use the vm_paddr_t type...
2012-03-01 mckusickThis change avoids a kernel deadlock on "snaplk" when...
2012-02-29 trocinyIntroduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UN...
2012-02-29 mmAdd procfs to jail-mountable filesystems.
2012-02-27 kibCurrently, the debugger attached to the process executi...
2012-02-27 jhbTypo.
2012-02-26 mmAnalogous to r232059, add a parameter for the ZFS file...
2012-02-26 trocinyAdd sysctl to retrieve or set umask of another process.
2012-02-26 kibAdd SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level...
2012-02-25 mmBump __FreeBSD_version due to libarchive update.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-25 trocinyWhen detaching an unix domain socket, uipc_detach(...
2012-02-25 davidxuIn revision 231989, we pass a 16-bit clock ID into...
2012-02-23 mmTo improve control over the use of mount(8) inside...
2012-02-23 kmacymerge pipe and fifo implementations
2012-02-23 kibAllow the parent to gather the exit status of the child...
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 davidxuUse unused fourth argument of umtx_op to pass flags...
2012-02-21 kibFix found places where uio_resid is truncated to int.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 eadlerAdd a timestamp to the msgbuf output in order to determ...
2012-02-14 dimRevert r231673 and r231682 for now, until we can run...
2012-02-14 theravenCleanup of xlocale:
2012-02-14 gonzoAdd ARM relocations types used for thread-local storage
2012-02-11 kibThe PTRACESTOP() macro is used only once. Inline the...
2012-02-11 bzProperly name the sysctl to "iflistl" rather than ...
2012-02-11 bzIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-10 edMerge si_name and __si_namebuf.
2012-02-10 aeAdd alias for the partition with type 0x42 to the MBR...
2012-02-10 kibMark the automatically attached child with PL_FLAG_CHIL...
2012-02-09 mmAdd support for mounting devfs inside jails.
2012-02-08 kibTrim 8 unused bytes from struct vnode on 64-bit archite...
2012-02-06 edFix whitespace inconsistencies in TTY code.
2012-02-06 jhbRename cache_lookup_times() to cache_lookup() and retir...
2012-02-06 kibCurrent implementations of sync(2) and syncer vnode...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 glebiusAdd new socket options: TCP_KEEPINIT, TCP_KEEPIDLE...
2012-02-01 kibMake the sys/ucontext.h self-contained by changing...
2012-02-01 davidxuIf multiple threads call kevent() to get AIO events...
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 pluknetIsolate v_caddr_t in the ie driver.
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 kibAdd definition for PT_GNU_RELRO.
2012-01-28 attilioAvoid to check the same cache line/variable from all...
2012-01-27 kmacyexclude kmem_alloc'ed ARC data buffers from kernel...
2012-01-26 kenAdd CAM infrastructure to allow reporting when a drive...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-25 traszFix comment.
2012-01-25 nwhitehornExperimental support for booting CHRP-type PowerPC...
2012-01-22 trocinyChange kern.proc.rlimit sysctl to:
2012-01-22 kibFix typo.
next