Age | Commit message (Collapse) | Author |
|
install custom terminfo files. Minor ncurses bump to allow packages to
depend on the right version. From discussion with zinke@ and dcoppa@.
ok phessler dcoppa
|
|
hibernate resume.
|
|
MI/MD parts. This also introduces a chunk placement routine that was
originally developed at c2k11 with help from drahn and ariane.
There are still a few more things to do for hibernate, but those can be
worked on in-tree. This code is disabled by default, and not yet called.
ok deraadt@ (and deraadt@ said kettenis@ also ok'ed it :) )
|
|
support .Lb -libdwarf and update .Lb -libelf
after Werner Lemberg committed a patch by Joseph Koshy
|
|
to work both with and without frames and rulers.
Started during BSDCan 2011 in Ottawa, finished during s2k11 in Ljubljana.
ok kristaps@
|
|
writing this for man(7), too, was suggested by kristaps@
|
|
|
|
boot blocks is worth having.
|
|
|
|
no longer an option.
|
|
keep:
- remove bootconfig parameter passing feature (unused).
- unifdef __PROG32 and remove all remains of arm26 code.
- remove ARMFPE support (unused).
- remove support for ARM2, ARM2AS, ARM3, ARM6, ARM7, ARM7TDMI and StrongARM
processor families, and the related silicon bug workarounds (especially
the SA-110 STM^ bug).
- remove cpu_functions no longer necessary after previous removals.
- remove ARM32_DISABLE_ALIGNMENT_FAULTS option (unused).
- make FIQ support conditional on option FIQ (unused, but may be eventually).
Discussed with drahn@ and jasper@ long ago, I was sitting on this commit for
no good reason.
|
|
prodded by deraadt@ some time ago.
ok schwarze@
|
|
|
|
|
|
|
|
for this machine is good'ol'GPX.
|
|
from tree. ok oga@
|
|
fprintf(3) and exit(3).
from Michael W. Bombardieri <mwb at bom.nom.co>, thanks!
|
|
no objections mpi@ and matthieu@
|
|
three, since this has to match libc/arch/hppa64/SYS.h.
ok miod@
|
|
While at it clean-up and fix machine types to reflect reality.
Okay deraadt@.
|
|
|
|
can be put between two set of pc-relative loaded data if we are compiling
PIC code; subsequent optimization passes are not as benign as what
find_barrier() expects, leading to dreaded ``pcrel too far'' as(1) errors.
|
|
ok beck@
|
|
ok deraadt@ robert@
|
|
AF_INET6. So remove useless af switch defaults here and there.
Always use "switch(af)" instead of "if (af) else" for af dependent
code. Always use AF_ defines instead of PF_ when checking af values.
ok claudio mpf henning
|
|
|
|
|
|
idling the rings fails and esults in an infinte sleep. So skip initialization
of the rings altogetheron sandybridge. Issuing 3D commands won't work in that
state, but at least VT switches (and therefore suspend) will no longer hang.
This is a temporary measure until the ring code has been fixed.
ok oga@
|
|
the modeset registers in that state hangs the machine halfway through resume.
So skip this step on sandybrige and rely on the (upcoming) xf86-video-intel
driver to properly restore the mode.
ok oga@
|
|
to have *next*-line head arguments on the *same* input line.
So .TP must not assume that a head argument with a matching
input line number is a same-line argument (and access a NULL pointer).
Bug found and fix tested by kristaps@ with groff_hdtbl(7).
|
|
|
|
in a field. the only reason this is "allowed" by fd.o pkg-config is because
their parser is sloppy.
|
|
save the clock back to the rtc. The zaurus already did this.
ok phessler miod kettenis
|
|
Spotted by miod@
|
|
to variables that might be changed;
from kristaps@
|
|
to the default and check that the left does not outgrow the right one.
Otherwise, the (rmargin >= offset) assertion fails in term_flushln().
Bug found and fix tested by kristaps@ with NetBSD slapo-retcode(5).
|
|
|
|
are if used with a key disk.
|
|
of splitting and rejoining the list.
|
|
around. This is a mechanical change. Initialize pd2 and use it
where appropriate.
ok henning on an earlier version; ok mpf
|
|
Also collapse consecutive '*' (from NetBSD).
ok miod deraadt
|
|
layers. Then things get terribly confusing because the various MI layers
swap variable names for parameters, local variables, and structure fields
numerous times. Unconfuse all this mess.
Note that exec_elf.c coredump cpi_sigcode used to contain the MD traptype
but will now contain the MI siginfo-style "code" value.
ok miod kettenis pirofti
|
|
which firmware does not send spin up commands to the disks, in case the
operator changes his mind and reboots instead of manually powering down
after the system has halted.
ok kettenis@
|
|
use system calls directly, instead.
|
|
this was forgotten after man_term.c rev. 1.25 on March 2, 2010.
The benefit is a sane page header line when .Dt is very long.
Reminded by Thomas Klausner <wiz at NetBSD>, thanks.
|
|
ok oga kettenis
|
|
|
|
|
|
Noticed by fgs@, thanks!
|