summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
just like all other vnodes. This removes a lot of code, simplifies unmount (which was incorrect btw.) and removes the need for our own mount structure.
2001-05-15- bus-dmaify txpJason Wright
- use symbolic name instead of value for maximum packet length - make this compile on alpha (be careful with pointers stored in device descriptors) - fix a mbuf leak in the tx full case
2001-05-15Split wi(4) into bus-dependent and bus-independent bits similar toTodd C. Miller
an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-).
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
our other ports.
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
NetBSD used as a guide.
2001-05-14hifn7751Jason Wright
2001-05-14syncTheo de Raadt
2001-05-14use bus_dmamap_sync() as appropriateJason Wright
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist
This code is not yet working.
2001-05-14if we are prism2 print soMichael Shalayeff
2001-05-14From PR 1820 - initialize builin CSU/DSU card properlyChris Cappuccio
2001-05-14zap a spurious tabTheo de Raadt
2001-05-14update w/ new layouts, order the listMichael Shalayeff
2001-05-14kill agregate messages; reported by stephen@etunnels.comTheo de Raadt
2001-05-14add swiss german layout; from Kaspar Brand <kasparb@freesurf.ch>Michael Shalayeff
2001-05-14PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@Janne Johansson
2001-05-14dummy cryptof_statTheo de Raadt
2001-05-14art added fo_stat everywhere, except here, then blamed me...Theo de Raadt
2001-05-14Split synopsis, plain read/write don't need uio.Marc Espie
2001-05-14Isn't copy 'n paste a great invention?Artur Grabowski
2001-05-14Remove some unnecessary code + some random cleanup.Artur Grabowski
2001-05-143c515Jason Wright
2001-05-145820Jason Wright
2001-05-14NitpickingHans Insulander
2001-05-14Install /etc/kerberosIV/krb.extra and /etc/kerberosIV/krb.equivHans Insulander
2001-05-14broadcom 5820Jason Wright
2001-05-14Example files with introduction and commented examples.Hans Insulander
2001-05-14note support of 5820Jason Wright
2001-05-14Install krb.equiv.5 tooHans Insulander
2001-05-14Install manpage krb.extra.5Hans Insulander
2001-05-14Look for `krb.extra' in /etc/kerberosIV, as documented.Hans Insulander
I'm really amazed noone has reported this...
2001-05-14Merge krb4-1.0.8Hans Insulander
2001-05-14gc OLD_PIPE.Artur Grabowski
2001-05-14oopsHans Insulander
2001-05-14Marge krb4-1.0.8Hans Insulander
2001-05-14Import of krb4-1.0.8.Hans Insulander
(ok art)