]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
MFp4: differences for bwct ethernet attachment
[FreeBSD/FreeBSD.git] / sys / sys /
2006-12-20 davidxuAdd a lwpid field into per-cpu structure, the lwpid...
2006-12-18 keramidaSpell "Kensington Thinking Mouse" correctly.
2006-12-16 rodrigcAdd a function vfs_deleteopt() which searches through...
2006-12-16 kmacyAdd second sleep queue so that sx and lockmgr can have...
2006-12-16 kmacy- Fix some gcc warnings in lock_profile.h
2006-12-15 flz"Paralleled" should have been "parceled".
2006-12-15 n_hibmaAlign the interfaces for the various watchdogs and...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 pavFix typos in comment block
2006-12-15 rrsThis adds the "system calls"
2006-12-14 kibUse tab after #define.
2006-12-14 kibResolve two deadlocks that could be caused by busy...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-13 csjpFix LOR between the syncache and inpcb locks when MAC...
2006-12-12 jhbAdd a function to return the MD interrupt source cookie...
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-06 julianThreading cleanup.. part 2 of several.
2006-12-04 davidxuif a thread blocked on userland condition variable is
2006-12-03 davidxuIntroduce userspace condition variable, since we have...
2006-11-30 flzBump __FreeBSD_version after UQ_KBD_IGNORE was set...
2006-11-30 jbTurn console printf buffering into a kernel option...
2006-11-29 alfredDocument struct uio.h entries.
2006-11-28 ru- Revert signedness type changes to "struct vmtotal...
2006-11-26 ariffWelcome to Once-a-year Sound Mega-Commit. Enjoy numerou...
2006-11-26 netchildMFP4 (109713):
2006-11-20 ru- Fix types of "struct vmmeter" members so they are...
2006-11-16 pjdChange sleepq_add(9) argument from 'struct mtx *' to...
2006-11-14 jkoshyAdd `PN_XNUM', for supporting ELF objects with a large...
2006-11-14 pjdUse tabs instead of spaces.
2006-11-14 bzCorrect a typo.
2006-11-14 kmacyAdd Kris Kennaway to reflect his performance improvemen...
2006-11-13 kmacychange vop_lock handling to allowing tracking of caller...
2006-11-13 kmacytrack lock class name in a way that doesn't break WITNESS
2006-11-12 ceriCorrect typos in comments.
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-12 kmacyGRRRRR - missed this in the last commit
2006-11-11 ruRegen (cosmetics in sys/sysproto.h).
2006-11-11 jkoshyMFP4: Add an implementation of the ELF(3) and GELF...
2006-11-11 trhodesMerge sys/posix4/sched.h into sys/sched.h.
2006-11-11 trhodesMerge posix4/* into normal kernel hierarchy.
2006-11-11 trhodesUpdate #includes list.
2006-11-11 davidxudefine UMUTEX_CONTESTED as an unsigned integer.
2006-11-11 kmacyfix messup in last fix
2006-11-11 kmacydeclare nanoseconds for other architectures
2006-11-11 kmacyremove lingering call to rd(tick)
2006-11-11 kmacyMUTEX_PROFILING has been generalized to LOCK_PROFILING...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-07 jhbRemove extra forward declare of 'struct sem'.
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-06 rwatsonAdd a new priv(9) kernel interface for checking the...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-03 rrsThis commits the remake in kern/ make sysent to get
2006-11-03 rrsOk, here it is, we finally add SCTP to current. Note...
2006-11-02 andreRename m_getm() to m_getm2() and rewrite it to allocate...
2006-11-02 andreRewrite kern_sendfile() to work in two loops, the inner...
2006-11-01 jbAdd a cnputs() function to write a string to the consol...
2006-10-31 pjdAdd gjournal specific code to the UFS file system:
2006-10-31 pjdAdd MNT_GJOURNAL flag which indicates, that file system...
2006-10-31 pjdAdd a new I/O request - BIO_FLUSH, which basically...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 rwatsonForward declare struct cdev, since arguments of this...
2006-10-29 jbAdd the padding fields to 'struct proc' for the !KSE...
2006-10-29 impRetire the failed OBSOLETE_IN_6 experiment code.
2006-10-28 netchildMFP4:
2006-10-27 davidxuRemove member p_procscopegrp which is no longer used...
2006-10-26 jbMake KSE a kernel option, turned on by default in all...
2006-10-24 ruRemove the non-standard and undocumented STAILQ_REMOVE_...
2006-10-24 phkBetter naming of fattime conversion functions, they...
2006-10-22 phkAdd two new functions to convert FAT filesystem format...
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-20 kibFix the race between devfs_fp_check and devfs_reclaim...
2006-10-19 jhb- Define time_t in sys/sem.h so it doesn't require...
2006-10-17 jkoshyConvert types 'Elf{32,64}_Nhdr' into aliases of the...
2006-10-17 davidxuRegenerate.
2006-10-17 davidxuo Add keyword volatile for user mutex owner field.
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 glebiusInclude pcpu.h so that kernel is buildable w/o RWLOCK_N...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-05 davidxuMove some declaration of 32-bit signal structures into...
2006-10-04 jbPR:
2006-10-04 jbThis file is the same as the one installed in /usr...
2006-10-04 jbELF compatibility definitions for OpenSolaris. These...
2006-10-03 rwatsonRegenerate.
2006-10-03 kibFix the remaining race in the revs. 1.232, 1,233 that...
2006-10-03 jbSolaris compatibility only: Be specific about the fact...
2006-10-02 phkUse utc_offset() where applicable, and hide the interna...
2006-10-02 jhbUpdate description of td_locks.
2006-10-02 phkIntroduce utc_offset() to capture a calculation current...
2006-10-02 phkFirst part of a little cleanup in the calendar/timezone...
2006-10-02 teggeIf the buffer lock has waiters after the buffer has...
2006-10-01 simonBump __FreeBSD_version for OpenSSL 0.9.8d import.
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-28 ruRetire macros for the old kernel memory allocator.
2006-09-27 ruFix our ioctl(2) implementation when the argument is...
2006-09-26 rwatsonPC98 would also like a trademark.
next