summaryrefslogtreecommitdiffstats
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
* Connect up gpt and mca subdirs for ia64peter2002-07-201-1/+3
* Grab a snapshot of Marcel's WIP ia64 machine check decoder.peter2002-07-202-0/+509
* Grab a snapshot of Marcel's gpt tool. This is still a work-in-progresspeter2002-07-2010-0/+1454
* Add an ia64 atomic lock primitive for libc_r. This is mostly forpeter2002-07-202-0/+96
* 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
* sys.mk no longer includes bsd.own.mk.ru2002-07-201-0/+2
* Indentation.ru2002-07-201-7/+7
* Upgrade make(1) if not passing the ``.if defined(notdef) && ${notdef:U}''ru2002-07-201-2/+8
* Typo: s/If the this option/If this option/schweikh2002-07-201-1/+1
* 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
* Document that only one of the -n and -e options may be specified fortjr2002-07-201-1/+11
* Reimplement malloc/free debugging that includes the offending file:linepeter2002-07-205-40/+73
* Add a missing argument to the stub for softdep_setup_freeblocks.benno2002-07-201-1/+2
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingpeter2002-07-201-2/+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
* Only define SHLIB_LINK if SHLIB_NAME matches the *.so.* pattern.ru2002-07-191-1/+1
* 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-194-0/+5
* Wrap a line longer than 80 characters.mux2002-07-191-2/+2
* Merge conflicts.markm2002-07-194-42/+50
* - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().mux2002-07-191-19/+113
* This commit was generated by cvs2svn to compensate for changes in r100360,markm2002-07-192-10/+3
|\
| * Snapshot of NetBSD's (x)lint. Little functionality, just some codemarkm2002-07-197-46/+53
* | s/inline/__inline/markm2002-07-192-6/+6
* | Merge from import. The import was done ages ago, and this diff has beenmarkm2002-07-191-153/+199
* | s/inline/__inline/markm2002-07-196-6/+6
* | "inline" fixing. Replace "inline" with "__inline" to make more BSDmarkm2002-07-1910-44/+52
* | Update to current reality: change COMPILEDIR and work on "R"ead-only-dataphk2002-07-191-2/+2
* | Remove broken and incomplete support for old releases of System V,tjr2002-07-197-236/+1
* | Add the ebus sio attachment.obrien2002-07-191-0/+1
* | Don't install any old cruft present in the tree, includingru2002-07-191-19/+263
OpenPOWER on IntegriCloud