]> 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-20 phkOn PIIX4 based SMP systems use the PMTMR register for...
1999-09-20 obrienGoofed and didn't change the second DRIVER_MODULE(...
1999-09-20 obrienChange the name we register with DRIVER_MODULE() to...
1999-09-20 obrienChange the name of the installed KLM to contain a leadi...
1999-09-20 peterMake if_ed work again on pci, isa, isapnp. The hack...
1999-09-20 wpaulAdd an alternate transmit strategy for 3c90xB adapters...
1999-09-19 wpaulRealTek driver module wasn't being built; add it to...
1999-09-19 wpaulMake some small performance tweaks to the tl driver...
1999-09-19 wpaulConvert the VIA Rhine driver to miibus.
1999-09-19 wpaulAllow the AMD PHY driver to support the DM9101 PHY...
1999-09-19 greenThis is what was "fdfix2.patch," a fix for fd sharing...
1999-09-19 markmThis commit was generated by cvs2svn to compensate...
1999-09-19 phkTwo more devstat_end_transaction() -> devstat_end_trans...
1999-09-19 peterFix the "dsp sync" debugging printf that was unconditio...
1999-09-19 yokota- Hang the scr_stat struct from dev_t.
1999-09-19 phkKASSERT that we cannot use M_WAITOK in interrupt context.
1999-09-19 phkAdd a version number field to the jail(2) argument...
1999-09-19 phkMove an end-paren to its intended place.
1999-09-19 yokota- Preserve the content of the back scroll buffer when...
1999-09-19 obrienMake `ed' PC-Cards work again. It has been over two...
1999-09-19 dillon Fix BOOTP root FS mounts. Also cleanup vfs_getnewf...
1999-09-19 obrienThis adds support for the 3Com Megahertz 574B ethernet...
1999-09-19 obrienThis commit was generated by cvs2svn to compensate...
1999-09-19 greenChange so_cred's type to a ucred, not a pcred. THis...
1999-09-18 phkBump version number.
1999-09-18 phkOnly assign to si_bsize_phys if we have an intelligent...
1999-09-18 phkUse devstat_end_transaction_buf() rather than Use devst...
1999-09-18 phkCount "free" operations in their own new tranaction...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-18 wpaulClean up two cases of the alpha vtophys() hack that...
1999-09-18 wpaulFix the mechanism used to choose the unit numbers for...
1999-09-17 greenGet rid of some evil defines (a pair of snd and rcv.)
1999-09-17 rogerUpdate to driver release 1.74
1999-09-17 wpaulPatch if_vr to add bridging support.
1999-09-17 wpaulRemember to account for ETHER_ALIGN when setting the...
1999-09-17 rogerSync with driver release 1.74
1999-09-17 marcelFix getcwd. It must return the length of the path inclu...
1999-09-17 dfrParse resource descriptions which don't have START_DEPE...
1999-09-17 dillon Add vfs.enable_userblk_io sysctl to control whether...
1999-09-17 dillon Asynchronized client-side nfs_commit. NFS commit...
1999-09-17 dillon Remove inappropriate VOP_FSYNC from vm_object_page_...
1999-09-17 dillon Add 'lastr' field to vm_map_entry in preparation...
1999-09-17 dillon Fix a bug in the block number calculation for VN...
1999-09-17 dillon The vnode pager (used when you do file-backed mmaps...
1999-09-17 dillon Fix a number of spl bugs related to reserving and...
1999-09-17 dillon Add required BUF_KERNPROC to flushchainbuf() to...
1999-09-17 dillonReviewed by: Alan Cox <alc@cs.rice.edu>, David Greenman...
1999-09-17 wpaulFix sf_probe() to detect the card type properly. I...
1999-09-16 lileRe-arrange the arp code so that fddi arps work properly.
1999-09-15 robertowlinit() must be called to recalculate the multicast...
1999-09-15 wpaulDangit: mispelled TORNADO in one place.
1999-09-15 wpaul3Com has produced their own Linux driver for the 3c90x...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-14 desReorder.
1999-09-14 desFix some more disordering, as well as the description...
1999-09-14 nyanGdc and pckbd driver don't support pnp mode.
1999-09-14 ruDon't call if_up() here, just set IFF_UP.
1999-09-14 ruAdd comments, fix typos.
1999-09-13 peterThe sense of probes has inverted. They return an error...
1999-09-13 phkRegister the right cdevsw on the master device.
1999-09-13 peterPull in the core bus drivers based on the machine type...
1999-09-13 kenGet rid of a stray printf on boot. (BRDCTL = ...)
1999-09-13 bdeMoved the definition of `boottime' and its sysctl to...
1999-09-13 bdeConst poisoning from d_name.
1999-09-13 bdeOops, I forgot to commit this together with the updates...
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-13 bdeConst'ify devtoname() and d_name. This exposes some...
1999-09-13 desFix disordering introduced in my previous commit.
1999-09-13 katoMerge from sys/i386/conf/GENERIC revision 1.190.
1999-09-13 des"\t\t" -> " \t" as per rev. 1.611 (mangled in the previ...
1999-09-12 phkBite the bullet and allocate the devsw entry at compile...
1999-09-12 greenCorrection: mem.c devices are "D_MEM" (and D_MEM is...
1999-09-12 desAdd the net.inet.tcp.restrict_rst and net.inet.tcp...
1999-09-12 greenMainly stylistic fixes:
1999-09-12 greenMake the d_flags of mem devices D_DISK to signify that...
1999-09-12 nyanFixed missing changes from sys/isa/sio.c.
1999-09-12 nyanMerge missing changes from sys/i386/conf/files.i386.
1999-09-12 phkUse a different tactic when creating the devsw so that...
1999-09-12 phkRemove replace phygetvpbuf() with direct call to getpbuf();
1999-09-12 phkRemove unneeded disk-related includes.
1999-09-12 phkChange scheduling to use on the fly determination rathe...
1999-09-12 msmithSome PnP BIOSsen return garbage in the high byte of...
1999-09-11 peterMake pmap_mapdev() deal with non-page-aligned requests.
1999-09-11 nsayerFix kernel compile with BRIDGE, but without DUMMYNET
1999-09-11 bdeFixed some style bugs (mainly disorderd prototypes).
1999-09-11 bdeGet rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE...
1999-09-11 gibbsAdd the AMD driver.
1999-09-11 gibbsFix a compile warning.
1999-09-11 iwasakiHandle CAPABILITIESCHANGE event.
1999-09-11 nsayerHandle UserStandbyRequests as well as the other 3 membe...
1999-09-11 alfredregenerate to include proper "gererated from" taglines.
1999-09-11 alfredSeperate the export check in VFS_FHTOVP, exports are...
1999-09-10 peterAdd $FreeBSD$ tags to generated files otherwise the...
1999-09-10 phkCreate and use a dedicated malloc type for bus related...
1999-09-10 phkSystem clock don't update, because C6's TSC stop count...
1999-09-10 peterAdd the CR4 values for P3 SIMD enabling support. FXSR...
1999-09-10 peterAdd text for the PN (Processor serial number) and XMM...
1999-09-10 ru- Optimization to the previous (rev 1.15) commit.
1999-09-10 rogerUpdate to driver 1.73
1999-09-10 msmithLook for the right ACPI signature.
next