]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Break lines to be < 80 chars. This has been done only to that file in
[FreeBSD/FreeBSD.git] / sys /
1999-07-07 msmithReinstate the previous fix for the broken export of...
1999-07-07 greenBack out previous commit. It was wrong, and caused...
1999-07-06 msmithswdevt should contain a udev_t not a devt. This result...
1999-07-06 desRename bpfilter to bpf.
1999-07-06 peterImplement SA_SIGINFO support for the Alpha. This is...
1999-07-06 n_hibmaBackout the previous change. Claimed to break compatibi...
1999-07-06 peterDon't clobber the smb cdevsw entry that was installed...
1999-07-06 peterQuieten gcc paranoia.
1999-07-06 peterTypo: s/0ff0/0xff0/
1999-07-06 marcelTrivial implementation of TIOCM{S|G}ET and TIOCMBI...
1999-07-06 cracauerImplement SA_SIGINFO for i386. Thanks to Bruce Evans...
1999-07-06 cracauerRename struct members sa_siginfo. POSIX reserves identi...
1999-07-06 greenAdd Centaur/IDT WinChip support.
1999-07-06 mjacobadd in (controlled by option) 2200 Expanded Lun F/W
1999-07-06 greenI made some cleanups, rearranged things a bit, and...
1999-07-06 mjacobsuggestions from bde to clean up last checkin slighty
1999-07-06 mjacobadd in a boot environment isp_disable flag
1999-07-05 mjacobWow- too much breakage..wait until you compile it,...
1999-07-05 mjacobOops- got sense of ifdef wrong
1999-07-05 mjacobadd 2200 f/w; fix botched define
1999-07-05 mjacobadd ISP_DISABLE_2200_SUPPORT defines; Add reference...
1999-07-05 wpaulRemove ti_refill_rx_rings() and associated stuff; repla...
1999-07-05 mjacobadd another ISP option
1999-07-05 marcelLet newuname return "Linux" as the OS name and not...
1999-07-05 marcelAlso try to load the interpreter without prepending...
1999-07-05 lileUpdate to latest version of PowerMACH Works from Olicom.
1999-07-05 mckayReformat previous fix to remove an uglier than average...
1999-07-05 bdeFixed English errors, spelling errors and formatting...
1999-07-05 msmithThe IDA driver is 'ida', not 'id'
1999-07-05 msmithMove the initialisation/tuning of nmbclusters from...
1999-07-05 msmithUse the new tunable macros for the net.inet.tcp.tcbhash...
1999-07-05 msmithA couple of new macros to make implementing tunable...
1999-07-05 wpaulTake the Winbond driver out of GENERIC for the alpha...
1999-07-05 greenAdd an extra space to " AMD Features=" to make it line...
1999-07-05 greenK6-III CPUs are now case:d in the appropriate switch...
1999-07-04 phkfix DEV_MODULE, I overlooked this one in my last commit
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 wpaulPatch the WaveLAN/IEEE driver to detect and reject...
1999-07-04 nyanRemove the 'tty' interrupt label. This is obsolete.
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 n_hibmaAdd the semi-official Bulk protocol id 'P'
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 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 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 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 greensys/buf.h needs to have included sys/systm.h for spl...
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 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 mjacobRoll revision levels. Move DEFAULT_LOOPID definition...
1999-07-02 mjacobAdd in SNS and Fabric login/logout commands. Clean...
1999-07-02 mjacobThis file is now obsolete.
1999-07-02 msmithDocument the hw.physmem tunable. (There should be...
1999-07-02 msmithLightly overhaul the memory sizing code again.
1999-07-02 mjacobroll firmware for FC
1999-07-02 phkMake sure that stat(2) and friends always return a...
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 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...
1999-07-02 jkhWorking kernel tags!
1999-07-02 jkh127 fire Firewire driver <ikob@koganei...
1999-07-01 peter#include <machine/md_var.h> to bring the prototype for
1999-07-01 peterFix a warning - the code is correct but gcc can't tell.
1999-07-01 peterMoving the initialization for write sooner quiets a...
1999-07-01 peterUnused variable.
next