]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Resurrect reference to (contemporary) kern.ipc.nmbclusters.
[FreeBSD/FreeBSD.git] / sys /
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.
2006-08-20 cpercivaFix a signedness bug.
2006-08-20 ruMake the default "init_path" value breakable, so it...
2006-08-19 netchildGet rid of some nested includes.
2006-08-19 ssouhlalMALLOC -> malloc and FREE -> free
2006-08-19 ssouhlalifdef DEBUG a printf
2006-08-18 juliancomply with style police
2006-08-18 impCopy powerpc ficl files sysdep files (maybe we need...
2006-08-18 impBuild at91
2006-08-18 impSupport compiling as part of world
2006-08-18 ruAdd more nForce4 SMBus 2.0 PCI IDs.
2006-08-18 bruefferWordsmithing on the ixgb(4) and mxge(4) descriptions.
2006-08-18 bruefferAdd more modules, correct alphabetical order.
2006-08-18 netchildAdd the new linux files to pc98 too.
2006-08-18 gnnFix a kernel panic based on receiving an ICMPv6 Packet...
2006-08-18 glebiusbge_cksum_pad() can modify the mbuf, thus call it befor...
2006-08-18 bruefferFollow the lead of mxgb(4) and build the module for...
2006-08-18 marckkern.ipc.nmbclusters is sysctl, not compile-time option...
2006-08-18 sosUpdate JMicron support to also work with chips where...
2006-08-18 marckRemove references to NMBCLUSTERS which is obsoleted.
2006-08-18 impAppened ull to a really large integer constant to fix...
2006-08-17 impwhile (0); -> while (0) in multi-line macros
2006-08-17 julianAllow ipfw to forward to a destination that is specifie...
2006-08-17 impDon't put a ; after while (0)
2006-08-17 netchild- disable some more code when osrelease=2.4.2
2006-08-17 netchildMove some stuff into headers where they belong.
2006-08-17 thompsaRemove unneeded asserts from bridge_ioctl_* since these...
2006-08-17 thompsaRemove two lock asserts that are unneeded due to subseq...
2006-08-17 thompsaCall bridge_span before dropping the lock.
2006-08-17 netchildInitialize the emul sx-lock.
2006-08-17 glebiusRewrite bge_encap() so that it takes mbuf ** argument...
2006-08-17 netchildFix the DEBUG build:
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-17 julianRemove the IPFIREWALL_FORWARD_EXTENDED option and make...
next