summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct a botched commit from yesturday. It helps to bring over thegibbs1996-05-233-9/+16
* Eliminate a vm_page_free, busy panic, in kern_malloc.dyson1996-05-231-1/+2
* Initial support for MADV_FREE, support for pages that we don't caredyson1996-05-235-60/+45
* Conditionalize calls to IPFW code on COMPAT_IPFW. This is done slightlywollman1996-05-222-2/+20
* Fix harmless warning.. pmap_nw_modified was not having it's argpeter1996-05-222-4/+4
* Setup ULTRAEN in SXFRCTL0 to match the syncrate we are using during thegibbs1996-05-221-8/+15
* A serious error in pmap.c(pmap_remove) is corrected by this. Whendyson1996-05-222-60/+8
* "board not responding" -> "board is not responding"dima1996-05-223-11/+11
* Fix an embarresing error on my part that made the IP_PORTRANGE optionspeter1996-05-211-1/+2
* Let the user know what errors are experienced on received packets.wollman1996-05-212-4/+26
* It seems that the aic78X0 chips will either have their scratch ramgibbs1996-05-211-1/+12
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-211-45/+60
* Enable/Disable Ultra mode on a per target basis. This allows the drivergibbs1996-05-212-3/+21
* After reviewing the previous commit to vm_object, the page protectiondyson1996-05-211-3/+1
* Don't protect non-managed pages off during object rundown. This fixesdyson1996-05-211-2/+3
* To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-).dyson1996-05-212-4/+4
* Correct a few mode page definitions according to the SCSI-2 specs.joerg1996-05-191-6/+11
* This patch updates sys/scsi/od.c:joerg1996-05-191-58/+144
* Initial support for mincore and madvise. Both are almost fullydyson1996-05-1910-32/+499
* Minor performance improvement to kern_malloc.c that increases thedyson1996-05-181-1/+17
* Removed SIOCSETRTINFO, SIOCGETRTINFO, and SIOCGETVIFINF ioctl's, whichfenner1996-05-181-4/+1
* Add support for NE2000 compatible PCI Ethernet cards. The PCI probese1996-05-185-50/+371
* Fix range check to actually test the variable that will be used asse1996-05-182-4/+4
* One more file missing from the mega-commit. This inlines some verydyson1996-05-181-4/+32
* File mistakenly left out of the previous mega-commit. This providesdyson1996-05-181-1/+2
* This set of commits to the VM system does the following, and containdyson1996-05-1827-1851/+2097
* A patch for the meteor device driver. It fixes:jkh1996-05-178-33/+95
* When two units swapped, copy SC_STATIC flag too, not clear itache1996-05-131-1/+2
* Prevent mixing of static and dynamic unit allocation strategiesache1996-05-132-7/+23
* Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can overrideasami1996-05-132-2/+6
* Leave 16 lines in front of each component partition. It's now safe toasami1996-05-132-6/+20
* Whoops, don't add something that already exists. Removed redundantnate1996-05-133-18/+12
* Added commented out PCCARD entries to GENERIC, also document and addnate1996-05-135-5/+28
* Fix a brain-o. The scratch ram on aic78X0 controllers is initialized to 0x00gibbs1996-05-121-2/+2
* Fix the "well-known retries bug" (a logic-o).joerg1996-05-123-6/+6
* Ups, I removed NMB_INIT too.phk1996-05-121-1/+3
* Free our device information in one error case in the driver probe.gibbs1996-05-121-1/+2
* Add missing '+ io_port' to two outbs.gibbs1996-05-121-5/+4
* Give up waiting for a successful keyboard reset after somejoerg1996-05-113-15/+21
* Nail down NCL_INIT = 1, and put a comment there telling what it is.phk1996-05-111-8/+4
* Hide options for emulators and static file systems in opt_dontuse.h.bde1996-05-115-16/+31
* Fixed BOOT_HD_BIAS.bde1996-05-112-11/+21
* Allocate mbufs from a separate submap so that NMBCLUSTERS works aswollman1996-05-109-27/+58
* One more linux -> __linux__gibbs1996-05-101-2/+2
* The aic78X0 cards have 0xff in all bytes of scratch ram after POST. Ifgibbs1996-05-101-30/+58
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-102-84/+150
* Honor the CHANNEL_B_PRIMARY bit of the BIOSCTRL register and probegibbs1996-05-101-21/+13
* aic7xxx.seq:gibbs1996-05-102-4/+7
* Oops, I missed these when I imported the Stallion drivers.peter1996-05-103-3/+60
* Make it possible to return more than one piece of control informationwollman1996-05-094-15/+64
OpenPOWER on IntegriCloud