]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
- The -h option was removed shortly after it was added
[FreeBSD/FreeBSD.git] / sys / sys /
2011-12-24 jhibbitsImplement hwpmc counting PMC support for PowerPC G4...
2011-12-24 theravenSome GCC-compatibility definitions. Define clang's...
2011-12-24 lstewartIntroduce the sysclock_getsnapshot() and sysclock_snap2...
2011-12-23 jhbAdd post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETE...
2011-12-21 glebiusProvide ABI compatibility shim to enable configuring...
2011-12-21 mmCopy libarchive from vendor branch to contrib
2011-12-19 jhbAdd a TASK_INITIALIZER() macro that can be used to...
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 trocinyOn start most of sysctl_kern_proc functions use the...
2011-12-17 avgretire libkern gets
2011-12-17 avgmove GETS_*ECHO* defintions from libkern.h to cons.h
2011-12-17 avgintroduce cngets, a method for kernel to read a string...
2011-12-17 avgkern cons: introduce infrastructure for console grabbin...
2011-12-16 glebiusA major overhaul of the CARP implementation. The ip_car...
2011-12-16 kibMove kstack_cache_entry into the private header, and...
2011-12-16 edFix typo in macro.
2011-12-16 edProcess a lot of feedback from bde@ on <sys/cdefs.h>:
2011-12-15 theravenAdd a pointless and superfluous GNUism that people...
2011-12-14 jhbAdd a helper API to allow in-kernel code to map portion...
2011-12-14 edSlightly alter the C1X definitions in in cdefs.h:
2011-12-13 edReimplement CTASSERT() using _Static_assert().
2011-12-13 edMake support for C1X keywords more complete.
2011-12-13 edReplace __const by const in all non-contributed source...
2011-12-12 attilioRevert the approach for skipping lockstat_probe_func...
2011-12-12 mdf - Define true and false in sys/types.h for _KERNEL...
2011-12-12 kibAdd definitions for GNU-specific STT_GNU_IFUNC symbol...
2011-12-11 avgpanic: add a switch and infrastructure for stopping...
2011-12-07 theravenAs per das@'s suggestion, s/__noreturn/_Noreturn/,...
2011-12-07 theravenImplement quick_exit() / at_quick_exit() from C++11...
2011-12-03 phoAdd declaration of umtx_copyin_timeout()
2011-12-01 lstewartRevise the sysctl handling code and restructure the...
2011-11-29 lstewartMake sysclock_active publicly available to external...
2011-11-29 lstewartIntroduce the new "fromclock" public wrapper API which...
2011-11-29 lstewartMake the fbclock_[get]{bin,nano,micro}[up]time() functi...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-27 trocinyThis should have been committed in r228030.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-24 trocinyAdd sysctl to get process resource limits.
2011-11-24 trocinyAdd const qualifier to rlimit_ident.
2011-11-22 hselaskyRename device_delete_all_children() into device_delete_...
2011-11-22 trocinyAdd new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV,...
2011-11-22 marius- Add a DEVMETHOD_END alias for KOBJMETHOD_END so that...
2011-11-22 rmhDefine __FreeBSD_kernel__ macro in sys/param.h.
2011-11-21 lstewart- Add Pulse-Per-Second timestamping using raw ffcounter...
2011-11-21 attilioIntroduce the same mutex-wise fix in r227758 for sx...
2011-11-21 lstewart- Add the ffclock_getcounter(), ffclock_getestimate...
2011-11-20 attilioIntroduce macro stubs in the mutex implementation that...
2011-11-20 lstewart- Provide a sysctl interface to change the active syste...
2011-11-20 lstewartFix a whitespace nit.
2011-11-20 lstewartProvide high-level functions to access the feed-forward...
2011-11-19 lstewartCore structure and functions to support a feed-forward...
2011-11-19 hselaskyMove the device_delete_all_children() function from...
2011-11-19 edRegenerate system call tables.
2011-11-18 kibConsistently use process spin lock for protection of the
2011-11-18 kibUse the alternate form of the gcc extension that works...
2011-11-18 kevloAdd unicode support to msdosfs and smbfs; original...
2011-11-16 pjdConstify arguments for locking KPIs where possible.
2011-11-16 pjdConstify stack argument for functions that don't modify it.
2011-11-15 mariusAs it turns out, r186347 actually is insufficient to...
2011-11-14 jhb- Split out a kern_posix_fadvise() from the posix_fadvi...
2011-11-14 alfredConstify args to copyiniov and copyinuio.
2011-11-12 dimFix kernel build breakage after r227475. I had forgott...
2011-11-12 theravenExpose all of the C99 limits.h stuff when we're in...
2011-11-09 kibAssert that _PRELE() is done for the held process.
2011-11-09 edSimplify the code emitted by makeobjops.awk slightly.
2011-11-08 edMake kobj_methods constant.
2011-11-08 jhbClaim that _POSIX_ADVISORY_INFO is fully supported...
2011-11-07 trocinyAdd KVME_FLAG_SUPER and use it in sysctl_kern_proc_vmma...
2011-11-07 edSDT's struct sdt_argtype can be marked static everywhere.
2011-11-06 edRemove MALLOC_DECLAREs of nonexisting malloc-pools.
2011-11-04 rmhSilence an (otherwise harmless) very recurrent warning...
2011-11-04 jhbRegen.
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-10-27 jhbSort function prototypes.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-19 fabientAdd missing DEBUG define from r226514.
2011-10-18 fabientAdd a flush of the current PMC log buffer before displa...
2011-10-18 edGet rid of D_PSEUDO.
2011-10-18 desRevisit the capability failure trace points. The initi...
2011-10-17 edFix whitespace.
2011-10-15 kibControl the execution permission of the readable segmen...
2011-10-11 desAdd a new trace point, KTRFAC_CAPFAIL, which traces...
2011-10-07 obrienIncrease MSGBUF_SIZE.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-05 kibSupply unique (st_dev, st_ino) value pair for the fstat...
2011-10-05 kibExport devfs inode number allocator for the kernel...
2011-10-04 jkimAdd strnlen() to libkern.
2011-10-03 traszFix another bug introduced in r225641, which caused...
2011-10-01 kibThe sigwait(3) function shall not return EINTR, accordi...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-26 kensmithShift head from 9.0-CURRENT to 10.0-CURRENT in preparat...
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-11 kibInline the syscallenter() and syscallret(). This reduce...
2011-09-10 hselaskyRefactor auto-quirk solution so that we break as few...
2011-09-08 attilioImprove the informations reported in case of busy buffe...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-09-02 hselaskyThis patch adds automatic detection of USB mass storage...
2011-08-28 kibBump shared libraries version numbers in preparation...
next