]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-05-11 Dima DorfmanBeware the log demon! (Fix typo: s/demon/daemon/)
2002-05-11 David E. O... Sorry, I did not mean to turn collect2 back on yet.
2002-05-11 Alfred PerlsteinFix warnings by commenting out text after #else/#endif.
2002-05-11 John BaldwinTemporarily disable Jeff's fix for atomic_cmpset_32...
2002-05-11 Alfred Perlsteinreplace __FUNCTION__ with standardized __func__.
2002-05-11 Alfred Perlsteinunbreak build: fix multi-line string literal
2002-05-11 Alfred PerlsteinAs a temporary bandaid disable '__printf0like' uncondit...
2002-05-11 Alfred Perlsteinunbreak build: ditch multi-line string literals
2002-05-11 Alfred Perlsteinfix build:
2002-05-11 Brian SomersNetBSD keeps des.h in /usr/include/openssl these days
2002-05-11 Alfred Perlsteinunbreak build:
2002-05-11 Alfred Perlsteinunbreak build:
2002-05-11 Chris D. Faulhaber#include <stdlib.h> for exit(3) prototype.
2002-05-11 Chris D. FaulhaberAdd semicolon to empty default case to silence warning.
2002-05-11 Garrett WollmanEXPR_COMPAT should imply -e, since there is no way...
2002-05-11 Alfred Perlsteinunbreak build: include string.h for strcmp prototype.
2002-05-11 John BaldwinAdd a dummy cleandir target to the kernel section so...
2002-05-11 Brian SomersMention the other RAS_PORT_TYPEs from rfc2865
2002-05-11 Alfred Perlsteinwhile i'm breaking stuff, use __dead2 instead of GCC...
2002-05-11 Alfred Perlsteinbackout additional include of cdefs.h, it's not helping...
2002-05-11 Alfred Perlsteininclude cdefs.h for __printf0like to silence warning.
2002-05-11 Chris D. FaulhaberAdd semicolon to empty default case to silence warning.
2002-05-11 David E. O... Localize the version number at the request of the GCC...
2002-05-11 Alfred PerlsteinAdd semicolon to empty default case to silence warning.
2002-05-11 David E. O... Revert rev 1.3 -- I tested using the wrong build compiler.
2002-05-10 David E. O... Actually we don't need any special YACC'ing here. ...
2002-05-10 Garrett WollmanThe response to my POSIX interpretation request says...
2002-05-10 David E. O... Note potential cvs update problem in contrib/gcc.
2002-05-10 Dag-Erling... This commit was generated by cvs2svn to compensate...
2002-05-10 Dag-Erling... Add missing include (perforce change 11137)
2002-05-10 David E. O... BWK awk appears to work for world builds just fine...
2002-05-10 David E. O... Add tweaks needed when using as the system compiler.
2002-05-10 Joerg WunschChange the PIO loops from a hard counter into a loop...
2002-05-10 David E. O... Touching the sjlj setting on IA-64 makes things not...
2002-05-10 David E. O... Build compiler on all platforms.
2002-05-10 David E. O... Doh! Add IA-64 to our target list.
2002-05-10 Andrew GallatinRemove ## concatination in the CFGREAD and CFGWRITE...
2002-05-10 Maxime HenrionFix several bugs in devfs_lookupx(). When we check...
2002-05-10 John Baldwinp_leader is only set at fork1() time, so update its...
2002-05-10 Benno RiceImplement the following functions:
2002-05-10 Benno RiceInstall the system call trap handler.
2002-05-10 Ruslan Ermilovxargs.c,v 1.33 broke the upgrade path from old versions...
2002-05-10 Peter WemmAvoid casting a different sized integer to a pointer...
2002-05-10 Joerg WunschFix a misplaced break statement within a switch that...
2002-05-10 Gary JennejohnFix a problem which could cause some machines to hang...
2002-05-10 Thomas GellekumCast the uc_mcontext member to regcontext *, not the...
2002-05-10 Thomas GellekumFix wrong bitmask.
2002-05-10 David E. O... Gather up the stragglers that depends on genrtl.h....
2002-05-10 David E. O... This was *very* -j unsafe. Add a dependency on the...
2002-05-10 David E. O... [Ab]use LDFLAGS rather than CFLAGS.
2002-05-10 David E. O... -ffreestanding is the word.
2002-05-10 David E. O... Change symbol values to match freebsd.h to avoid warnings.
2002-05-10 David E. O... Bmake bits for Gcc 3.1.
2002-05-10 David E. O... Need to build libgcc.so with -nostdlib -- otherwise...
2002-05-10 David E. O... Use MD_EXEC_PREFIX now to get us thru `buildworld'.
2002-05-10 Marcel Moolenaar[forced commit] Previous change got piggybacked. Initia...
2002-05-10 Marcel MoolenaarAdd missing #endif
2002-05-10 Tim J. RobbinsAccording to POSIX, exit status must be 127 if the...
2002-05-10 Benno RiceImprove our detection of an attempted duplicate entry...
2002-05-10 Benno RiceRemove a debugging printf that escaped.
2002-05-10 Peter WemmAdd a couple of entries. My MAINTAINER= lines are...
2002-05-10 David E. O... Remove files not part of GCC 3.1.
2002-05-10 David E. O... Import data for 3.0.2.
2002-05-10 Benno RiceIncrease the size of the kstack.
2002-05-10 John Baldwin- Axe -mpreferred-stack-boundary=2 as -Os turns this...
2002-05-10 Masafumi Max... Typo.
2002-05-10 David E. O... I reorganized a little bit too much in the backwards...
2002-05-10 Brian SomersAdd support for MS-CHAP authentication via a RADIUS...
2002-05-10 David E. O... Gcc 3.1 now offers both a C99 and a K&R traditional...
2002-05-10 Brian SomersAdd rad_get_vendor_attr() for deciphering vendor attrib...
2002-05-10 David E. O... Bmake bits for GCC 3.1.
2002-05-10 David E. O... Opps, remove added bogon.
2002-05-10 David E. O... Sync with the other platforms.
2002-05-10 David E. O... Gcc 3.1 varargs support.
2002-05-10 David E. O... Gcc 3.1 varargs support.
2002-05-10 David E. O... Gcc 3.1 has different -Wx flags.
2002-05-10 David E. O... Use only bits w/in /sys if at all possible.
2002-05-10 David E. O... Remove gCC'isms.
2002-05-10 David E. O... Use the compiler's crt{begin,end}.
2002-05-10 David E. O... Add the beginnings of Sparc64 support.
2002-05-10 David E. O... Pass CFLAGS to {CC} when using it as an `ld' replacement.
2002-05-10 David E. O... We don't need bootinfo any more, and sparc64 doesn...
2002-05-10 David E. O... Don't be redundant.
2002-05-10 Bruce A. MahNew release notes: pam_ftpusers(8), sed(1) -i.
2002-05-10 David E. O... mklocale has bad juju for Sparc64.
2002-05-10 David E. O... -ffreestanding is the word for /sys.
2002-05-10 David E. O... Turn off boot2 -- it gained over 96 bytes dieting on...
2002-05-10 David E. O... Turn off groff and gperf -- they will not compile with...
2002-05-10 David E. O... All platforms should be on equal footing now -- no...
2002-05-10 David E. O... Turn off pppctl -- it won't like with an in-tree Gcc...
2002-05-10 Greg LeheyAdd entry for Vinum.
2002-05-10 Maxim SobolevWhen packing installed package into a file (pkg_create...
2002-05-09 Tim J. RobbinsReimplement the who(1) utility to add some features...
2002-05-09 David E. O... This commit was generated by cvs2svn to compensate...
2002-05-09 David E. O... Gcc 3.1.0 pre-release's Objective C support bits from...
2002-05-09 David E. O... This commit was generated by cvs2svn to compensate...
2002-05-09 David E. O... Gcc 3.1.0 pre-release's libf2c bits from the FSF anoncv...
2002-05-09 David E. O... Use the stock (3.1 pre) file.
2002-05-09 David E. O... Use the stock file for now (but leave a note behind...
2002-05-09 David E. O... Merge rev 1.2 (printf format error fixes) in its 1...
next