Commit Graph

205546 Commits

Author SHA1 Message Date
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
christos
ed66ced678 mention the new kern.tty.qsize 2011-09-24 00:08:05 +00:00
christos
97a37f38a3 mention the new QSIZE ioctls. 2011-09-24 00:06:20 +00:00
christos
92a9826daf - Introduce a sysctl to control the default tty queue size kern.tty.qsize,
which defaults to 1024 as before.
- Add two ioctls TIOC{G,S}QSIZE to read and adjust the queue size on
  individual ptys.

NB: ttys (and ptys) still silently (or beepingly (IMAXBEL)) drop
    characters if the queue size is exceeded. I.e. you can appear
    to succeed writing to the {p,t}ty, but not all characters will
    have made it if the queue overflows.  CVS:
2011-09-24 00:05:38 +00:00
christos
f78cce945e Fix various bogus things:
- Don't use TTYHOG - 1, you can use the last byte in the ring buffer.
- Don't put unnecessary if statements around the code. The loop invariant
  is that if you reach the top of the loop, cc == 0.
- Remove cast to (void *).
- Check result of b_to_q and adjust cc.
- Explain what the TTYHOG - 2 code tried to do, and do it right.
2011-09-23 23:57:06 +00:00
macallan
e841961c7a the cached/not cached stuff doesn't build when both MIPS1 and MIPS3 are
defined so put it back to #if defined(_MIPS_PADDR_T_64BIT) || defined(_LP64)
there is no good reason why it can't work on MIPS1 though.
2011-09-23 23:02:23 +00:00
apb
18b764946f * use a :M* modifier when testing whether the expanded list of
files is empty.  Sometimes the variable contains one or more spaces,
  and testing against "" gave the wrong result, but applying the
  :M* modifier discards the spaces.  This should fix PR 45396.
* Instead of using "-" to ignore the exit status from the rm command,
  use ||true.  This should work around the bug in PR 45356, but that
  bug is not fixed.
* Suppress the ${MKMSG} command with .if 0.  People who build with
  MAKEVERBOSE=1 don't want to see the message, and people who build
  with MAKEVERBOSE=2 or higher will see the actual rm command.  The
  message may be useful for debugging this makefile itself, so it's
  only disabled, not deleted.
2011-09-23 21:13:14 +00:00
nonaka
03a2460641 recompile. 2011-09-23 16:41:16 +00:00
wiz
6b97660a0d Sort sections. 2011-09-23 16:22:00 +00:00
nonaka
0d76ddb88a reduce combobox size. 2011-09-23 16:02:08 +00:00
nonaka
15a644d9d2 fix build failure. 2011-09-23 16:00:15 +00:00
christos
04f8076084 Change obsolete CBSIZE constant (48), to a power of two constant (64) that
is close enough to match the original assumptions.
2011-09-23 15:29:08 +00:00
jruoho
008d0db94d Also note /etc/saslc.d. 2011-09-23 15:24:35 +00:00
jruoho
ce1c27eb07 Build and install MLINKS for the libsaslc(3) functions. 2011-09-23 15:17:31 +00:00
christos
326815ee3d remove things that have not been used for almost 20 years (cblock stuff) 2011-09-23 14:47:41 +00:00
jruoho
bb5956aa49 Move i386/fdc(4), i386/lpt(4), and i386/mem(4) to man4.x86.
Part of PR port-amd64/36350.
2011-09-23 14:45:06 +00:00
njoly
010e748696 Regen for NVIDIA GeForce 210. 2011-09-23 14:26:23 +00:00