Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-26 | Use physical addresses as seen in the A24 MVME332XT address space, this | Miod Vallat | |
allows the driver to really don't care about its VME address and simplifies some code. | |||
2004-05-26 | use ETHER_ALIGN | Brad Smith | |
2004-05-26 | rehab the locator index crack monkeys | Theo de Raadt | |
2004-05-25 | replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8); | Jason McIntyre | |
from jared yanovich; | |||
2004-05-25 | catcher ptr can be a plabel -- handle that in sigcode | Michael Shalayeff | |
2004-05-25 | Make bpp_send() return the packet error code when invoked with NOWAIT. | Miod Vallat | |
2004-05-25 | Make this driver aware of non-1:1 mappings. | Miod Vallat | |
This currently mimcs the existing code, which can be cleaned up further. | |||
2004-05-25 | enable rl; works according to kent@ripco.com | Theo de Raadt | |
2004-05-25 | typo from jared yanovich; | Jason McIntyre | |
2004-05-25 | Return buffered packets when reading from a bpf descriptor and the | Can Erkin Acar | |
interface is detached, and wakeup any polling processes when the bpf descriptor is closed. ok henning@, tedu@ | |||
2004-05-25 | Attach scsi bus, find devices without crashing, successfully do simple | Kenneth R Westerback | |
i/o's on i386. De-static many functions. ok marco@ | |||
2004-05-25 | Use the correct value when checking whether a loop timed out. | Ryan Thomas McBride | |
ok krw@ | |||
2004-05-25 | let sc_counter wrap automatically, ok mcbride@ | Jolan Luff | |
2004-05-24 | do not bother w/ void pci_devinfo() calls and free resources on failures | Michael Shalayeff | |
2004-05-24 | repair dmesg and free resources on failures | Michael Shalayeff | |
2004-05-24 | cummulative update from freebsd an netbsd: | Michael Shalayeff | |
PCI_VENROD_PINNACLE -> PCI_VENDOR_PINNACLE_ALT; correct brightness ioctl; missing htole32s; fix "set chroma comb" command in yuv422_prog(); use defines instead of magic numbers; fix statics and comments. from jakemsr@jakemsr.com | |||
2004-05-24 | missing statics for freebsd; from freebsd via jakemsr@jakemsr.com | Michael Shalayeff | |
2004-05-24 | remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com | Michael Shalayeff | |
2004-05-24 | Check for sc->sc_ifp != NULL in carp_setroute(). Running dhclient on the | Ryan Thomas McBride | |
carp interface won't work, but it doesn't mean we should panic the box! | |||
2004-05-24 | Make Yukon-style adapters also set up the multicast filter in sk_init(). | Christian Weisgerber | |
This fixes various multicast-related problems. ok henning@ | |||
2004-05-24 | tiny comments sync with netbsd, was lost during importing | Alexander Yurchenko | |
2004-05-24 | No way: This breaks nearly every architecture | Theo de Raadt | |
2004-05-23 | Put back the fixed NCPUS == 1 version of flush_atc_entry(). | Miod Vallat | |
2004-05-23 | Simplify iomap_mapin(). | Miod Vallat | |
2004-05-23 | Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now. | Miod Vallat | |
2004-05-23 | don't need backslashes in splx. spotted otto | Ted Unangst | |
2004-05-23 | bad stuff escaped by accident | Ted Unangst | |
2004-05-23 | according to fork1(9), retval is optional. make it so. | Ted Unangst | |
from form@pdp-11.org.ru via mpech. ok millert | |||
2004-05-23 | Enable lmtemp(4). | Alexander Yurchenko | |
It's found on the second ACCESS.bus port at address 0x48 of the PC Engines WRAP.1C board. ok deraadt@ | |||
2004-05-23 | lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver. | Alexander Yurchenko | |
Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@ | |||
2004-05-23 | gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver. | Alexander Yurchenko | |
For now it only supports I2C-compatible ACCESS.bus interface, so we use it as an i2c master controller. ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C board. | |||
2004-05-23 | Enable i2c for i386 port. | Alexander Yurchenko | |
2004-05-23 | I2C framework originally written by Steve C. Woodford and Jason R. Thorpe | Alexander Yurchenko | |
for NetBSD (r). This framework supports various i2c master controllers: - dumb bit-bang controllers - a few styles of automated controllers that give you control over sending start/stop conditions on the i2c bus - automated controllers that are too smart for its own good, giving software no control over start/stop conditions - smbus controllers by emulating smbus protocol with i2c commands i2c slave devices need their addresses to be specified in the kernel config file, no device discovery presented. ok deraadt@ | |||
2004-05-23 | netbsd 1.54; do not count on new process having cleared condition codes; | Theo de Raadt | |
hunted down by brian poole as relevant for the occassional cron failure at startup... | |||
2004-05-23 | Hack to prevent uvm_fault when timeout_del deletes a non-existing timer ↵ | Marco Peereboom | |
during boot. ok krw@ | |||
2004-05-23 | Enable ehci on amd64 also. ok deraadt@ pval@ | Dale Rahn | |
2004-05-23 | Adjust the link address to elinate the nearly 1MB of pad which was getting | Dale Rahn | |
added to amd64 kernel. ok deraadt@ | |||
2004-05-23 | ehci support; hacked into working shape by jonathon@gateway.zenbu.net | Theo de Raadt | |
2004-05-23 | Three years ago, Mike Frantzen invented StackGhost -- a simple tweak | Theo de Raadt | |
to the register window spill/fill routines which made buffer overflows much more difficult to exploit. This code was integrated (and optimized) into OpenBSD/sparc, but could not be enabled because the interface changes affected gdb deeply. Mike and I (independently) failed to write gdb support, so StackGhost was left disabled. Until today, two years later.. because Mark Kettenis has written the neccessary code! Here comes the 1 line diff that enables StackGhost! Thanks Mark! | |||
2004-05-23 | missing splx; andrushock@korovino.net | Theo de Raadt | |
2004-05-23 | workaround gcc brokenness by outlining spl functions. | Ted Unangst | |
finally solves vfs corruption. hint and ok art@, ok deraadt@ | |||
2004-05-22 | Reset the board during probe. As a result, we can now honor the SCSI | Miod Vallat | |
controller ID jumpers, instead of reprogramming the board to 7 every time. | |||
2004-05-22 | Safer work queue thaw sequence. | Miod Vallat | |
2004-05-22 | Convert to bus_space; but it still uses kvtop()... | Miod Vallat | |
2004-05-22 | Do not truncate intermediate results computing aiov.iov_len in vndsetcred(); | Otto Moerbeek | |
print size_t as unsigned long long. ok tedu@ miod@ | |||
2004-05-22 | two more reloc types | Michael Shalayeff | |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier | |
the parser now needs quotes around paths containing separators. ok mcbride@ | |||
2004-05-21 | std header ifdef naming conventions; ok mickey@ | Todd T. Fries | |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom | |
2004-05-21 | Add support for Dell CERC SATA. ok krw@, henning@ & deraadt@ | Marco Peereboom | |