Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti | |
Discussed and okay drahn@. Okay deraadt@. | |||
2011-03-23 | remove -d, documentation removed >10 years ago; ok markus | Kevin Steves | |
2011-03-23 | -q not used in /etc/rc now so remove statement. | Kevin Steves | |
2011-03-23 | renegade tabs, no binary change | Marco Peereboom | |
2011-03-23 | only read from the UART if there is something to read. fix beagle, otherwise | Federico G. Schwindt | |
it will crash with 'External Non-Linefetch Abort (S)'. similar diff provided by drahn@. tested by jasper@, deraadt@ ok. | |||
2011-03-23 | cache user name for ~user | Marc Espie | |
2011-03-23 | use ssh-keygen -A; ok deraadt | Kevin Steves | |
2011-03-23 | Add -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-23 | allow scp://hostname/~user/subdir to work | Marc Espie | |
2011-03-23 | Update 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-23 | Don't process ICMP6 redirects by default anymore. This is in line with | Claudio 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-23 | With pf IPv6 fragment reassembly, a large packet gets refragmented | Alexander 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-23 | Print a warning when rtsol or rtsold are used to do IPv6 autoconfiguration | Alexander 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-22 | Extract the new function ip6_fragment() from ip6_output() to make | Alexander Bluhm | |
it reusable by pf. ok claudio@ | |||
2011-03-22 | Increase number of EBRs we can transit looking for the OpenBSD partition | Kenneth R Westerback | |
to 256 from 8. 256 ought to be enough for anyone. | |||
2011-03-22 | Pay attention to result of amd64/i386 installboot(8). Warn user | Kenneth 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-22 | add 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-22 | no need for a xxxpower function; ok drahn | Theo de Raadt | |
2011-03-22 | enter beagle | Theo de Raadt | |
2011-03-22 | Make this like other ramdisk Makefiles (those of you who are currently | Theo de Raadt | |
doing cross-builds will want to maintain your own diffs for now) | |||
2011-03-22 | Don'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-22 | silently clear the endpoint when the device has failed; ok jakemsr | Theo de Raadt | |
2011-03-22 | some small tweaks from Michael W. Bombardieri; | Jason McIntyre | |
ok sobrado | |||
2011-03-22 | renegade spaces; no binary change | Marco Peereboom | |
2011-03-22 | use timerclear macro | Okan Demirmen | |
ok miod@ | |||
2011-03-22 | don't refer to an error message which no longer exists (bge's jumbo buffer | Stuart Henderson | |
allocator was removed with the move to MCLGETI). spotted by Richard Toohey. | |||
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin | |
ok deraadt@ | |||
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin | |
ok deraadt@ | |||
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin | |
ok deraadt@ | |||
2011-03-21 | import fenv regression test suite. this one is from freebsd and | Martynas Venckus | |
has more tests than i initially had. currently the last diff for amd64 posted on tech@ passes all tests. | |||
2011-03-21 | grammar fixes from Michael W. Bombardieri; also emphasize stderr, as | Okan Demirmen | |
most pages do already. ok jmc@ ratchov@ | |||
2011-03-21 | tweak for clarity, ok millert@, jmc@ | Marc Espie | |
2011-03-21 | fix audacity. Make specs like >= 0.14.2b kosher | Marc Espie | |
(missed by landry's bulk, obviously). | |||
2011-03-21 | do 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-21 | fix a memory leak in client.c and properly close envelope in | Gilles Chehade | |
queue_shared.c diff from Jared Yanovich, sent to bugs@ by Jonny Mosco | |||
2011-03-21 | This 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-20 | Import 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-20 | Add two missing lines that got missed when I did the initial at + cron | Todd C. Miller | |
merge. | |||
2011-03-20 | When 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-20 | Update URI to data sheet. New location found on www.davicom.com.tw but | Michael Knudsen | |
points to some other domain for some reason. Noticed while looking into a udav(4) issue with Loganaden Velvindron. OK jasper | |||
2011-03-20 | document new stuff | Marc Espie | |
2011-03-20 | pass url name to Ustar, for error messages | Marc Espie | |
2011-03-20 | allow Ustar to be more precise in its error messages: record position | Marc Espie | |
in archive, and caller can set description of file handle | |||
2011-03-20 | changes 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-19 | use timerclear macro | Okan Demirmen | |
ok henning@ | |||
2011-03-19 | fix rdr-to example (requires direction); from James Turner | Okan Demirmen | |
ok jmc@ | |||
2011-03-19 | Since 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-19 | move to 64-bit daddr_t; ports tree will follow i hope | Theo de Raadt | |
2011-03-19 | sync | Theo de Raadt | |