]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2004-03-11 Bruce EvansFixed mispellings of '\0' as NULL.
2004-03-11 Bruce EvansFixed a misspelling of 0 as NULL.
2004-03-11 Josef El-RayesReplace <iostream.h> with <iostream> to remove annoying...
2004-03-11 Bruce EvansFixed a misspelling of '\0' as NULL.
2004-03-11 Bruce EvansFixed misspellings of 0 as NULL.
2004-03-11 Bruce EvansFixed misspellings of '\0' as NULL.
2004-03-11 Bruce EvansFixed a misspelling of 0 as NULL.
2004-03-11 Bruce EvansFixed misspellings of 0 as NULL.
2004-03-11 Bruce EvansFixed misspellings of 0 as NULL.
2004-03-11 Bill PaulFix mind-o: sanity check in ndis_disable_ndis() is...
2004-03-11 Bill PaulFix the problem with the Cisco Aironet 340 PCMCIA card...
2004-03-11 Poul-Henning... Be more insistent on destroying geoms at unload time...
2004-03-11 Tom RhodesAdd a newsyslog.conf manual page. This follows suit...
2004-03-11 Tom RhodesRemove information about the configuration file.
2004-03-11 Max LaierBack out id -g checks as they are wrong (sendmail group...
2004-03-11 Marcel MoolenaarRemove stale or broken call to kdb_trap() and protected...
2004-03-10 Jens SchweikhardtGive xterm-basic the le entry. bs should be avoided.
2004-03-10 Ruslan ErmilovA manpage for ng_eiface(4).
2004-03-10 Marcel MoolenaarIdentify the Deerfield processor. Deerfield is a low...
2004-03-10 Ruslan ErmilovReworked the fix to print the useful line number on...
2004-03-10 Poul-Henning... Don't call devsw() more than we need to, and in particu...
2004-03-10 Poul-Henning... Make the extern for adv_mcode match the reality: it...
2004-03-10 Poul-Henning... Fix a long-standing deadlock issue with vnode backed...
2004-03-10 Poul-Henning... Add an option to write collected data to file in binary...
2004-03-10 Garance A DrosehnUndo the previous commit, which was just plain wrong...
2004-03-10 Garance A DrosehnIncrease __FreeBSD_version to reflect the transition...
2004-03-10 Garance A DrosehnChange time_t from a 32-bit value to a 64-bit value...
2004-03-10 Bruce M SimpsonEliminate multiple __FBSDID and sys/cdefs.h.
2004-03-10 Max LaierAdd installcheck for proxy:proxy and authpf.
2004-03-10 John Baldwin- Document cv_broadcastpri().
2004-03-10 Max LaierRemove `$Name$' leftovers from the port version reporting.
2004-03-10 Max Laierftp-proxy no longer lives in /usr/local/...
2004-03-10 Max LaierAdd trailing collon
2004-03-10 Tim J. RobbinsSet stream orientation in ungetc() instead of __ungetc...
2004-03-10 Tim J. RobbinsRemove duplicate check for EOF from ungetc(); __ungetc...
2004-03-10 Poul-Henning... We don't retain 'x' bits in CVS so explicity use sh...
2004-03-10 Tim J. RobbinsCall __sputc() directly in fputc() instead of taking...
2004-03-10 Poul-Henning... Add first cut at "nanobsd":
2004-03-10 Tim J. RobbinsCall __sgetc() directly in getchar() instead of taking...
2004-03-10 Poul-Henning... Use the external clock input for our PLL.
2004-03-10 Tim J. RobbinsSet the stream orientation explicitly in fgetln() inste...
2004-03-10 Poul-Henning... Remove the /* 1.2 */ comment which was orphaned by...
2004-03-10 Tim J. RobbinsSet stream orientation in puts().
2004-03-10 Poul-Henning... Put libypclnt behind NO_YP_LIBC
2004-03-10 Poul-Henning... Rearrange some of the GEOM debugging tools to be more...
2004-03-10 Bruce EvansFixed a misspelling of 0 as NULL.
2004-03-10 Poul-Henning... Fix handling of tap/vmnet flag in relation to cloning...
2004-03-10 Bill PaulFix several issues related to the KeInitializeTimer...
2004-03-10 Robert WatsonMove the AH algorithm list from a static local function...
2004-03-10 Alan Cox - Make the acquisition of Giant in vm_fault_unwire...
2004-03-10 Robert WatsonLock down IP-layer encapsulation library:
2004-03-10 Robert WatsonScrub unused variable zeroin_addr.
2004-03-10 John-Mark Gurneymake sure we had the filedesc lock when calling fdinit...
2004-03-10 Peter EdwardsAnother April Fool signs up.
2004-03-09 Robert WatsonConst-poison ethernet and FDDI broadcast address consta...
2004-03-09 Poul-Henning... Make this file more generally usable:
2004-03-09 John BaldwinMake libgeom usable by C++ programs:
2004-03-09 John BirrellRemove duplicate code.
2004-03-09 Bill PaulTrim unneeded includes from if_ndis_pccard.c and if_ndi...
2004-03-09 Robert WatsonIntroduce stf_mtx to protect global softc list in if_st...
2004-03-09 Tim KientzleMany fixes.
2004-03-09 Robert WatsonIntroduce faith_mtx to protect the if_faith global...
2004-03-09 Bill PaulIf the resource listing obtained from BUS_GET_RESOURCE_...
2004-03-09 Ruslan ErmilovMake it possible to ``.undef ${VAR}'' (expanding VAR...
2004-03-09 Robert WatsonIntroduce lo_mtx to protect the global loopback softc...
2004-03-09 Robert WatsonIntroduce disc_mtx to protect the global softc list...
2004-03-09 Lukas ErtlFix an integer overflow when dealing with very large...
2004-03-09 David MaloneFix the easy warnings:
2004-03-09 David MaloneMisc fixes brought to light by WARNS=6:
2004-03-09 Pawel Jakub... - Don't take sectorsize from first disk. Calculate...
2004-03-09 Pawel Jakub... Print a space character between string given as a macro...
2004-03-09 Lukas ErtlAnd a bandaid so that the output of "available space...
2004-03-09 Lukas ErtlSince vinum doesn't fake disklabels anymore, remove...
2004-03-09 Ruslan ErmilovFixed line numbering inside the .for loops.
2004-03-09 Nate LawsonSimplify some logic in converting a buffer to an integer.
2004-03-09 Nate LawsonUse an unsigned int instead of an int for the Get/Set...
2004-03-09 John BirrellBackout the previous revision due to objections.
2004-03-09 Marcel MoolenaarReset the text attributes when initializing the console...
2004-03-09 Nate LawsonHook CPUs up to newbus. CPUs will ultimately be a...
2004-03-09 John BirrellAdd #ifdef CPU_SOEKRIS in the missing places around...
2004-03-09 John BirrellAMD's ELAN documentation says that you write to the...
2004-03-09 John BirrellOn 4.X it was possible for an application to initialise...
2004-03-09 Mike HeffnerThese aren't all binary options.
2004-03-08 Alex DupreFix typos.
2004-03-08 Max LaierBump __FreeBSD_version for the pf install and write...
2004-03-08 Max LaierLink pf to the build and install:
2004-03-08 Robert WatsonMark loadaverage callout as CALLOUT_MPSAFE.
2004-03-08 Pawel Jakub... Add two new sysctls:
2004-03-08 Ken SmithShift file locking to source file instead of temp file...
2004-03-08 Garance A DrosehnAdd a check for wtmp records which have invalid values...
2004-03-08 Garance A DrosehnCompile 'ac' with DEBUG when arch==sparc64.
2004-03-08 Garance A DrosehnAdd a debug-statement from NetBSD, and then rework...
2004-03-08 Andrey A. ChernovRemove a.out at the end of 'make test'
2004-03-08 Poul-Henning... String the consumers into the list of the provider...
2004-03-08 Max LaierFix two instances of improper NULL/0 use idetified...
2004-03-08 Bruce M SimpsonUpdate pmap_pinit(9) to reflect pmap_pinit2() removal...
2004-03-08 Benno RiceManual page for the ng_atmllc node type.
2004-03-08 Pawel Jakub... Mark scripts as not usable inside a jail by adding...
2004-03-08 Pawel Jakub... Fix skipping scripts with given keywords.
2004-03-08 Benno RiceAdd a netgraph node to handle ATM LLC encapsulation...
next