summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, the last commit contained a wrong patch. This is the correct one.yokota1999-02-053-16/+61
* Followup to yokota's last commit:des1999-02-058-26/+28
* - Don't assume the line length in the video memory is always the same asyokota1999-02-0510-200/+202
* Sync with sys/i386/isa/sio.c revision up to 1.228.kato1999-02-052-366/+442
* quiet the alpha compilermjacob1999-02-051-3/+3
* minor tweaksmjacob1999-02-051-5/+5
* The elf loader sets the permissions on bss to VM_PROT_READ|VM_PROT_WRITEdillon1999-02-051-2/+2
* Extend unit numbers to a full 10 bits (split into sectionsmjacob1999-02-051-72/+323
* add QIC 525,320,1320,3080 codesmjacob1999-02-051-1/+4
* Correct a format mismatch on 64-bit architectures. This shouldjdp1999-02-052-6/+6
* Remove some dead debug codegrog1999-02-051-32/+27
* Additional note on last rev: The rationale for this is to allow younewton1999-02-051-1/+1
* Created sysctl kern.fallback_elf_brand. Defaults to "none", which willnewton1999-02-051-1/+25
* Add driver states that will be reported (for SCSI) in mt_dsreg.mjacob1999-02-051-1/+20
* Fix race in pipe read code whereby a blocked lock can allow anotherdillon1999-02-041-20/+39
* replace previous stupid comment with one more appropriateadam1999-02-045-19/+14
* Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh!newton1999-02-041-2/+14
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-042-6/+22
* vp->v_object must be valid after normal flow of vfs_object_create()dillon1999-02-042-6/+18
* remind that apm is required in order for timekeeping to workadam1999-02-042-2/+4
* Fix bug in a KASSERT I introduced in vm_page_qcollapse() rev 1.139.dillon1999-02-041-17/+40
* Make FICL_TRACE default.dcs1999-02-042-3/+39
* Make use of prototypes to silence warnings.dcs1999-02-044-37/+84
* Make ficlExec recursive. This removes vmReset and vmQuit from thedcs1999-02-041-7/+17
* Recognize Pentium II Xeon, Celeron and Pentium III cpus. Because CPUkato1999-02-044-6/+26
* YAMFsio.c (1.227-1.228: set up input buffering dynamically).bde1999-02-043-348/+567
* M_TTYS -> M_DEVBUF. M_TTYS is documented to be for "tty databde1999-02-041-11/+13
* Sync with sys/i386/i386/userconfig.c revision 1.129.kato1999-02-041-3/+8
* Set up interrupt-level input buffering dynamically depending onbde1999-02-041-111/+177
* Fix ficlExecFD to take kern/9412 changes into account. Also modify itdcs1999-02-041-3/+3
* The trace facility was full of bugs. Correct that by using thedcs1999-02-041-73/+72
* Silence a warning.dcs1999-02-041-2/+2
* The previous fix for "type" was absolutely lousy. Not only the bufferdcs1999-02-041-2/+2
* Add conditional compilation facilities to ficl. This had been previouslydcs1999-02-041-0/+32
* svr4 emulator will refuse to unload itself if it is currently in use.newton1999-02-042-16/+16
* Provide elf_brand_inuse() as a method an emulator can use to find outnewton1999-02-042-2/+16
* - Added atkbdc and atkbd to the device info array so that they don'tyokota1999-02-041-3/+5
* Sync with sys/i386/i386/machdep.c revision 1.324.kato1999-02-042-16/+16
* Added a used include. This file doesn't get tested by LINT becausebde1999-02-041-0/+2
* Split .gdbinit file into two versions, on suitable for remotegrog1999-02-042-20/+631
* Nuke all the stupid ffs() stuff and use powerof2() instead.msmith1999-02-042-4/+4
* Fix power-of-2 check for the TCB hash size.msmith1999-02-042-4/+4
* Fixed the type of target_page to vm_offset_t (unsigned). This fixes adg1999-02-032-16/+16
* Mention the net.inet.tcp.tcbhashsize tunable.msmith1999-02-031-0/+5
* Make TCBHASHSIZE a boot-time tunable as well, taking its value from themsmith1999-02-032-8/+28
* PC98 version of new boot loader. Because boot2 has not yet ported,kato1999-02-0344-3/+10185
* Removed some unused includes (only 1 to go here now). Sorted includes.bde1999-02-031-5/+3
* Added ntfs subdirectory.semenu1999-02-031-2/+2
* Added vnode tag for NTFS.semenu1999-02-031-2/+2
* This commit was generated by cvs2svn to compensate for changes in r43552,semenu1999-02-0311-0/+4205
|\
OpenPOWER on IntegriCloud