]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
[FreeBSD/FreeBSD.git] / sys /
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...
2008-01-11 Attilio Raolockmgr() function will return successfully when trying...
2008-01-11 Bruce EvansFix some style bugs:
2008-01-11 Konstantin BelousovFix unload of the fdc.ko:
2008-01-11 Kip MacyBe more aggressive about tx cleaning - when multiples...
2008-01-10 Kip MacyIf we're not running with multiqueue enabled we need...
2008-01-10 John BaldwinWork around problems with the ppbus(4)'s interesting...
2008-01-10 John BaldwinPass curthread to various socket routines (socreate...
2008-01-10 Robert WatsonDon't zero td_runtime when billing thread CPU usage...
2008-01-10 Rui PauloDisable the check for errata AE18. On MacBooks (1...
2008-01-10 Robert WatsonRemove "lock pushdown" todo item in comment -- I did...
2008-01-10 Robert WatsonCorrect typos in comments.
2008-01-10 Pawel Jakub DawidekWhen one tries to allocate memory with the M_WAITOK...
2008-01-10 Kip MacyAdd support for selectively dumping the state of the...
2008-01-10 Kip Macyshould always free when refcount is 1
2008-01-10 Attilio RaoBump FreeBSD_version in order to reflect vn_lock()...
2008-01-10 Attilio Raovn_lock() is currently only used with the 'curthread...
2008-01-10 Kip Macy- make 9k clusters the default unless a tunable is set
2008-01-10 Robert WatsonRefine textdump comments slightly.
2008-01-09 Scott LongFix a buffer overflow in the processing of various...
2008-01-09 Bruce EvansSimplify the ifdefs:
2008-01-09 Bruce EvansFix some style bugs (mainly, use explicit shifts when...
2008-01-09 Bruce EvansImprove some comments.
2008-01-09 Kip Macymake nqsets a uint32_t so that sysctl will work
2008-01-09 Kip Macydon't decrement ref count below 1 for EXT_PACKET
2008-01-09 Kip MacyEXT_PACKET is one of the valid mbuf types
2008-01-09 Kip MacyFix KASSERT in m_free_fast - the LIST_EMPTY check only...
2008-01-09 Attilio RaoBump FreeBSD_version in order to reflect lockmgr_disown...
2008-01-09 Attilio RaoFix a last second typo about recent lockmgr_disown...
2008-01-08 Attilio RaoRemove explicit calling of lockmgr() with the NULL...
2008-01-08 John BaldwinRegen for shm_open(2) and shm_unlink(2).
2008-01-08 John BaldwinAdd a new file descriptor type for IPC shared memory...
2008-01-08 David E. O'Brienun-__P()
2008-01-08 Christian S.J. PeronWhen MAC is enabled in the kernel, fix a panic triggere...
2008-01-08 Alan CoxConvert a PMAP_DIAGNOSTIC to a KASSERT.
2008-01-08 John BaldwinClose a race in the kern.ttys sysctl handler that resul...
2008-01-08 John BaldwinLock the vnode interlock while reading v_usecount to...
2008-01-08 Kris KennawayFix logic in skipcount handling (used to sample every...
2008-01-07 Robert WatsonFree MAC label on a POSIX semaphore when the semaphore...
2008-01-07 John BaldwinAdd COMPAT_FREEBSD7 and enable it in configs that have...
2008-01-07 John BaldwinMake ftruncate a 'struct file' operation rather than...
2008-01-07 Attilio Raog_vfs_close() wants the sx topology lock held while...
2008-01-07 Weongyo JeongFix incorrect dependencies of zyd(4).
2008-01-07 Dag-Erling SmørgravAdd support for ICH8M.
2008-01-07 Kevin LoAdd the SparkLAN RT2573, found in HP s3200n
2008-01-07 Kip MacyFix mvec code to handle the case of the packet zone
2008-01-07 Olivier HouchardAdd a missing \n.
2008-01-06 Alan CoxShrink the size of struct vm_page on amd64 and i386...
2008-01-05 Konstantin BelousovAfter applying LCONVPATH() to the path, do use the...
2008-01-05 Bruce EvansIn sequential_heuristic():
2008-01-05 Peter WemmFall back to the binary-specified interpreter (ld-elf...
2008-01-05 Jeff Roberson - Restore timeslicing code for all bit SCHED_FIFO...
2008-01-04 Konstantin BelousovIn the vm_map_stack(), check for the specified stack...
2008-01-03 Bjoern A. ZeebAdd missing sb_sndptr* fields to db_print_sockbuf().
2008-01-03 Konstantin Belousovffs_balloc_ufsX() routines, in the case of recovering...
2008-01-03 Alan CoxAdd an access type parameter to pmap_enter(). It will...
2008-01-03 Warner LoshUse correct function name in panic message
2008-01-03 Warner LoshFix obsolete comment. pmap_remove_all is the function...
2008-01-03 Warner LoshModernize comment about diagnostic.
2008-01-03 Jeff Roberson - In sysctl_kern_file skip fdps with negative lastfile...
2008-01-02 Poul-Henning KampIf the disk reports that it support the Compact Flash...
2008-01-02 Poul-Henning KampFollow the current fashion of gratuitously stomping...
2008-01-02 David E. O'BrienNote what is too {short,long}.
2008-01-02 John BaldwinA few whitespace fixes.
2008-01-02 Alan CoxProvide a legitimate pindex to vm_page_alloc() in pmap_...
2008-01-02 Alan CoxDefer setting either PG_CACHED or PG_FREE until after...
2008-01-02 David E. O'Brienstyle(9)
2008-01-02 David E. O'Brienstyle(9)
2008-01-01 Alan CoxCorrect a style error that was introduced in revision...
2008-01-01 Jeff Roberson - Place the fhold() in unp_internalize_fp to be more...
2007-12-31 Julian ElischerDon't duplicate the whole of arpresolve to arpresolve...
2007-12-31 Craig RodriguesIn vfs_scanopt(), make sure that the mount option value...
2007-12-31 John BaldwinActually declare the kern.features sysctl node.
2007-12-31 John BaldwinInclude a "pae" feature if an i386 kernel is built...
2007-12-31 John BaldwinAdd very basic support for the kernel to export a list...
2007-12-31 Robert WatsonUpdate netisr comment for the SMPng world order: netisr...
2007-12-31 John BaldwinUse devclass_get_count() instead of devclass_get_maxuni...
2007-12-31 Dag-Erling SmørgravAdd device IDs for the ICH9 family.
2007-12-31 Dag-Erling SmørgravTabify.
2007-12-31 Jeff Roberson - Pause a while after disabling lock profiling and...
2007-12-31 Jeff Roberson - Check the correct variable against NULL in two places.
2007-12-31 Warner LoshAdd Winbond W89C940F to the list. Also, stub in some...
2007-12-31 Warner LoshAdd missing 'sc->chip_type ==' to an ugly switch statem...
2007-12-31 Andrew ThompsonPass any unmatched slowprotocols frames up the stack...
2007-12-30 Yoshihiro TakahashiUse kbdd_* macros.
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
next