]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1997-11-24 bdeUnstaticized rn_delete() and rn_lookup(). They are...
1997-11-24 bdeFixed some #include messes.
1997-11-24 charnierAdd Ids, from lite2.
1997-11-24 charnierAdd usage(), rcsids.
1997-11-24 charnierCosmetics in usage() and man page.
1997-11-24 ahastyFixed poll related problem which was exhibited by running
1997-11-24 charnierKey is 8 bytes according to code, not 10 as stated...
1997-11-24 charnierUse err(3) instead of local redefinition. Add usage...
1997-11-24 charnierUse .Nm ktrace instead of .Nm in SYNOPSIS section:...
1997-11-24 dysonAvoid manipulating the buffer map at interrupt time...
1997-11-24 dysonFix the buffer flag frobbing. Note: It is invalid...
1997-11-24 obrienFix syntax error for the mount_mfs example.
1997-11-23 alexCorrect the return value from pthread_cond_timedwait...
1997-11-23 ahastyFixed an acquired dma problem with respect to sb cards...
1997-11-23 ahastyminor code clean up to sb_dsp.c and fix compile error...
1997-11-23 brianFix the help command (broken when I re-prototyped
1997-11-23 ahastyMissing part of my last sb_dsp.c sb16_dsp.c commit.
1997-11-23 bdeFixed spelling of EACCES.
1997-11-23 bdeFixed a missing conversion of retval to p_retval in...
1997-11-23 bdeFixed misuse of O_ACCMODE. Cosmetic.
1997-11-23 bdeFixed the sector size frobbing in sd_strategy() at...
1997-11-23 bdeFixed duplicate definitions of M_FILE (one static).
1997-11-23 bdeFixed some style bugs in the poll() code.
1997-11-23 bdeImplemented "info float" for core files.
1997-11-23 ahastyFixed acquired dma channel problem.
1997-11-23 jmgupdate of Luigi's sound drivers...
1997-11-23 bdeFixed long double formats. They were mostly not implem...
1997-11-23 jraynardCleanup: fix a few typos, fit ASCII output onto an...
1997-11-22 brianUp the version number to 1.5.
1997-11-22 brianUnderstand how to derive the names of interfaces
1997-11-22 bdeStaticized.
1997-11-22 bdeUnremoved prtrealloc and the declaration of ffs_cluster...
1997-11-22 bdeIfdefed a conditionally used #include.
1997-11-22 bdeStaticized.
1997-11-22 msmithAdd Winbond W89C940 ID to the list.
1997-11-22 bdeFixed some style and contents bugs in comments. Copied...
1997-11-22 bdeFixed rev.1.81. mp->mnt_kern_flag was restored in...
1997-11-22 brianCheck for rejected mail
1997-11-22 brianFix prototypes.
1997-11-22 brianconst correctness for dl*()
1997-11-22 fennerSuggest using "-b" or "-t" if the connection is reset...
1997-11-21 jraynardFix bit-twiddling in sigismember(3).
1997-11-21 jlemonCorrect CPU_CYRIX_NO_LOCK fix.
1997-11-21 bdeFixed setting of `safepri'. It should be SWI_AST_MASK...
1997-11-21 bdeMoved splhigh()/spl0() calls from isa_configure() to...
1997-11-21 yokotaMake comp_vgaregs() less strict about VGA register...
1997-11-21 bdeConst poisoning from ks_shortdesc.
1997-11-21 yokotaFix for a PS/2 mouse model from MouseSystems. It now...
1997-11-21 charnierCorrect incompletes .Xrs. Remove duplicate #includes...
1997-11-21 charnierUse err(3). -Wall cleaning.
1997-11-21 charnierCosmetics in man page. Exit(-1) -> exit(1).
1997-11-21 peterPrevious commit refers to SWAP_PART, which is only...
1997-11-20 nate- In addtition to flushing the routes, also flush the...
1997-11-20 bdeFixed a sloppy common-style definitions.
1997-11-20 wollmanAdd Matt Dillon's quick fix hack for the self-connect...
1997-11-20 bdeRemoved a duplicate (sloppy common-style) definition.
1997-11-20 bdeMoved some extern declarations to header files (unused...
1997-11-20 bdeAvoid passing a `retval' to wait1()
1997-11-20 bdeAvoid passing some more `retval's.
1997-11-20 bdeFixed wrong limits for the kernel text in db_numargs...
1997-11-20 bdeFixed write enabling of the kernel text section. The...
1997-11-20 bdeDon't allow setting the dump device to any partition...
1997-11-20 bdeUse consistent description strings for M_EXT2NODE....
1997-11-20 bdeCleaned up revs.1.19-1.21:
1997-11-20 bdeRemoved unused includes.
1997-11-20 bdeFixed marking of access time for special files and...
1997-11-20 nate- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
1997-11-20 bdeDon't check for the unlikely case of useconds == 0...
1997-11-20 bdestat() the correct file in execvp() so that the fine...
1997-11-20 charnierAdd const to copyright string. Put sccsid under #if...
1997-11-20 charnierUse err(3). exit(-1) -> exit(1).
1997-11-20 charnierCosmetic in error strings. Sort Xrefs. Add usage (with...
1997-11-20 charnierRemove sccsid, not present in Lite2.
1997-11-20 asamiDefine MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to...
1997-11-20 asamiAdd new target "checksubdirs". It will warn about...
1997-11-19 guidoStyle fix.
1997-11-19 nate- Setup a default route (if one is set) when the card...
1997-11-19 katoSync with sys/i386/isa/pcaudio.c revision 1.38.
1997-11-19 katoSync with sys/i386/isa/npx.c revision 1.54.
1997-11-19 katoSync with sys/i386/isa/mse.c revision 1.35.
1997-11-19 katoSynchronize with sys/i386/isa/clock.c revision 1.104.
1997-11-19 katoSync with sys/i386/conf/majors.i386 revision up to...
1997-11-19 nate- Renamed log_1s() to logmsg().
1997-11-18 nate- Include <pccard/cardinfo.h> instead of <pccard/card...
1997-11-18 nate- Renamed 'card.h' to 'cardinfo.h', to avoid namespace...
1997-11-18 brianAllow zero args to "cvs log".
1997-11-18 brianAdd the ``loop'' example to the right file (oops).
1997-11-18 brianAdd a loopback example.
1997-11-18 brianFix interactive mode so that it doesn't require a passw...
1997-11-18 bdeRemoved now-unused blocking mode flag.
1997-11-18 bdeRemoved unused #includes.
1997-11-18 bdeRemoved unused #includes.
1997-11-18 bdeFixed nonblocking mode. It was per-device instead...
1997-11-18 bdeRemoved unused #includes. Ifdefed a conditionally...
1997-11-18 bdeRemoved unused #includes.
1997-11-18 jdpBack out revision 1.10. It broke the build of sh,...
1997-11-18 bdeStaticized boot().
1997-11-18 bdeGet buffer stuff by #including <sys/buf.h> instead...
1997-11-18 bdeRemoved an unused #include in the `#ifdef KERNEL' case.
1997-11-18 phkStaticize.
next