]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
Update libarchive to 3.0.4
[FreeBSD/FreeBSD.git] / sys / sys /
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-27 kibAdd F_DUP2FD_CLOEXEC. Apparently Solaris 11 already...
2012-07-27 glebiusAdd assertion for refcount overflow.
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-22 kibPut struct ostat and struct nstat under #ifdef _KERNEL...
2012-07-21 kib(Incomplete) fixes for symbols visibility issues and...
2012-07-19 kibImplement F_DUPFD_CLOEXEC command for fcntl(2), specifi...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-16 pgj- Add support for displaying process stack memory regions.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-12 bruefferAdd and utilize defines for the ATA device register.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 gnnInitial commit of an I/O provider for DTrace on FreeBSD.
2012-07-08 mjgUnbreak handling of descriptors opened with O_EXEC...
2012-07-07 traszMake it possible to resize md(4) devices.
2012-07-07 kibDrop page queues mutex on each iteration of vm_pageout_...
2012-07-02 kibExtend the KPI to lock and unlock f_offset member of...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-30 kibRemove stray blank line.
2012-06-28 impTurns out the emulators still need/want a_magic, so...
2012-06-28 impRemove an old hack I noticed years ago, but never commi...
2012-06-27 gabor- Bump __FreeBSD_version: default sort is BSD sort
2012-06-24 andrewMake the wchar_t type machine dependent.
2012-06-23 kibRemove no longer needed forward declaration for struct...
2012-06-23 kibStop updating the struct vdso_timehands from even handl...
2012-06-22 kibImplement mechanism to export some kernel timekeeping...
2012-06-22 kibEnchance the shared page chunk allocator.
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-19 jhbFurther refine the implementation of POSIX_FADV_NOREUSE.
2012-06-14 pjdExplicitly assert that the filedesc lock is held when...
2012-06-14 pjdAdd FILEDESC_UNLOCK_ASSERT() macro which asserts that...
2012-06-14 pjdExplicitly check if 'fd' is less than 0 instead of...
2012-06-13 pjdAllocate descriptor number in dupfdopen() itself instea...
2012-06-13 jkimAdd a convenience macro for the fastcall attribute.
2012-06-12 jhbReplace a reference to the non-existent SI_ORDER_LAST...
2012-06-11 pjdUse consistent way of checking if descriptor number...
2012-06-09 iwasakiAdd x86/acpica/acpi_wakeup.c for amd64 and i386. Diffe...
2012-06-08 jhbSplit the second half of vn_open_cred() (after a vnode...
2012-06-02 kibFix typo [1]. Use commas to separate flag printouts...
2012-06-02 mariusAdd nitems(), a macro for determining the number of...
2012-06-02 kibUpdate the print mask for decoding b_flags. Add print...
2012-05-30 tuexenSeperate SCTP checksum offloading for IPv4 and IPv6.
2012-05-30 kibvn_io_fault() is a facility to prevent page faults...
2012-05-30 kibAdd a rangelock implementation, intended to be used...
2012-05-30 kibClarify that the v_lockf is advisory lock list.
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 bzIt turns out that too many drivers are not only parsing...
2012-05-26 kibStop treating td_sigmask specially for the purposes...
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-26 kibAdd a vn_bmap_seekhole(9) vnode helper which can be...
2012-05-25 edRegenerate system call tables.
2012-05-25 marcelAdd a partition type for nandfs to the apm, bsd, gpt...
2012-05-24 mavMFprojects/zfsd:
2012-05-24 glebAdd kern_fhstat(), adjust sys_fhstat() to use it.
2012-05-23 kibCalculate the count of per-process cow faults. Export...
2012-05-22 desBump __FreeBSD_version for the byacc import, and update...
2012-05-22 kibA rewrite of the i810 bits of the agp(4) driver. New...
2012-05-22 gberAdd a new geom class which allows to divide NAND Flash...
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-21 kevloFix improper handling of variadic args with ICDEBUG
2012-05-18 iwasakiAdd SMP/i386 suspend/resume support.
2012-05-18 mckusickUpdate comment to document that the vnode free-list...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-15 rstoneImplement the DTrace sched provider. This implementati...
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-06 kibAdd definition for the -z nodefaultlib flag.
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 kibWhen callout_reset_on() cannot immediately migrate...
2012-05-02 jasoneBump __FreeBSD_version due to jemalloc import.
2012-04-29 dimAdd a convenience macro for the returns_twice attribute...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-23 kibAllow for the process information sysctls to accept...
2012-04-23 traszRemove unused thread argument to vrecycle().
2012-04-23 traszRemove unused thread argument from vtruncbuf().
2012-04-20 jhbInclude the associated wait channel message for context...
2012-04-20 mckusickThis change creates a new list of active vnodes associa...
2012-04-19 obrienUpdate file(1) to version 5.11.
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...
next