Commit Graph

9223 Commits

Author SHA1 Message Date
mrg
d7ac53c209 be explicit about what the return values of kcopy(9) are: zero for success
and non-zero for failure.  (this documents practice - there are -1, EFAULT
and semi-random non-zero values returned.)
2006-04-04 17:33:40 +00:00
jld
344266fa22 Fix typo: and -> an 2006-04-04 02:20:35 +00:00
scw
34b4a96dbb Add a kernel driver and userland program for the Topfield TF5000PVR range
of digital video recorders popular in Europe and Australia.

These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.
2006-04-03 08:15:48 +00:00
christos
4e974b3144 Add a HAVE_GCC4 2006-04-01 20:20:28 +00:00
tnozaki
b37120b682 add iconv support for Armenian State Standard encoding:
ARMSCII-7, ARMSCII-8, ARMSCII-8A
2006-04-01 04:13:21 +00:00
christos
45cfed2d83 make symlink types consistent. 2006-03-30 19:49:02 +00:00
rpaulo
65b8ebcd6a RFC is already in acronyms. 2006-03-30 17:38:01 +00:00
rpaulo
dbf1ff6457 Fix more proc/lwp conversions. From Gregory McGarry in private email. 2006-03-30 11:16:00 +00:00
jmc
603c15a57f Provide TOOL_GMAKE defintiion 2006-03-29 21:12:20 +00:00
jmc
ba3b1be79f Provide a default for USE_GCC4 (no currently) so it can be tested against 2006-03-29 21:03:39 +00:00
rpaulo
4353e6ba07 * We no support IPv6, so remove BUGS section.
* Add HISTORY section and blame me for adding IPv6 support.
2006-03-29 19:39:51 +00:00
riz
9cb092c876 Fix up the description of m_copyback_cow(), which was at best
ambiguous, and at worst, wrong.
2006-03-29 19:36:55 +00:00
wiz
8e0f8a9308 Bump date for previous. 2006-03-28 21:43:06 +00:00
kleink
944c7fb436 Make <sys/audioio.h> include prerequisite headers; audio(4) was incomplete
with regard to required headers, and besides that it also matches Solaris.
2006-03-28 21:12:04 +00:00
riz
ef1e9e4fce Since the swcrypto pseudo-device is now needed for using the crypto
framework without a hardware accelerator card, make sure it has
some accessible documentation.
2006-03-28 20:50:57 +00:00
wiz
6fe30ff19c Whitespace cleanup, fix xref section. 2006-03-28 19:13:04 +00:00
riz
4f135818de Jumbo frames now work under NetBSD, so note it. 2006-03-28 18:32:49 +00:00
tnozaki
307ce80709 add kk_KZ.PT154 locale and iconv support for PTCP154. 2006-03-28 14:44:00 +00:00
yamt
f65df05e9a mention values of each signals as errno(2) does. 2006-03-28 09:45:26 +00:00
he
50ea083318 The -Wno-packed switch is a gcc3+ thing, so place it where it won't
be picked up by gcc 2.95.3.  Fixes build problem for vax.
2006-03-27 11:50:08 +00:00
ghen
5f73509dc3 Document the defaultroute6 rc.conf variable and the /etc/mygate6 file in
/etc/defaults/rc.conf, /etc/mtree/special, and rc.conf(5).  Ok with wiz.
2006-03-27 10:07:07 +00:00
wiz
dbbf45d92e Bump date for previous. 2006-03-26 15:49:24 +00:00
wiz
d57d73b3ba Sort SEE ALSO. 2006-03-26 14:27:54 +00:00
wiz
75c0f53dfe Add devices that were added in 1.25 to SEE ALSO. 2006-03-26 14:27:19 +00:00
rpaulo
d82f900b88 Add information about the Conexant LANfinity and mention Frank Wille as the
responsible.
2006-03-26 12:38:21 +00:00
dogcow
7c781162f5 Add -Wno-packed, in preparation for gcc4.1.x; unlike most of the other
warnings, it (at best) flags possible underoptimization, and not any
code defects.
2006-03-25 22:23:04 +00:00
xtraeme
5474f575fe Mention rgephy(4). 2006-03-25 17:46:09 +00:00
xtraeme
4edeee0717 Add basic rgephy(4) manpage, from OpenBSD. 2006-03-25 17:38:34 +00:00
rpaulo
9fa09ac376 Add sony* at acpi? 2006-03-25 12:34:16 +00:00
xtraeme
228ad2d6c4 ral(4) at cardbus supported too. ok rui 2006-03-25 11:17:49 +00:00
rpaulo
5ce602f150 Add a new devices (wireless and scsi). 2006-03-25 10:47:53 +00:00
tnozaki
55e54105e0 1. remove duplicated entry(et_EE.UTF-8).
2. add missing LC_MESSAGES alias.
   during cvs diff -r1.2, following locale aliases are introduced:
	+ af_ZA.UTF-8
	+ be_BY.UTF-8
	+ en_NZ.UTF-8
	+ et_EE.UTF-8
	+ eu_ES.UTF-8
	+ pt_BR.UTF-8
	+ ro_RO.UTF-8
	+ sr_YU.UTF-8	<- en_US.UTF-8
	+ zh_CN.GB2312	<- zh_CN.eucCN (for Linux/FreeBSD compatibility)
