]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
- Catch up with ongoing rwatson's socket work;
[FreeBSD/FreeBSD.git] / sys /
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...
2006-08-17 impMFp4: changes since .s -> .S rename. Use correct heade...
2006-08-16 yongariDon't update Rx descriptor status in two different...
2006-08-16 thomasFix typos in comment.
2006-08-16 impMFp4: First cut at making spi and/or sd card booting...
2006-08-16 impMFp4:
2006-08-16 impMFp4:
2006-08-16 peterGrab two syscall numbers. One is used to emulate funct...
2006-08-16 davidxuChange xorq back to xorl.
2006-08-16 netchildStyle fixes to comments.
2006-08-16 guidoResolve conflicts
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-16 guidoImport IP Filter 4.1.13
2006-08-16 maximo Re-word a comment.
2006-08-16 cpercivaSwap the names "sem_exithook" and "sem_exechook" in...
2006-08-16 jkimInclude sys/limits.h for INT_MAX. freebsd32_proto...
2006-08-15 davidxuBackout revision 1.117, xorl and xorq have same result...
2006-08-15 pav- Fix typo in #error pragma: compitable -> compatible
2006-08-15 jhbAdd a new 'show sleepchain' ddb command similar to...
2006-08-15 jhb- When spinning on a spin lock, if the debugger is...
2006-08-15 impadd comment about why we include opt_global.h
2006-08-15 jhbUse SYS_AUE_<syscallname> to include the appropriate...
2006-08-15 jhbRegen to propogate <prefix>_AUE_<mumble> changes as...
next