]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Rip out the nastiness I cribbed from the EISA bus code and actually
[FreeBSD/FreeBSD.git] / sys / i386 /
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 phkThis patch clears the way for removing a number of...
1999-09-25 phkRemove NBPF conditionality of bpf calls in most of...
1999-09-25 phkOops! I enabled SOFTUPDATES by accident.
1999-09-24 obrienSwitch the order of a two tests so that the error actua...
1999-09-23 marcelLinux doesn't complain if you remove a msg queue that...
1999-09-23 jhayMake the frequency tuneable via a sysctl.
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 wpaulAs suggested by phk, unconditionalize BPF support in...
1999-09-22 luoqiRegeneration.
1999-09-22 luoqiImplement linux_ioperm() syscall. Fix linux_iopl()...
1999-09-22 luoqiDisplay CPU (BSP) clock speed on SMP systems.
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 sosSupport quad & max speeds in wormcontrol.
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 phkAdd md driver to LINT
1999-09-21 phkAdd an experimental Memory-Disk driver. This driver...
1999-09-21 phkPrint out flags value
1999-09-20 phkSet si_iosize_max rather than d_maxio.
1999-09-20 dillon Fix bug in pipe code relating to writes of mmap...
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 iwasakiReturn immediately from apm_suspend() when APM BIOS...
1999-09-20 phkOn PIIX4 based SMP systems use the PMTMR register for...
1999-09-20 peterMake if_ed work again on pci, isa, isapnp. The hack...
1999-09-19 wpaulConvert the VIA Rhine driver to miibus.
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 obrienMake `ed' PC-Cards work again. It has been over two...
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-18 phkUse devstat_end_transaction_buf() rather than Use devst...
1999-09-18 obrienThis commit was generated by cvs2svn to compensate...
1999-09-17 marcelFix getcwd. It must return the length of the path inclu...
1999-09-15 robertowlinit() must be called to recalculate the multicast...
1999-09-15 obrienThis commit was generated by cvs2svn to compensate...
1999-09-13 peterThe sense of probes has inverted. They return an error...
1999-09-13 bdeRemoved diskerr()'s unused d_name arg and updated calle...
1999-09-13 desFix disordering introduced in my previous commit.
1999-09-13 des"\t\t" -> " \t" as per rev. 1.611 (mangled in the previ...
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 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 gibbsAdd the AMD driver.
1999-09-11 iwasakiHandle CAPABILITIESCHANGE event.
1999-09-11 nsayerHandle UserStandbyRequests as well as the other 3 membe...
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 msmithLook for the right ACPI signature.
1999-09-10 msmithInvoke smp_rendezvous_action() using the a.out compatib...
1999-09-09 julianChanges to centralise the default blocksize behaviour.
1999-09-09 peterSeperate the miibus pci ethernet drivers from the non...
1999-09-08 peterZap EXPORTMFS, it's no longer an option. (mfs_vfsops...
1999-09-08 markmCatch up with GENERIC. This file is creaming to be...
1999-09-08 phkMake unused tape bmajors in past tense.
1999-09-08 phkDon't register a bmajor.
1999-09-08 phkMake sa/bdev, gd/bdev and gd/cdev as past-tense.
1999-09-08 peterRestore old sio driver for Bruce. We'll fix the bus...
1999-09-07 luoqiSave %gs in sigcontext when delivering a signal and...
1999-09-07 peterDoug missed an isa_get_flags().
1999-09-07 dfrChange isa_get/set_flags() to device_get/set_flags().
1999-09-06 dfrUpdate for newpcm.
1999-09-06 peterRepo copy isa/sio* to dev/sio/sio* in preperation for...
1999-09-06 peterAdd id_iosize as used by pccard.
1999-09-06 impAdd pccard child to nexus. A better version would...
1999-09-06 wpaulThis commit adds driver support for PCI fast ethernet...
1999-09-05 wpaulThis commit adds driver support for the Silicon Integra...
1999-09-05 peterSet up FPU state on the AP.
1999-09-05 peterTemporarily disable k6_mem (k6 write combining) at...
1999-09-05 greenM_WAITOK->M_NOWAIT
1999-09-05 peter$Id$ -> $FreeBSD$
1999-09-04 peterDon't install stubs, make a compat symlink at buildworl...
1999-09-04 petermachine/soundcard.h is now in the standard location...
1999-09-04 dfrMake <machine/soundcard.h> a stub which includes <sys...
1999-09-04 peter<machine/soundcard.h> -> <sys/soundcard.h>, since it...
1999-09-04 markmThis commit was generated by cvs2svn to compensate...
1999-09-04 bdeRemoved defunct option NULLFS_DIAGNOSTIC.
1999-09-03 peterif_ed doesn't use the wrappers anymore.
1999-09-03 peterCommit a checkpoint of an updated if_ed driver. This...
1999-09-03 marcelI missed the namechange of field desc in struct i386_ld...
1999-09-03 julianRevert a bunch of contraversial changes by PHK. After
1999-09-03 julianremove some out-of-scope DEVFS references..
1999-09-03 mdoddSYSINIT() needs sys/kernel.h. Include it.
1999-09-03 mdoddThis adds the i386 specific support for systems with...
1999-09-02 marcelImplementation of the modify_ldt syscall. Use the sysar...
1999-09-02 luoqiSome reorganization of sysarch() interface:
1999-09-02 kato- Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that...
next