summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
2001-11-13Inhibit scooping, update list promptly.Hugh Graham
2001-11-13Add two controlled panics instead of some code that I need to write later.Artur Grabowski
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
2001-11-13o) start new sentence on a new line;Mike Pechkin
2001-11-13o) Fix bogus .Xr usage;Mike Pechkin
2001-11-13enter 3.0.1Markus Friedl
2001-11-13Use more common interface names like lo0, tun0, enc0 for regress tests,Daniel Hartmeier
2001-11-13Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return theArtur Grabowski
2001-11-12Remove unnecessary check for NULL vnode in reassignbuf.Artur Grabowski
2001-11-12a better fix for recursive mutex.Federico G. Schwindt
2001-11-12Make MAXTIME overrideable.Federico G. Schwindt
2001-11-12correct pathTheo de Raadt
2001-11-12Redo the ICU interrupt handling system to better emulate an APIC system.Niklas Hallqvist
2001-11-12Sprinkle with htole32, add a garnish of htole16 and finish off with aJason Wright
2001-11-12enable authorized_keys2 again. tested by fries@Markus Friedl
2001-11-12care and KNFTheo de Raadt
2001-11-12Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results fromJason Wright
2001-11-12upgrade .su railways another hundred years; dfa@ okMichael Shalayeff
2001-11-12This fixes the recursive mutex problem with pthreads.Marco S Hyman
2001-11-12fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ okDug Song
2001-11-12Bring in more changes from NetBSD. Mostly pagedaemon improvements.Artur Grabowski
2001-11-12add missing -lpcap, lost in resurection of the fileMarco S Hyman
2001-11-11signal race fixesTheo de Raadt
2001-11-11Let ltsleep take a const wmesg.Artur Grabowski
2001-11-11Remove local defines for SCSI status codes and use those nowKenneth R Westerback
2001-11-11Add missing values for SCSI status byte. Add new name for 0x28 toKenneth R Westerback
2001-11-11bring back test, this time in the public domainMarco S Hyman
2001-11-11place 2 line test in the public domainMarco S Hyman
2001-11-11o Instead of copying the "virtual memory exhausted" warning for eachHeikki Korpela
2001-11-11make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile...Markus Friedl
2001-11-11Fixed version... don't see how this could work on i386, since it didn'tMarc Espie
2001-11-11Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply di...Theo de Raadt
2001-11-11indentTheo de Raadt
2001-11-11undo changes that crash on (at least) the alphaTheo de Raadt
2001-11-11Fix matching brace error. Fortunately PGM errors do not happen in theDale Rahn
2001-11-11Add 'S' to interactive mode to toggle the display of systemFederico G. Schwindt
2001-11-11Redo LstInit as a macro: smaller and faster code in all cases, zeroing twoMarc Espie
2001-11-11Sync in more stuff from NetBSD.Artur Grabowski
2001-11-11remove files that have a copyright theo doesn't likeMarco S Hyman
2001-11-11LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUGArtur Grabowski
2001-11-10Move extraloc to data segment. This fixes save of new locators for cloned dev...Mats O Jansson
2001-11-10properly report >= 2GB of ram; bug found by matthieuTheo de Raadt
2001-11-10Move maxdmap and maxsmap to kern_resource.cArtur Grabowski
2001-11-10Merge in some parts of the ubc work that has been done in NetBSD that are notArtur Grabowski
2001-11-10remove extra debug()Markus Friedl
2001-11-10KNF (unexpand)Markus Friedl
2001-11-10cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc).Markus Friedl
2001-11-10Additional vax magic to cover bins with new MID and 4k page size.Hugh Graham
2001-11-10Add a pcap/pthread test as it was reported that usingMarco S Hyman