summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove PCI code from here, now that the PCI framework lives in /sys/pci.nate1997-12-021-86/+5
* Define MS_SYNC for compatibility.dyson1997-12-021-1/+2
* - Framework for PCI/CardBus controllers running in PCMCIA emulationnate1997-12-025-0/+433
* Fix the copyright and attribution on this file. I forgot thisphk1997-12-022-0/+12
* Fix a bug that caused cdboot to stop reading the root directory at thejoerg1997-12-021-3/+13
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-0240-135/+125
* `nextgennumber' can go away now that is no longer (ab)used by foreignbde1997-12-021-2/+1
* Use the same algorithm as ffs for generation numbers.bde1997-12-025-24/+9
* Fix a small style bug in the generation number change (rev.1.33) beforebde1997-12-021-2/+2
* Removed __FreeBSD__ ifdefs.bde1997-12-0226-374/+0
* Cleaned up __getcwd(). This should be cosmetic except disabled callsbde1997-12-022-22/+20
* Sync with sys/i386/conf/files.i386 revision 1.180.kato1997-12-022-2/+12
* Fix a serious problem during resizing buffers where old buffersdyson1997-12-011-2/+11
* Fix a problem when creating a new kernel thread. In some cases, aio_readdyson1997-12-011-1/+2
* Cleanup my last patch herejulian1997-12-012-86/+64
* Sync with sys/i386/isa/isa.c revision 1.108.kato1997-12-011-12/+15
* Include sound_timer.c for mss device and addedahasty1997-12-012-2/+12
* Fix error handling for VCHR type I/O. Also, fix another spl problem, anddyson1997-12-011-342/+93
* Reorder struct callout for better cacheline behavior.dg1997-12-011-2/+2
* Correct a last minute code change. Would have been an infinite loop underdyson1997-11-301-8/+4
* Fix an spl nit.dyson1997-11-301-1/+7
* fix a few style nites...jmg1997-11-302-24/+30
* Finish up the vast majority of the AIO/LIO functionality. Proper signaldyson1997-11-301-106/+552
* Shuffle things a bit for better cacheline behavior.dg1997-11-292-12/+12
* Disable the VCHR optimization for AIO until I have implemented it. Just indyson1997-11-291-1/+2
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-293-306/+804
* Remove the prototypes for dlopen and related functions. They don'tjdp1997-11-282-20/+2
* Recognize 3C569 network interface when `PC98' is defined.kato1997-11-272-4/+14
* Sync with sys/i386/i386/userconfig.c revision 1.97.kato1997-11-271-2/+4
* Sync with sys/i386/conf/files.i386 revision 1.179.kato1997-11-272-2/+12
* Sync with sys/i386/isa/syscons.c revision 1.240.kato1997-11-271-2/+9
* Removed an unused line of code, that caused an ``maybe used uninitialized''joerg1997-11-262-4/+2
* From the author:markm1997-11-257-11/+32
* Move the hardware currsor off screen when getting back from ansos1997-11-253-6/+27
* Sync with sys/i386/i386/machdep.c revision up to 1.274.kato1997-11-252-14/+20
* Sync with sys/i386/i386/trap.c revision 1.115.kato1997-11-251-7/+11
* Sync with sys/i386/isa/isa.c revision 1.107.kato1997-11-251-3/+1
* Sync with sys/i386/isa/syscons.c and syscons.h revisions 1.229 andkato1997-11-252-146/+233
* Sync with sys/i386/isa/if_ed.c, if_fe.c and sio.c revisions 1.129,kato1997-11-254-8/+8
* Shift a few SYSINT() calls around.julian1997-11-257-55/+78
* Fixed missing #include of "opt_quota.h".bde1997-11-242-1016/+1010
* Fixed multiple definitions of boothowto.bde1997-11-242-4/+4
* Fixed multiple definitions of boothowto.bde1997-11-241-5/+3
* Added a sysctl (machdep.cputime_clock) to select the clock used bybde1997-11-242-22/+110
* Fixed overflow in ufs_getblns(). For ufs on systems with 32-bit ints,bde1997-11-243-21/+42
* Removed all traces of P_IDLEPROC. It was tested but never set.bde1997-11-245-11/+8
* Don't #define max() to get a version that works with vm_ooffset's.bde1997-11-241-4/+2
* Don't call malloc(..., M_WAITOK) at splnet(). Doing so is oftenbde1997-11-243-12/+21
* Unstaticized rn_delete() and rn_lookup(). They are used in dark cornersbde1997-11-242-10/+9
* Fixed some #include messes.bde1997-11-243-21/+33
OpenPOWER on IntegriCloud