]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-06-29 mckusickNo longer need to set B_ASYNC flag since BUF_KERNPROC now
1999-06-29 peterHopefully fix the remaining glitches with the BUF_...
1999-06-29 grogLock buffer before calling strategy.
1999-06-29 grogclose_drive:
1999-06-29 grogCorrect type of intializer for (undocumented) cdevsw...
1999-06-29 pbMove call to umask(0) back into pw_util(), because...
1999-06-28 luoqiSave common_tssd before it's loaded and the busy bit...
1999-06-28 peterFix a bug that was almost certainly making breadn(...
1999-06-28 katoTypo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK...
1999-06-28 desUse the correct value for banksize so splash_pcx works...
1999-06-28 katoSync with sys/i386/isa/clock.c revision 1.138.
1999-06-28 katoSync with sys/i386/i386/userconfig.c revision 1.146.
1999-06-28 katoSync with sys/i386/i386/machdep.c revision 1.344.
1999-06-28 katoSync with sys/i386/conf/Makefile.i386 revision 1.156.
1999-06-28 peterFix a KASSERT() that was negated and lead to:
1999-06-28 peterFix page fault in visual userconfig's save code. ...
1999-06-28 sheldonhSync usage() with the manpage.
1999-06-28 mppUpdate the SYNOPSIS to reflect that the -l option can...
1999-06-28 phkmake va_fsid be of type udev_t
1999-06-28 peterAdd some extra alpha_pal_imb()'s in overkill mode....
1999-06-28 sheldonhFix broken logic: (!wrap || log) -> (!wrap && log) .
1999-06-28 peterUse the same -UKERNEL strategy as the alpha to avoid...
1999-06-28 peterDon't #include i386/isa/isa_dma.h - it's in isa/isavar...
1999-06-28 peterRevert back to not using -DKERNEL - it exposes inlines...
1999-06-28 peterRevert back to not using -DKERNEL
1999-06-28 peterMove struct prochd out of #ifdef KERNEL so the Alpha...
1999-06-28 peterTweak include ordering so sys/systm.h is before sys...
1999-06-28 obrienDefine "OBSTACK_CHUNK_SIZE" as getpagesize().
1999-06-28 mckusickWhen requesting an exclusive lock with LK_NOWAIT, do...
1999-06-28 phkHmm, might as well make all of BEFORE_DEPEND first...
1999-06-28 phkAlso make pci_if.h early if make depend wasn't run.
1999-06-28 phkMake bus_if.h and device_if.h as early as possible...
1999-06-28 obrienAmd now mounts to "/.amd_mnt" rather than "/net". ...
1999-06-28 obrienSyntax for user/group is changed from "user.group"...
1999-06-28 obrienFix minor alignment problem.
1999-06-28 billfNew ports/{java,irc,x11-servers} categories, Step ...
1999-06-27 n_hibmaAdd MultiTech Atlas modem
1999-06-27 n_hibmaRemove superfluous semi-colon
1999-06-27 jsegerStandardize appearance of subsection headers (two space...
1999-06-27 peterKirk missed a required BUF_KERNPROC(). Even though...
1999-06-27 alcAn SMP-specific change: Remove an unnecessary lock...
1999-06-27 sheldonhFix the SYNOPSIS to reflect that the -w option can...
1999-06-27 peterMake <sys/buf.h>'s inlines happier.
1999-06-27 mjacobadd description of Qlogic ISP FC Full Duplex option
1999-06-27 rnordierDrop the embedded boot code in favour of a -B option...
1999-06-27 mjacobadd config option for fibre channel full duplex
1999-06-27 sheldonhAdd command-line option (-w), specified once to enable...
1999-06-27 sheldonhDo nothing for the etc-examples target when SHARED...
1999-06-27 peterKeep the inlines for <sys/buf.h> happy..
1999-06-27 dfr* Tidy up a few things and fix some more warnings.
1999-06-27 peterMinor tweaks to make sure (new) prerequisites for ...
1999-06-27 peterThe BUF_*() routines must be internally splbio() protec...
1999-06-27 phkPrint out the fs_id field.
1999-06-27 n_hibmaReplace usbd_device_set_desc by device_set_desc_copy
1999-06-27 dfrCall the chained module handler before unregistering...
1999-06-27 peterInitialize and hold locks for ccd generated bufs..
1999-06-27 peterMake SMP work again. lockmgr() needed to be told to...
1999-06-27 peterShut up gcc.
1999-06-27 mppFix some typos and do some minor mdoc cleanup.
1999-06-27 mppDocument that mlock() and munlock() can return EPERM...
1999-06-26 mppMinor mdoc fix.
1999-06-26 mppActually describe all of the command line options in...
1999-06-26 rnordierDocument -P (keyboard probe) assumptions.
1999-06-26 simokawaJust return `curbrk' for sbrk(0) to avoid syscall overhead.
1999-06-26 peterThere isn't much point waking up a daemon that hasn...
1999-06-26 peterGC the remnants of the old pre-softupdates update daemo...
1999-06-26 peterI'm tired of having a 'hanging root device'.. This...
1999-06-26 n_hibmaRemove unused variable and computation, possibly leadin...
1999-06-26 peterQuick fix to make libcam compile.. I don't know about...
1999-06-26 n_hibmaChange 'device' to 'self', to be more like the rest...
1999-06-26 peterMake genassym compile - the recent buf locking changes...
1999-06-26 peterABS_SET() and BSS_SET() are no longer used. The sole...
1999-06-26 peterQuieten some warnings as a result of changes in ls_item...
1999-06-26 pbForce umask to 077 (instead of 000) during the edit...
1999-06-26 dfr* Call cdevsw_remove from the MOD_UNLOAD event.
1999-06-26 peterFix a dev_t/udev_t issue
1999-06-26 peter#if 0 an unused function since it generates warnings...
1999-06-26 sheldonhReport the correct master.passwd path on failure when...
1999-06-26 dfrMake sure that we record the flags in all cases.
1999-06-26 bdeDecode all currently supported values of the ptrace...
1999-06-26 sheldonhAdd -d option to vipw(8) to allow selection of an alter...
1999-06-26 brianCorrect usage message
1999-06-26 brianDon't bother read()ing if we ``expect'' nothing in...
1999-06-26 brianIf we run out of chat script immediately after a succes...
1999-06-26 mckusickConvert buffer locking from using the B_BUSY and B_WANT...
1999-06-25 pbIn in_pcbconnect(), check the return value from in_pcbb...
1999-06-25 obrienSort options.
1999-06-25 obrienFix -1 (onetry) fails, exit(2) rather than exit(1)...
1999-06-25 archieFix bug (introduced by me) where UDP port numbers were...
1999-06-25 billfMake a reference to rtprio, which will definatly be...
1999-06-25 mphAdd Pro/100+ (i82559) to the list of supported products.
1999-06-25 katoFrom submitter:
1999-06-25 ru- add "-s src_addr" option to allow setting of the...
1999-06-25 pbNever return the root node itself from rn_match();...
1999-06-25 cracauerDon't continue if parsing failed when -f is in use...
1999-06-25 sosNine'th update to the new ATA/ATAPI driver:
1999-06-25 dfrMake this sample build again.
1999-06-25 grogAdd function cdevsw_remove, the opposite of cdevsw_add...
1999-06-25 jmgfix the links to the bitstring man page..
1999-06-25 jdpFix a reference counting problem when using dlopen...
next