Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd 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-15 | fix $OpenBSD$ header | Theo de Raadt | |
2001-05-15 | since all files have varying copyright notices, this file is wrong | Theo de Raadt | |
2001-05-15 | Change splimp -> splhigh in cpu_exit() to match NetBSD and some of | Todd C. Miller | |
our other ports. | |||
2001-05-15 | Remove an extra space in avail mem printf | Todd C. Miller | |
2001-05-15 | Replace vm_offset_t with vaddr_t and paddr_t as appropriate. | Todd C. Miller | |
NetBSD used as a guide. | |||
2001-05-14 | use bus_dmamap_sync() as appropriate | Jason Wright | |
2001-05-14 | if we are prism2 print so | Michael Shalayeff | |
2001-05-14 | From PR 1820 - initialize builin CSU/DSU card properly | Chris Cappuccio | |
2001-05-14 | kill agregate messages; reported by stephen@etunnels.com | Theo de Raadt | |
2001-05-14 | add swiss german layout; from Kaspar Brand <kasparb@freesurf.ch> | Michael Shalayeff | |
2001-05-14 | PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@ | Janne Johansson | |
2001-05-14 | dummy cryptof_stat | Theo de Raadt | |
2001-05-14 | art added fo_stat everywhere, except here, then blamed me... | Theo de Raadt | |
2001-05-14 | Isn't copy 'n paste a great invention? | Artur Grabowski | |
2001-05-14 | Remove some unnecessary code + some random cleanup. | Artur Grabowski | |
2001-05-14 | gc OLD_PIPE. | Artur Grabowski | |
2001-05-14 | ifdef FOO inside an ifdef FOO feels like overkill. | Artur Grabowski | |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski | |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski | |
Also add a stat function for kqueue from FreeBSD. | |||
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski | |
as soo_stat and pipe_stat. | |||
2001-05-14 | Correct panic message. | Artur Grabowski | |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski | |
2001-05-14 | Fix panic message | Artur Grabowski | |
2001-05-14 | Ehmm. add support for new pipes to stat. | Artur Grabowski | |
There is no possibility that this has worked at all. | |||
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski | |
2001-05-14 | We already have a prototype for pipe_stat in sys/pipe.h | Artur Grabowski | |
2001-05-14 | Use lockmgr locks for kern.malloc.kmemstat and | Angelos D. Keromytis | |
hw.diskstats/hw.disknames. | |||
2001-05-14 | Updated sysctl_malloc() prototype (struct proc argument added) | Angelos D. Keromytis | |
2001-05-14 | Disk statistics via sysctl, first pass (locking to come in a few, then | Angelos D. Keromytis | |
use a separate sub-structure for the statistics) | |||
2001-05-14 | Set a flag whenever a disk is added/removed, so sysctl knows when to | Angelos D. Keromytis | |
update settings. | |||
2001-05-14 | tty stats sysctl, deraadt@ok | Angelos D. Keromytis | |
2001-05-14 | long->int64_t for tty statistics, deraadt@ ok | Angelos D. Keromytis | |
2001-05-14 | Disk statistics via sysctl. | Angelos D. Keromytis | |
2001-05-14 | KERN_TTY sysctl | Angelos D. Keromytis | |
2001-05-14 | External variable disk_change. | Angelos D. Keromytis | |
2001-05-14 | Be more paranoid about zapping trailing comma. | Angelos D. Keromytis | |
2001-05-14 | M_SYSCTL deraadt@ ok | Angelos D. Keromytis | |
2001-05-14 | Use M_SYSCTL, fix a couple of buglets, style. deraadt@ ok | Angelos D. Keromytis | |
2001-05-14 | cleanup a lot | Theo de Raadt | |
2001-05-14 | screw fibrechannel on this floppy | Theo de Raadt | |
2001-05-14 | - simplify hifn_dmamap_aligned() | Jason Wright | |
- simplify hifn_crypto() and remove duplicate work of determining alignment - add ability to share a map for src and dst instead of creating a new one if all of the alignment constraints are met. | |||
2001-05-14 | clean | Theo de Raadt | |
2001-05-14 | use real uio | Theo de Raadt | |
2001-05-13 | First try at bus_dma(9)-ifying hifn7751 driver... advantages: | Jason Wright | |
- vtophys is dead - now builds on alpha | |||
2001-05-13 | in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error) | Jason Wright | |
2001-05-13 | Remove an unused label. | Aaron Campbell | |
2001-05-13 | Fix the problem that single-step tracing of a trap instruction | Todd C. Miller | |
drops the system into kernel debugger; itohy@netbsd.org Other m68k ports require similar changes | |||
2001-05-13 | Make sure the branch target of the delay loop is aligned to a cache | Todd C. Miller | |
half-line (8-byte) boundary; thorpej@netbsd.org | |||
2001-05-13 | copyrights and $OpenBSD$ tags | Jason Wright | |