]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-06-30 Kris KennawayGrammar and spelling fixes
1999-06-30 Kris KennawayFlesh out VOP_ADVLOCK.9 with a description of the avail...
1999-06-30 Kris KennawayCorrect reference to the obsolete vadvise() to madvise...
1999-06-30 Jordan K. HubbardPut radius on its proper ports.
1999-06-30 Tatsumi HosokawaChanged pcicmem and cardirq variables to non-dirty...
1999-06-30 Julian ElischerSubmitted by: "David E. Cross" <crossd@cs.rpi.edu>
1999-06-30 Tatsumi Hosokawapccard_beep parameter is not supported by rc.conf and...
1999-06-30 Tatsumi HosokawaAdded -z and -i option.
1999-06-30 Alan CoxAn SMP-specific change: Remove unnecessary lock acquire...
1999-06-30 Julian ElischerSubmitted by: Conrad Minshall <conrad@apple.com>
1999-06-29 Tatsumi HosokawaFreeBSD does supports LKM now.
1999-06-29 Tatsumi HosokawaRemoved unused boot_crunch.conf
1999-06-29 Peter Wemmsscape_mss is supposed to work..
1999-06-29 Peter WemmDrop old-scsi drivers (was commented out) od0 and ...
1999-06-29 Peter WemmFix typo (wrong path)
1999-06-29 Peter WemmReconcile all the loader newvers.sh's into one common...
1999-06-29 Peter WemmDon't use head/tail - they don't exist in a 'make world...
1999-06-29 Dmitrij TejblumDefer signals, so we will not wait for SIGCHLD after...
1999-06-29 Matthew HuntCorrect spelling of NMBCLUSTERS in a comment.
1999-06-29 Peter WemmWith asbestos suit on, make the options indenting a...
1999-06-29 Peter WemmPut on my asbestos suit and attempt to tidy up and...
1999-06-29 Peter WemmDequote like on the i386 configs. Also remove some...
1999-06-29 Kazutaka YOKOTAidev->id_irq is an interrupt MASK, not an interrupt...
1999-06-29 Kazutaka YOKOTAKeyboard allocation/deallocation fix.
1999-06-29 Kazutaka YOKOTAAllocate the port resource when attaching the keyboard...
1999-06-29 Kazutaka YOKOTASkip the device if it is disabled, when searching for...
1999-06-29 Kazutaka YOKOTAFill in tp->t_windowsize AFTER the call to (*linesw...
1999-06-29 Roger HardimanStop signals being generated after meteor_close.
1999-06-29 Bill FumerolaClarify what happens if fd is set to -1
1999-06-29 Peter Wemm(mostly) fix ordering.
1999-06-29 Kirk McKusickNo longer need to set B_ASYNC flag since BUF_KERNPROC now
1999-06-29 Peter WemmHopefully fix the remaining glitches with the BUF_...
1999-06-29 Greg LeheyLock buffer before calling strategy.
1999-06-29 Greg Leheyclose_drive:
1999-06-29 Greg LeheyCorrect type of intializer for (undocumented) cdevsw...
1999-06-29 Pierre BeyssacMove call to umask(0) back into pw_util(), because...
1999-06-28 Luoqi ChenSave common_tssd before it's loaded and the busy bit...
1999-06-28 Peter WemmFix a bug that was almost certainly making breadn(...
1999-06-28 KATO TakenoriTypo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK...
1999-06-28 Dag-Erling... Use the correct value for banksize so splash_pcx works...
1999-06-28 KATO TakenoriSync with sys/i386/isa/clock.c revision 1.138.
1999-06-28 KATO TakenoriSync with sys/i386/i386/userconfig.c revision 1.146.
1999-06-28 KATO TakenoriSync with sys/i386/i386/machdep.c revision 1.344.
1999-06-28 KATO TakenoriSync with sys/i386/conf/Makefile.i386 revision 1.156.
1999-06-28 Peter WemmFix a KASSERT() that was negated and lead to:
1999-06-28 Peter WemmFix page fault in visual userconfig's save code. ...
1999-06-28 Sheldon HearnSync usage() with the manpage.
1999-06-28 Mike PritchardUpdate the SYNOPSIS to reflect that the -l option can...
1999-06-28 Poul-Henning... make va_fsid be of type udev_t
1999-06-28 Peter WemmAdd some extra alpha_pal_imb()'s in overkill mode....
1999-06-28 Sheldon HearnFix broken logic: (!wrap || log) -> (!wrap && log) .
1999-06-28 Peter WemmUse the same -UKERNEL strategy as the alpha to avoid...
1999-06-28 Peter WemmDon't #include i386/isa/isa_dma.h - it's in isa/isavar...
1999-06-28 Peter WemmRevert back to not using -DKERNEL - it exposes inlines...
1999-06-28 Peter WemmRevert back to not using -DKERNEL
1999-06-28 Peter WemmMove struct prochd out of #ifdef KERNEL so the Alpha...
1999-06-28 Peter WemmTweak include ordering so sys/systm.h is before sys...
1999-06-28 David E. O... Define "OBSTACK_CHUNK_SIZE" as getpagesize().
1999-06-28 Kirk McKusickWhen requesting an exclusive lock with LK_NOWAIT, do...
1999-06-28 Poul-Henning... Hmm, might as well make all of BEFORE_DEPEND first...
1999-06-28 Poul-Henning... Also make pci_if.h early if make depend wasn't run.
1999-06-28 Poul-Henning... Make bus_if.h and device_if.h as early as possible...
1999-06-28 David E. O... Amd now mounts to "/.amd_mnt" rather than "/net". ...
1999-06-28 David E. O... Syntax for user/group is changed from "user.group"...
1999-06-28 David E. O... Fix minor alignment problem.
1999-06-28 Bill FumerolaNew ports/{java,irc,x11-servers} categories, Step ...
1999-06-27 Nick HibmaAdd MultiTech Atlas modem
1999-06-27 Nick HibmaRemove superfluous semi-colon
1999-06-27 Justin M. SegerStandardize appearance of subsection headers (two space...
1999-06-27 Peter WemmKirk missed a required BUF_KERNPROC(). Even though...
1999-06-27 Alan CoxAn SMP-specific change: Remove an unnecessary lock...
1999-06-27 Sheldon HearnFix the SYNOPSIS to reflect that the -w option can...
1999-06-27 Peter WemmMake <sys/buf.h>'s inlines happier.
1999-06-27 Matt Jacobadd description of Qlogic ISP FC Full Duplex option
1999-06-27 Robert NordierDrop the embedded boot code in favour of a -B option...
1999-06-27 Matt Jacobadd config option for fibre channel full duplex
1999-06-27 Sheldon HearnAdd command-line option (-w), specified once to enable...
1999-06-27 Sheldon HearnDo nothing for the etc-examples target when SHARED...
1999-06-27 Peter WemmKeep the inlines for <sys/buf.h> happy..
1999-06-27 Doug Rabson* Tidy up a few things and fix some more warnings.
1999-06-27 Peter WemmMinor tweaks to make sure (new) prerequisites for ...
1999-06-27 Peter WemmThe BUF_*() routines must be internally splbio() protec...
1999-06-27 Poul-Henning... Print out the fs_id field.
1999-06-27 Nick HibmaReplace usbd_device_set_desc by device_set_desc_copy
1999-06-27 Doug RabsonCall the chained module handler before unregistering...
1999-06-27 Peter WemmInitialize and hold locks for ccd generated bufs..
1999-06-27 Peter WemmMake SMP work again. lockmgr() needed to be told to...
1999-06-27 Peter WemmShut up gcc.
1999-06-27 Mike PritchardFix some typos and do some minor mdoc cleanup.
1999-06-27 Mike PritchardDocument that mlock() and munlock() can return EPERM...
1999-06-26 Mike PritchardMinor mdoc fix.
1999-06-26 Mike PritchardActually describe all of the command line options in...
1999-06-26 Robert NordierDocument -P (keyboard probe) assumptions.
1999-06-26 Hidetoshi ShimokawaJust return `curbrk' for sbrk(0) to avoid syscall overhead.
1999-06-26 Peter WemmThere isn't much point waking up a daemon that hasn...
1999-06-26 Peter WemmGC the remnants of the old pre-softupdates update daemo...
1999-06-26 Peter WemmI'm tired of having a 'hanging root device'.. This...
1999-06-26 Nick HibmaRemove unused variable and computation, possibly leadin...
1999-06-26 Peter WemmQuick fix to make libcam compile.. I don't know about...
1999-06-26 Nick HibmaChange 'device' to 'self', to be more like the rest...
next