]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-07-05 jasoneUse growable stacks for thread stacks that are the...
1999-07-04 billf(1) Include linker.h because we use kldload()
1999-07-04 phkfix DEV_MODULE, I overlooked this one in my last commit
1999-07-04 billfClean up some ambiguous nested if/elses.
1999-07-04 bdeFixed missing prototype for address_to_line(). One...
1999-07-04 hosokawaconfigure "pccardd_flags" in /etc/rc.conf by sysinstall.
1999-07-04 bdeDon't override the (correct) default for BINDIR.
1999-07-04 bdeFixed style bugs in FreeBSD changes. KNF style doesn...
1999-07-04 bdeImproved error handling in rev.1.18: don't ignore failu...
1999-07-04 hosokawaModified to configure pccard_mem in /etc/rc.conf by...
1999-07-04 desFeed the vty monster.
1999-07-04 phkRemove cmaj and bmaj args from DEV_DRIVER_MODULE.
1999-07-04 bdeFixed corruption of the "blocked" list in lf_setlock...
1999-07-04 hosokawaAdded "pccardd_flags" for rc.conf.
1999-07-04 wpaulPatch the WaveLAN/IEEE driver to detect and reject...
1999-07-04 hosokawamake release (actually, make floppies) makes PC-card...
1999-07-04 nyanRemove the 'tty' interrupt label. This is obsolete.
1999-07-04 obrienActually impliment the documented %Z specifier.
1999-07-04 bdeQuick fix for breakage of bounds checking in rev.1...
1999-07-04 peterMinor nit - pn_cachesize is not a PN_RX_BUG_WAR varible.
1999-07-04 jlemonSome cleanup and rearrangement. hw.physmem is now...
1999-07-04 mckusickThe vfs.write_behind sysctl and related code support...
1999-07-04 mckusickThe buffer queue mechanism has been reformulated. ...
1999-07-03 jdpShake hands with GDB a little bit earlier so that it...
1999-07-03 n_hibmaAdd the semi-official Bulk protocol id 'P'
1999-07-03 impLatest updating changes for softupdates, inetd and...
1999-07-03 jdpUpdate pathnames for new location of soft-updates sources.
1999-07-03 jdpUpdate comment for new location of soft-updates sources.
1999-07-03 jdpRemove the soft-updates sources from their original...
1999-07-03 mjacobMake the change similar to that suggested by Nick Hibma...
1999-07-03 peterprintf int/dev_t (pointer) warning
1999-07-03 peterDelete stray static prototype.
1999-07-03 peterStop rfork(0) from panicing. (oops!!)
1999-07-03 peterEliminate a bunch of #include "pci.h" and #if NPCI...
1999-07-03 impImprove compatibility with other systems by changing...
1999-07-03 n_hibmaRemove bogus argument to LIST_HEAD_INITIALIZER
1999-07-03 peterDelete special handling for 'device-driver' suffix...
1999-07-03 peterDelete the 'device-driver' suffix. It's been meaningle...
1999-07-03 peterOnly have the pci component compiled if pci is specifie...
1999-07-03 peterMove bt_isa.c to the cpu-independent isa section.
1999-07-03 peterFix warnings in last commit (dev_t is not an int, and...
1999-07-03 peterA minor tweak to shut up gcc (on the Alpha) for two...
1999-07-03 dtDon't ignore weak symbols.
1999-07-03 desReverse the FTP_PASSIVE_MODE check, so it checks for...
1999-07-03 katoAdded copyright.
1999-07-03 katoRemoved unused files.
1999-07-03 katoMoved LCD controle routine for certain models of EPSON...
1999-07-03 katoSync with sys/i386/i386/machdep.c revision 1.349.
1999-07-03 phkBe more informative and try to ask the user in some...
1999-07-03 phkBail after 5 attempts to read very noisy signals.
1999-07-03 phkWarn about drivers which take over other drivers cdevsw...
1999-07-03 katoSync with sys/i386/conf/majors.i386 revision 1.78.
1999-07-03 katoSync with sys/i386/conf/Makefile.i386 revision 1.157.
1999-07-03 bdeFixed regression of $Id$ to "from: $Header$" in previou...
1999-07-03 alcAn SMP-specific change: Add the lock prefix to RMW...
1999-07-03 mharowcd -> acd
1999-07-03 greensys/buf.h needs to have included sys/systm.h for spl...
1999-07-03 greenIt's really mP6.
1999-07-03 mjacobWell, don't try and probe 65535 luns- things just don...
1999-07-03 msmithBump maxusers to 32 to match the i386.
1999-07-02 grogAdd definitions for simplified config commands
1999-07-02 mjacobRemove pre-CAM code. Add in getenv_int calls for variab...
1999-07-02 mjacobRemove all pre-CAM code. Fix breakage for SCCLUN when...
1999-07-02 mjacobMerge defunct isp_freebsd_cam.h into this file. Do...
1999-07-02 mjacobRoll revision levels. Add support for the Qlogic 2200...
1999-07-02 msmithMention the Rise MP6, list merged items. There are...
1999-07-02 mjacobRoll revision levels. Move DEFAULT_LOOPID definition...
1999-07-02 jkhEliminate some varargs abuse.
1999-07-02 mjacobAdd in SNS and Fabric login/logout commands. Clean...
1999-07-02 mjacobThis file is now obsolete.
1999-07-02 billfRemove unused variable.
1999-07-02 msmithDocument the hw.physmem tunable. (There should be...
1999-07-02 msmithLightly overhaul the memory sizing code again.
1999-07-02 obrien* The OBSTACK_CHUNK_SIZE #define was in the "Code gener...
1999-07-02 obrienThe GNU standard about putting 2 spaces after sentences...
1999-07-02 jkhUpdate these files to match current reality.
1999-07-02 mjacobroll firmware for FC
1999-07-02 nsayerAdd SSL versions of imap, pop3 and telnet (imaps, pop3s...
1999-07-02 phkMake sure that stat(2) and friends always return a...
1999-07-02 sheldonhAllow service alias names from /etc/services to be...
1999-07-02 sheldonhClarify that the services name, as specified in inetd...
1999-07-02 billfAdd braces to avoid ambigious else.
1999-07-02 ruo use getprotobynumber(3) instead of hardcoded protocol...
1999-07-02 sheldonhBack out previous commit. Allowing `-' as a pseudonym...
1999-07-02 bdeActually fixed ambiguous else. The previous revision...
1999-07-02 green"transfered" -> "transferred"
1999-07-02 grogRemove the volume, plex, sd and drive commands which...
1999-07-02 grogChange the name of the s option to indicate that it...
1999-07-02 grogChange the name of the s option to indicate that it...
1999-07-02 grogDocument simplified configuration commands.
1999-07-02 grogAdd keywords 'mirror' and 'stripe' when not in kernel...
1999-07-02 grogAllow to unconditionally up subdisks with the -f option.
1999-07-02 grogChange the type of the freelist sectors variable to...
1999-07-02 mjacobCorrect some ugly formatting. Remember to initialize...
1999-07-02 mjacobFix last delta which reinitialized nextpaddr to zero...
1999-07-02 jkhFix time of last dump handling.
1999-07-02 peterSync with GENERIC.. (Gee, this is a useful file..)
1999-07-02 peterZap totally the npx0 memory size override. It only...
1999-07-02 peterChange the cast in pci_map_port() from u_short * to...
1999-07-02 mjacobReplicate changes to i386 to do tags. I doesn't work...
next