]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Rip out the nastiness I cribbed from the EISA bus code and actually
[FreeBSD/FreeBSD.git] / sys /
1999-09-26 mdoddRip out the nastiness I cribbed from the EISA bus code...
1999-09-26 mdodd- Split out the ISA and PCCARD specific code.
1999-09-26 nyanMerge from sys/i386/isa/spkr.c revision 1.37 and 1.39.
1999-09-26 nyanMerge from sys/i386/isa/pcaudio.c revision 1.50.
1999-09-26 nyanMerge from sys/i386/isa/mse.c revision 1.44.
1999-09-25 phkFor some reason patch didn't remove these three lines...
1999-09-25 phkRemove a warning check which was too general.
1999-09-25 mjacobFix from Tor so that if we enter the debugger in the...
1999-09-25 mjacobFix from Tor so that if we enter the debugger in the...
1999-09-25 phkRemove five now unused fields from struct cdevsw. ...
1999-09-25 wpaulChange contigmalloc() lower memory bound from 1MB to...
1999-09-25 phkThis patch clears the way for removing a number of...
1999-09-25 phkAdd missing 't' in printf message.
1999-09-25 nyanRemove unnecessary file. This file is obsolete by newbu...
1999-09-25 phkFix a hole in jail(2).
1999-09-25 phkRemove NBPF conditionality of bpf calls in most of...
1999-09-25 phkOops! I enabled SOFTUPDATES by accident.
1999-09-25 nyanMerge from sys/i386/conf/files.i386 revision 1.270...
1999-09-25 wpaulCall sk_start() at the end of sk_intr() if there's...
1999-09-24 obrienSwitch the order of a two tests so that the error actua...
1999-09-24 sosFix timeout handeling and add retry counts.
1999-09-23 dillon Header file required to support ccd changes. Forgo...
1999-09-23 nyan- Supported 1.23MB FD again.
1999-09-23 marcelLinux doesn't complain if you remove a msg queue that...
1999-09-23 dillon Cleanup CCD quite a bit, including adding clarifyin...
1999-09-23 dillon Fix ccdiodone code. The code was using cbp->cb_buf...
1999-09-23 jhayMake the frequency tuneable via a sysctl.
1999-09-23 peterRestore vendor $Id$ now that it won't be clobbered.
1999-09-23 obrienThis commit was generated by cvs2svn to compensate...
1999-09-23 peterFix a commit that shouldn't have snuck in. Rev 1.12...
1999-09-23 jkhMFS: firewall -> firewall_type
1999-09-23 katoFixed the bug that the number of sectors per cylinder...
1999-09-23 kato- Fixed DMA 64k boundary problem.
1999-09-23 katoSync with sys/dev/syscons/syscons.c revision 1.322.
1999-09-23 wpaulAs suggested by phk, unconditionalize BPF support in...
1999-09-23 dillon Fix bug in pseudo-geometry calculation code that...
1999-09-22 luoqiRegeneration.
1999-09-22 luoqiImplement linux_ioperm() syscall. Fix linux_iopl()...
1999-09-22 greenAdd phk's m(4) Memory Disk driver as a KLD. I don...
1999-09-22 greenFix includes (remove unnecessary ones, reorder necessar...
1999-09-22 luoqiDisplay CPU (BSP) clock speed on SMP systems.
1999-09-22 phkStylistic cleanup.
1999-09-22 phkKill the cdevsw->d_maxio field.
1999-09-22 wpaulMention in the documentation that the AOpen/Acer ALN...
1999-09-22 sosOops, the syntax didn't work that way...
1999-09-22 rogerDelete the README file from /sys/pci.
1999-09-22 rogerBt848 driver now moved to /sys/dev/bktr
1999-09-22 ruReLink() partial links in FindLinkOut() in the same...
1999-09-22 sosSupport quad & max speeds in wormcontrol.
1999-09-22 katoSync with sys/i386/isa/npx.c revision 1.78.
1999-09-22 katoSync with sys/i386/i386/userconfig.c revision 1.159.
1999-09-22 katoSync with sys/i386/conf/majors.i386 revision 1.86.
1999-09-22 katoAdded mp_clock.c.
1999-09-22 katoCommented out ed driver.
1999-09-22 katoSync with sys/i386/conf/GENERIC revision 1.192.
1999-09-22 rogerUse new location of Bt848 driver.
1999-09-22 rogerBktr Bt848/Bt878 driver is now in /sys/dev/bktr
1999-09-22 sosI knew it, I introduced new bugs :)
1999-09-22 rogerMove the bktr Bt848/Bt878 driver to /sys/dev/bktr
1999-09-22 wpaulUpdate the Tigon driver firmware images to the latest...
1999-09-22 wpaulTweak these for what I hope is the last time: change...
1999-09-22 dillon Back out a portion of the last commit. DFLTPHYS...
1999-09-22 wpaulSpruce up the ADMtek driver: conver to newbus, miibus...
1999-09-22 dillon Change default block size for user VBLK device...
1999-09-21 sosTen'th update to the new ATA/ATAPI driver:
1999-09-21 ruRestore previous version of FindLinkIn().
1999-09-21 phkfix a buglet which jordan made me provoke :-)
1999-09-21 phkAdd md driver to LINT
1999-09-21 phkgreen and I committed crossing fixes for this. He...
1999-09-21 phkAdd an experimental Memory-Disk driver. This driver...
1999-09-21 phkPrint out flags value
1999-09-21 phkFix unordering
1999-09-21 phkupdate ktrpsig prototype...
1999-09-21 ru- Make partially specified permanent links (without...
1999-09-21 dillon cleanup madvise code, add a few more sanity checks.
1999-09-21 greenKill some spammage that seems to have gotten in through...
1999-09-21 briansys/errno.h -> errno.h
1999-09-21 dillon Final commit to remove vnode->v_lastr. vm_fault...
1999-09-20 dillon More removals of vnode->v_lastr, replaced by preexi...
1999-09-20 dillon Fix handling of a device EOF that occurs in the...
1999-09-20 marcelWhen bcopying the program name into the ktrace header...
1999-09-20 phkFix a harmless bug I introduced, simplify a bit more...
1999-09-20 wpaulClose PR #13665. I managed to figure out the problem...
1999-09-20 phkSet si_iosize_max rather than d_maxio.
1999-09-20 phkStep one of replacing devsw->d_maxio with si_bsize_max.
1999-09-20 phkInitialize vp->v_maxio to its default in getnetvnode...
1999-09-20 dillon Add comment to clarify a commit rpc optimization...
1999-09-20 dillon Fix bug in pipe code relating to writes of mmap...
1999-09-20 wpaulUn-do the changes to the DRIVER_MODULE() declarations...
1999-09-20 gibbsClear the SELINGO bit after a selection timeout occurs...
1999-09-20 gibbsWork around a defect in the FIFOEMP status bit of Ultra...
1999-09-20 dillon Fix the situation where an I/O crosses the EOF...
1999-09-20 phkTrying to set BAD144 handling on a CD is sufficiently...
1999-09-20 phkAdd a DSO_BAD144 flag which indicates that the driver...
1999-09-20 phkif_edreg.h moved...
1999-09-20 dillon Fix bug in brelse() regarding redirtying buffers...
1999-09-20 iwasakiReturn immediately from apm_suspend() when APM BIOS...
1999-09-20 dfrThis file was never used and appears to be a leftover...
1999-09-20 wpaulGrrr. Okay, changing the devnames was a bad idea. Put...
1999-09-20 wpaulFix the strings in the driver_t structs so that they...
next