]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Forced dismounts of NFS mounts can fail when thread(s) are stuck
[FreeBSD/FreeBSD.git] / sys / sys /
2013-09-01 rmacklemForced dismounts of NFS mounts can fail when thread...
2013-09-01 davideUse single underscore for all parameters name and local...
2013-08-30 pjdStyle cleanups.
2013-08-30 kibAdd BIT_AND_ATOMIC() and CPU_AND_ATOMIC().
2013-08-30 kibMove the definition of the struct unrhdr into a separat...
2013-08-29 npAdd a routine for attaching an mbuf to a buffer with...
2013-08-29 gibbsImplement vector callback for PVHVM and unify event...
2013-08-29 npMerge r254736 from user/np/cxl_tuning.
2013-08-27 andrePad m_hdr on 32bit architectures to to prevent alignmen...
2013-08-26 willAdd the ability to display the default FIB number for...
2013-08-26 jhbRemove most of the remaining sysctl name list macros...
2013-08-25 jillesFix fcntl F_GETFL F_SETFL for files opened execute...
2013-08-25 dumbbellBump __FreeBSD_version to 1000051 after Radeon KMS...
2013-08-25 andreFix CSUM compatibility mapping. SCTP is a layer 4...
2013-08-25 andreBump FreeBSD_version after the struct mbuf changes...
2013-08-25 andreGive (*ext_free) an int return value allowing for very...
2013-08-24 markjRename the kld_unload event handler to kld_unload_try...
2013-08-24 andreRemove unused m_free_fast(). The difference to m_free...
2013-08-24 andreCompact m_hdr by packing the type and flags fields...
2013-08-24 andreAdd mtodo(m, o) macro taking an additional offset into...
2013-08-24 andreRestructure the mbuf pkthdr to make it fit for upcoming...
2013-08-24 andreAdd an mbuf pointer parameter to (*ext_free) to give...
2013-08-24 andredd a 24 bits wide ext_flags field to m_ext by reducing...
2013-08-24 kenAdd support to physio(9) for devices that don't want...
2013-08-24 alfredGrow some spares in struct vfsops.
2013-08-23 delphijAllow tmpfs be mounted inside jail.
2013-08-23 emasteMerge lldb r188801 to contrib/llvm/tools/lldb/
2013-08-23 davideFix the build and fix style.
2013-08-23 davideIntroduce callout_init_rm() so that callouts can be...
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-23 emasteImport NetBSD libexecinfo 20130822 to contrib
2013-08-22 tuexenExport the inpcb features as a 64-bit entity.
2013-08-22 kibBoth cluster_rbuild() and cluster_wbuild() sometimes...
2013-08-22 erwinUpdate Bind to 9.9.3-P2
2013-08-21 kenExpand the use of stat(2) flags to allow storing some...
2013-08-21 andreRevert r254520 and resurrect the M_NOFREE mbuf flag...
2013-08-21 kibImplement read(2)/write(2) and neccessary lseek(2)...
2013-08-21 kibMake the seek a method of the struct fileops.
2013-08-21 kibExtract the general-purpose code from tmpfs to perform...
2013-08-19 andreBump __FreeBSD_version to 1000046 after the addition...
2013-08-19 andreReorder the mbuf defines to make more sense and group...
2013-08-19 andreMigrate the net80211 protocol specific use of M_FRAG...
2013-08-19 andreAdd four additional M_PROTOFLAGS[9-12] for protocol...
2013-08-19 andreAdd m_clrprotoflags() to clear protocol specific mbuf...
2013-08-19 andreMove the SCTP specific definition of M_NOTIFICATION...
2013-08-19 andreRemove the unused M_NOFREE mbuf flag. It didn't have...
2013-08-19 andreMove the global M_SKIP_FIREWALL mbuf flags to a protoco...
2013-08-18 tijlChange the return type of the fallback implementation...
2013-08-18 pjdImplement 32bit versions of the cap_ioctls_limit(2...
2013-08-18 pjdBetter organize the filecaps structure, which reduces...
2013-08-17 markjAdd a "translated type" argument to SDT_PROBE_ARGTYPE...
2013-08-17 emasteCorrect implementation of atomic_flag_test_and_set
2013-08-16 jhbAdd new mmap(2) flags to permit applications to request...
2013-08-16 kibRestore the previous sendfile(2) behaviour on the block...
2013-08-15 kenChange the way that unmapped I/O capability is advertised.
2013-08-15 cpercivaChange the queue of locks in kern_rangelock.c from...
2013-08-15 jlhBelatedly bump __FreeBSD_version for libc being an...
2013-08-15 glebiusMake sendfile() a method in the struct fileops. Curren...
2013-08-14 markjUse kld_{load,unload} instead of mod_{load,unload}...
2013-08-13 jeffImprove pageout flow control to wakeup more frequently...
2013-08-13 peterThe iconv in libc did two things - implement the standa...
2013-08-13 markjFreeBSD's DTrace implementation has a few problems...
2013-08-13 markjRemove some unused fields from struct linker_file....
2013-08-13 markjAdd event handlers for module load and unload events...
2013-08-11 jilleswait: Make sure WIFSIGNALED(s) is false if WIFCONTINUED...
2013-08-09 cognetDon't call sleepinit() from proc0_init(), make it a...
2013-08-09 attilioThe soft and hard busy mechanism rely on the vm object...
2013-08-09 jeff - Reserve a special AF for SDP. The one we were incor...
2013-08-07 jhbDon't emit a spurious EVFILT_PROC event with no fflags...
2013-08-07 marcelChange <sys/diskpc98.h> to not redefine the same symbol...
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-05 hrs- Use time_uptime instead of time_second in data struct...
2013-08-03 traszFix typo.
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-27 alfredFix watchdog pretimeout.
2013-07-25 rpauloBump __FreeBSD_version for the addition of libusb's...
2013-07-24 avgrename scheduler->swapper and SI_SUB_RUN_SCHEDULER...
2013-07-24 marcelDecouple the UUID generator from network interfaces...
2013-07-22 kenCAM and mps(4) driver scanning changes.
2013-07-21 kibImplement compat32 wrappers for the ktimer_* syscalls.
2013-07-20 kibid_t is 64bit, provide the compat32 wrapper for clock_g...
2013-07-16 andrew2 years, 10 months, 22 days after the projects/arm_eabi...
2013-07-15 glebiusNuke mbstat. It wasn't used for mbuf statistics since...
2013-07-15 aeIntroduce new structure sfstat for collecting sendfile...
2013-07-10 marcelAdd vfs_mounted and vfs_unmounted events so that compon...
2013-07-10 kevloAdd the ARM processor-specific section types.
2013-07-09 kibThere are several code sequences like
2013-07-09 aeBump __FreeBSD_version to reflect changes in statistics...
2013-07-09 aeAdd several macros to help migrate statistics structure...
2013-07-09 rmacklemAdd support for host-based (Kerberos 5 service principa...
2013-07-08 markjAlso define SDT_PROBE_DEFINE0 for the !KDTRACE_HOOKS...
2013-07-07 alfredMake kassert_printf use __printflike.
2013-07-06 markjAdd SDT_PROBE_DEFINE0 for consistency with SDT_PROBE0.
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-06 jamieMake the comments a little more clear about PRIV_KMEM_...
2013-07-05 jamieBump up _PRIV_HIGHEST to account for PRIV_KMEM_READ...
2013-07-05 jamieAdd new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
next