summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
Discussed and okay drahn@. Okay deraadt@.
2011-03-23remove -d, documentation removed >10 years ago; ok markusKevin Steves
2011-03-23-q not used in /etc/rc now so remove statement.Kevin Steves
2011-03-23renegade tabs, no binary changeMarco Peereboom
2011-03-23only read from the UART if there is something to read. fix beagle, otherwiseFederico G. Schwindt
it will crash with 'External Non-Linefetch Abort (S)'. similar diff provided by drahn@. tested by jasper@, deraadt@ ok.
2011-03-23cache user name for ~userMarc Espie
2011-03-23use ssh-keygen -A; ok deraadtKevin Steves
2011-03-23Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa)Kevin Steves
for which host keys do not exist, generate the host keys with the default key file path, an empty passphrase, default bits for the key type, and default comment. This will be used by /etc/rc to generate new host keys. Idea from deraadt. ok deraadt
2011-03-23allow scp://hostname/~user/subdir to workMarc Espie
2011-03-23Update since ICMP6 redirects are disabled by default now.Federico G. Schwindt
After discussion with bluhm@, fgsch@, sthen@ and deraadt@ claudio@ and sthen@ ok.
2011-03-23Don't process ICMP6 redirects by default anymore. This is in line withClaudio Jeker
what we do for IPv4. rtsol will turn it back on if -F is used. After discussion with bluhm@, fgsch@, sthen@ and deraadt@ OK sthen@
2011-03-23With pf IPv6 fragment reassembly, a large packet gets refragmentedAlexander Bluhm
by pf in the forward path. To avoid dropping the unfragmented packet in ip6_forward(), move the MTU size check behind pf_test6(). ok claudio@
2011-03-23Print a warning when rtsol or rtsold are used to do IPv6 autoconfigurationAlexander Bluhm
but accepting redirects is turned off. If the -F switch is given, set sysctl net.inet6.icmp6.rediraccept to 1 instead. ok claudio@ deraadt@ sthen@
2011-03-22Extract the new function ip6_fragment() from ip6_output() to makeAlexander Bluhm
it reusable by pf. ok claudio@
2011-03-22Increase number of EBRs we can transit looking for the OpenBSD partitionKenneth R Westerback
to 256 from 8. 256 ought to be enough for anyone.
2011-03-22Pay attention to result of amd64/i386 installboot(8). Warn userKenneth R Westerback
when they won't be able to boot the installed root disk. Move installboot invocation to just before congratulation on sucess is emitted. Thus the installed partition will be 'complete' if it ever is booted. "go for it" deraadt@
2011-03-22add a first batch of notes for beagle, still rough and far from complete,Jasper Lievisse Adriaanse
but one should be able to get an xM booting with these instructions. "throw them in, then we can fix." drahn@
2011-03-22no need for a xxxpower function; ok drahnTheo de Raadt
2011-03-22enter beagleTheo de Raadt
2011-03-22Make this like other ramdisk Makefiles (those of you who are currentlyTheo de Raadt
doing cross-builds will want to maintain your own diffs for now)
2011-03-22Don't be to strict when checking the length of an ospf packet.Claudio Jeker
Allow for padding bytes in the IP packet (length > ntohs(op->ospf_len)) but report both length in that case. OK sthen@, deraadt@
2011-03-22silently clear the endpoint when the device has failed; ok jakemsrTheo de Raadt
2011-03-22some small tweaks from Michael W. Bombardieri;Jason McIntyre
ok sobrado
2011-03-22renegade spaces; no binary changeMarco Peereboom
2011-03-22use timerclear macroOkan Demirmen
ok miod@
2011-03-22don't refer to an error message which no longer exists (bge's jumbo bufferStuart Henderson
allocator was removed with the move to MCLGETI). spotted by Richard Toohey.
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
ok deraadt@
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
ok deraadt@
2011-03-22Support for NetMos Nm9922 dual serial port cardsMike Larkin
ok deraadt@
2011-03-21import fenv regression test suite. this one is from freebsd andMartynas Venckus
has more tests than i initially had. currently the last diff for amd64 posted on tech@ passes all tests.
2011-03-21grammar fixes from Michael W. Bombardieri; also emphasize stderr, asOkan Demirmen
most pages do already. ok jmc@ ratchov@
2011-03-21tweak for clarity, ok millert@, jmc@Marc Espie
2011-03-21fix audacity. Make specs like >= 0.14.2b kosherMarc Espie
(missed by landry's bulk, obviously).
2011-03-21do not close msgfd in bounce_session(), it is closed by client_close()Gilles Chehade
2011-03-21- reset smtp_client pointer to NULL after client_close()Gilles Chehade
- datafd is closed in client_close()
2011-03-21fix a memory leak in client.c and properly close envelope inGilles Chehade
queue_shared.c diff from Jared Yanovich, sent to bugs@ by Jonny Mosco
2011-03-21This file was forgotten when importing the foundation for eqn(7) support.Ingo Schwarze
Written by kristaps@. Sorry, and thanks to jmc@ for noticing so quickly.
2011-03-20Import the foundation for eqn(7) support.Ingo Schwarze
Written by kristaps@. For now, i'm adding one line to each of the four frontends to just pass the input text through to the output, not yet interpreting any of then eqn keywords.
2011-03-20Add two missing lines that got missed when I did the initial at + cronTodd C. Miller
merge.
2011-03-20When reading MXCSR from userland sigcontext or a ptrace request,Philip Guenthe
mask out invalid bits to prevent a protect fault. Original diff by joshe@; further feedback and ok kettenis@
2011-03-20Update URI to data sheet. New location found on www.davicom.com.tw butMichael Knudsen
points to some other domain for some reason. Noticed while looking into a udav(4) issue with Loganaden Velvindron. OK jasper
2011-03-20document new stuffMarc Espie
2011-03-20pass url name to Ustar, for error messagesMarc Espie
2011-03-20allow Ustar to be more precise in its error messages: record positionMarc Espie
in archive, and caller can set description of file handle
2011-03-20changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) ↵Jordan Hargrave
in order to fix an AML issue on some Asus machines. ok marco@
2011-03-19use timerclear macroOkan Demirmen
ok henning@
2011-03-19fix rdr-to example (requires direction); from James TurnerOkan Demirmen
ok jmc@
2011-03-19Since we now use pkill -0 for "check", it must be run as root,Ian Darwin
so remove that test condition. Commented by schwarze@, OK ajacoutot@
2011-03-19move to 64-bit daddr_t; ports tree will follow i hopeTheo de Raadt
2011-03-19syncTheo de Raadt