Age | Commit message (Collapse) | Author |
|
|
|
From Matt Dainty. ok kettenis@
|
|
Same as jmc's tweaks for rain(6).
|
|
|
|
|
|
rather than use a default which totally floods the network if run over ssh.
Discussed with matthieu@ martynas@, ok matthieu@
|
|
|
|
|
|
|
|
Groff forces the document author to manually request sufficient spacing
after .TE - that is, at least .sp 1v after a table with the "box" option
and at least .sp 2v after a table with the "doublebox" option - or else
it clobbers the box. I consider that insane, so i'm not imitating groff
in that respect. Instead, i add at least as much vertical space as groff,
or more where required to avoid clobbering the box.
Consequently, output will be identical for input that looks sane with
groff, and mandoc will make output look better for input that looks bad
with groff.
As a side effect, having identical output for portable input
makes it possible to set up the first regression tests for tbl(7).
|
|
flush right text, for boxes, and when more columns follow the span.
Issue found by sthen@ in the net/arp-scan(1) port manual.
|
|
instead save their properties with the following column.
This simplifies layout parsing and saves a lot of code
related to column handling.
At output time, print all white space and vertical lines
separating columns before printing the following column,
and none after printing the preceding column, considerably
simplifying white space handling and width calculations.
No functional change, but it saves 150 lines of code,
and it allows the next patch to tbl_term.c, tbl_literal().
|
|
diff it against he Linux kernel sources. Fix a few cases where definitions
were renamed over in Linux-land. The current Linux source doesn't define
HWS_PGA_GEN6, so get rid of its usage.
|
|
onboard devices need only attach to hpc0 instead of hpc?.
While there, remove hpc1 and hpc2 attachment from IP28 configurations, as these
can not exist on Indigo2 systems.
|
|
From Gerhard Roth via tech@
ok krw@ sthen@
|
|
@sysctl), but only use {expanded} for exec-like actions.
2 passes over plists: one to set header, 2nd one to build the list.
slightly cleaner
|
|
|
|
ok millert
|
|
speculative execution, while in kernel mode, attempting to access bogus
physical address through CKSEG[01] or XKPHYS. Surprisingly enough, an IP28
system can boot multiuser without triggering any such error; they will only
show up if there is a lot of I/O (and thus, context switching).
|
|
can't manage to use it from the `install system software' menu.
|
|
provide IP22 and IP28 kernels, as well as the ECOFF bootblock.
No objection from deraadt@
|
|
frame buffer has been removed, but which keyboard is left plugged in.
The PROM will select a `keyboard input, serial output' console, which was
being recognized as glass console by the kernel. The kernel would then
reset the serial chip at zstty attach time, while still using the PROM
output routines at this point, and hang.
Fix this by paying attention to split input/output setups and always falling
back to serial console in this case.
ok kettenis@
|
|
|
|
|
|
|
|
(next to buffers) and move the mg history into the README file which
seems a more sensible place as well.
|
|
line as the top line in the window. This emulates emacs behaviour.
|
|
|
|
ok gilles@
|
|
ok gilles@
|
|
ECC checking disabled, which allows the existing Indigo2 drivers to run
unmodified.
|
|
|
|
ok ajacoutot
|
|
Even if the search string is located at the beginning or end of a
buffer.
|
|
be opened via the startup file. Having find-file, insert-file etc.. in
the startup file now work as you would expect.
Reviewed by Sunil Nimmagadda.
|
|
by reference instead. This allows the mg startup file to open other
files without unexpected things happening.
Discussed with Sunil Nimmagadda.
|
|
sysctl() to be per-process instead of per-thread. This means the
filedesc table has to really be per-process instead of per-thread,
so make it an error for the linux clone() emulation to try to do
otherwise. This removes pointless duplication in fstat's output.
requested by jsing@ and deraadt@, ok matthew@ deraadt@
|
|
local changes: strncpy() -> strlcpy(), malloc(x * y) -> calloc(x, y),
exclude cross-platform cruft, etc.
The new functions are pcap_create(), pcap_set_snaplen(),
pcap_set_promisc(), pcap_can_set_rfmon(), pcap_set_rfmon(),
pcap_set_timeout(), pcap_set_buffer_size(), pcap_activate(), and
pcap_statustostr().
This diff was tested on amd64, i386, macppc, and sparc64, where
regression tests were done on various pcap-based ports (especially amd64
and i386 where regression tests were run on all pcap-based ports).
Testers also tried running pcap-based ports that they are familiar with
to ensure that there is no behavioral change. tcpdump and pflogd in
base were also tested by different testers. The new pcap_* functions
were tested with a proof-of-concept Snort 2.9 port for many months.
Thank you to everyone who helped test this diff and provided feedback:
haesbaert@, sthen@, matthew@, gonzalo@, brett@, Rodolfo Gouveia,
Aaron Bieber, Markus Lude, and Ray Percival.
ok haesbaert sthen henning
|
|
default value for the mdoc(7) .Os macro.
Needed for man.cgi on the OpenBSD website.
Problem with man.cgi first noticed by deraadt@;
beck@ and deraadt@ agree with the way to solve the issue.
|
|
the IBM x3550-M4.
ok mikeb@
|
|
ok miod blambert
|
|
|
|
|
|
ok matthew miod deraadt
|
|
first, that is being removed) rather than c_cl (the last).
ok matthew miod deraadt
|
|
fix buglet in parsing libraries
|
|
|
|
visible interface, not "officially" published, but still... technically
visible.
Better safe than sorry: major bump.
as prodded/discussed with deraadt@
|
|
while it might look like a step backwards, this fixes up eap negotiation
and bigger changes to this code are in the pipe anyways.
|
|
OK sthen@
|