aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fixed the type of a timeout function and removed casts that hid theBruce Evans1997-04-201-2/+7
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-204-48/+76
* Fix both a problem with accessing backing objects, and also releaseJohn Dyson1997-04-202-2/+28
* Re-institute the efficent version of vfork. It appears to make aJohn Dyson1997-04-201-2/+2
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-209-16/+15
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-204-33/+24
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-203-30/+36
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-11/+7
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-207-31/+35
* Fixed inconsistent extern declaration of a timeout function andBruce Evans1997-04-201-2/+2
* Fixed linting of and compilation of the gcc byte-swapping macrosBruce Evans1997-04-201-15/+12
* 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifierPoul-Henning Kamp1997-04-203-45/+76
* The bit of the cardbus bridge support code se and I have been able to agreePoul-Henning Kamp1997-04-202-2/+14
* Fix up the "hlt vector" change I made.Poul-Henning Kamp1997-04-203-21/+21
* Synchronize with sys/i386/isa/diskslice_machdep.c revision 1.25.KATO Takenori1997-04-202-16/+22
* Synchronize with sys/i386/isa/sio.c revision 1.163.KATO Takenori1997-04-192-10/+22
* Fix a bug where a program which appended many small records to a file couldDoug Rabson1997-04-192-2/+6
* Avoid division by 0 in check_part(). (It occurred when max_nsectors == 0.Bruce Evans1997-04-192-16/+22
* Avoid `lock against myself' panic by following operation:KATO Takenori1997-04-194-12/+66
* Don't disable CPU cache in init_486dlc. If BIOS supports Cyrix 486,KATO Takenori1997-04-192-6/+2
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutBruce Evans1997-04-183-15/+33
* No longer use AAP for queueing SCBs to the QINFIFO.Justin T. Gibbs1997-04-181-78/+62
* Revert some changes to the selection and reselection code that were thoughtJustin T. Gibbs1997-04-181-41/+19
* Don't allow partial buffers to be cluster-comitted.Doug Rabson1997-04-183-9/+16
* Incorporate kludge/fix from `syscons' ver 1.207 and 1.209.Kazutaka YOKOTA1997-04-181-14/+17
* Rearrange pci network card identification for easier additions.David Nugent1997-04-182-26/+36
* Brought fix from the 2.2 branch forward (see rev 1.47.2.7): serious bugsDavid Greenman1997-04-181-3/+14
* Amancio:Steve Passe1997-04-172-26/+26
* Quick and dirty attempt to get the zp device to work with the 3c589D.Nate Williams1997-04-171-2/+2
* Fix `locking against myself' panic by multi nullfs mount of sameKATO Takenori1997-04-172-2/+50
* Use NULLVP instead of NULL.KATO Takenori1997-04-176-22/+22
* Do not set the uppervp to NULLVP in union_removed_upper. If lowervpKATO Takenori1997-04-162-2/+32
* Comment out rawcb, it is not used / not present anymoreAndrey A. Chernov1997-04-161-2/+2
* Use reset port before clearing page table in cpu_reset if PC98 isKATO Takenori1997-04-162-20/+24
* Undo previous commit to avoid panic, and fix order of argument ofKATO Takenori1997-04-162-30/+4
* Only do indirections in ENTRY() if _ARCH_INDIRECT is defined.Bruce Evans1997-04-152-10/+16
* Quick-hack to avoid `lock against myself' panic. It is not the realKATO Takenori1997-04-152-4/+30
* Synchronize with sys/i386/i386/trap.c revision 1.92.KATO Takenori1997-04-151-9/+7
* Synchronize with sys/i386/conf/files.i386 revision 1.159.KATO Takenori1997-04-152-4/+2
* Removed more traces of ISODEVMAP.Bruce Evans1997-04-152-40/+2
* Remove unneeded member nsp_head from struct nspcb.Poul-Henning Kamp1997-04-141-2/+1
* #include <sys/queue.h>Poul-Henning Kamp1997-04-141-1/+2
* Use LIST macros instead of insque/remquePoul-Henning Kamp1997-04-143-12/+11
* Add LIST_FIRST, LIST_FOREACH and LIST_NEXTPoul-Henning Kamp1997-04-141-1/+8
* Remove all traces of undocumented feature ISODEVMAP.Poul-Henning Kamp1997-04-148-256/+8
* Forget all about APM. Instead of "hlt" call through a vector whichPoul-Henning Kamp1997-04-143-24/+27
* YAMF22Jordan K. Hubbard1997-04-141-15/+72
* Use the same IOPL check as in syscons.Bruce Evans1997-04-145-11/+41
* Fixed printing of registers in dbflalt_handler(). The registersBruce Evans1997-04-143-27/+21
* Fix `lockmgr: locking against myself' panic by multi union mount ofKATO Takenori1997-04-142-2/+50