2006-03-24 11:54:52 +00:00
tnozaki
ade0b1e1b5 add following locales:
af_AZ.ISO8859-1/15
	be_BY.ISO8859-5
	en_NZ.ISO8859-1/15
	et_EE.ISO8859-15
	eu_ES.ISO8859-1/15
	pt_BR.ISO8859-1
	ro_RO.ISO8859-2
	sr_YU.ISO8859-2/5
	ukUA.CP1251/ISO8859-5
2006-03-23 23:23:38 +00:00
xtraeme
1c141bfd60 Enable ciss(4) manpage. 2006-03-23 20:51:18 +00:00
wiz
483dddc5d2 Excise kerberosIV. Bump date. 2006-03-23 20:08:31 +00:00
wiz
f8d150b208 New sentence, new line. 2006-03-23 19:54:43 +00:00
wiz
145c75f9a8 Formatting fixes, typo fixes, sort SEE ALSO, more markup.
New sentence, new line.
2006-03-23 19:53:07 +00:00
wiz
8e323adb41 Various minor improvements. 2006-03-23 19:48:52 +00:00
wiz
320f1ea952 Capitalize Ethernet. 2006-03-23 19:44:49 +00:00
garbled
bf7238bf2d Descend into man8.prep 2006-03-23 18:57:59 +00:00
garbled
02894adfd7 Adding makefile here.. caught by wiz. 2006-03-23 18:54:43 +00:00
garbled
8bfa555aaa Add a boot(8) manpage for prep. 2006-03-23 18:15:34 +00:00
garbled
adb4cd42dc Add a manpage for prep's mkbootimage(8). 2006-03-23 18:13:34 +00:00
jonathan
9c52d6aebc Commit work-in-progress draft of ciss.4 manpage, per havard's request. 2006-03-22 03:59:21 +00:00
gdamore
10d412b26d Bump date. Ooops. 2006-03-21 19:49:00 +00:00
gdamore
426dac3334 Added more system models.
More information on system devices.
2006-03-21 19:48:24 +00:00
christos
9e91483c3d There is always one more KRB4 thing to remove. (from Jukka Salmi) 2006-03-20 21:48:43 +00:00
christos
6b61cedf51 Remove krb4 variables and libraries (Jukka Salmi) 2006-03-20 21:27:31 +00:00
christos
c9a2b557c6 remove KRB4 libraries (Jukka Salmi) 2006-03-20 21:26:15 +00:00
christos
26c486a7c8 more Kerberos4 cleanup. 2006-03-20 21:25:31 +00:00
christos
5e46421102 Oops, I did not mean to commit that [turning on relative symlinks] 2006-03-20 18:18:41 +00:00
rpaulo
cde2100ae9 Add EOF and EOT. 2006-03-20 12:22:08 +00:00
christos
85e611dd01 Goodbye KerberosIV 2006-03-20 04:03:10 +00:00
tnozaki
e01718f7f1 do not use LS0/LS1 but SI/SO. 2006-03-17 16:37:10 +00:00
tnozaki
2a441a26bc fix invalid charset-bit. 2006-03-17 16:25:06 +00:00
yamt
95d49eaf40 ETA estimated time of arrival 2006-03-16 23:27:20 +00:00
wiz
e4db2061d4 Comment out xrefs to man pages we do not have. Add serial comma. 2006-03-16 22:04:25 +00:00
jwise
8bc0f5da0f Now that we have real build system support for syspkgs, remove someone's
half-implemented idea of building `syspkgs' (really a few giant blobs of the
same granularity of the old sets) using install(1).
2006-03-16 18:43:34 +00:00
tnozaki
c0f03c8796 suppress annoying warning messages.
noticed by hannken AT netbsd DOT org, thanks.
2006-03-16 14:28:19 +00:00
wiz
3ddd4aaeb8 Sort SEE ALSO. 2006-03-16 10:27:50 +00:00
lukem
8fbf6b6747 The argument to ENVSYS_GTREDATA is envsys_tre_data_t not envsys_tre_data. 2006-03-15 11:23:30 +00:00
tnozaki
10269f58df added be_BY.CP1251, ru_BY.CP1251, ru_RU.CP1251 locale.
requested by cheusov AT tut DOT by, thanks.
2006-03-14 16:16:44 +00:00
kent
a5025b9e3c - add AMD 8111 to supported devices.
- bump date
2006-03-14 04:31:17 +00:00
chs
4874774bde add nfe. 2006-03-14 04:21:48 +00:00
tnozaki
274950e65d added macintosh encodings(single-byte only). 2006-03-13 19:45:35 +00:00
chs
388c5496c2 add nfe driver and manpage from OpenBSD. 2006-03-12 22:40:42 +00:00
rpaulo
111c52b93b ISO8859-1 is the correct character code. Move file accordingly.
Pointed out by Jukka Salmi.
2006-03-12 15:06:13 +00:00
rpaulo
1ac2ce7f2d Add Swiss German and French versions of PS/2 keycodes.
Fixes PR 29840, PR 22976, PR 23105 and PR 32891.
2006-03-12 12:38:34 +00:00
wiz
13e5c00db5 Bump date for previous. 2006-03-12 10:40:13 +00:00
dyoung
c205496a96 Note in radiotap header file and manual page that radiotap fields
are little-endian.  Fix wi(4) and atw(4) to reflect this fact.
2006-03-12 03:22:02 +00:00
jschauma
9622e4afec Note that one also needs EXEC_ELF32 in addition to COMPAT_NETBSD32. 2006-03-11 16:59:26 +00:00
kleink
4e2ab73ea3 Document libkern's bcdtobin(9)/bintobcd(9). 2006-03-11 15:47:09 +00:00
wiz
e8b26e52e7 Bump date for previous. 2006-03-11 12:00:53 +00:00
wiz
d2ef0ab6f5 Better markup, increase tag width, move around
sentences a bit to improve tag formatting.
Bump date for previous.
2006-03-11 11:57:18 +00:00
wiz
d2b14772c6 s/.br/.Pp/; mark up AUDIOPOWER*; new sentence, new line.
Bump date for previous.
2006-03-11 11:52:17 +00:00
wiz
b4e23e794b Bump date for previous. 2006-03-11 11:49:33 +00:00
wiz
94e629f163 New sentence, new line. 2006-03-11 11:34:57 +00:00
wiz
3402be3b88 Bump date for previous. 2006-03-11 09:15:58 +00:00
wiz
74631fa690 Drop trailing whitespace. 2006-03-11 09:14:49 +00:00
elric
e83767b927 Correct statements about our supported key lengths for blowfish. 2006-03-11 08:04:48 +00:00
hamajima
28405426f4 Add support for EXAR XR17D15x serial. 2006-03-09 15:24:21 +00:00
dogcow
824b02d959 add ACPI_DSDT_OVERRIDE and ACPI_DSDT_FILE 2006-03-09 00:34:07 +00:00
bouyer
d43ac7ad9d Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.
2006-03-07 22:11:25 +00:00
pooka
cbb99f35f7 document CIRCLEQ_LOOP 2006-03-07 18:13:43 +00:00
pooka
5f64ff8fb1 add fdclone to NAME also 2006-03-07 17:24:35 +00:00
pooka
25833a1352 fdavail is a goner 2006-03-07 17:22:10 +00:00
jmcneill
675467928f Document powerstate callback in audio_hw_if 2006-03-07 15:18:11 +00:00
jnemeth
e8c92f0c6b PR/30923: Zafer Aydogan: pam too verbose
Make it explicit that by default, you can only login as root on the console.

Approved by christos@.
2006-03-06 23:16:44 +00:00
bouyer
f656fa41eb Add svwsata(4), a driver for Serverworks K2 SATA controllers. From
OpenBSD via Joerg Sonnenberger.
2006-03-06 18:35:24 +00:00
martin
60e2115aff Add support for Moxa CP104 serial card, from Olivier Cherrier 2006-03-06 08:26:20 +00:00
rumble
04fd847c8a Add a few cross-references. 2006-03-05 00:08:32 +00:00
rumble
2f6e320cf1 Add a terse man page for the grtwo framebuffer driver. 2006-03-05 00:04:13 +00:00
rumble
727090f650 Mention VOP_KQFILTER briefly. Its description could be more thorough, but
I am unfamiliar with the kqueue framework. Also fix a typo while we're
here.
2006-03-04 20:36:15 +00:00
rumble
5ba5e6b230 Typo. 2006-03-04 20:34:08 +00:00
sketch
be13a5513e Bump date for previous. 2006-03-04 15:05:02 +00:00
rumble
5c3d90aec9 Mention Personal Iris 4D/3x support. 2006-03-03 17:21:05 +00:00
rumble
f76a328cb8 Update namei(9) comments and man page to indicate that we operate on
vnodes, not inodes.
2006-03-03 16:15:11 +00:00
rumble
3cc6712507 Bump date for previous commit, preempting wizd. 2006-03-03 13:38:29 +00:00
rumble
958a7fb3f0 Add missing vnode flags and tags from sys/vnode.h. Reorder a few things to
match the header file, and fix a few typos/grammar points.
2006-03-03 02:17:41 +00:00
uwe
21b23bddd2 Remove BUGS section and xref clock_ymdhms_to_secs(9).
While here, use hyphen in "battery-backed" consistently.
2006-03-02 19:49:25 +00:00
uwe
caabd1570d Remove BUGS section and xref clock_secs_to_ymdhms(9).
While here, use hyphen in "battery-backed" consistently.
2006-03-02 19:47:25 +00:00
tls
6ec59ec9f3 Add line from NetBSD 0.8 to FreeBSD 1.0, reflecting the fact that the
patchkit maintainers were provided with a prerelease snapshot of NetBSD,
changes from which they integrated into their working tree, well prior
to their announcement of the FreeBSD project.  Per personal communications
with Charles Hannum and Chris Demetriou.  This line is in at least one
other published version of this chart, but seems to never have been in
the version in our repository (unfortunately, cvs diff on ascii art is
not very helpful).
2006-03-02 16:21:53 +00:00
rpaulo
c21b54db25 Sync with FreeBSD v 1.101. Daemon News only changed the url of it, it
was not dead.
2006-03-02 14:47:29 +00:00
rpaulo
3c9b6de679 Point the url of the "BSD Family Tree" article to my public_html on
www.netbsd.org since the original url is now dead.
2006-03-02 14:36:21 +00:00
tron
70defdc96c "PVG" is now used for the Pudong International Airport. 2006-03-02 13:43:52 +00:00
wiz
fa0d64af6d .sp -> .Pp 2006-03-01 23:49:57 +00:00
wiz
daeef7810f Only use mdoc macros. Improve wording. Bump date for last-but-one. 2006-03-01 23:29:07 +00:00
wiz
2fe0d84053 Use more markup. New sentence, new line. Remove trailing whitespace. 2006-03-01 23:25:06 +00:00
wiz
8181a73d98 Bump date for previous. 2006-03-01 23:22:23 +00:00
gdamore
f0d12e0d52 Document new pci_find_rom() API. 2006-03-01 21:40:17 +00:00
pooka
9ae08e579b while WFH add WFH 2006-02-27 17:31:14 +00:00
gdamore
9342d0e1b6 Note caveats about PCI_MAPREG_TYPE_ROM. 2006-02-27 16:19:23 +00:00
sketch
bd7b072254 Update documentation to reflect reality; uvm_init() runs after the console
has been configured, then cpu_startup() prints the initial copyright banner.
2006-02-27 11:21:03 +00:00
lukem
8e931a8920 Use device number as well as inode to detect hardlinks.
Rename shell variable names to more accurately their purpose.
2006-02-27 09:08:10 +00:00
lukem
99f38b2f21 Deal correctly with hard-linked timezone (synonym) files during
the copy from the build directory to the DESTDIR.
/usr/share/zoneinfo is now smaller & use less inodes again.
Fixes problem I introduced in rev 1.37 on 2004/01/30.
2006-02-27 08:08:50 +00:00
wiz
120c0e6d94 NetBSD -> Nx; break lines after 80 chars; other minor fixes. 2006-02-25 22:57:09 +00:00
wiz
0db89c4942 Remove trailing whitespace. 2006-02-25 22:54:23 +00:00
christos
c9ec09a52e spelling fixes Trond Endrestøl 2006-02-25 21:58:16 +00:00
christos
f7d011d759 Add 3 man pages from: Stephan Meisinger 2006-02-25 17:42:42 +00:00
wiz
4ab9075a6b Mention the preferred option order in
getopt(), usage(), and man page.
Suggest describing newly added options in usage() and man page.
2006-02-25 11:07:19 +00:00
wiz
c3afd770fe Add PDQ: pretty darn quick. 2006-02-25 04:13:54 +00:00
wiz
5d1e8b2745 Fix some typos. 2006-02-25 02:28:55 +00:00
christos
5a55d7f236 remove vinum 2006-02-25 01:58:03 +00:00
wiz
c1ab60f52a Improvements from jmc@openbsd. 2006-02-25 01:04:26 +00:00
wiz
3cfbbb6922 Serial comma, and remove leading space. 2006-02-24 22:04:15 +00:00
wiz
de6fbce2a6 Use \*[Am] for better HTML output. 2006-02-24 21:57:22 +00:00
wiz
6506e28d85 Bump date for previous. 2006-02-24 21:50:43 +00:00
pooka
9b67fde0e2 document fdclone 2006-02-24 12:47:18 +00:00
garbled
8609f77fcb the prototype for pci_conf_interrupt() was wrong. correct. 2006-02-22 03:07:40 +00:00
bjh21
c892ebfd2b Document "show all pages". Reminded by wiz. 2006-02-19 22:46:40 +00:00
xtraeme
1587eed13a * Add missing "re* at cardbus? function ?"
* Xr cardbus(4)

Bump date.
2006-02-19 09:40:32 +00:00
jmcneill
234804d618 Reflect shadow framebuffer changes (hi wiz!). 2006-02-18 18:36:26 +00:00
tnozaki
71d1b0a7b1 CP936/GBK mapping table incomplete. 2006-02-15 19:33:06 +00:00
wiz
44fca01305 mdoc and wording improvements. 2006-02-13 19:57:58 +00:00
wiz
87757c7ebc Bump date for previous. 2006-02-13 19:48:57 +00:00
macallan
503ed99804 add vcons.9 2006-02-12 23:16:03 +00:00
macallan
1f4c33f072 crude attempt on a man page for the generic virtual consoles framework 2006-02-12 23:06:42 +00:00
gdamore
bea21c55c8 Added a HISTORY section. 2006-02-12 16:42:32 +00:00
chs
899d1b31b2 convert "magiclinks" from a per-fs mount option to a system-wide sysctl.
as discussed on tech-kern quite some time ago.
2006-02-12 01:32:06 +00:00
christos
4130c6c35e New version from David Boggs. 2006-02-11 23:02:56 +00:00
ross
cf5f509b2f Move "OEA Only" to the powerpc subsection header. 2006-02-11 18:45:01 +00:00
wiz
f0bf09cccc New sentence, new line; bump date for previous. 2006-02-11 18:36:20 +00:00
ross
af8e3c5091 document for powerpc option PTEGCOUNT=value 2006-02-11 18:33:34 +00:00
tnozaki
30d806de60 remove codepoint overlaps with KS5601. 2006-02-11 17:31:43 +00:00
tnozaki
254e94eef6 remove codepoint overlaps KS5601.
see src/share/i18n/esdb/CP/CP949.src
2006-02-11 16:26:46 +00:00
tnozaki
0f4c8d531d Fix lib/32749: iconv(3): CP949 mapping table is incomplete.
reported by Sergey Svishchev, thanks.
2006-02-11 14:49:50 +00:00
wiz
2177e61d69 Sort SEE ALSO, rewrite HISTORY :) . 2006-02-11 10:38:07 +00:00
wiz
55db222927 Sort sections. 2006-02-11 10:37:44 +00:00
gdamore
8baaa3242f Added evbmips section, including intro and aupci man pages. 2006-02-10 21:50:06 +00:00
wiz
2f8629b864 New sentence, new line. 2006-02-09 23:19:39 +00:00