]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
This commit was generated by cvs2svn to compensate for changes in r155518,
[FreeBSD/FreeBSD.git] / sys / sys /
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 ambriskoAdd an OpenIPMI mostly compatible driver. This driver...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-08 phkSimplify system time accounting for profiling.
2006-02-07 phkModify the way we account for CPU time spent (step 1)
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 jhb- Always call exec_free_args() in kern_execve() instead...
2006-02-06 jhbAdd a kern_eaccess() function and use it to implement...
2006-02-06 jeff - Add a ref count to the mount structure. Sleep for...
2006-02-06 jeff - Add the global 'rebooting' variable that is used...
2006-02-06 davidxuAdd members pl_sigmask and pl_siglist into ptrace_lwpin...
2006-02-06 rwatsonRegenerate.
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-05 rwatsonAdd AUDITVNODE[12] flags to namei(), which cause namei...
2006-02-05 davidxuRegenerate.
2006-02-05 davidxuImplement thr_set_name to set a name for thread.
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-03 rwatsonRegenerate.
2006-02-02 psImplement SIOCGIFCONF for 32bit binaries.
2006-02-02 rwatsonRegenerate.
2006-02-02 rwatsonAdd new fields to process-related data structures:
2006-02-01 yarUse off_t for file size passed to vnode_create_vobject().
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 jhbFix a typo and match the copyright on rwlock.h.
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-30 glebiusMerge the //depot/user/yar/vlan branch into CVS. It...
2006-01-30 glebiusFix typo.
2006-01-29 mlaierfirmware(9) is a subsystem to load binary data into...
2006-01-28 scottlAdd _rwlock.h, apparently missed from the rwlock.h...
2006-01-27 jhbAdd a basic reader/writer lock implementation to the...
2006-01-27 jhbOops, commit missed file from the previous change to...
2006-01-27 jhb- Add support for having both a shared and exclusive...
2006-01-27 jhbAdd a new macro wrapper WITNESS_CHECK() around the...
2006-01-26 stefanfAnalogous to __printflike and __scanflike, add the...
2006-01-26 cognetVersion bump for pts import.
2006-01-26 cognetBring in a sysv-style pts implementation, as found...
2006-01-25 jhbAxe KTR_ALQ_MASK now that KTR_WITNESS is off unless...
2006-01-24 jhb- Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve...
2006-01-23 sosUpdate copyright header to match rest of ATA.
2006-01-22 davidxuRegen.
2006-01-20 andreFix m_getjcl() the right way this time.
2006-01-20 andrem_getjcl() should return the address of the mbuf, not the
2006-01-19 jasoneAdd the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC...
2006-01-18 julianReturn the thread name in the kinfo_proc structure.
2006-01-18 julianDuh! put the thread name into the section that is zero...
2006-01-18 julianCongratulations, we now have a place for a thread to...
2006-01-17 jhbAdd a new file (kern/subr_lock.c) for holding code...
2006-01-17 jhbUpdate a stale comment.
2006-01-17 jhbGarbage collect turnstile_empty() since it is unused.
2006-01-17 phkFix an 11 year old mistake: Let the hash functions...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-15 rwatsonRename uid and gid arguments to vaccess() prototype...
2006-01-14 scottlAdd the following to the taskqueue api:
2006-01-13 rwatsonAdd sosend_dgram(), a greatly reduced and simplified...
2006-01-12 brooksBelated __FreeBSD_version bump for improvements to...
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-11 jasoneAdd the RB_NFIND() macro, which is useful for red-black...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 phkMove the old BSD4.3 tty compatibility from (!BURN_BRIDG...
2006-01-10 scottlAdd functions and macros and refactor code to make...
2006-01-09 teggeAdd marker vnodes to ensure that all vnodes associated...
2006-01-08 dougbAdd a mechanism to include files added by ports which...
2006-01-06 marcelFix FD_ISSET() on LP64 platforms. The FD_ISSET() functi...
2006-01-06 jhbTrim another pointer from struct lock_object (and thus...
2006-01-04 dougbThis commit was generated by cvs2svn to compensate...
2006-01-04 phkDeorbit ttymalloc() in preference for ttyalloc()
2005-12-31 impRemove K&R vestige. It is no longer necessary to conca...
2005-12-31 impIt is next year in Asia already, so jump the gun a...
2005-12-31 trhodesBump FreeBSD_Version for tv_sec change.
2005-12-30 pjdImprove memguard a bit:
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-30 guidoThis commit was generated by cvs2svn to compensate...
2005-12-29 jhbAdd a new function msleep_spin() which is a slightly...
2005-12-29 dougbThis commit was generated by cvs2svn to compensate...
2005-12-27 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-26 cognetFix typo in comment.
2005-12-26 sobomaxRemove kern.elf32.can_exec_dyn sysctl. Instead extend...
2005-12-24 trhodesMake tv_sec a time_t on all platforms but alpha. Bring...
2005-12-23 phkRegenerate sysent with new abort2 system call.
2005-12-22 wollmanThis commit was generated by cvs2svn to compensate...
2005-12-22 jhbTweak how the MD code calls the fooclock() methods...
2005-12-20 jhb- Bump FreeBSD version for the hostb(4) and vgapci...
2005-12-19 marcelo Add the GNU symbol versioning section constants...
2005-12-19 pjd- Document another spare flag (0x00000010).
2005-12-19 marcelBump __FreeBSD_version to 700009 because:
2005-12-18 kanImplement ELF symbol versioning using GNU semantics...
2005-12-18 marcelMake our ELF64 type definitions match standards. In...
2005-12-18 marcelGet in sync with current ELF definitions. In particular...
2005-12-17 marcelFix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbo...
2005-12-17 njlClean up unused or poorly utilized KTR values. Remove...
2005-12-16 jhbChange the addupc_*() functions to use the uintfptr_t...
2005-12-14 desEradicate caddr_t from the VFS API.
2005-12-14 desNuke vnodeop_desc.vdesc_transports, which has been...
2005-12-13 jhbAdd a new 'show lock' command to ddb. If the argument...
2005-12-12 rodrigcContributions from XFS for FreeBSD project:
next