summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add detection code for NVidia Riva 128,TNT,TNT2ache1999-06-091-1/+19
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocatedt1999-06-083-6/+6
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butdt1999-06-082-2/+27
* Keep fpcurproc locked in memory, so that we always can save the FP statedt1999-06-087-14/+35
* From the submitter:msmith1999-06-072-21/+18
* ksprintn() may be called with base=2, so redefine MAXNBUF accordingly.archie1999-06-071-18/+19
* The FD options are now in /sys/conf/options so need to duplicate themsteve1999-06-062-8/+2
* Small optimization: use wi_seek() in wi_read_record() and wi_write_record()wpaul1999-06-062-54/+18
* Sync with sys/i386/conf/majors.i386 revision 1.76.kato1999-06-061-1/+2
* Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19.kato1999-06-061-1/+5
* Reserve cdev major 126 for sync support.phk1999-06-062-2/+4
* typo in previous commitphk1999-06-061-2/+2
* Introduce IFF_SMART bit.phk1999-06-062-6/+10
* The function ksprintn(), which is used to convert numbers to ASCII, is notarchie1999-06-061-8/+14
* vm_mmap:alc1999-06-051-3/+4
* Fix an accounting problem when prefaulting 4M pages.luoqi1999-06-052-4/+4
* Floppy driver options moved to conf/options.dfr1999-06-053-9/+6
* * Implement ISA dma (only for CIA now but more chipsets to follow).dfr1999-06-0513-20/+1115
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-0519-165/+228
* Fix a malloc racepeter1999-06-052-6/+24
* Don't mistake a non-async block that needs to be committed for anpeter1999-06-052-4/+4
* Restructure pipe_read in order to eliminate several race conditions.alc1999-06-051-68/+46
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-042-14/+4
* Really fix cy-driver-related panics when SMP is configured. Rev.1.88 onlybde1999-06-043-9/+15
* Fix the cdevsw_add change made by PHK.roger1999-06-042-10/+10
* Add remark about where bInterfaceProtocol number for USB Zip drive comesn_hibma1999-06-041-1/+1
* Oops, remove redundant comments.kato1999-06-041-3/+3
* Declare Crtat and Atrat because screen savers use these variables.kato1999-06-041-1/+7
* Modify the boot loader to recognize the -C flag and pass the RB_CDROMghelmer1999-06-043-3/+15
* Add the 3Dfx Voodoo Bansheemharo1999-06-041-1/+9
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-042-8/+38
* Remove a rather bogus search path reference..peter1999-06-033-3/+3
* GC unused prototypepeter1999-06-031-2/+1
* Quieten the bt_isa_probe() messages since they get a bit much whenpeter1999-06-033-9/+12
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-032-10/+2
* Remove VM86 option.kato1999-06-031-5/+4
* Sync with sys/i386/i386/machdep.c revision 1.339.kato1999-06-032-590/+1118
* Sync with sys/i386/conf/files.i386 and options.i386 revisions 1.246kato1999-06-034-8/+6
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-032-4/+4
* Use MACHINE_ARCH instead of MACHINE to check x86 architecture.kato1999-06-031-2/+2
* Backed out the previous backout. We may as well have a version of ucmpdi2.cbde1999-06-021-2/+2
* Back out last commit (did I get all of them?)newton1999-06-022-0/+6
* Remove vinum from the build until Greg reviews phk's cdevsw changes.jb1999-06-021-2/+3
* Unbreak memory sizing for SMP.jlemon1999-06-013-23/+33
* || vs && confusion in cdevsw_add().dt1999-06-011-2/+2
* Remove an unused variable.dt1999-06-012-4/+2
* cdevsw_add(&cn_devsw), not cdevsw_add(&dev).dt1999-06-011-3/+2
* Change the warning message issued if pci_map_port() fails. I think thiswpaul1999-06-011-5/+5
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-016-25/+33
* Null commit; note that there is a new memory sizing routine that usesjlemon1999-06-012-2/+2
OpenPOWER on IntegriCloud