Commit Graph

11835 Commits

Author SHA1 Message Date
wiz
65db08e438 Sort supported hardware by name. 2009-07-22 19:42:15 +00:00
wiz
32550f5f41 Remove unnecessary .Pp. 2009-07-22 19:40:41 +00:00
alc
71b968b692 Bump date 2009-07-22 17:53:20 +00:00
alc
76d965daaa Update supported chips list. 2009-07-22 17:48:26 +00:00
alc
19be44bd80 HAL redistribution is no longer constrained by specific redistribution rules. 2009-07-22 17:45:54 +00:00
alc
2934de2045 The HAL is no longer a kernel blob, reflect this. 2009-07-22 17:34:56 +00:00
wiz
46ec96ceb4 Formatting nit. 2009-07-20 07:58:54 +00:00
minskim
39e3066b15 Enable IP_MINTTL option for SOCK_DGRAM sockets. 2009-07-19 23:17:33 +00:00
wiz
2e77f486e6 New sentence, new line. 2009-07-19 07:02:21 +00:00
kiyohara
1f46950ef0 Support siisata@cardbus.
It tested on amd64 and i386 only.
2009-07-19 06:28:08 +00:00
wiz
0e3d8a6be4 Make HTML-ready. 2009-07-18 06:31:54 +00:00
minskim
20bf08088e Bump date for the previous change. 2009-07-17 22:04:18 +00:00
minskim
d0a9c36e4a Add the IP_MINTTL socket option.
The IP_MINTTL option may be used on SOCK_STREAM sockets to discard
packets with a TTL lower than the option value.  This can be used to
implement the Generalized TTL Security Mechanism (GTSM) according to
RFC 3682.

OK'ed by christos@.
2009-07-17 22:02:54 +00:00
wiz
ce0cbbff10 New sentence, new line. 2009-07-16 07:31:48 +00:00
minskim
ca28940e0e Add the IP_RECVTTL option support.
If the IP_RECVTTL option is enabled on a SOCK_DGRAM socket, the
recvmsg(2) call will return the TTL of the received datagram.  The
msg_control field in the msghdr structure points to a buffer that
contains a cmsghdr structure followed by the TTL value.

Modeled after FreeBSD implementation.
2009-07-16 04:09:51 +00:00
wiz
0cb83a1a01 New sentence, new line. Add RCS Id. Make HTML-ready. 2009-07-14 21:40:02 +00:00
tls
44571ac47c Clarify accf_http manual page per wiz's request. 2009-07-14 21:37:50 +00:00
mrg
6773cdf6e4 XORG_CURRENT_VERSION is now 1.6.2. 2009-07-09 07:30:17 +00:00
tonnerre
e79d7b3f02 Add DOA which is widely used but not in here for some reason. 2009-07-07 10:56:13 +00:00
mbalmer
7e7dd97688 Unify BSL, MLH, and EAP, which are all the same airport. 2009-07-07 10:50:51 +00:00
wiz
8f62518cea Use more markup. Punctuation nit. 2009-06-29 06:02:09 +00:00
dholland
0633e5d59f Bump date for previous (thanks uebayasi@) 2009-06-29 05:49:28 +00:00
dholland
847d7ba4a1 Document namei_simple_kernel and namei_simple_user. 2009-06-29 05:17:14 +00:00
christos
d2cb166562 document gid, rgid 2009-06-26 15:50:17 +00:00
mjacob
19de87aaa4 Minimally update the man page to indicate 4 and 8Gb card support. 2009-06-25 23:45:52 +00:00
zafer
e61e7f5284 catch spelling error. 2009-06-24 23:10:02 +00:00
zafer
ca54efd201 fix common spelling error. 2009-06-24 22:39:40 +00:00
dholland
3f712a47e2 Fix typo, noticed in passing by wiz 2009-06-24 16:28:48 +00:00
mrg
2e277c2d9d add transforms for new GLU, GLUT and xorg-server pkgconfig files. 2009-06-23 04:40:29 +00:00
tron
9526375664 Correct the name of "FDH". It is called Bodensee-Airport Friedrichshafen.
Patch provided by Marc Balmer in private e-mail.
2009-06-22 19:26:38 +00:00
mrg
0f9b883ce6 remove reference to now dead DRM_EXTERNAL option. 2009-06-22 02:34:10 +00:00
wiz
622428f56e Sort SEE ALSO, minor nits. 2009-06-20 22:55:20 +00:00
mrg
9dac5eae13 update a few things, mostly from yorick hardy in PR#41528.
note "options DRM_EXTERNAL".
2009-06-20 18:20:51 +00:00
agc
fafe105c5c Clean up after moving the iSCSI initiator to src/usr.sbin/iscsi/initiator 2009-06-19 07:27:38 +00:00
mrg
5b9c71717d implement MKX11FONTS for Xorg. 2009-06-18 06:36:58 +00:00
wiz
f362df9bd8 Use Dv for ENVSYS_*. 2009-06-15 12:21:33 +00:00
pgoyette
9310b4d9c9 Clarify usage of the function members in struct sysmon_envsys and note
that they're optional.
2009-06-14 23:09:55 +00:00
wiz
2eb8ed9d33 Drop trailing whitespace. 2009-06-14 22:37:43 +00:00
pgoyette
45f4717820 Ooops - {get,set}_limits() need to be sensor-specific. Pass an extra
argument to them to identify the individual sensor being processed.
2009-06-14 19:43:12 +00:00
pgoyette
774ea2bbe8 Remove left-over XXX - thanks wiz@ for pointing this out. 2009-06-13 18:21:55 +00:00
pgoyette
c235777756 Add capability to send sensor limit values to the driver so they can
be programmed into device registers.  This way we can let the hardware
help us out instead of having to always compare the value against each
limit.  (Driver updates for some sensors to take advantage of this
capability will be forthcoming.)
2009-06-13 16:08:25 +00:00
njoly
4be675790f s/v4l2_capabilities/v4l2_capability/ for VIDIOC_QUERYCAP ioctl. 2009-06-13 10:07:55 +00:00
mrg
74da3bca40 update XORG_VERSION_CURRENT.
update the pkgconfig sed script to handle newer pixman.

XXX: should make the pkgconfig sed script barf it it ends up leaving
XXX: behind something that looks like "@.*@", i think.
2009-06-11 05:34:22 +00:00
mrg
2575b988d6 add xkeyboard-config. 2009-06-11 05:30:15 +00:00
mrg
097191f1bd don't define FONTCACHE here any more, for Xorg. 2009-06-10 08:28:20 +00:00
mrg
23b4863243 +dri2proto -printproto 2009-06-10 04:11:01 +00:00
mrg
50ea2508ff sync the list of valid xorg packages:
- add libpciaccess
- remove Xp XprintUtil XprintAppUtil
2009-06-10 02:05:45 +00:00
cegger
84aaef5fb6 mention both X11R6 and X11R7
requested by mrg@ on source-changes-d
2009-06-09 17:43:27 +00:00
cegger
c4f0336b00 X11R6 -> X11R7
ok wiz@
2009-06-09 13:05:15 +00:00
wiz
9cf943caaf Bump date for previous. New sentence, new line. 2009-06-08 07:59:38 +00:00