Commit Graph

201255 Commits

Author SHA1 Message Date
tsutsui
ac5e5928fb - fix mdoc warning 2011-05-27 17:50:41 +00:00
tsutsui
e85fd8b30d - fix mdoc warnings
- remove entries which are not necessary or in common/legal
2011-05-27 17:50:14 +00:00
tsutsui
f64fbb8f70 - move "MD instructions on setting up boot media"
from common/xfer with messy mdoc .if conditionals
  into MD xfer files so that developers can see
  what contents are missing or obsolete and should be
  written or updated
- remove some useless MD description for maintainability

XXX: still a bunch of unmaintained .if \n [${MACHINE}] in common files
2011-05-27 17:38:41 +00:00
drochner
ab9971ef78 add a line "image_generator gs" to the DESC file as the original
build framework does, lets "groff -Thtml" at least start
(it seems that ghostscript is not needed at least for simple documents)
2011-05-27 17:23:47 +00:00
drochner
8dc7d7ef68 remember the data toggle bit per (bulk) endpoint rather than per
pipe, as required by the spec
This helps in cases where pipes are opened/closed without reconfiguring
the device in between, eg with the ugen driver.
only for UHCI/EHCI, don't have an OHCI to test
2011-05-27 17:19:18 +00:00
drochner
c15003e636 add Upper Volta (Burkina Faso)
(got a nigeria-style spam mail with a phone number and was curious
where it came from)
2011-05-27 17:12:47 +00:00
drochner
891d96fa89 allow testing of GCM/GMAC code from userland 2011-05-27 17:09:09 +00:00
drochner
53cdf0b54e make the "tags" target non-.PHONY because it reflects a real file,
and remove some nonsense in libc Makefile which caused that
a "tags" file was written in my source tree
2011-05-27 17:06:54 +00:00
tsutsui
7f0da11c1a Remove sizes of set files. They were too hard to maintain,
while nowadays few users care about bandwidth or storage
in modern Internet environment.  Ok'ed by snj@ a while ago.
2011-05-27 15:43:00 +00:00
tsutsui
5c3096b3d2 Tweak some descriptions about Rawrite32 tool on Windows.
XXX: we should rather mention how to write ISO images..
2011-05-27 15:27:41 +00:00
matt
2ed272383d Comment out sdhc for now.
Remove PCI devices that will never be there.
2011-05-27 15:21:27 +00:00
matt
8b515602c0 Remove debugging printf. Add missing IMU2 interrupt string. 2011-05-27 15:19:43 +00:00
matt
cf2db2c1e0 Fix P20x0_ONCHIPBITMAP to reflect latest P2020RM. 2011-05-27 15:18:30 +00:00
matt
12a7a4f889 Add quirk for ALI M5228 2011-05-27 15:11:59 +00:00
matt
642d39aa88 Regen. 2011-05-27 15:11:17 +00:00
matt
69cd0fdb34 Add ALI M5288 SATA/Raid Controller 2011-05-27 15:09:44 +00:00
nakayama
9c3fe3cc10 Fix 32-bit kernel build. 2011-05-27 12:41:18 +00:00
wiz
b02dc2fb68 Bump date for previous. 2011-05-27 11:15:17 +00:00
ryo
0317322c07 eliminate obsolete option SOSEND_LOAN 2011-05-27 10:31:59 +00:00
plunky
b52bb12959 provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.
2011-05-27 09:28:41 +00:00
taca
11df8c9248 BIND 9.8.0-P2 is released. 2011-05-27 06:51:13 +00:00
jmcneill
a983d24cd8 mute the audio input during frequency changes 2011-05-26 23:42:39 +00:00
jmcneill
d82153063e add a function to mute/unmute the audio input 2011-05-26 23:42:05 +00:00
jym
31756f06ef Split KASSERT(... && ...) in two, so it's easier to spot which one
fired with DIAGNOSTIC.
2011-05-26 22:18:13 +00:00
jym
b15cc24d92 Reuse the pointer to the request operation, as set above. 2011-05-26 22:16:42 +00:00
wiz
14369be764 mdocml-1.11.3 out. 2011-05-26 21:56:44 +00:00
drochner
0a8dabda40 pull in AES-GCM/GMAC support from OpenBSD
This is still somewhat experimental. Tested between 2 similar boxes
so far. There is much potential for performance improvement. For now,
I've changed the gmac code to accept any data alignment, as the "char *"
pointer suggests. As the code is practically used, 32-bit alignment
can be assumed, at the cost of data copies. I don't know whether
bytewise access or copies are worse performance-wise. For efficient
implementations using SSE2 instructions on x86, even stricter
alignment requirements might arise.
2011-05-26 21:50:02 +00:00
christos
44a292d910 need mi now. 2011-05-26 21:20:26 +00:00
drochner
92976d49aa fix building of a linked list if multiple algorithms are requested
in a session -- this just didn't work
2011-05-26 20:33:24 +00:00
nonaka
e0475d7d2d fix ELFxx_M_SIZE macro. 2011-05-26 16:42:15 +00:00
nonaka
ff02d33fd1 fix spelling. 2011-05-26 16:40:38 +00:00
para
2f1f53a009 typo in comment 2011-05-26 16:38:57 +00:00
para
096446fa2f put userconf_bootinfo under option USERCONF, to allow kernels without that option 2011-05-26 16:29:13 +00:00
joerg
a2bf8e5d19 Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. 2011-05-26 15:34:12 +00:00
joerg
9411f274f4 Use CWARNFLAGS.clang and not CWARNFLAGS here 2011-05-26 14:20:22 +00:00
joerg
a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
reinoud
43e731a9af Fix accidental use of logical && instead of binary & in rare case.
Bug noticed by Joerg and clang :)
2011-05-26 07:59:08 +00:00
uebayasi
c6e687b646 Catch up with B_* flag name changes in debug code. 2011-05-26 04:51:57 +00:00
uebayasi
f90b4a715a Note userconf(4) + boot.cfg(5) + boot(8) support on i386/amd64. 2011-05-26 04:29:18 +00:00
uebayasi
dcf649145a Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.
From jmmv@, no objections seen in the proposed thread:

	http://mail-index.netbsd.org/tech-kern/2009/01/22/msg004081.html
