Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis | |
device registers as this may cause lock-ups on some chipsets Clean-up in atapiscsi. Get rid of claim_irq. Instead, atapiscsi always returns -1 (maybe) from the interrupt handler. | |||
2001-07-30 | never before has a file so often deviated from KNF | Theo de Raadt | |
2001-07-30 | convert to ALTQ style macros (these drivers appear to meet the criteria for | Jason Wright | |
ALTQ, anyone more familiar with it wanna have a look?) | |||
2001-07-30 | use queue.h macros | Jason Wright | |
2001-07-30 | Change: | Artur Grabowski | |
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense. | |||
2001-07-30 | Add a check for too big e_phnum that could cause us to malloc to | Artur Grabowski | |
much and barf. This should have been merged into this file from exec_elf64.c a long time ago. Looking for volunteers to merge exec_elf.c and exec_elf64.c | |||
2001-07-30 | Make the e_phnum check slightly cleaner. | Artur Grabowski | |
2001-07-30 | sync | Theo de Raadt | |
2001-07-30 | attempt to match intel | Theo de Raadt | |
2001-07-30 | latest vortex device list; juergen.frick | Theo de Raadt | |
2001-07-29 | Temporarily fix wscninit so that it only runs once. | Constantine Sapuntzakis | |
Somebody should fix the boot-up logic so it's only called once | |||
2001-07-29 | Minor style pedentry from ben@arbor.net plus some of my own and sync | Todd C. Miller | |
libkern and libc versions. | |||
2001-07-29 | Implement rule skipping. This is a transparent evaluation optimization, | Daniel Hartmeier | |
which reduces evaluation cost for sorted rules of similar parameters. Preparation for rule duplication for parameter lists from pfctl. | |||
2001-07-28 | Allow negative lock length in case of lockf(3). This makes lockf(3) | Grigoriy Orlov | |
compliant to specification. costa@ ok. | |||
2001-07-28 | Check for negative lock length. | Grigoriy Orlov | |
costa@ ok. | |||
2001-07-27 | PF_IN/PF_OUT aren't defined if NPF <= 0, deal with it. | Jason Wright | |
2001-07-27 | #ifdef vax -> #ifdef __vax__ | Miod Vallat | |
2001-07-27 | Back out. This is more complicated than I thought. | Artur Grabowski | |
2001-07-27 | sync | Theo de Raadt | |
2001-07-27 | shorten, once again. People: USE SHORT NAMES! | Theo de Raadt | |
2001-07-27 | sync | Theo de Raadt | |
2001-07-27 | new devs; loict@bougon.net | Theo de Raadt | |
2001-07-27 | variable name "gif" is way too generic - use "gif_softc". sync with kame | Jun-ichiro itojun Hagino | |
2001-07-27 | Change how interrupts are acknowledged -- this is how the specification say | Thorsten Lockert | |
they should be acknowledged, and makes things work under VMware without the timeout problems. miod@ ok | |||
2001-07-27 | Allow mmap. Not really working correctly yet, but almost. | Artur Grabowski | |
2001-07-27 | Correct return values from audiommap. | Artur Grabowski | |
2001-07-27 | Startup hooks. Can be used for providing root/swap devices from device | Niklas Hallqvist | |
systems which want configuration to finish late, like I2O. Implemented via a general hooks mechanism which the shutdown hooks have been converted to use as well. It even has manpages! | |||
2001-07-27 | Convert array lookups to function calls that are bounds checked | Constantine Sapuntzakis | |
2001-07-27 | Don't accept arbitrary size file handles as the kernel buffer we are copying | Constantine Sapuntzakis | |
it into is fixed and on the stack | |||
2001-07-27 | Yet another probe fix. Switch to the right drive before looking at registers | Constantine Sapuntzakis | |
2001-07-27 | do not check in_dstaddr in rtinitflags() macro, otherwise | Jun-ichiro itojun Hagino | |
linklocal address manipulation codepath will choke. sync with kame | |||
2001-07-26 | Always flush the pipeline after updating cr1. | Miod Vallat | |
2001-07-26 | Typo. | Miod Vallat | |
2001-07-26 | missed this in previous symlink/mknod backout | Todd C. Miller | |
2001-07-26 | drop value of OpenBSD date to what it was before since the mknod/symlink ↵ | Todd C. Miller | |
changed have been backed out | |||
2001-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller | |
A simple mknod at causes a kernel panic (uvm_fault). | |||
2001-07-26 | Add support for disabling swap devices (swapctl -d). | Artur Grabowski | |
Improve error handling on I/O errors to swap. From NetBSD | |||
2001-07-26 | No longer used. | Artur Grabowski | |
2001-07-26 | regen | Brad Smith | |
2001-07-26 | add Broadcom BCM5700 Gigabit MAC | Brad Smith | |
2001-07-26 | In extent_destroy, remove the extent from the list of | Artur Grabowski | |
all extents. | |||
2001-07-26 | Print "data modified on freelist" sizes in hex. | Artur Grabowski | |
I know at least of two cases where people got confused by this and used the wrong size to the malloc debugger. | |||
2001-07-26 | Typos. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | Be more careful with ranges. | Artur Grabowski | |
From Heikki Korpela <heko@iki.fi> | |||
2001-07-26 | set OpenBSD version to 200107 | assar | |
ok'd by art | |||
2001-07-26 | If pckbc_cnattach fails, try to usb attach. Helps on some legacy-free PCs | Constantine Sapuntzakis | |
2001-07-26 | make it compile on `other' endian machines | Michael Shalayeff | |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar | |
refed, so that the caller can actually use it. update callers and file systems that implement these vnode operations ok'd by art | |||
2001-07-26 | remove unused support for creating files and directories from | assar | |
msdosfs_mknod. ok'd by art | |||
2001-07-25 | Random cleanups that generate noise in my cvs updates. | Artur Grabowski | |