summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-16syncTheo de Raadt
2001-05-16update copyrightJason Wright
2001-05-16If we run out of transmit slots, try to copy the next mbuf into a singleJason Wright
2001-05-16shrink printf messagesTheo de Raadt
2001-05-16no longer support ECOFF kernelsTheo de Raadt
2001-05-16copy i386 floppy3 entryTheo de Raadt
2001-05-15Correct memory type for free(). (art@ ok)Hakan Olsson
2001-05-15partial KNFTheo de Raadt
2001-05-15a few more codecs, a few more consts, trailing spacesMichael Shalayeff
2001-05-15X11 forwarding details improvedTheo de Raadt
2001-05-15do not permit emalloc/erealloc of 0 sized objectsTheo de Raadt
2001-05-15remove NRL pieces no longer usedTheo de Raadt
2001-05-15swapon -a before fsck is runTheo de Raadt
2001-05-15Make path length variables size_t. This fixes the problem whereTodd C. Miller
2001-05-15the signal handlers can many illegal functions. try to at least be cautious.Theo de Raadt
2001-05-15do the same as _ffsMichael Shalayeff
2001-05-15error out if failed to malloc memory for inode cache entry; deraadt@ okMichael Shalayeff
2001-05-15Add missing memset() from one of the select() fixes. Also free existingTodd C. Miller
2001-05-15Accept ARP packet coming from bridge interface without IP addressGrigoriy Orlov
2001-05-153cr990 works on alphaJason Wright
2001-05-15txp works here nowJason Wright
2001-05-15- correct some bus_dmamap_sync() usageJason Wright
2001-05-15Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@.Janne Johansson
2001-05-15Fun with parsingMarc Espie
2001-05-15reorder tests. Test 7 fails. That's known.Marc Espie
2001-05-15Don't go beyond end of string.Marc Espie
2001-05-15niklas is an idiotMarc Espie
2001-05-15thinko in my rewrite. Repair var:sh = somethingMarc Espie
2001-05-15syncTheo de Raadt
2001-05-15shrinkTheo de Raadt
2001-05-15Niklas, there is no excuse for breaking this codeTheo de Raadt
2001-05-15typosjasoni
2001-05-15syncTheo de Raadt
2001-05-15cleanTheo de Raadt
2001-05-15report on another calloc() failureTheo de Raadt
2001-05-15DTYPE_CRYPTOTheo de Raadt
2001-05-15just call me Theo "Fix bugs Art puts in the kernel" de RaadtTheo de Raadt
2001-05-15LIST_FOREACH instead of manually doing the same thing.Artur Grabowski
2001-05-15Switch from homegrown locking of the hash to lockmgr.Artur Grabowski
2001-05-15Don't keep the reference to the root vnode all the time. Treat the root vnodeArtur Grabowski
2001-05-15- bus-dmaify txpJason Wright
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller
2001-05-15fix $OpenBSD$ headerTheo de Raadt
2001-05-15since all files have varying copyright notices, this file is wrongTheo de Raadt
2001-05-15Change splimp -> splhigh in cpu_exit() to match NetBSD and some ofTodd C. Miller
2001-05-15Remove an extra space in avail mem printfTodd C. Miller
2001-05-15Replace vm_offset_t with vaddr_t and paddr_t as appropriate.Todd C. Miller
2001-05-14hifn7751Jason Wright
2001-05-14syncTheo de Raadt
2001-05-14use bus_dmamap_sync() as appropriateJason Wright