Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-17 | Pick up changes made in NetBSD to work with ubc. | Hugh Graham | |
Unbreaks art's mergings on vax. | |||
2001-11-16 | oops | Michael Shalayeff | |
2001-11-16 | make stack trace print addrs if no symtab present; miod@ ok | Michael Shalayeff | |
2001-11-16 | regen | Michael Shalayeff | |
2001-11-16 | fix the typo (from dne@mayonnaise.net) and sort the ali section | Michael Shalayeff | |
2001-11-16 | add an implementation for _load_uio on UIO_SYSSPACE objects that looks ↵ | Jason Wright | |
strangely similiar to _load_mbuf. Btw, /dev/crypto is working on sabre based systems with hifn7751 from soekris. | |||
2001-11-16 | remove #if 1 and some other debugging stuff | Jason 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 error | Jason Wright | |
(and doing nothing). This allows for proper error propagation to /dev/crypto which depends on bus_dmamap_load_uio() and failure recovery... Better solution would be to -implement- _load_uio, but that's another day. | |||
2001-11-16 | yes, signed substraction does not work because of underflows, revert the ↵ | Michael Shalayeff | |
previous | |||
2001-11-16 | mvme88k varargs cleanup 1/2 | Miod Vallat | |
2001-11-15 | bio_doread doesn't need a cred anymore | Artur Grabowski | |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski | |
While in the area, convert nfs node allocation from malloc to pool and do some cleanups. Based on the UBC changes in NetBSD. niklas@ ok. | |||
2001-11-15 | Initialize list | Niklas Hallqvist | |
2001-11-15 | Compile with AHC_DEBUG | Hakan Olsson | |
2001-11-15 | uvm_vnp_setsize | Artur Grabowski | |
2001-11-15 | remove statics | Niklas Hallqvist | |
2001-11-15 | uvm_vnp_setsize | Artur Grabowski | |
2001-11-15 | lockmgr instead of rolling our own. | Artur Grabowski | |
2001-11-15 | Don't zero v_bioflag when recycling a vnode in getnewvnode. | Artur Grabowski | |
Sometimes the vnode can be on the syncers list. While that is a bug, it's just a minor annoyance. A vnode on a syncer worklist without VBIOONSYNCLIST set is a disaster. | |||
2001-11-15 | Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set | Artur Grabowski | |
and stuff that isn't on the worklist doesn't have it set. | |||
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski | |
Use where VTEXT was set in vnode flags before. Doesn't do anything else (yet). | |||
2001-11-15 | Missed one place to check for bpp == NULL | Artur Grabowski | |
2001-11-15 | cdev glue for crypto(9) [Not known to work, but will as soon as interrupt | Jason Wright | |
issues are ironed out] | |||
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff | |
2001-11-14 | use substract when comparing keys, for ip addrs as well. | Michael Shalayeff | |
those happen as signed integers and seem to work fine. saves whole bunch of useless code. dhartmei@ ok | |||
2001-11-14 | Don't yell about clock drift for ridiculous (less than 48 hours) deltas. | Miod Vallat | |
hugh@ ok | |||
2001-11-14 | add bridge control bit definitions up to pci2.2, via netbsd | Michael Shalayeff | |
2001-11-14 | Better exit codes. ok mickey,millert,miod,deraadt | Hakan Olsson | |
2001-11-14 | in poll, if fd is < 0, clear revents; bjy@mogua.org | Theo de Raadt | |
2001-11-14 | Harmonize tabs. | Hugh Graham | |
2001-11-14 | Change Vax LDPGSZ to 4k. | Hugh Graham | |
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham | |
2001-11-14 | New MID for Vax bins with 4k logical page size. | Hugh Graham | |
Rename old MID for use in compat. | |||
2001-11-14 | - Move rng buffer allocation (bus_dmamem_map/unmap) to attach instead of during | Jason Wright | |
the first timeout which is the wrong time to be calling bus_dmamem_map/unmap - Make sure that mastering is really enabled. - remove some debugging stuff that would be a pain to get working on sparc64. | |||
2001-11-14 | Define 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 working | Jason Wright | |
on big endian machines. (Unfortunately I can't verify this really works on sparc64 because of crazy psycho(4) interrupt problems). - use htole32() on constants instead of letoh32() on variables and hope for better optimization. - In several places use the unswizzled shadows to see what kind of operation has been queued instead of the (now) swizzled versions. - hifn provides some BE/LE assist, but it seems to vary depending on revision and chip number, perhaps it's worth investigating? | |||
2001-11-13 | cleanup whole lots of spaces and tabs, while muffling | Michael Shalayeff | |
w/ the cards we have here and those are the cheapest petrolleum product on the east cost, let me tell ya. insert valid freebsd rcsid and a comment about bugs and such. | |||
2001-11-13 | and for the case where it allocates a bunch at a time, also make sure the | Theo de Raadt | |
software flag gets set. | |||
2001-11-13 | incorrect check | Theo de Raadt | |
2001-11-13 | garbage in my last commit | Theo de Raadt | |
2001-11-13 | fix pf from going off into the weeds on an ipv6 icmp packet with certain option | Mike Frantzen | |
headers. should fix pr #2172 ok dhartmei@ | |||
2001-11-13 | sync | Jason Wright | |
2001-11-13 | Davicom 9102 | Jason Wright | |
2001-11-13 | Allow balloc to get NULL for bpp. Don't get the buffer in that case. | Artur Grabowski | |
2001-11-13 | Add AltiVec support to powerpc/macppc. This is not currently enabled because | Dale Rahn | |
the 'as' in openbsd source tree does not yet support altivec instructions. The pieces to enable it have been put in macppc/conf/GENERIC and macppc/conf/Makefile.macppc in comments. Once 'as' is updated the kernel option should be removed. | |||
2001-11-13 | Add two controlled panics instead of some code that I need to write later. | Artur Grabowski | |
2001-11-13 | Allow the bpp arguemnt on ffs_realloccg to be NULL, don't return the | Artur Grabowski | |
buffer in that case. Also add a new argument - blknop, which can be used to return the allocated blkno. | |||
2001-11-12 | Remove unnecessary check for NULL vnode in reassignbuf. | Artur Grabowski | |
2001-11-12 | Redo the ICU interrupt handling system to better emulate an APIC system. | Niklas Hallqvist | |
This is done by representing the current blockings of interrupts with a priority level instead of an interrupt mask. This makes it possible to share implementations for spl* functions/macros between both ICU and APIC (a must when going MP) systems. In this process, assign soft interrupts their own levels to match the way things will be on APIC systems where they actually will be real interrupts and not just bits in a pending mask as they are now. Heavily inspired by Bill Studenmunds SMP work in NetBSD |