]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
When printing process file descriptor lists, show a type of 'h' for
[FreeBSD/FreeBSD.git] / sys /
2008-01-20 Robert WatsonExport a type for POSIX SHM file descriptors via kern...
2008-01-20 Bjoern A. ZeebCorrect the commented out debugging printf()s in REPLAC...
2008-01-19 Kip MacyRe-enable pcpu caching by default make sysctl R/W
2008-01-19 David SchultzCorrect the visibility macro surrounding SIGSYS.
2008-01-19 Robert WatsonRemove unused oldhash definition from Coda namecache.
2008-01-19 Attilio RaoBump FreeBSD_version in order to reflect introduction of
2008-01-19 Attilio Rao- Introduce the function lockmgr_recursed() which retur...
2008-01-19 Robert WatsonImprove default vnode operation handling for Coda:
2008-01-19 Robert WatsonRework coda_statfs(): no longer need to zero the statfs...
2008-01-19 Robert WatsonZero mi_rotovp and coda_ctlvp immediately after calling...
2008-01-19 Robert WatsonDon't acquire an additional vnode reference to a vnode...
2008-01-19 Robert WatsonDon't declare functions as extern.
2008-01-19 Robert WatsonUse VOP_NULL rather than VOP_PANIC for Coda's vop_print...
2008-01-19 Robert WatsonLock the new directory vnode returned by coda_mkdir...
2008-01-19 Robert WatsonBorrow the VM object associated with an underlying...
2008-01-18 Jung-uk KimAdd a flag for Ethernet@WireSpeed capability and correc...
2008-01-18 Jung-uk KimFix mbuf pool watermark configuration (mismerged from...
2008-01-18 Christian S.J. PeronFix gratuitous whitespace bug
2008-01-18 Christian S.J. PeronAdd a case for AUE_LISTEN. This removes the following...
2008-01-18 Robert WatsonMove unlock of global UNIX domain socket lock slightly...
2008-01-18 Konstantin BelousovIn the rev. 1.153, the one place for converting minor...
2008-01-18 Remko LodderUse nfsrv_destroycache() only once, else it crashes...
2008-01-18 Julian Elischerrefactor code so it can run in a chroot without having...
2008-01-18 Doug AmbriskoStyle changes from avatar.
2008-01-18 Doug AmbriskoFirst real attempt at proper locking. The locking...
2008-01-18 David XuMake sure reading td_runtime in critical section since...
2008-01-18 Robert WatsonIn tcp_ctloutput(), don't hold the inpcb lock over...
2008-01-18 Konstantin Belousovudf_vget() shall vgone() the vnode when the file_entry...
2008-01-18 Andrew ThompsonRemove a chunk of duplicated code, test the destination...
2008-01-18 Pyun YongHyeonUse m_collapse(9) to collapse mbuf chains instead of...
2008-01-18 David XuAdd POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can...
2008-01-18 Andrew ThompsonIEEE 802.1D-2004 states, frames containing any of the...
2008-01-17 John Baldwin- Retire npe_defrag(), gem_defrag(), msk_defrag(),...
2008-01-17 John BaldwinAdd 'compat_freebsd[4567]' features corresponding to...
2008-01-17 Kip Macy- remove bogus_imm counter
2008-01-17 Sam Lefflerpromote ath_defrag to m_collapse (and retire private...
2008-01-17 John BaldwinRemove a conditional that is always true.
2008-01-17 John BaldwinUse pause(9) instead of a tsleep() on a stack variable.
2008-01-17 John BaldwinUse cpu_spinwait() (i.e., "pause") when spinning on...
2008-01-17 Alan CoxRetire PMAP_DIAGNOSTIC. Any useful diagnostics that...
2008-01-17 Bruce EvansTranslate from the i386. All FP constants and operatio...
2008-01-17 Olivier HouchardUnbreak build by adding the missing parameter to pmap_e...
2008-01-17 Andrew ThompsonSync from OpenBSD r1.118, nuke clause 3 & 4.
2008-01-16 Kip MacyFix lock ordering panic by not calling ether_ioctl...
2008-01-16 John BaldwinAdd a header containing constants for the various HPET...
2008-01-16 John BaldwinAdd a set of regression tests for the POSIX shm API...
2008-01-16 Remko LodderDont accidentally remove a filesocket which is still...
2008-01-16 Giorgos KeramidasBump manpage date for rev 1.27
2008-01-16 Giorgos KeramidasDocument that loader(8) stops reading `loader.conf...
2008-01-16 Kip Macyremove superfluous debug printfs
2008-01-16 Nate LawsonRemove duplicate cpufreq levels, i.e. ones that are...
2008-01-16 Kip MacyFix mbuf leak caused by freeing packet zone clusters...
2008-01-16 Kip Macyput tx queue size back to 1024
2008-01-15 John BaldwinUse '%zd' to print PIO_LEN since it involves a size_t...
2008-01-15 John BaldwinDon't cache the new-bus name of a PCI device in the...
2008-01-15 Andrew GallatinAdd optional support to mxge for MSI-X interrupts and...
2008-01-15 Maxim SobolevHide common prints under bootverbose.
2008-01-15 John BaldwinFix a few minor issues based on a bug report and readin...
2008-01-15 Maxim SobolevMake test00 compilable again.
2008-01-15 Andrew GallatinFix accidental swap of "const" for "static" in mxge...
2008-01-15 Andrew GallatinUpdate to firmware version 1.4.29 from 1.4.25. Relevan...
2008-01-15 Jeff Roberson - When executing the 'tryself' branch in sched_pickcpu...
2008-01-15 Kip Macy- Simplify mb_free_ext_fast
2008-01-15 Pyun YongHyeonProtect arg in macro M_ASSERTPKTHDR.
2008-01-15 Pyun YongHyeonFix build.
2008-01-15 Kip Macy- move WR_LEN in to cxgb_adapter.h add PIO_LEN to make...
2008-01-15 Kip Macyremove superfluous locking from dequeue
2008-01-15 Pyun YongHyeonOverhaul re(4).
2008-01-14 Peter WemmUpdate the KVA_PAGES comments for the effect that PAE...
2008-01-14 Peter WemmAdd a CTASSERT that KERNBASE is valid. This is usually...
2008-01-14 Alan CoxMake pmap_is_prefaultable() more TLB friendly. Specifi...
2008-01-14 Kip Macy- Assert that immpkt is not set
2008-01-14 Pyun YongHyeonImplement WOL capability.
2008-01-14 Joseph KoshyIncrement major version to mark the ABI change between...
2008-01-14 Kip Macy- Add more extensive sanity checks
2008-01-14 Kip MacyMake back pressure visible more quickly, particularly...
2008-01-14 Kip MacyAdd extensive sanity checking to buf_ring
2008-01-14 Kip MacyAdd cxgb_multiq.c to the cxgb build for static linking
2008-01-13 Kip MacyConvert over to using the multiqueue infrastructure...
2008-01-13 Kip MacyAdd buf_ring_full utility function, make sure dequeue...
2008-01-13 Kip Macyremove unused code
2008-01-13 Kip Macystyle nit
2008-01-13 Kip Macyadd cxgb_multiq.c to the build
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 Attilio RaoVersion bumping in order to reflect VOP_LOCK1(), VOP_UN...
2008-01-13 Attilio RaoVOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonFix GPE livelock that occurs on HP/Compaq laptops,...
2008-01-12 Nate LawsonFix GPE livelock that occurs on HP/Compaq laptops,...
2008-01-12 Olivier HouchardBack when I committed the arm port, I've been asked...
2008-01-12 Kip MacyMFp4 multiple queue support
2008-01-12 Maxim Konovalovo Correct EasyMP3 EM732X usb 2.0 flash mp3 player revision:
2008-01-12 Maxim Konovalovo Add Moxa Technologies CP-104EL PCI Express 4 port...
2008-01-11 John BaldwinThe previous revision broke the case of reconnecting...
2008-01-11 Bruce EvansMFamd64 (everything possible up to 1.19; mainly the...
2008-01-11 Bruce EvansSeparate fpresetsticky() from the other fpset functions...
2008-01-11 Bruce EvansMFamd64 1.15-1.18 (cosmetic changes, mainly to comments...
2008-01-11 Bruce EvansFix fpset*() to not trap if there is a currently unmask...
2008-01-11 Konstantin BelousovThe wakeup() line from the rev. 1.319 is wrong and...
next