]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2002-04-24 phkRemove the -v option, it is now default behaviour.
2002-04-24 umehandle ECONNABORTED.
2002-04-24 tgAdd some fortunes and re-order the Feynman problem...
2002-04-24 phkContinue the cleanup preparations for UFS2 (& GEOM):
2002-04-24 ruThe install.debug and reinstall.debug targets are neede...
2002-04-24 umetypo in connect(2) error handling.
2002-04-24 tanimuraFree(9) should be Giant-free.
2002-04-24 jakeSplit file system setup code out into a function called...
2002-04-24 scottlPrepare for a major update to the aac driver:
2002-04-24 obrienStyle changes to reduce diff to things I did in the...
2002-04-24 obrienFix bug where we were loosing our platform-wide ASM_COM...
2002-04-24 cokaneAdd me to the MAINTAINERS for 3dfx card stuff.
2002-04-24 jakeAdd support for loading files other than /boot/loader...
2002-04-24 silbyRemove sodropablereq - this function hasn't been used...
2002-04-24 jakeAdd an exit function.
2002-04-24 jakeAdd -Wno-unused.
2002-04-24 jakememcpy, memset -> bcopy, bzero.
2002-04-24 jakeClean up elf loading to not make assumptions about...
2002-04-24 jakeRemove xfsread. Just call fsread directly.
2002-04-24 jakeRemove a bunch of unused variables, functions and macro...
2002-04-24 mikeRearrange <netinet/in.h> so that it is easier to condit...
2002-04-24 bmahWhitespace.
2002-04-24 bmahNew release note: wi(4) hostap.
2002-04-24 mjacobMake Veritas Storage Appliance a HILUNS device.
2002-04-23 obrienBack out the NO_RCMNDS knob.
2002-04-23 obrienDo not +1 with MAXPATHLEN.
2002-04-23 obrienChange the name of the 'bin' distribution to 'base'.
2002-04-23 obrienRestore some of the original variable names, but fix...
2002-04-23 phkImplement the GEOMGETCONF ioctl which returns vital...
2002-04-23 hsuThe cold and panicstr variables do not need to be prote...
2002-04-23 phkAll in a days work: make a function static.
2002-04-23 phkDon't free(9) a pointer which has been modified.
2002-04-23 phkAdd a basic sanity check on pointers passed to free(9).
2002-04-23 muxUnbreak NFS mounts when mount(8) is invoked as : mount...
2002-04-23 gshapirosys.mk no longer includes bsd.own.mk so I need to inclu...
2002-04-23 phkDon't call malloc(9) to allocate zero bytes softc data...
2002-04-23 bpTrack nfs's getpages() changes:
2002-04-23 bpGet rid from extra #ifdefs.
2002-04-23 bpInitialize thread select queue in the same way as rev...
2002-04-23 ache1) Proberly conditionalize PAM "last login" printout.
2002-04-23 phkIntroduce some serious paranoia to try to catch a memor...
2002-04-23 ruThe library itself does not depend on Kerberos bits.
2002-04-23 gjOn slow machines interrupts could be lost, so check...
2002-04-23 ruDo not spam initial ${CHROOTDIR} world with Texinfo...
2002-04-23 ruMerge bsd.obj.mk's version of the _SUBDIR target with...
2002-04-23 sobomaxCorrect default value of drainwait: it should be 300...
2002-04-23 tjrAdd the -t option, which allows tab stop positions...
2002-04-23 ruProvide the real `distribute' target so that NLS catalo...
2002-04-23 marcelRemove unused static variable quantum.
2002-04-23 jmallett - printf shouldn't bail out if a conversion fails...
2002-04-23 gadImprove the error message the user sees if the startdae...
2002-04-23 rwatsonSlightly restructure extattr_get_vp() so that there...
2002-04-23 bmahNew release notes: SA-02:22, SA-02:23.
2002-04-23 obrienDon't use "GCCDIR" as the multiple inclusion protector...
2002-04-23 gadImplement new printcap option of "rc" aka "remote.resen...
2002-04-23 obrienDo not use 'ps -e' for entropy gathering. It uses...
2002-04-22 gadAdd 'const' to some casts to fix two warnings that...
2002-04-22 gadAdd 'const' to some casts to fix two warnings that...
2002-04-22 muxDo our best to determine if the user is attempting...
2002-04-22 obrienUtilize dhcp information in the kernel environment...
2002-04-22 wollmanProvide an environment variabloe, EXPR_COMPAT, which...
2002-04-22 alfredDon't FILEDESC_LOCK around calls to falloc().
2002-04-22 phkProtect against multitple #includes of this file.
2002-04-22 anholtAdd myself
2002-04-22 arr- Revert previous change of atm storage pools -> uma_zo...
2002-04-22 sheldonhBring in changes from smbfs-1.4.4.
2002-04-22 sheldonhThis commit was generated by cvs2svn to compensate...
2002-04-22 sheldonhImport smbfs-1.4.4.
2002-04-22 jdpAdd missing splx calls in bge_tick. These don't make...
2002-04-22 ruBack out remnants of revision 1.97: we don't need TARGE...
2002-04-22 ruUse standard bsd.init.mk prologue.
2002-04-22 trhodesRemove my change to the synopsis field
2002-04-22 desUsage style sweep: spell "usage" with a small 'u'.
2002-04-22 ruDon't needlessly redefine the afterinstall target.
2002-04-22 ruProhibit the direct inclusion of bsd.dep.mk.
2002-04-22 ruFixed _SUBDIR.
2002-04-22 ruAlign for one true tab size of 8 in revision 1.2.
2002-04-22 ruMake .asm transformation rules synonyms to the .s rules.
2002-04-22 impImplement shared secret mode for hostap mode.
2002-04-22 phkComment out Kirks io-request priority hack until we...
2002-04-22 marcelAdd ia64_sal_init_state(). This function will initializ...
2002-04-22 marcelAdd state information types.
2002-04-22 desDon't use PAM_SILENT unless hushlogin is set (perforce...
2002-04-22 desDon't report last login time in PAM case. (perforce...
2002-04-22 desFix warnings + wait for child so it doesn't go zombie...
2002-04-22 arr- Change the atm_attributes_pool and atm_stackq_pool...
2002-04-22 jakeAdd a Makefile for this.
2002-04-22 gadUnderline the default value for rp=, the same way all...
2002-04-22 gadAdd description of `mc' (max copies), add short-form...
2002-04-21 jakeAvoid using pmap_kenter "early", since it may need...
2002-04-21 marcelFix WAW dependency violation on r17 (line 198) that...
2002-04-21 marcelImplement elf_reloc(). The RT specification says that...
2002-04-21 marcelAdd function link_elf_get_gp(), specific to ia64 for...
2002-04-21 gshapiroNon-sendmail users use the FreeBSD sendmail startup...
2002-04-21 dwmaloneUse fseeko and uintptr_t to make sure that we get a...
2002-04-21 ueMFbed: translation updates
2002-04-21 fennerTurn blank lines into .Pp . This does not significantl...
2002-04-21 fennermdoc police: Use Em ("emphasis") to get italics/underli...
2002-04-21 ueMFen 1.318-1.327
2002-04-21 dwmaloneAdd mount_udf and mount_smbfs to crossrefs.
next