summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pacify gcc on ia64peter2002-07-172-0/+6
* I don't know how the minimum retransmit timeout managed to get set todillon2002-07-171-1/+7
* Fix some typos in 1.68 from over a week ago.peter2002-07-171-2/+1
* Cap the initial PV and PTE table preallocations. Otherwise we explodepeter2002-07-171-1/+4
* Be sure to use a logical address for the SAL table. For some reason thepeter2002-07-171-1/+2
* Update for new ACPICA import. Gah.peter2002-07-171-3/+3
* Avoid trying to set PG_G on the first 4MB when we set up the 4MB page.peter2002-07-172-0/+12
* Fix a reversed test.julian2002-07-171-7/+15
* Make sure the process state for the idle proc is set correctlyjulian2002-07-171-0/+1
* Clean up the syntax WRT semicolons at the end of function-like-macros, and pr...markm2002-07-172-46/+148
* MFi386: revision 1.524.nyan2002-07-172-6/+20
* MFi386: revision 1.350.nyan2002-07-171-5/+5
* Handle installation of links through bsd.links.mk.ru2002-07-171-54/+17
* Fix a panic when doing "ipfw add pipe 1 log ..."luigi2002-07-172-6/+31
* Better verbage on hw.pcic sysctls, delete now obsolete commentimp2002-07-171-10/+8
* o Remove workaround that I put in to mask the BadVcc problem.imp2002-07-172-34/+71
* Be more conservative about the address ranges we assign. Someimp2002-07-171-0/+5
OpenPOWER on IntegriCloud