summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-23some readability fixes, mainly keeping things in alphabetical order;Jason McIntyre
ok henning@
2004-05-23add relevant rfc's to SEE ALSO;Jason McIntyre
suggested by Alexey E. Suslikov; help and ok henning@
2004-05-23a little cleanup;Jason McIntyre
2004-05-23a little cleanup;Jason McIntyre
2004-05-23- typosJason McIntyre
- new sentence, new line
2004-05-23syncTheo de Raadt
2004-05-23Put back the fixed NCPUS == 1 version of flush_atc_entry().Miod Vallat
2004-05-23Simplify iomap_mapin().Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-23don't need backslashes in splx. spotted ottoTed Unangst
2004-05-23bad stuff escaped by accidentTed Unangst
2004-05-23according to fork1(9), retval is optional. make it so.Ted Unangst
from form@pdp-11.org.ru via mpech. ok millert
2004-05-23syncTheo de Raadt
2004-05-23use strtonum instead of atoi; dhartmei okTheo de Raadt
2004-05-23lmtemp(4) man page.Alexander Yurchenko
2004-05-23gscsio(4) man page.Alexander Yurchenko
2004-05-23iic(4) and iic(9) man pages for I2C framework.Alexander Yurchenko
iic(9) page was written by Jason Thorpe but, surprisingly, wasn't commited to NetBSD (r).
2004-05-23More KNF. Mainly spaces and line-wraps, no binary change.Hans-Joerg Hoexer
ok ho@
2004-05-23Enable 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-23lmtemp(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-23gscsio(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-23Enable i2c for i386 port.Alexander Yurchenko
2004-05-23I2C framework originally written by Steve C. Woodford and Jason R. ThorpeAlexander 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-23syncTheo de Raadt
2004-05-23- tcpdump is section 8, not 1Jason 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-23new sentence, new line;Jason McIntyre
2004-05-23usbhidaction and usbhidctl are section 1 pages, not 8;Jason McIntyre
2004-05-23sort SEE ALSO;Jason McIntyre
2004-05-23remove excessive monitor_ prefixesTheo de Raadt
2004-05-23stat before open is flawedTheo de Raadt
2004-05-23greater care with argumentsTheo de Raadt
2004-05-23support deletion of tcpmd5 SAs and add regress tests; ok hshoexer, deraadtMarkus Friedl
2004-05-23syncTheo de Raadt
2004-05-23s/M_M88K_OPENBSD/M_88K_OPENBSD/gMark Kettenis
ok miod@
2004-05-23Workaround for alpha, which generate a relocation entry for a function pointerDale 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-23unbreak ipcomp; report davidkrause; ok hshoexer@Markus Friedl
2004-05-23do not free before going to exit path; andrushock@korovino.netTheo de Raadt
2004-05-23netbsd 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-23Remove bugs section because the fix has been committed. Tested and ok krw@Marco Peereboom
2004-05-23Hack to prevent uvm_fault when timeout_del deletes a non-existing timer ↵Marco Peereboom
during boot. ok krw@
2004-05-23syncTheo de Raadt
2004-05-23Enable ehci on amd64 also. ok deraadt@ pval@Dale Rahn
2004-05-23Adjust the link address to elinate the nearly 1MB of pad which was gettingDale Rahn
added to amd64 kernel. ok deraadt@
2004-05-23ehci support; hacked into working shape by jonathon@gateway.zenbu.netTheo de Raadt
2004-05-23Three years ago, Mike Frantzen invented StackGhost -- a simple tweakTheo 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-23ehci man pages before srcTheo de Raadt
2004-05-23missing splx; andrushock@korovino.netTheo de Raadt
2004-05-23cats ld showed that there was a common size mismatch...Theo de Raadt
2004-05-23workaround gcc brokenness by outlining spl functions.Ted Unangst
finally solves vfs corruption. hint and ok art@, ok deraadt@
2004-05-22missing headerTheo de Raadt