Commit Graph

8633 Commits

Author SHA1 Message Date
yamt
2edce77c87 document pmap_procwr. 2005-08-11 11:20:48 +00:00
pooka
9157daca51 apply cosmetics to VOP_MK/RMDIR prototypes 2005-08-11 10:49:47 +00:00
pooka
f219942c2b match section on read/write ioflags with current reality
(bump date!)
2005-08-11 10:06:38 +00:00
he
be72885616 Disable the C++ warning -Wold-style-cast for sh3 as well, because
that CPU's headers' va_start() uses a cast.

Discussed with christos.
2005-08-09 22:16:19 +00:00
he
1042d80dad Gcc 2.95.3 doesn't support the -Wabi warning flag, so don't try to use
it there.

The vax port's va_start() macro uses a cast, so for the moment disable
the -Wold-style-cast warning flag for the old GCC as well (as vax is
the only remaining port using this compiler).
2005-08-09 15:24:26 +00:00
christos
4d135558d7 Add CXXFLAGS for WARNS=2 2005-08-09 02:38:06 +00:00
wiz
b54afe3f3c Remove trailing whitespace. 2005-08-07 11:15:38 +00:00
jmmv
1dae1602d4 vgonel takes two parameters, not one. 2005-08-05 13:37:25 +00:00
jmmv
dc8a3e3a58 Sync tag-types list with reality (missing VT_PTYFS) and fix some typos.
Bump date.
2005-08-05 13:28:50 +00:00
jmmv
a31858b1d2 Fix a typo and replace a comma with an 'and'. 2005-08-05 13:20:05 +00:00
rpaulo
0095c1a604 Added a new section called "SYSCTLS" explaining the purpose of
net.bpf.maxbufsize, net.bpf.stats and net.bpf.peers.
Bump the date.

Reviewed by: wiz@
2005-08-04 20:13:29 +00:00
elad
a6ac91e102 Sync with reality.
- We now support multiple entry types and not just one
- We care for kern.veriexec.strict, not securelevel
- Add sysctl(3) to SEE ALSO
2005-08-02 18:54:53 +00:00
wiz
4b9a77db2a Remove another outdated variable. 2005-08-01 11:38:30 +00:00
augustss
c3723e17d4 Add ucycom.4 2005-07-31 13:31:07 +00:00
yamt
852a558e35 revert 1.286 for now. (VMSWAP) 2005-07-31 04:13:20 +00:00
yamt
39df1811b1 document VMSWAP. 2005-07-31 01:07:02 +00:00
wiz
b4c2f91b37 Add an article. 2005-07-31 00:25:58 +00:00
wiz
c8110a6e00 Add some articles. 2005-07-31 00:21:09 +00:00
nakayama
69b6d49897 Add man page for teliosio(4). 2005-07-31 00:12:16 +00:00
rpaulo
056ff58f97 Since bpf is now a clonable device, remove references to /dev/bpfX.
Update the structs so that they match bpf.h and bpfdesc.h.
Bump date.

ok christos@
2005-07-30 16:37:36 +00:00
wiz
0a56fe008a Drop trailing whitespace. 2005-07-30 13:22:34 +00:00
skrll
c6963d0441 regen. 2005-07-30 06:18:39 +00:00
skrll
acd7c4c5ca Add a driver for Cypress microcontroller based USB serial adapters.
XXX hw flow control is not supported.
2005-07-30 06:14:49 +00:00
xtraeme
5c429f92b9 Add missing .Pp, bump date. 2005-07-29 19:11:16 +00:00
wiz
85de2d6607 Remove COMMON VARIABLES section, moved to guide. 2005-07-28 13:08:09 +00:00
rpaulo
f74909745b Added Portuguese keymap for MAPLE keyboards, found on SEGA Dreamcast.
ok hubertf@
2005-07-25 19:57:30 +00:00
augustss
c1a19f89d8 Document 'uhci at cardbus'. From FUKAUMI Naoki. 2005-07-24 08:44:59 +00:00
peter
c9b40229dd 3com -> 3Com. from OpenBSD. 2005-07-22 14:18:21 +00:00
kleink
c8b35567f7 Merge tzdata2005k. 2005-07-20 13:43:34 +00:00
kleink
b26b9c7625 Import tzdata2005k. 2005-07-20 13:41:34 +00:00
wiz
418e12ffb2 Bump date for v. 2005-07-20 12:55:14 +00:00
pooka
4a04e27c9d statfs -> statvfs
(better late than never)
2005-07-20 11:35:48 +00:00
gdt
918f9be889 Note that once a tag is attached to an mbuf with m_tag_prepend,
freeing the mbuf will free the tag.
2005-07-19 12:44:02 +00:00
wiz
7da36539c0 Bump date for uipaq. 2005-07-18 15:33:14 +00:00
wiz
a55750f505 Drop trailing space. 2005-07-18 15:32:25 +00:00
wiz
839d8caeb0 Add missing .Re 2005-07-18 14:59:06 +00:00
wiz
610e0d6575 New sentence, new line. 2005-07-18 14:55:06 +00:00
wiz
db27d6b43f Minor fixes. 2005-07-18 14:53:58 +00:00
wiz
c5541497ba Drop trailing whitespace. 2005-07-18 14:06:05 +00:00
wiz
4a1c381386 Sort SEE ALSO. 2005-07-18 14:03:40 +00:00
augustss
028353b945 Add uipaq(4). From OpenBSD. 2005-07-18 11:36:46 +00:00
rpaulo
f90b533f0a Remove the sentence in parenthesis about WSDISPLAY_SCROLLSUPPORT that
might confuse readers on which framebuffers support that option.
2005-07-18 00:21:58 +00:00
rpaulo
404ec27cd6 Add rtw.4 2005-07-17 22:04:07 +00:00
rpaulo
5188e9d01d Add man page for Realtek RTL8180L IEEE 802.11b wireless network driver (rtw).
By Jonathan Gray <jsg@openbsd.org>.
This solves part of PR#29733.

ok David Young.
2005-07-17 22:02:32 +00:00
macallan
440d58aac9 added tslot.4 and dbri.4 2005-07-17 01:27:15 +00:00
macallan
1039a142ea add manpages for tslot and dbri, update tctrl 2005-07-17 01:00:31 +00:00
hubertf
673730506c Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
2005-07-17 00:08:27 +00:00
rtr
f44fd3e324 not -> no typo 2005-07-16 14:45:18 +00:00
rtr
599cc15c8c forward.5 from FreeBSD
resolves pr#20179
2005-07-16 09:10:02 +00:00
rpaulo
cb3370b308 Mention WSDISPLAY_SCROLLSUPPORT and bump date.
Reviewed by Thomas Klausner and ok'ed by Hubert Feyrer.
2005-07-15 01:00:52 +00:00