christos
32998b1cb8
Merge new binutils. Only x86_64 works now; the rest will need to run mknative
...
again (at least).
2011-09-25 04:32:33 +00:00
christos
aab9777b04
mention new binutils
2011-09-25 04:31:45 +00:00
christos
294b161d40
- bump libbfd and libopcodes for new binutils.
...
- new elfedit program
2011-09-25 04:11:47 +00:00
christos
544cd45c15
adjust for new gas Makefile
2011-09-25 04:00:58 +00:00
christos
ce61e2dd35
Don't dump core on an existing core file we don't own. From OpenBSD, suggested
...
by Greg Woods.
2011-09-24 22:53:50 +00:00
christos
31799520c4
from ftp.gnu.org
2011-09-24 22:40:46 +00:00
christos
be12b8bcaf
from ftp.gnu.org
2011-09-24 22:30:45 +00:00
christos
45548106ec
from ftp.gnu.org
2011-09-24 22:20:22 +00:00
christos
be9ac0ea6d
from ftp.gnu.org
2011-09-24 22:10:17 +00:00
jym
aad548da5a
White space fix.
2011-09-24 21:24:52 +00:00
christos
4f78ec2aec
add rfc6056.c
2011-09-24 21:11:23 +00:00
christos
7dfc761b33
Add the rcs keyword chomper.
2011-09-24 20:52:37 +00:00
christos
7813712d29
make this compile.
2011-09-24 20:51:04 +00:00
christos
5af5d48181
fix stray rcsid files
2011-09-24 20:47:37 +00:00
christos
0049ea08f4
Bump the queue size to 32K
2011-09-24 20:19:39 +00:00
christos
4e98e3e176
import 7.3.1
2011-09-24 19:57:51 +00:00
christos
98b9484c67
import 7.3.1
2011-09-24 19:47:50 +00:00
christos
473931cbb4
Initial revision
2011-09-24 19:47:49 +00:00
christos
597410b885
import 7.3.1
2011-09-24 19:41:43 +00:00
jruoho
382c7404ce
Try to obtain reliable MHz values for AMD familiesi 10h and 11h.
2011-09-24 19:41:40 +00:00
christos
00a6b36997
import 7.3.1
2011-09-24 19:41:36 +00:00
jdc
72b200e799
Work around PR#43839, by calling resizeterm() on SIGWINCH.
2011-09-24 18:57:46 +00:00
christos
620f95b04a
missing dots
2011-09-24 18:49:13 +00:00
wiz
19284ed0dd
New sentence, new line. Do not Xr yourself. Add serial commas.
...
Remove superfluous Pp.
2011-09-24 18:47:59 +00:00
christos
2544e20eef
Mention recent work.
2011-09-24 18:39:12 +00:00
christos
2aef2eeedd
Add rfc6056 tests
2011-09-24 18:36:03 +00:00
christos
b0aa149fb2
Add an rfc6056 test.
2011-09-24 18:34:18 +00:00
christos
be63caec14
disable debugging
2011-09-24 18:32:23 +00:00
christos
5f29f6df8e
Document rfc6056 (and other missing) sockopts.
2011-09-24 18:27:10 +00:00
sjg
053773f1f4
For files opened O_RDWR, output an R record as well as W
...
so that clients that only care about files read can ignore W.
Bump version.
2011-09-24 18:08:15 +00:00
christos
3680431868
Add rfc6056.h
2011-09-24 17:55:30 +00:00
christos
afa4470578
install the header.
2011-09-24 17:54:19 +00:00
christos
5ec72efbaa
Add inet6 part of the rfc6056 code contributed by Vlad Balan as part of
...
Google SoC-2011
2011-09-24 17:22:14 +00:00
christos
bf93cf8726
Add inet4 part of the rfc6056 code contributed by Vlad Balan as part of
...
Google SoC-2011
2011-09-24 17:18:17 +00:00
christos
c86cf6c731
add new rfc6056 man page
2011-09-24 17:09:29 +00:00
christos
129ee66698
update for rfc6056 from vlad.
2011-09-24 17:08:16 +00:00
christos
369e1451f3
add new rfc6056.7, from vlad
2011-09-24 17:04:38 +00:00
christos
95e5824591
Add the pty test.
2011-09-24 15:55:22 +00:00
christos
6f52d919ef
Add a pty test, written by Matthew Mondor
2011-09-24 15:53:01 +00:00
christos
03561a047f
csh has no business using TTYHOG
2011-09-24 14:44:11 +00:00
apb
aaffb7873e
Updates to the find(1) man page, based on PR 45381 from Greg Woods,
...
with additional changes by myself.
2011-09-24 13:45:43 +00:00
wiz
372160b738
Document 'cvs rdiff -p'.
2011-09-24 12:02:58 +00:00
mrg
3f55311b0b
implement cvs rdiff -p. (someone please upate the manual for me :)
2011-09-24 11:37:27 +00:00
jruoho
20f20f38b9
Be more intelligent; read the MSR_CMPHALT with rdmsr_safe() and set the
...
C1E-flag based on this. Pointed out by jmcneill@.
2011-09-24 11:17:25 +00:00
jruoho
e514692ad1
As the detection of C1E is not entirely clear-cut, use rdmsr_safe()
...
when reading the AMD "interrupt pending and CMP-halt register".
2011-09-24 10:59:02 +00:00
jruoho
dfacc168e3
Use rdmsr_safe() when reading IA32_TEMPERATURE_TARGET.
2011-09-24 10:52:56 +00:00
jym
5e90fb2393
Be conservative when reading MSR_FSB_FREQ by using rdmsr_safe(). We cannot
...
tell in advance when new CPU model/family combo will come and trying to
read that MSR early during boot may cause unhandled faults.
2011-09-24 10:49:13 +00:00
jym
25f08e65cb
Import rdmsr_safe(msr, *value) for x86 world. It allows reading MSRs
...
in a safe way by handling the fault that might trigger for certain
register <> CPU/arch combos.
Requested by Jukka. Patch adapted from one found in DragonflyBSD.
2011-09-24 10:32:52 +00:00
njoly
251ff82d04
Regen after recent i386/ -> x86/ fdc(4) and lpt(4) moves.
2011-09-24 08:39:39 +00:00
christos
5c43ae241d
put back the cc == 0 check, because we can re-enter the loop with cc != 0
...
if we block.
2011-09-24 04:10:03 +00:00