summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-11-17Pick up changes made in NetBSD to work with ubc.Hugh Graham
2001-11-16oopsMichael Shalayeff
2001-11-16make stack trace print addrs if no symtab present; miod@ okMichael Shalayeff
2001-11-16regenMichael Shalayeff
2001-11-16fix the typo (from dne@mayonnaise.net) and sort the ali sectionMichael Shalayeff
2001-11-16add an implementation for _load_uio on UIO_SYSSPACE objects that looks strang...Jason Wright
2001-11-16remove #if 1 and some other debugging stuffJason Wright
2001-11-16_load_uio returns an error now until a real implementation is in place.Jason Wright
2001-11-16_bus_dmamap_load_uio now returns an ERROR instead of claiming no errorJason Wright
2001-11-16yes, signed substraction does not work because of underflows, revert the prev...Michael Shalayeff
2001-11-16mvme88k varargs cleanup 1/2Miod Vallat
2001-11-15bio_doread doesn't need a cred anymoreArtur Grabowski
2001-11-15Remove creds from struct buf, move the creds that nfs need into the nfs node.Artur Grabowski
2001-11-15Initialize listNiklas Hallqvist
2001-11-15Compile with AHC_DEBUGHakan Olsson
2001-11-15uvm_vnp_setsizeArtur Grabowski
2001-11-15remove staticsNiklas Hallqvist
2001-11-15uvm_vnp_setsizeArtur Grabowski
2001-11-15lockmgr instead of rolling our own.Artur Grabowski
2001-11-15Don't zero v_bioflag when recycling a vnode in getnewvnode.Artur Grabowski
2001-11-15Make sure that stuff on the syncer worklist has VBIOONSYNCLIST setArtur Grabowski
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