summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-15Missed one place to check for bpp == NULLArtur Grabowski
2001-11-15cdev glue for crypto(9) [Not known to work, but will as soon as interruptJason Wright
2001-11-14allow swaples diskless configs; deradt@ okMichael Shalayeff
2001-11-14use substract when comparing keys, for ip addrs as well.Michael Shalayeff
2001-11-14Don't yell about clock drift for ridiculous (less than 48 hours) deltas.Miod Vallat
2001-11-14add bridge control bit definitions up to pci2.2, via netbsdMichael Shalayeff
2001-11-14Better exit codes. ok mickey,millert,miod,deraadtHakan Olsson
2001-11-14in poll, if fd is < 0, clear revents; bjy@mogua.orgTheo de Raadt
2001-11-14Harmonize tabs.Hugh Graham
2001-11-14Change Vax LDPGSZ to 4k.Hugh Graham
2001-11-14Compat layer for 1k Vax aout, from NetBSD.Hugh Graham
2001-11-14New MID for Vax bins with 4k logical page size.Hugh Graham
2001-11-14- Move rng buffer allocation (bus_dmamem_map/unmap) to attach instead of duringJason Wright
2001-11-14Define the TRDY timeout and RETRY timeout registers (not used... yet)Jason Wright
2001-11-14- Sprinkle more htole16/htole32s so that this thing has a chance of workingJason Wright
2001-11-13cleanup whole lots of spaces and tabs, while mufflingMichael Shalayeff
2001-11-13and for the case where it allocates a bunch at a time, also make sure theTheo de Raadt
2001-11-13incorrect checkTheo de Raadt
2001-11-13garbage in my last commitTheo de Raadt
2001-11-13fix pf from going off into the weeds on an ipv6 icmp packet with certain optionMike Frantzen
2001-11-13syncJason Wright
2001-11-13Davicom 9102Jason Wright
2001-11-13Allow balloc to get NULL for bpp. Don't get the buffer in that case.Artur Grabowski
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
2001-11-13Add two controlled panics instead of some code that I need to write later.Artur Grabowski
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-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-12Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results fromJason Wright
2001-11-12Bring in more changes from NetBSD. Mostly pagedaemon improvements.Artur Grabowski
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-11Noone seems to want to fix the sparc64 cd bogus intr bug, so I will simply di...Theo de Raadt
2001-11-11Fix matching brace error. Fortunately PGM errors do not happen in theDale Rahn
2001-11-11Sync in more stuff from NetBSD.Artur Grabowski
2001-11-11LOCK_ASSERT - like KASSERT but ifdef LOCKDEBUGArtur Grabowski
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-09Use bufpool, not malloc.Artur Grabowski
2001-11-09Create bufpool - a pool of struct bufs.Artur Grabowski
2001-11-09When calculating the initial size of the lev3map, use PAGER_MAP_SIZE, not a m...Artur Grabowski
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-11-09unbreakArtur Grabowski
2001-11-09various style fixes.Artur Grabowski
2001-11-09minor sync to NetBSD.Artur Grabowski
2001-11-09be way more sure that software cannot be usedTheo de Raadt