dragonfly.git
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-20 Matthew DillonBring in a trimmed down gcc-3.4-20040618.
2004-06-20 Joerg SonnenbergerAlways set the _CPUCFLAGS in bsd.cpu.gcc2.mk to some...
2004-06-20 Joerg SonnenbergerUse our specs, not FreeBSD's.
2004-06-20 Joerg SonnenbergerManually recurse into ../cc_prepend for depend to worka...
2004-06-20 Joerg SonnenbergerRedo the ProPolice patches, there were partly broken.
2004-06-19 Hiten PandyaIEEE Std. 1003.1-2001 (SUSv3):
2004-06-19 Hiten PandyaAdd the csplit(1) utility, which splits files based...
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build.
2004-06-19 Joerg SonnenbergerFix compilation "Label at end of compound statement...
2004-06-19 Chris PresseyFix a bogus type declaration to remove a compiler warni...
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build
2004-06-19 Joerg SonnenbergerRemove the evil inline ==> rpcgen_inline CPP hack,...
2004-06-19 Matthew DillonFix an aggregious non-terminated buffer issue and also...
2004-06-19 Hiten PandyaFix prototype of usage().
2004-06-19 Joerg SonnenbergerFirst stage in cleaning the built-in pathes of gcc...
2004-06-19 Joerg SonnenbergerInclude ProPolice suport for GCC 3.4.
2004-06-19 Joerg SonnenbergerInclude ProPolice suport for GCC 3.4.
2004-06-18 David RhodusCreate twed0 entries in /dev
2004-06-18 David RhodusFix installworld by making it aware of the rconfig...
2004-06-18 Hiten PandyaAdd a helper utility, called asf(8): Add Symbol File.
2004-06-18 Matthew DillonA sample rconfig script which completely wipes and...
2004-06-18 Matthew Dillonchdir into WorkDir before running the downloaded script.
2004-06-18 Matthew DillonWrite a remote configuration utility called 'rconfig...
2004-06-17 Joerg SonnenbergerThe insn-conditions.c generated by stock GCC does some...
2004-06-17 David RhodusDefault the MMX/XMM kernel optimizations to the on...
2004-06-17 Joerg SonnenbergerDon't whine about malloc/realloc "poising" the code...
2004-06-17 Matthew DillonDon't set prefetch mode on VIA chips, it causes problem...
2004-06-17 Hiten PandyaSpell 'written' properly.
2004-06-16 Hiten PandyaFix spelling in comment.
2004-06-16 Matthew DillonMake sure gcc_local.c and any left over patch mess...
2004-06-16 Matthew DillonClean up GCC3.3, rip out all the weird search paths...
2004-06-15 Joerg SonnenbergerFix warning
2004-06-15 Joerg SonnenbergerReally use the host compiler in bsd.hostprog.mk
2004-06-15 Joerg SonnenbergerNuke lib/csu/i386 (a.out support) and copy lib/csu...
2004-06-15 Joerg SonnenbergerAdd CCVER=gcc34 support to bsd.cpu.mk. Also add the...
2004-06-15 Joerg SonnenbergerAdd directory entries for GCC 3.4.
2004-06-15 Matthew DillonFix a race with the clearing of p->p_session->s_ttyvp...
2004-06-14 Joerg SonnenbergerBuild infrastructure for GCC 3.4
2004-06-14 Joerg SonnenbergerAdd the old CSU files to list of file to be deleted...
2004-06-14 Joerg SonnenbergerSwitch from GCC-version specific crtbegin/crtend code...
2004-06-14 Joerg SonnenbergerImport BSD-licensed crtbegin/crtend support.
2004-06-14 Hiten PandyaMake the procfs_validfile() function static.
2004-06-14 Hiten PandyaIf there was a cache hit, and the msf->m_flags was...
2004-06-12 Matthew Dillonstart_forked_proc() should not be called when rfork...
2004-06-12 Matthew DillonANSIfy the remaining K&R functions. Remove two bzero...
2004-06-12 Matthew DillonFix a bug in the reply port path related to aborts...
2004-06-11 Hiten PandyaDo not produce a warning if the sysctl does not exist...
2004-06-10 Matthew DillonBoth 'ps' and the loadav calculations got broken by...
2004-06-10 Joerg SonnenbergerAdd Makefile support for host programs (.nx) just like...
2004-06-09 Hiten PandyaRevert the locking of feof(3) for now; there is possibi...
2004-06-09 Hiten PandyaAdd some whitespace for clarity. No operational changes.
2004-06-09 Hiten PandyaAdd a 'big fat comment' about the FUNLOCKFILE(fp) imple...
2004-06-09 Hiten PandyaRevert previous commit about FUNLOCKFILE(fp), it causes...
2004-06-09 Joerg SonnenbergerAdd implemenation of lrealpath. This works like realpat...
2004-06-09 Joerg SonnenbergerFix the warranty, this is not UCB code
2004-06-09 Joerg SonnenbergerBegin implementing a -liberty replacement for binutils...
2004-06-09 Chris PresseyMerge ... FreeBSD (RELENG_4) src/usr.bin/script/script...
2004-06-09 Chris PresseyAdd -u option to cpdup(1), which causes its -v[vv]...
2004-06-08 David RhodusAdd the SysKonnect ethernet driver to the GENERIC kerne...
2004-06-08 Eirik NygaardUpdate tcpslice to version 3.8.
2004-06-08 Jeffrey HsuTry the ELF image activator first.
2004-06-08 Hiten PandyaIf handed a bad file pointer that we can't write to...
2004-06-08 Hiten PandyaIEEE Std. 1003.1-2001 wants feof(3) to behave as if...
2004-06-08 Hiten PandyaIEEE Std. 1003.1-2001 dictates that fileno(3) behave...
2004-06-08 Hiten PandyaReplace the use of specially reserved pbufs in NFS...
2004-06-08 Hiten PandyaRemove an accessory function called msf_buf_xio();...
2004-06-08 Hiten PandyaConditionally include the essential header files, sys...
2004-06-08 Hiten PandyaRe-order include, 'sys' includes first, 'vm' includes...
2004-06-08 Hiten PandyaC99 update: freopen(3) with NULL 'path' argument so...
2004-06-08 Hiten Pandyamdoc(7) corrections; use .Dv instead of .Em etc, fix...
2004-06-08 Hiten PandyaDocument security issues with gets(3) in a proper manner.
2004-06-07 Hiten PandyaSet the return value properly for fgetpos(3).
2004-06-07 Hiten PandyaFUNLOCKFILE(fp) *after* modifying the FILE pointer...
2004-06-07 Hiten PandyaUse ANSI C prototypes and remove the !__STDC__ varargs...
2004-06-07 Hiten PandyaAvoid a memory leak if vfprintf(3) by always calling...
2004-06-07 Hiten PandyaRemove useless __STDC__ junk.
2004-06-07 Hiten PandyaUse correct sentence structure.
2004-06-07 Hiten PandyaDissolve use of the 'register' keyword.
2004-06-07 Matthew DillonFix improper vm_object ref counting in procfs that...
2004-06-07 Matthew Dillonulimit.h needed to be added to the include file list...
2004-06-07 Matthew DillonConvert netproto/ns to the pr_usrreqs structure. This...
2004-06-07 Matthew DillonAdditional listhead->pcblisthead and marker support...
2004-06-07 Matthew DillonRecent accept() changes started depending on the protos...
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-06-07 Matthew DillonRemove dtom() from comment.
2004-06-06 Matthew DillonBack out the last change. Normal 'make' builds in...
2004-06-06 Matthew DillonAdd the prototype for the recently added XIO API call...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-06 Matthew DillonThe usbcom's device was being released too early in...
2004-06-06 Matthew DillonDeal with revoke()'d descriptors. The underlying vnode...
2004-06-06 Hiten PandyaANSI-fication. No operational changes.
2004-06-06 Hiten PandyaRegister keyword removal. No operational changes.
2004-06-06 Hiten PandyaAdd a reference to the ulimit(3) manual page.
2004-06-06 Hiten PandyaImplement POSIX.1-2001 (XSI)'s ulimit(3) library call.
2004-06-06 Hiten PandyaDo not use the installed include files, instead, set...
2004-06-06 Hiten PandyaNow that we have clients that use m_getcl(9), set the...
2004-06-06 Hiten PandyaDiscard the first 1024 bytes of output as suggested by
2004-06-06 Jeffrey HsuClose race condition in accept(2).
next