]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1998-02-03 Bruce EvansForward declare some structs so that this file is more...
1998-02-03 Bruce EvansIfdefed some SMP and VM86 code. Note that although...
1998-02-03 Paul TrainaDon't print garbage when user enters EOF at name prompt.
1998-02-03 Bruce EvansForward declare a union so that this file is self-suffi...
1998-02-03 Bruce EvansFixed a gratuitous ANSIism.
1998-02-03 Bruce EvansIfdefed use of a GNU feature.
1998-02-03 Bruce EvansMoved misplaced idempotency ifdef. Multiple inclusion...
1998-02-03 Bruce EvansChanged `inline' to `__inline' so that this file can...
1998-02-03 Bruce EvansDon't declare prototypes for driver functions unless...
1998-02-03 Bruce EvansFixed conflicts between <machine/console.h> and <machin...
1998-02-03 Bruce EvansUpdated generated files.
1998-02-03 Bruce EvansFixed type of mincore().
1998-02-03 Bruce EvansGenerate a forward declaration of `struct proc' in...
1998-02-03 Bruce EvansFixed the previous fix. The original path was annulled...
1998-02-03 KATO TakenoriDeclare the variable `i' when UMAP_DIAGNOSTIC is defined.
1998-02-03 Philippe CharnierConvert to mdoc. Header -> Id. Typo.
1998-02-03 John DysonThis fix should help the panic problems in -current...
1998-02-02 Wolfram SchneiderTypo.
1998-02-02 Amancio HastyBugs/Enhancements:
1998-02-02 KATO TakenoriSync with sys/i386/isa/wd.c revision 1.150.
1998-02-02 KATO TakenoriFixed bugs introduced by syncing with i386/isa/sio...
1998-02-02 KATO TakenoriSync with sys/i386/boot/biosboot/boot.c revision 1.70.
1998-02-02 KATO TakenoriCosmetic changes (indentation, reordering and using...
1998-02-02 KATO TakenoriSync with sys/i386/conf/files.i386 revision 1.69.
1998-02-02 Chris TimmonsPR: bin/5529
1998-02-02 Philippe CharnierConvert to mdoc format. Header -> Id.
1998-02-02 Chris TimmonsPainless merge...
1998-02-02 Chris TimmonsThis commit was generated by cvs2svn to compensate...
1998-02-02 Chris TimmonsGlobal v2.24
1998-02-02 John DysonDisplay VSZ much more accurately now.
1998-02-02 John DysonReturn the vm_map in the eproc structure, so we can...
1998-02-01 Bruce EvansFixed disordering of busdma* and swi_vm.
1998-02-01 Bruce EvansFixed a recently broken comment.
1998-02-01 Alexander LangerAdded inet6 to CTL_NET_NAMES.
1998-02-01 Bruce EvansDon't set even parity uselessly in the line control...
1998-02-01 Bruce EvansUse <machine/*.h> instead of <i386/include/*.h>.
1998-02-01 Bruce EvansFixed a sloppy common-style declaration again.
1998-02-01 Bruce EvansFixed disordering of *cam* and splsoftvm.
1998-02-01 Steve Pricesetpwent and endpwent have a return type of void, so...
1998-02-01 Bruce EvansRemoved unused #includes.
1998-02-01 Bruce EvansDon't define KERNEL before including <nfs/nfs.h>. ...
1998-02-01 Bruce EvansMoved declaration of `union nethostadr' outside of...
1998-02-01 Bruce EvansForward declare more structs that are used in prototype...
1998-02-01 Bruce EvansRemoved ifdef for <sys/sockio.h> vs <sys/ioctl.h>....
1998-02-01 Bruce EvansForward declare more structs that are used in prototype...
1998-02-01 Wolfgang HelbigSearch for proper executables, ignore directories
1998-02-01 Bruce EvansFixed the search for free wd drives. The search was...
1998-02-01 Bruce EvansDeclare printf() instead of including <stdio.h>, so...
1998-02-01 Bruce EvansDeclare printf() instead of including <stdio.h>, so...
1998-02-01 Bruce EvansDon't put "-I." in ${CFLAGS} here. bsd.kmod.mk now...
1998-02-01 Garrett WollmanServes me right for committing code late at night...
1998-02-01 Bruce EvansDon't put a path to "sys" in ${CFLAGS} here. bsd.kmod...
1998-02-01 Bruce EvansDon't handle the `machine' symlink or related include...
1998-02-01 Bruce EvansFixed breakage from converting NULLFS_DEBUG to a new...
1998-02-01 Bruce EvansRestrict the include search path using -nostdinc -I...
1998-02-01 Steve PriceCleanup the manpage now that setpwent has a void return...
1998-02-01 Steve Pricesetpwent now has a void return type, so remove the...
1998-02-01 KATO TakenoriAdded tx driver.
1998-02-01 John DysonBack out recent laptop sync changes. They had signific...
1998-02-01 Steve PriceSpell 'implements' correctly.
1998-02-01 Steve PriceRevert last commit and SEE ALSO pstat(8) instead.
1998-02-01 Paul TrainaRemove INTCVSROOT, no longer needed thanks to cvsup
1998-02-01 Steve Priceulimit does not have its own manpage as it is a shell...
1998-02-01 Steve PriceXOpen says the void setpwent(void) is correct. Also...
1998-02-01 Steve PriceTypo: PAT -> FAT.
1998-02-01 Steve PriceRevert previous commit. Remove all ifp->if_* = 0 initi...
1998-02-01 Kazutaka YOKOTAMake RAWBOOT functional again; don't read `boot.config...
1998-02-01 Garrett WollmanAdd a new ioctl, SCSIOCGETDEVINFO, which takes a device...
1998-02-01 John DysonFix a performance problem caused by an earlier commit.
1998-02-01 John DysonSupport more intelligent sync operations for MNT_NOATIME.
1998-02-01 Garrett WollmanAdd an additional `named_program' variable so that...
1998-01-31 David E. O... Allow package building in current directory again.
1998-01-31 John Dysoncontigalloc doesn't place the allocated page(s) into...
1998-01-31 Julian Elischeradd the SUIDDIR option and tell people what it is for...
1998-01-31 Julian ElischerServes me right for not puting SUIDDIR in LINT. it...
1998-01-31 KATO TakenoriSync with sys/i386/i386/trap.c revision 1.120.
1998-01-31 KATO TakenoriSync with sys/i386/isa/isa.c revision 1.109.
1998-01-31 KATO TakenoriSync with sys/i386/conf/options.i386 revision 1.70.
1998-01-31 KATO TakenoriSync with sys/i386/conf/Makefile.i386 revision 1.107.
1998-01-31 John DysonChange the busy page mgmt, so that when pages are freed...
1998-01-31 KATO TakenoriDeleted unused file.
1998-01-31 KATO TakenoriDelte unused files.
1998-01-31 Eivind EklundMake the debug options new-style.
1998-01-31 Warner Loshkill ufs/lfs so that make installworld completes succes...
1998-01-31 Warner LoshKill lfs files that were causing make world to fail.
1998-01-31 Eivind EklundAttempt at making this use DEVFS properly. (Now it...
1998-01-31 Eivind EklundMake POWERFAIL_NMI, PPS_SYNC and NATM new style options.
1998-01-31 Eivind EklundAdd support for cleandepend, ${DESTDIR}, and there...
1998-01-31 Eivind EklundAdd various options people have ignored.
1998-01-31 Eivind EklundSkip probing devices which have already probed true.
1998-01-31 Eivind EklundRemove unused devfs include. (Julian or Satoshi might...
1998-01-31 Eivind EklundAdd #include "opt_devfs.h".
1998-01-31 Tim VanderhoekFill-in and fill-out a little.
1998-01-31 Eivind EklundInclude "opt_nfs.h"
1998-01-31 Eivind EklundInclude "opt_devfs.h".
1998-01-31 Peter WemmCosmetic cleanups for the local tag support. Since...
1998-01-31 Tor EggeRelease the buffer when an error occurs while reading...
1998-01-31 Kazutaka YOKOTASynchronize with ../biosboot/Makefile.
1998-01-31 Tor EggeUpdate freevnodes when adding a vnode to the head of...
1998-01-30 John HayDon't clobber pp_flags when PP_KEEPALIVE must be set.
next