summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the RCS "Log" and all the verbiage it has generated.phk1999-07-2120-2608/+24
* Hack to work around a NULL pointer dereferencation that can be triggeredjoerg1999-07-212-2/+10
* Hopefully make the CMD640B workaround actually work.peter1999-07-211-9/+6
* Walk around the end of all the silly guessing of device types and unitmsmith1999-07-216-9/+108
* Slight cleanups of the Cyrix 5530 UDMA code.julian1999-07-201-100/+125
* Fix a REALLY embarrassing mistake. Don't look; I warned you.green1999-07-201-2/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-204-9/+16
* Convert the xl driver to newbus. It is now possible to make this driverwpaul1999-07-202-88/+127
* dev2udev() returns a CDEV udev_t, but we use block io in savecore. Savecoregreen1999-07-201-2/+5
* Correct the alignment of some of the members in the wi_frame structure.wpaul1999-07-202-6/+10
* I missed a not. Also, remove invltlb(), since it's "unncessary [sic] becausegreen1999-07-201-4/+2
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-2013-194/+185
* use vp->v_rdev;phk1999-07-201-2/+2
* add debug.sizeof.specinfophk1999-07-201-1/+5
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.phk1999-07-202-4/+56
* Update of the i686 MTRR/memory range support.msmith1999-07-202-90/+92
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-2016-18/+699
* An SMP-specific change: Eliminate an unnecessary lock acquire and releasealc1999-07-201-10/+1
* Convert a "page not busy" warning to an assertion.alc1999-07-201-7/+3
* Reintroduce LBA (cyl > 1023) support in the bootblocks, enabled byrnordier1999-07-205-57/+111
* Fix a page size vs. KB mixup. The extra buffers allocated at a reducedpeter1999-07-192-8/+8
* Activate kgzldr.rnordier1999-07-191-2/+2
* Use M4FLAGS for m4.rnordier1999-07-191-4/+4
* This commit was generated by cvs2svn to compensate for changes in r48907,rnordier1999-07-197-0/+459
|\
| * kgzldr is a kzipboot replacement for use with kgzip(8).rnordier1999-07-197-0/+459
* | Sync with GENERIC (place of xe0 driver)hosokawa1999-07-191-2/+3
* | [click] Now all dev_t's in the kernel have their char device major.phk1999-07-193-22/+14
* | Add sysctl tree debug.sizeof to tell us how big things are. First twophk1999-07-191-1/+10
* | Updated acquire_timer2()'s state machine to work when the i8254 isbde1999-07-185-115/+50
* | Don't let the machdep.tsc_freq sysctl proceed if the TSC is presentbde1999-07-185-30/+30
* | Added a sysctl "kern.timecounter.hardware" for selecting the hardwarebde1999-07-184-20/+98
* | fix comment re: RST received in TIME_WAIT to match the code.jmb1999-07-182-6/+6
* | Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-184-54/+10
* | Introduce the vn_todev(struct vnode*) function, which returns the dev_tphk1999-07-183-3/+28
* | Reset SA_NOCLDWAIT on exec().peter1999-07-181-1/+5
* | - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
* | - Move the `return' statement the correct place so that the keyboardyokota1999-07-182-10/+10
* | Remove a duplicate comment.jdp1999-07-181-7/+1
* | Remove four no-op casts.jdp1999-07-182-10/+10
* | Centralize dumpdev handling.phk1999-07-175-183/+61
* | Reverse the sense of a test, dev2udev() will be much cheaper thanphk1999-07-171-3/+3
* | Add a field to struct swdevt to avoid a bogus udev2dev() call.phk1999-07-173-6/+9
* | Fix 2nd arg to udev2dev() call in ccd.cphk1999-07-172-4/+4
* | Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly.phk1999-07-171-6/+14
* | Fix 2nd arg to udev2dev().phk1999-07-172-4/+4
* | I have not one single time remembered the name of this function correctlyphk1999-07-1714-35/+35
* | An SMP-specific change: eliminate another check on bsp_apic_ready.alc1999-07-171-10/+1
* | slight change in the way we hi-jack the wd drivers cdevsw.phk1999-07-171-8/+4
* | Implementation of TCXONC.marcel1999-07-174-6/+76
* | Handle R_ALPHA_NONE relocations in KLD.dfr1999-07-162-2/+8
OpenPOWER on IntegriCloud