Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | sync | Theo de Raadt | |
2004-05-23 | - tcpdump is section 8, not 1 | Jason McIntyre | |
- uppercase `id' - update section on tun device creation - missing apostrophes - remove dead Xr's from SEE ALSO - Xr tun and ifconfig ok markus@ | |||
2004-05-23 | new sentence, new line; | Jason McIntyre | |
2004-05-23 | usbhidaction and usbhidctl are section 1 pages, not 8; | Jason McIntyre | |
2004-05-23 | sort SEE ALSO; | Jason McIntyre | |
2004-05-23 | remove excessive monitor_ prefixes | Theo de Raadt | |
2004-05-23 | stat before open is flawed | Theo de Raadt | |
2004-05-23 | greater care with arguments | Theo de Raadt | |
2004-05-23 | support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadt | Markus Friedl | |
2004-05-23 | sync | Theo de Raadt | |
2004-05-23 | s/M_M88K_OPENBSD/M_88K_OPENBSD/g | Mark Kettenis | |
ok miod@ | |||
2004-05-23 | Workaround for alpha, which generate a relocation entry for a function pointer | Dale Rahn | |
in the read-only section rather than a PLT reference like all other archs. workaround ok kettenis@ binutils/ld needs to be fixed and workaround removed eventually. | |||
2004-05-23 | unbreak ipcomp; report davidkrause; ok hshoexer@ | Markus Friedl | |
2004-05-23 | do not free before going to exit path; andrushock@korovino.net | Theo de Raadt | |
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 | Remove bugs section because the fix has been committed. Tested and ok krw@ | Marco Peereboom | |
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 | sync | Theo de Raadt | |
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 | ehci man pages before src | Theo de Raadt | |
2004-05-23 | missing splx; andrushock@korovino.net | Theo de Raadt | |
2004-05-23 | cats ld showed that there was a common size mismatch... | 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 | missing header | Theo de Raadt | |
2004-05-22 | evil pasto | Michael Shalayeff | |
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 | Dont print symcache statistics if no symbol lookups have occurred, ok mickey@ | Dale Rahn | |
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 | with modern disks data transfers rates above 10000 kByte/s are seen | Henning Brauer | |
regularily, make the disk columns a little wider so it doesn't run into the neighboring column, theo ok | |||
2004-05-22 | Don't install /usr/man/man1/gdb.1 and /usr/man/man1/gdbtui.1. | Mark Kettenis | |
ok deraadt@ | |||
2004-05-22 | sync | Theo de Raadt | |
2004-05-22 | updates and improvements from jared yanovich; | Jason McIntyre | |
ok dhartmei@ | |||
2004-05-22 | kill whitespace at eol; | Jason McIntyre | |
2004-05-22 | use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@ | Damien Miller | |
2004-05-22 | two more reloc types | Michael Shalayeff | |
2004-05-21 | sync | Theo de Raadt | |
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 CERC-SATA. ok jmc@ | Marco Peereboom | |
2004-05-21 | make /root/.klogin optional; ok deraadt@ | David Krause | |
2004-05-21 | Properly recognize core dump architecture. Add StackGhost support. | Mark Kettenis | |
ok drahn@ | |||
2004-05-21 | Add missing file. | Mark Kettenis | |
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 | |