]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-05-13 Ruslan ErmilovFixed CLEANFILES after bsd.lib.mk sweep.
2002-05-13 Ruslan ErmilovCLEANFILES are too long for libc.
2002-05-13 Ruslan ErmilovFixed CLEANFILES.
2002-05-13 Bruce EvansFixed a semantic error. va_arg(ap, u_short) is nonsens...
2002-05-13 Bruce EvansDon't include <stddef.h> "For offsetof". This is not...
2002-05-13 Poul-Henning... Add __divdi3() and __moddi3() to libstand. We will...
2002-05-13 Ruslan ErmilovEnsure manpages are built with the all-man in the
2002-05-13 Bruce EvansFixed syntax errors (tokens after #endif).
2002-05-13 Bruce EvansFixed syntax errors (garbage after #endif; just editing...
2002-05-13 Ruslan ErmilovMAN[1-9] -> MAN.
2002-05-13 Ruslan ErmilovStyle.
2002-05-13 Ruslan ErmilovNOSHARED is meaningless in the bsd.lib.mk context.
2002-05-13 Bruce EvansFixed a syntax error (a label not followed by a statement).
2002-05-13 Ruslan ErmilovSOBJS are not used here for a long time, and were just
2002-05-13 Poul-Henning... Remove unneeded include.
2002-05-13 Ruslan ErmilovMark all internal libraries with INTERNALLIB.
2002-05-13 Ruslan ErmilovRemoved now unused INTERNALSTATICLIB.
2002-05-13 Ruslan ErmilovMajor cleanup of bsd.lib.mk.
2002-05-13 Luigi RizzoAdd ipfw hooks to ether_demux() and ether_output_frame().
2002-05-13 Joerg Wunschstyle(9) changes before further editing that region:
2002-05-13 Luigi RizzoRemove custom definitions (IP_FW_TCPF_SYN etc.) of...
2002-05-13 Luigi RizzoHandle symbolic names for common ethernet types (ip...
2002-05-13 Poul-Henning... Remove register keyword.
2002-05-13 Ruslan ErmilovRemoved the a.out compatibility cruft.
2002-05-13 Giorgos Keramidaso Uncapitalize .Nd macro arguments and remove punctuation
2002-05-13 Giorgos KeramidasRemove EOL space.
2002-05-13 Tim J. RobbinsIf we can't change the scheduling priority, warn but...
2002-05-13 Alfred PerlsteinDon't use PAGE_SIZE in userland, instead use getpagesiz...
2002-05-13 Benno RiceBuild the fpu support routines.
2002-05-13 Benno RiceFPU support.
2002-05-13 David E. O... Bump for GCC 3.1.
2002-05-13 David E. O... Match the default newfs UFS block size.
2002-05-13 Jeff RobersonDon't call the uz free function while the zone lock...
2002-05-13 Marcel Moolenaars/_ALPHA_/_MACHINE_/
2002-05-13 Marcel MoolenaarRemove reference to the "Alpha Calling Standard".
2002-05-13 Jeff RobersonRemove the hash_free() lock order reversal. This could...
2002-05-13 Jake BurkholderHandle alignment fault fixups in libc rather than in...
2002-05-13 Jake BurkholderFix IF_SEXT(val, 32). The constants need to have type...
2002-05-13 David E. O... This commit was generated by cvs2svn to compensate...
2002-05-13 David E. O... Cause CVS to sync up checked out source bases with...
2002-05-13 David E. O... Restore some of the implementation from the Bmake gcc...
2002-05-13 Jake BurkholderThese were repo-copied to dump_machdep.c.
2002-05-13 Jake Burkholder${MACHINE_ARCH}dump.c -> dump_machdep.c.
2002-05-13 Jake BurkholderAdd another copy of the ia64 dump_machdep.c.
2002-05-13 David E. O... I was finally able to repeat the -j breakage on one...
2002-05-12 Poul-Henning... UFS2 preparation commit:
2002-05-12 Poul-Henning... Remove two "register" and a blank line.
2002-05-12 Tim J. RobbinsSupport the SUSv3 -n option and the "--" end of options...
2002-05-12 David E. O... Remove files not part of GCC 3.1.
2002-05-12 Poul-Henning... Sigh... Yet a BBSIZE breakage.
2002-05-12 Poul-Henning... Sigh, more BBSIZE related breakage.
2002-05-12 Poul-Henning... #include <sys/disklabel.h> to get BBSIZE.
2002-05-12 Luigi RizzoMain functional change is the implementation of matchin...
2002-05-12 Poul-Henning... Retire the bogus uses of the disklabel field d_sbsize...
2002-05-12 Luigi RizzoAdd code to match MAC header fields (at the moment...
2002-05-12 Poul-Henning... ARGH! SBLOCK is not unused. Try to get this right.
2002-05-12 Poul-Henning... Remove #define for BBOFF, it is assumed == 0 so many...
2002-05-12 Poul-Henning... Remove unused BBLOCK and SBLOCK #defines.
2002-05-12 Poul-Henning... Remove the private code for reading UFS superblocks...
2002-05-12 Alan Cox o Remove GIANT_REQUIRED and an excessive number of...
2002-05-12 Marcel MoolenaarFix alpha build. The alpha has dumpsys implemented.
2002-05-12 Jake BurkholderEnable KTR_TRAP by default.
2002-05-12 David E. O... do-while ASM_OUTPUT_ALIGN to enable its use in more...
2002-05-12 Joerg WunschHide the fd autoselection messages behind the bootverbo...
2002-05-12 Ruslan ErmilovNOLIB is gone; put INTERNALLIB back for now.
2002-05-12 Ruslan ErmilovRevert the last change. The corresponding bsd.lib...
2002-05-12 Ruslan ErmilovAdded new bsd.incs.mk which handles installing of heade...
2002-05-12 Bruce EvansTranslated -malign-functions=4 to -falign-functions...
2002-05-12 Bruce EvansSaved 176 bytes by compiling with -fno-guess-branch...
2002-05-12 Joerg WunschIncrease the PIO timeout to approximately the value...
2002-05-12 Robert WatsonAdd a man page for the devinfo command; I'd argue devin...
2002-05-12 Hajimu UMEMOTORecent zlib does not like Z_FLUSH at the end of inflate().
2002-05-12 David E. O... Properly build lb1spc.asm on Sparc64.
2002-05-12 David E. O... Back out last commit. I expect our bsd.*.mk gods to...
2002-05-12 David E. O... There is no more NOLIB.
2002-05-12 David E. O... Back out rev 1.118.
2002-05-12 Benno RiceMore locking fixes.
2002-05-12 Ruslan ErmilovDocument my willingness in maintaining share/mk infrast...
2002-05-12 David E. O... Quiet the peanut gallary and back out magical "breakage".
2002-05-12 David E. O... I was not strict enough with my ordering of things...
2002-05-12 David E. O... Tidy up the cleanfiles.
2002-05-12 David E. O... Fixes for building a.out bits.
2002-05-12 David E. O... Do as you want with GCC.
2002-05-12 Brian SomersAdd a prototype for rad_get_vendor_attr().
2002-05-12 Dag-Erling... Don't declare krb5_mcc_ops, it's already declared in...
2002-05-12 Benno RiceDo the correct locking on processes for DSI and ISI...
2002-05-12 Marcel Moolenaaro Rename ia64_count_aps to ia64_count_cpus and reimple...
2002-05-12 Alan Cox o Acquire and release Giant in vm_object_reference...
2002-05-12 Scott LongUpdate the PCI table as per Dell's fickleness.
2002-05-12 Bruce EvansFixed 5 style bugs in VCS ids.
2002-05-12 Mike BarcroftFinish converting the rest of the function declaration...
2002-05-12 Bruce EvansFixed printing the the strip binary's name in error...
2002-05-12 Jacques VidrineTurn on the set-user-ID bit for k5su if ENABLE_SUID_K5S...
2002-05-12 Giorgos KeramidasCVS_RSH defaults to 'ssh' these days, and not 'rsh'.
2002-05-12 Chris D. FaulhaberRemove _PATH_CP now that it is defined in paths.h
2002-05-12 Brian S. DeanTo perform even basic error checking, one must have...
2002-05-12 Dima Dorfmans/demon/daemon/
2002-05-11 Mike BarcroftRemove some duplicate types that should have been remov...
2002-05-11 Mike BarcroftDocument that <netinet/in.h> can also provide prototype...
2002-05-11 Dima Dorfmandemon -> daemon
next