summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for writing to mapping high memory for pccard memoryimp2002-07-204-0/+21
* o Lock page queue accesses by vm_page_try_to_cache(). (The accessesalc2002-07-203-1/+5
* o Assert that the page queues lock is held in vm_page_try_to_free().alc2002-07-201-0/+2
* o Lock page queue accesses by vm_page_cache() in vm_fault() andalc2002-07-203-2/+5
* minor nit in commentsimp2002-07-201-1/+0
* o Lock accesses to the active page queue in vm_pageout_scan() andalc2002-07-201-2/+4
* ebus is not a 'count' device. There are no NEBUS references.peter2002-07-201-1/+1
* Change the max IRQ from 63 to 255. I realize we have to block some outpeter2002-07-201-1/+1
* o Lock page queue accesses by vm_page_cache() in vm_contig_launder().alc2002-07-201-2/+4
* o Remove dead and/or unused code.alc2002-07-202-17/+1
* Add a missing argument to the stub for softdep_setup_freeblocks.benno2002-07-201-1/+2
* Turn on -Wformatpeter2002-07-201-1/+1
* Fix printf format errorspeter2002-07-201-3/+3
* Work around some nasty bugs on the [beta] Itanium2's E1000 UNDI driver.peter2002-07-201-5/+20
* Disable loader ufs support. It causes the loader to crash on the Itanium2peter2002-07-202-2/+2
* Fix printf format errorspeter2002-07-202-4/+4
* Regeneratepeter2002-07-209-4788/+933
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-2050-2740/+7922
* Fix a warning:peter2002-07-201-1/+2
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.jhb2002-07-192-0/+54
* Add PCI ID for the ICH4 ATA100 controller.jhb2002-07-192-0/+4
* Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skewpeter2002-07-191-1/+7
* o Use vm_page_alloc(... | VM_ALLOC_WIRED) in place of vm_page_wire().alc2002-07-193-12/+7
* Add support for probing secondary buses on the ServerWorks Grand Championgallatin2002-07-192-0/+22
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-193-0/+3
* Wrap a line longer than 80 characters.mux2002-07-191-2/+2
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().mux2002-07-191-19/+113
* Add the ebus sio attachment.obrien2002-07-191-0/+1
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-1917-274/+1145
* o Duplicate an odd side-effect of vm_page_wire() in vm_page_allocate()alc2002-07-191-1/+2
* Clear up confusion in ugly code. ^T gave wrong results for RSS.julian2002-07-181-4/+9
* Introduce two new sysctl's:dillon2002-07-184-6/+35
* o Remove the acquisition and release of Giant from the idle priority threadalc2002-07-182-8/+1
* Beautify. This has the side effect of improving portability andmarkm2002-07-182-78/+62
* Void functions cannot return values.markm2002-07-181-1/+1
* Remove boot2 temporarily.nyan2002-07-181-1/+1
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-188-8/+106
* Remove the statically allocated array that holds OpenFirmware memory mappingsbenno2002-07-183-12/+24
* Major rework of how we copy data into kernel space.benno2002-07-186-22/+36
* s/install -c/${INSTALL} ${COPY}/ru2002-07-181-4/+4
* Add an entry for the AMD Elan SC520 hostbridge. I do not belive we canphk2002-07-182-0/+6
* (VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE may not fit in an integer.peter2002-07-181-1/+1
* Integrate the hw.pcic.pd6722_vsense tunable from the nomads list.imp2002-07-181-15/+49
* Some strange hacks for the clpd6729:imp2002-07-181-13/+44
* Move IPFW2 definition before including ip_fw.hluigi2002-07-181-32/+30
* fixed to make mbuf chain.ume2002-07-181-1/+1
* o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc()alc2002-07-183-15/+19
* Use pmap_kenter() rather than vtopte() and bashing the page tablespeter2002-07-184-56/+12
* Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/peter2002-07-171-1/+1
* ia64 does not have the same degree of stealth include file nesting,peter2002-07-172-0/+4
OpenPOWER on IntegriCloud