pgoyette
1dcfbf4075
Correct description for hw.swwdog.reboot behaviour.
2011-06-08 12:19:14 +00:00
wiz
a9c099f5bf
Fix typo.
2011-06-07 20:23:14 +00:00
wiz
0d3e47c8e9
Whitespace fix and sort SEE ALSO.
2011-06-07 20:22:56 +00:00
fair
d53081d682
Document PPS_SYNC for com(4) and zstty(4) (the only serial drivers
...
in which NetBSD currently supports the option), with cross reference
to ntpd(8) and options(4).
2011-06-07 18:02:35 +00:00
jym
c9ee6caf03
Document the naming convention.
2011-06-07 17:13:43 +00:00
wiz
f1bd2eac9d
New sentence, new line.
2011-06-07 07:27:31 +00:00
wiz
5baa81cafd
Remove leading zero in date.
2011-06-07 07:26:19 +00:00
msaitoh
691f9bca2f
- Add some new devices (from OpenBSD rev. 1.11-1.12,1.15 and 1.20).
...
- force usb to send a zero length packet on the end of usb packets
which happen to be a multple of 64 bytes, to indicate end of packet.
(from OpenBSD rev. 1.23)
- style change
2011-06-07 05:46:00 +00:00
wiz
1480720bc7
Sort sections.
2011-06-06 18:01:15 +00:00
jruoho
5c3b0cfd8f
Instead of ioapic(4), make MLINKS { lapic(4), ioapic(4) } to apic(4).
2011-06-06 16:52:15 +00:00
njoly
293ed9ea7e
Fix typo (.Ed -> .El).
2011-06-06 12:54:48 +00:00
christos
7e3e66b16b
add libgcc_pic dependency.
2011-06-05 23:09:15 +00:00
jnemeth
5d8eade971
Brett Blymn -> Brett Lymn
2011-06-05 05:49:54 +00:00
jruoho
7749bedf08
For completenesses sake, note, in 2011, /etc/floppytab.
2011-06-04 18:27:39 +00:00
pgoyette
f02db4b78c
Update to remove value_avg from list of properties.
2011-06-04 13:27:57 +00:00
dholland
4cb0f7967a
fix a couple typos
2011-06-04 05:30:45 +00:00
pgoyette
483caa9fa0
Document new options in the proplist
2011-06-04 02:03:31 +00:00
rmind
3b0ab829be
Sync (mostly, not fully) uvm_km(9) and uvm_map(9) man pages with reality.
2011-06-03 18:43:38 +00:00
wiz
203a6ec972
Sort SEE ALSO.
2011-06-03 08:06:54 +00:00
yamt
ea2d998dd1
correct the section number of membar_producer. noted by wiz@
2011-06-03 04:33:31 +00:00
jruoho
0901655f4f
Use .Ss and -offset indent.
2011-06-02 09:02:39 +00:00
jruoho
b4ab399621
Note USE_FORT.
2011-06-02 08:58:34 +00:00
yamt
82bfd3cade
mention memory barriers necessary for non-interlocked adaptive mutex release.
2011-06-02 00:58:26 +00:00
dyoung
bc07e228a2
Describe the arguments to ctor and dtor.
2011-06-01 20:49:22 +00:00
jruoho
29ca3fb160
Fix a typo.
2011-06-01 11:19:19 +00:00
jruoho
b035f17c15
Indent the two lists with the same width.
2011-06-01 11:10:59 +00:00
jruoho
86b00a2e06
Remove the previous, as it was already there. Instead, split one long
...
paragraph and fix a typo.
2011-06-01 11:06:36 +00:00
jruoho
1642dc4734
Note bluetooth.
2011-06-01 11:03:27 +00:00
rmind
7524727f91
Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.
...
OK mrg@
2011-06-01 02:22:18 +00:00
uebayasi
945899b14e
Sort list items. Remove a trailing whitespace.
2011-05-31 03:43:47 +00:00
joerg
78ec0254df
Reorder CWARNFLAGS and -Werror in CFLAGS to allow CWARNFLAGS and by
...
extension CWARNFLAGS.${SOURCE} to override it selectively.
2011-05-30 13:56:34 +00:00
joerg
70e887f5ec
Add an alternative to NOGCCERROR for clang.
2011-05-30 13:47:01 +00:00
dyoung
9a37c59cd7
MI drivers should #include <sys/bus.h> not <machine/bus.h>.
2011-05-30 01:48:40 +00:00
wiz
102976ee1d
Bump date for SOCK_SEQPACKET; add serial commas.
2011-05-29 08:46:42 +00:00
manu
b6e29283f6
Document that SOCK_SEQPACKET is supported
2011-05-29 04:51:15 +00:00
ryo
1dbe16cda3
add entry for SystemBase SB16C1054/SB16C1058
2011-05-28 11:12:22 +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
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
wiz
b02dc2fb68
Bump date for previous.
2011-05-27 11:15:17 +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
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
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
joerg
7e217e1f53
Restrict -Wno-non-template-friend and -Wno-pmf-conversions to GCC.
2011-05-25 15:02:25 +00:00
joerg
175c50ac7e
Add support for compiler specific warning flags with
...
CWARNFLAGS.${COMPILER}
2011-05-25 15:01:08 +00:00
joerg
0cd1e39abe
Disable Clang's array boundary checker for now (hits e.g. in GCC and BDB)
2011-05-23 14:32:05 +00:00
drochner
5fafa9c424
-in the descriptor for encryption xforms, split the "blocksize" field
...
into "blocksize" and "IV size"
-add an "reinit" function pointer which, if set, means that the xform
does its IV handling itself and doesn't want the default CBC handling
by the framework (poor name, but left that way to avoid unecessary
differences)
This syncs with Open/FreeBSD, purpose is to allow non-CBC transforms.
Refer to ivsize instead of blocksize where appropriate.
(At this point, blocksize and ivsize are identical.)
2011-05-23 13:46:54 +00:00
joerg
1742cf8828
Simplify a bit
2011-05-22 20:52:12 +00:00
joerg
7cfd64c6f6
Split SSP parameters on a per-compiler base
2011-05-22 20:49:16 +00:00
joerg
e7d3de7e55
No -Wno-traditional for clang.
2011-05-22 20:24:46 +00:00
plunky
762c58f13a
simplify PCC inclusion; MKPCCDMDS is not really required
2011-05-20 16:02:21 +00:00