summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add definitions for the Ext 1 register on cirrus logic PD-6729.imp2002-07-171-0/+9
* Qualify comment on machdep.cpu_idle_hlt. Turning this on on a SMPdillon2002-07-172-6/+20
* pccard_common.c is no longer necssaryimp2002-07-171-1/+0
* Eliminate the need for pccard_common.c by moving the function inlineimp2002-07-173-70/+19
* Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSDimp2002-07-171-0/+3
* regen from pccarddevs 1.33imp2002-07-171-2/+18
* MFOpenBSD:imp2002-07-171-1/+9
* - Use more correct values to initialize the AGP controller during setup.jhb2002-07-172-12/+42
* Preallocate a struct file as the first thing in falloc() before we lockjhb2002-07-171-16/+5
* Add a KASSERT() to assert that td_critnest is == 1 when mi_switch() isjhb2002-07-171-0/+2
* Allow alphas to do crashdumps: Refuse to run anything in choosethread()gallatin2002-07-175-9/+16
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-174-13/+43
* Introduce the DEVFS "rule" subsystem. DEVFS rules permit thedd2002-07-176-1/+950
* 'recm' was not being unconditionally cleared for each loop, leading todillon2002-07-171-1/+6
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-168-18/+18
* Fix a bug nfs_write() related to ^C'ing during a file write on andillon2002-07-161-2/+4
* o Use vm_pageq_remove_nowakeup() and vm_pageq_enqueue() inalc2002-07-161-7/+2
* Various comment and minor style fixes. No actual content changes.jhb2002-07-167-61/+52
* When multiple IOMMUs are present in a system, use a single TSB for alltmm2002-07-164-224/+160
* Don't imply that setting the boot_ variables to "NO" will disable them.mp2002-07-161-6/+8
* Add new UltraSPARC-III VIS II instructions.tmm2002-07-161-0/+9
* - Use IO mode to reset the controller (82544 and beyond)pdeuskar2002-07-166-103/+429
* Add new LSU bits for UltraSPARC-III.tmm2002-07-161-0/+16
* Add ASI definitions of UltraSPARC-III (Cu) processors, and add sometmm2002-07-161-8/+102
* Add missing quotes around ID string in __FBSDID().tmm2002-07-161-1/+1
* Some style cleanups.jhb2002-07-161-20/+6
* If we get a receive error in nfs_receive() and then get an error trying tojhb2002-07-161-5/+6
* Change include order.nyan2002-07-161-1/+1
OpenPOWER on IntegriCloud