summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-21siop(4), not ncr(4) anymore.Miod Vallat
2004-03-21fix udp checksum verification if ip options are present;Markus Friedl
report from Pyun via dhartmei@; ok mcbride@, dhartmei@
2004-03-21More verbiage. ok jmc@, krw@ & deraadt@Marco Peereboom
2004-03-21wording from Andre Lucas (PR 3723);Jason McIntyre
2004-03-21don't leak the stack on -R; ok deraadt@Markus Friedl
2004-03-21Sync hardware support with the code, and minor nits.Miod Vallat
2004-03-21Improve layout.Miod Vallat
2004-03-21Homogeneize config lines for pseudo-devices, and do not put fixed values.Miod Vallat
2004-03-21More .XrMiod Vallat
2004-03-21dhclient on bsd.rd & cd*.isoTheo de Raadt
2004-03-21i386 -> amd64. Ok miod@, deraadt@, tom@.Matthieu Herrb
2004-03-21/dev/ksyms masquerades as a native executable, not necessarily a.out.Miod Vallat
2004-03-21Directions on how to enter openfirmware on Xserve from Simon Lok. ok jmc@Dale Rahn
2004-03-21CPU_LONGRUN is gone. repair kern.emul.nemuls, strcmp on right stringTed Unangst
2004-03-20spelling fix; ok dhartmei@ henning@ deraadt@David Krause
2004-03-20comment spelling fixes; ok henning@David Krause
2004-03-20new .br mirror (sync with rev 1.266 of www/ftp.html)David Krause
2004-03-20Better layout, and mention that the kernel prefers de(4) to dc(4) on alpha,Miod Vallat
contrary to other platforms, and how to change this.
2004-03-20Don't explicitely mention these drivers are ``still under developement''.Miod Vallat
All the tree is, until people get tired...
2004-03-20Clarify which devices will get recognized as ``cd'' devices.Miod Vallat
2004-03-20Use .Pa in FILES section.Miod Vallat
2004-03-20no need for biosboot in snapTheo de Raadt
2004-03-20Sync supported hardware list with the code.Miod Vallat
2004-03-20one proc.h is sufficientTed Unangst
2004-03-20It's not ich anymore. Really.Miod Vallat
2004-03-20add the rest of the oosiop machines for timeout programming except for /99s ↵Michael Shalayeff
which i ain't sure even exist
2004-03-20Remove more ISA/EISA devices, and comment out PCMCIA/Cardbus hardware.Miod Vallat
2004-03-20Sets size updates.Miod Vallat
2004-03-20add support for the lebuffer sbus le unitsTheo de Raadt
2004-03-20Unbreak routing change handling for state changes; count addresses differentlyRyan Thomas McBride
depending on where we're calling carp_addrcount() from.
2004-03-203.8.1Markus Friedl
2004-03-20make pfctl -s osfp work and remove -o option from manpage; ok deraadt@David Krause
pointed out by David Hill <davidh at wmis dot net>
2004-03-20update OpenBSD fingerprint details to include 3.5 also; ok deraadt@David Krause
2004-03-20If we are going to make a boot cd, how about we at put some files on itTheo de Raadt
at least?!
2004-03-20Fix bad errno check. deraadt@ okAaron Campbell
2004-03-20Remove errant ';' at end of if() statement that was causing pre-matureAaron Campbell
termination of the timeout loop in aac_sync_command(). Appears to only have affected attach/init time procedure. Thanks Marco Peereboom for testing, and ok'd by others.
2004-03-20Implement firmware download.Kenneth R Westerback
From Milos Urbanek via Marco Peereboom, with suggestions from LSI. ok deraadt@.
2004-03-19Use __LP64__ to check for 64-bit systems.Miod Vallat
Why people can't resolve to use this is beyond me. There are other cases of this misconstruct, but they probably won't be addressed for the release. "why are you looking in there! that's gigabit!" then later ok deraadt@
2004-03-19Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate theMiod Vallat
last page. Found the hard way by chris@ and claudio@. ok jason@ deraadt@
2004-03-19Pass SIGINT to child. Noticed by mpech@, ok jakob@Can Erkin Acar
2004-03-19Disable caller-save (which is enabled at -O2 or -Os) as it suffers from aMiod Vallat
few bugs in the 2.95 codebase, one of them being fatal to m88k. A real fix will come after 3.5. ok deraadt@
2004-03-19check for CLOCAL flag in right variable; from sq@oganer.netTheo de Raadt
2004-03-19put pxeboot into DESTDIR/snapshot tooTheo de Raadt
2004-03-19syncTheo de Raadt
2004-03-19Stricter file permissions upon install.Miod Vallat
ok espie@
2004-03-19Tidy up the man pageTom Cosgrove
Help and kickings from jmc@
2004-03-19Fix bad indentation that creates the illusion that there's a bug here. tedu@,Aaron Campbell
deraadt@ ok
2004-03-19Add missing bits to make already present privsep code work. Enable privsep.Hans-Joerg Hoexer
ok ho@ deraadt@ markus@
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
intended to support network installs using bsd.rd over TFTP. Thanks to the many who tested, including Diana Eichert. ok deraadt@
2004-03-19Fix memory leak in error path. Found by Patrick Latifi. OK henning@Claudio Jeker