]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2006-08-22 thomas(media_status): Factor common code between IFM_ETHER...
2006-08-22 ruFix example:
2006-08-22 flz- Add ypserv to the REQUIRE list.
2006-08-22 flzBackout this commit since it breaks startup and some...
2006-08-22 flz- Remove ramdisk rc.d scripts since they've been replac...
2006-08-22 ruRemove alpha left-overs.
2006-08-22 marcelBuild mount_smbfs on ia64.
2006-08-22 marcelBuild libsmb and smbutil on ia64.
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 marcelRemove alpha left-overs.
2006-08-21 jkimUse aperture base address from north bridge. Some...
2006-08-21 marcelBuild gperf(1) for/on PowerPC. There's no apparent...
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 brianRevert the addition of -p. It's flawed in that dhclien...
2006-08-21 cognetIf __ARMEB__ is defined, we're already using the networ...
2006-08-21 kenImplement 'camcontrol reportluns'. This allows users...
2006-08-21 kibNote that LK_UPGRADE may drop the shared lock before...
2006-08-21 bruefferAdd several missing NIC drivers, remove two obsolete...
2006-08-21 ruFix the output glitch.
2006-08-21 alcAdd _vm_stats and _vm_stats_misc to the sysctl declarat...
2006-08-21 yarFor the sake of clarity, explicitly tell that comma...
2006-08-21 bmahNew release note: less v394.
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 dwmaloneRegigle parens to try and get the intended affect....
2006-08-20 dangerAdd myself to the FreeBSD callendar. Ooops, it seems...
2006-08-20 delphijHook lessecho(1) to build.
2006-08-20 delphijRegen.
2006-08-20 delphijResolve conflicts.
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijImport less v394
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-20 impPrefer strlcpy to strncpy. In one case, this saves...
2006-08-20 impUse strlcpy in place of strncpy + setting the last...
2006-08-20 impBump date, forgotten in 1.13
2006-08-20 impAdd a few devices that have been added recently.
2006-08-20 julianFix typo.
2006-08-20 yarTell in a comment that the symlinks from /usr/bin are
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-19 yarInstall pkill(1), aka pgrep(1), to /bin so that rc...
2006-08-19 kanUpdate libsupc++ to include missing files. This was...
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 yarDocument a detail in the present syntax of "ps -o foo...
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 brooksDon't try to start interfaces that don't exist.
2006-08-18 yarEliminate header line(s) from ps(1) output instead...
2006-08-18 yarThe ps(1) command is unfriendly to scripts by default...
2006-08-18 bruefferUse our standard section 4 SYNOPSIS layout.
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 multiline macro
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 brianMake it a little clearer that interface-specific flags...
2006-08-17 brianBump the document date. s/dhclient/.Nm/
2006-08-17 brianBump the document date.
2006-08-17 brianAdd a missing quote
2006-08-17 delphijUse same signedness for i and matched_c. This should...
2006-08-17 brianCorrect usage()
2006-08-17 brianAdd a -p switch to dhclient. The switch tells dhclient...
2006-08-17 ceriFurther nitpicking.
2006-08-17 ceriFix a grammatical error.
2006-08-17 thompsaRemove unneeded asserts from bridge_ioctl_* since these...
2006-08-17 ruI'm about to merge these only now, so correct the first...
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 yarAllow for setting negative priority (niceness) when...
2006-08-17 yarEnumerate all cases where -i is applicable.
2006-08-17 maximo Style previous.
2006-08-17 gshapiroUpdate to sendmail 8.13.8
2006-08-17 gshapiroForced commit to .mc files to force creation of new...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-17 gshapiroImport sendmail 8.13.8
2006-08-17 kanRegularly scheduled patch to unbreak regularly schedule...
2006-08-17 brooksIntroduce a new function, ifexists and use it to avoid...
next