]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Stylize.
[FreeBSD/FreeBSD.git] / sys /
2006-09-01 marcelIn cpu_set_user_tls(), properly set the thread pointer...
2006-09-01 mjacobMore ispfwfunc definitions funnies which break pre...
2006-09-01 mjacobAdd missing pre-7.0 firmware pointer. Oops.
2006-09-01 mjacobfix bug in 2322 receive sequencer f/w load
2006-09-01 anholtAdd support for another ATI IGP 340M (RS200M) AGP bridge.
2006-08-31 jhbJust foward declare 'struct adapter' instead of declari...
2006-08-31 jhbCompare the correct field against NULL when determining...
2006-08-31 jhayRecognise IPv6 PIM packets.
2006-08-31 obrienThis commit was generated by cvs2svn to compensate...
2006-08-31 ruThis commit was generated by cvs2svn to compensate...
2006-08-31 yongariAdd PHY support for BCM5752.
2006-08-31 yongariAdd Broadcom BCM5752 PHY id.
2006-08-31 rseFix typos: s/rebulid/rebuild/
2006-08-30 davidxuReorder some statments. Fix typo and remove stale comments.
2006-08-30 sosProperly initialize the nVidia MCP5X interrupts etc.
2006-08-30 cognetRemove dead code, already defined in sys/cdef.h
2006-08-30 cognetUse ENTRY_NP for alternate entry points instead of...
2006-08-29 cognetUse ENTRY instead of ALTENTRY, it doesn't exist on...
2006-08-29 mohansFix for a deadlock triggered by a 'umount -f' causing...
2006-08-29 jhbThe _sx_assert() prototype should exist if either of...
2006-08-29 jkimRestore Digital Outpur Register (DOR) for enhanced...
2006-08-28 cognetOoops m->md.pvh_attrs can't be used to know if the...
2006-08-28 cognetRelocate the vector page for AT91, to work around bugs...
2006-08-28 impThis commit was generated by cvs2svn to compensate...
2006-08-28 ssouhlalFREE -> free
2006-08-28 netchildMFi386 parts of rev 1.55 (modulo real MD parts):
2006-08-28 davidxuUpdate comments about interrupted mutex locking.
2006-08-28 davidxuRegenerate.
2006-08-28 davidxuThis is initial version of POSIX priority mutex support...
2006-08-28 davidxuImplement casuword32, compare and set user integer...
2006-08-27 alcRefactor vm_page_sleep_if_busy() so that the test for...
2006-08-27 netchildFix video playing and network connections in realplayer...
2006-08-27 cognetFill in dump_avail[] before pmap_boostrap() is called...
2006-08-27 marckResurrect reference to (contemporary) kern.ipc.nmbclusters.
2006-08-27 netchildregen
2006-08-27 netchildAdd the linux statfs64 call. This allows Tivoli backup...
2006-08-26 kanGCC 3.4.6 gets confused on this file and produces bogus...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 csjpFix panic associated with file creation via RPC/NFS...
2006-08-26 mjacobAdd 2400 f/w support.
2006-08-26 mjacobAdd QLogic 2400 (4Gb) firmware.
2006-08-26 rwatsonAllow the user process to query the kernel's notion...
2006-08-26 mohansFix for a bug that causes the computation of "len"...
2006-08-26 mariusFix another bug introduced with rev. 1.204; in vfs_donm...
2006-08-26 ssouhlalThe "taskqueue_fast" spinlocks were renamed to "fast_ta...
2006-08-26 netchildCorrect the number of retries in a futex_wake() call.
2006-08-26 rwatsonUpdate kernel OpenBSM parts, especially src/sys/bsm...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-26 alcPrevent a call to contigmalloc() that asks for more...
2006-08-25 alcEliminate unused definitions. (They came from NetBSD.)
2006-08-25 thompsaMove the bridge hook after the loopback check so that...
2006-08-25 thompsaThe bridge cant hear its own transmissions so set IFF_S...
2006-08-25 emax- Catch up with ongoing rwatson's socket work;
2006-08-25 pjdFix comment.
2006-08-25 cognetExplicitely set the "allocbuffer" field to NULL when...
2006-08-25 cognetDo not create dma maps with bus_dmamap_create, as we...
2006-08-25 netchildEmulate what vfork does instead of using it in linux_vf...
2006-08-25 rwatsonDon't call suser_cred() directly from linux_sethostname...
2006-08-25 davidxuSame as previous change, the user provided priority...
2006-08-25 sosProperly initialize and destroy the RAID lock.
2006-08-25 thompsaFix spelling.
2006-08-25 rwatsonRemove $P4$ from this file; other then temporarily...
2006-08-25 davidxuInitialize kg_base_user_pri.
2006-08-25 davidxuAdd user priority loaning code to support priority...
2006-08-25 alcThe return value from vm_pageq_add_new_page() is not...
2006-08-25 davidxuAdd member kg_base_user_pri and flag TDF_UBORROWING...
2006-08-25 grehanRemove file that snuck in accidentally in Marcel's...
2006-08-24 cognetFinally bring it support for the i80219 XScale processor.
2006-08-24 cognetUse ELFDATA2MSB if we're building big endian.
2006-08-24 mariusRemove the DPMS code in creator_blank_display(), as...
2006-08-24 marcelAdd skeletal support for GDB. In particular gdb_cpu_get...
2006-08-24 rikFix typo in a comment: DEFINE_CLASSx => DEFINE_CLASS_x.
2006-08-24 ruFix another fallout from the IF_LLADDR() type change.
2006-08-24 mariusFix a bug introduced with rev. 1.204; in vfs_donmount...
2006-08-24 rwatsonAdd kqueue support to audit pipe pseudo-devices.
2006-08-24 emaxDefine mtu as u_int16_t not as int. This should fix...
2006-08-24 olegProperly lock ifmedia callbacks. This should prevent...
2006-08-24 ruSpellcheck.
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 cpercivaCorrect buffer overflow in the handling of LCP options...
2006-08-23 glebiusPack several boolean fields into single bge_flags field.
2006-08-23 glebiusPack several boolean fields into single bge_flags field.
2006-08-23 davidxuPOSIX requires that higher numerical values for the...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-22 marcelFix misalignment bugs caused by invalid type casts...
2006-08-22 yongariIt seems that em(4) misses Tx completion interrupts...
2006-08-21 jkimUse aperture base address from north bridge. Some...
2006-08-21 impMinor style(9) treatment to make things a little more...
2006-08-21 kibWhile checking for update of snapshot file in the ffs_c...
2006-08-21 kenImplement 'camcontrol reportluns'. This allows users...
2006-08-21 alcAdd _vm_stats and _vm_stats_misc to the sysctl declarat...
2006-08-21 alcvm_page_zero_idle()'s return value serves no purpose...
2006-08-21 mjacobFix RELENG_4 code version- isp_roles wasn't getting...
2006-08-21 alcPage flags are reset on (re)allocation. There is no...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-20 netchildSync the MI parts for amd64 with i386 and remove the...
2006-08-20 pjdCorrect typo in comment.
next