2011-05-26 04:25:26 +00:00
jakllsch
8e78c7985c Convert malloc(9) to kmem(9) in atppc(4).
(Intended to have been part of previous commit.)
2011-05-26 02:37:25 +00:00
jakllsch
c0d7afac87 Convert ltsleep() in atppc(4) to modern interfaces.
Reviewed by rmind@.
2011-05-26 02:29:23 +00:00
christos
ab866f07da add debuglibs for sparc compat 2011-05-26 00:44:14 +00:00
gdt
c238210804 Remove erroneous additional tick in RTO estimation. The variable
ts_rtt is 1 plus the RTT, so that 0 can mean invalid measurement.
However, the code failed to subtract the 1 back out before use.  With
this change, TCP from Massachusetts to France now typically has 1s RTO
values, rather than 1.5s.

This bug was found and fixed by Bev Schwartz of BBN.  This material is
based upon work supported by the Defense Advanced Research Projects
Agency and Space and Naval Warfare Systems Center, Pacific, under
Contract No. N66001-09-C-2073.  Approved for Public Release,
Distribution Unlimited
2011-05-25 23:20:57 +00:00
gdt
2377e629f8 Add comment urging a separation of TCP_RTT_SHIFT into separate defines
describing the EWMA calculation and the storage representation.
(No code change.)
2011-05-25 23:17:44 +00:00
dyoung
709b8c23f7 Add some missing prototypes for streaming routines.
Correct some bus_space_*_8 prototypes that used uint32_t instead of
uint64_t.

Replace size_t with bus_size_t where that's what bus_space(9) calls for.
2011-05-25 22:58:29 +00:00
dyoung
52abc93d99 Increase SYMTAB_SPACE. 2011-05-25 22:43:20 +00:00
dyoung
1c48d04579 Increase SYMTAB_SPACE. 2011-05-25 22:32:18 +00:00
phx
c91ba1563d Use printf() from libsa.
Ok by nisimura@.
2011-05-25 19:26:21 +00:00
he
6cf367a4a1 Fix up Heimdal so that it can be built statically, allowing the
sun2 port to proceed beyond trying and failing to build Heimdal.
This is done by:

1) Stop pretending that libipc is a separate library, and instead
   build it as part of libkrb5.  The version map for libkrb5 needed
   to be updated to expose the required symbols from libipc.

2) The lexer in libhx509 needs to use its own prefix, so that the
   resulting library can be statically linked with a lexer which
   uses the default prefix.  This was hidden because libhx509's
   version map file (which is only used for the shared libs) hid
   away the lexer symbols.  Some defines needed tweaking as well
   to restore buildability.

3) Excplicitly mention all the required libraries in LDADD+= and
   make sure DPADD is set to correspond.  This allows static linking;
   earlier this relied on shared library dependencies to have all the
   libs pulled in.  In the process, convert to single-line LDADD+=
   and DPADD+= settings.  Use Makefile.inc for the common libraries
   to the extent possible.

Successfully built from scratch for i386 and sun2 several times,
and for lots of other ports as well.

Discussed with elric@ and christos@.
2011-05-25 19:21:16 +00:00