Commit Graph

9312 Commits

Author SHA1 Message Date
tnozaki
57b95db2c8 add iconv support for CP1131(Belarus DOS code). 2006-06-16 20:09:23 +00:00
tnozaki
a302e2a921 added iconv support for georgian-ps, georgian-academy. 2006-06-15 15:34:20 +00:00
yamt
0f9ed224d3 uvm_swapin: process -> lwp 2006-06-13 13:23:59 +00:00
msaitoh
d7c5c79883 add i8257[123] 2006-06-10 08:06:51 +00:00
christos
79867d81ea PR/33681: Scott Ellis: Building 'bc' with SHAREDSTRINGS=yes fails
We need CPPFLAGS too now.
2006-06-09 19:16:36 +00:00
elad
2df93916c9 add KPI 2006-06-09 07:07:28 +00:00
rpaulo
2e83915da9 Add variables for /libdata/firmware path. 2006-06-07 18:49:36 +00:00
rpaulo
f7625fc018 Update to the latest revision from OpenBSD. 2006-06-07 18:38:59 +00:00
tnozaki
f52a3ac4b6 1-29(0x213D) is not HORIZONTAL BAR(U+2015) but EM DASH(U+2014). 2006-06-07 17:04:37 +00:00
chap
42f4810aa0 Reword a couple of spots that committed too much internal detail, spotted
by brian and der Mouse, and another that seemed to throw a reader. Add
the CODE REFERENCES section.

Critical discussion of this man page:
http://mail-index.netbsd.org/tech-kern/2006/06/04/0012.html et seq.

And with all that, what a lucky break to catch that I was thinking of
the /reciprocal/ of the load factor, before anybody else spotted it!
Now I can fix it before anybody notices. Heh. Wait, is this going in
the lo^C
2006-06-05 16:48:35 +00:00
perry
494da5ef96 add a couple of .Xr's to config(5).
Not yet really enough, but a bit for now.
2006-06-04 21:58:21 +00:00
perry
9ea4211ee2 .Xr config 5
Might need a bit more, but this looked okay for now.
2006-06-04 21:55:50 +00:00
chap
f3ef5715ba Document the recent trunk changes to ntp_gettime(2) (Hi Matthias!). 2006-06-04 15:46:08 +00:00
chap
8af3733e5a Document kernel function hashinit/hashdone.
"No[ objections] here." -christos@
2006-06-04 14:45:34 +00:00
mrg
0b591d2dfd delete support for USE_TOOLS_TOOLCHAIN and HAVE_GCC==2.
update the list of platforms that build for GCC4 (but do not switch
any of them yet.)
2006-06-02 22:21:34 +00:00
mrg
db19e89e04 remove support for building (with) GCC 2.95. also:
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
2006-06-02 22:16:18 +00:00
jnemeth
4d5f1df695 add BQS 2006-05-30 03:54:20 +00:00
christos
2cbaed172f Remove sendmail. 2006-05-30 00:42:29 +00:00
wiz
a58ea03a37 Improve documentation for ! in check_devices_ignore_paths. 2006-05-29 22:07:25 +00:00
yamt
3d6707fa0d remove kauth_cred_destroy. 2006-05-28 06:50:37 +00:00
lukem
6d23caf285 Implement check_devices_ignore_paths, which is a list of paths to
avoid traversing during check_devices.
2006-05-25 02:38:10 +00:00
uwe
d5328b65a0 Enable -Wold-style-cast for sh3 now that its stadarg.h doesn't use LHS casts. 2006-05-22 00:43:04 +00:00
christos
0d1e2d0056 Remove -Wno-attribute for gcc4 2006-05-20 00:48:41 +00:00
tsutsui
d4b574cc47 Mention COMPAT_30. 2006-05-19 17:53:18 +00:00
tsutsui
68f7891240 Mention options COMPAT_20 is also required for obsolete getfsstat(2)
and fhstatfs(2) system calls.
2006-05-19 17:43:44 +00:00
pavel
225c3d2ff3 Do not warn that Ultra160 controllers are limited to 80MB/s. My AHA 29160
works in the Ultra160 mode:

ahc0 at pci0 dev 6 function 0: Adaptec 29160 Ultra160 SCSI adapter
ahc0: interrupting at eb164 irq 0
ahc0: aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
scsibus1 at ahc0: 16 targets, 8 luns per target
sd1 at scsibus1 target 0 lun 0: <SEAGATE, ST336607LW, 0007> disk fixed
sd1: sync (12.50ns offset 63), 16-bit (160.000MB/s) transfers, tagged queueing
sd2 at scsibus1 target 8 lun 0: <SEAGATE, ST336607LW, 0007> disk fixed
sd2: sync (12.50ns offset 63), 16-bit (160.000MB/s) transfers, tagged queueing

(Those two drives can read at a speed of 64 MB/s each, in parallel.)

Bump date.
2006-05-19 16:15:14 +00:00
cube
f8934ee93b Install compat_30.8 [hi chap!]. 2006-05-18 21:22:33 +00:00
chap
a24d299bb5 Add compat_30.8 man page, incorporating suggestions
by <wiz> and <pavel>.
2006-05-18 17:08:04 +00:00
liamjfoy
4876c304b1 Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
'pseudo-device	carp'

Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@
2006-05-18 09:05:49 +00:00
kiyohara
005a7b1437 Add man page for lmtemp(4). 2006-05-17 00:28:02 +00:00
elad
97e393b1f1 kill unused man-pages. prompted by Iain Hibbert. 2006-05-16 15:56:15 +00:00
elad
04d63f90b5 Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
W^X mappings.

Disabled by default.

First proposed in:

	http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html

More information in:

	http://pax.grsecurity.net/docs/mprotect.txt

Read relevant parts of options(4) and sysctl(3) before using!

Lots of thanks to the PaX author and Matt Thomas.
2006-05-16 00:08:24 +00:00
christos
f5b793f884 a new one for me. 2006-05-15 14:11:07 +00:00
yamt
23e67e66d2 add a missing \ . 2006-05-14 22:48:58 +00:00
elad
1674cef53d add kauth man-page. 2006-05-14 22:07:22 +00:00
uwe
f668cd8f95 G/c properties(9) and links. They are marked as obsolete in the sets
already.
2006-05-14 15:43:42 +00:00
rpaulo
57231b0296 Sync with FreeBSD rev. 1.103: OpenBSD 3.9 and FreeBSD 6.1. 2006-05-13 18:49:28 +00:00
xtraeme
04b76accfc This driver does not support IT87xxF chips anymore. 2006-05-13 09:06:25 +00:00
xtraeme
fda8d0a4d7 Xref it(4) 2006-05-13 09:04:48 +00:00
xtraeme
33a96be9f2 Driver for iTE IT87xxF and compatibles hardware monitor. Add
commented out entries on GENERIC and GENERIC_LAPTOP.

Adapted from OpenBSD.
2006-05-13 09:02:18 +00:00
lukem
a6538b604a LDFLAGS is for CC not LD. 2006-05-12 04:29:08 +00:00
mrg
8794aeca0e support CPPFLAG_ISYSTEMXX for GCC4. 2006-05-12 02:04:55 +00:00
mrg
38ef023f65 like we do for -Wno-traditional, remove -Wstrict-prototypes and
-Wmissing-prototypes from C++ since those are always requird for C++.
2006-05-12 02:03:35 +00:00
mrg
1ed40e7c8b add support for ${OBJCOPTS} and ${OBJCOPTS}.<lib|prog|fn>. 2006-05-11 23:47:34 +00:00
mrg
ae844d5313 turn on -Wno-pointer-sign for all kernel code. 2006-05-11 22:24:48 +00:00
gdamore
1247b1ef2d Add preliminary documentation for DDC and EDID subsystem. 2006-05-11 21:00:18 +00:00
mrg
8154510479 for now, turn on -fno-strict-aliasing for GCC4. 2006-05-11 00:46:57 +00:00
xtraeme
50d9e15bdc Mention that it was ported for NetBSD 4.0. 2006-05-07 02:01:26 +00:00
jmcneill
cab8eb4069 Man page for the Intel PIIX4 power management driver. 2006-05-07 01:34:46 +00:00
groo
ad8b178abb Add common/include to include path.
HI JASON!
2006-05-06 02:20:23 +00:00
wiz
d402623a86 Remove trailing space. 2006-04-30 15:37:44 +00:00
rpaulo
6074aec576 Add irdaattach and hostapd. 2006-04-30 15:28:34 +00:00
rpaulo
5d222d28ff Add a hostapd.conf example based on the one distributed with hostapd. 2006-04-30 13:52:35 +00:00
peter
2c36209bf8 Use american english and fix a typo. 2006-04-29 14:34:25 +00:00
wiz
2c93523996 New sentence, new line; capitalize Ethernet. 2006-04-28 22:13:08 +00:00
martin
c9cf9bd396 Remove an old bug item - this is not client only anymore.
Add a section describing how we "violate" the standard by allowing larger
MTUs and why this is a good thing.
2006-04-28 08:15:30 +00:00
wiz
8868e3b665 Bump date for previous. 2006-04-28 06:04:27 +00:00
hubertf
8937cec96c How to enter ddb on a xen comU: +++++
By Jeff Ito (ijk at speakeasy dot net) on port-xen@
2006-04-27 11:23:19 +00:00
wiz
9d6f9cc626 Fix typo.
If you are the only hit on Google,
chances are high that something's wrong :)
2006-04-25 06:24:57 +00:00
rtr
fda8fb7c07 list -> lists 2006-04-25 01:45:17 +00:00
wiz
7827f466ab Mark up functions with .Fn; new sentence, new line. 2006-04-24 21:53:48 +00:00
snj
bf5ceaae16 It's "its." 2006-04-24 18:00:53 +00:00
jmcneill
e04eaffce1 Add vesafb man page. 2006-04-24 14:35:15 +00:00
wiz
18cc3581fb New sentence, new line. Some fixes for HTML output.
Add RCS Id. Other minor fixes.
2006-04-23 17:40:08 +00:00
rittera
e067575084 Added ndis.4, a manpage describing the use of ndis drivers. OK'ed by hubertf 2006-04-23 01:34:01 +00:00
christos
df4a13ef08 New version from David Boggs 2006-04-20 16:53:19 +00:00
uwe
e34bcd0c5a netwinder uses loadable server modules.
(Oops, forgot to commit this change along with other netwinder
X server commits.  Unbreaks builds.)
2006-04-17 12:50:51 +00:00
jmmv
766ab88550 The getwschar and putwschar accessops are gone. 2006-04-15 17:54:34 +00:00
jmmv
36c5a043b5 WSDISPLAY_CHARFUNCS is gone. 2006-04-15 17:51:24 +00:00
jmmv
38d8c6bf5c Document that the ioctl and mmap accessops now take an extra parameter that
points to the screen on which these were called.
2006-04-12 19:45:17 +00:00
tnozaki
68099f2838 1. make fullwidth space as printble(also blank).
suggested by yamt-san.
2. JISX0201 2/1 - 2/5 is not phonogram, change it as punct.
2006-04-11 18:45:03 +00:00
tls
3b526da7d6 bsd.lib.mk used MKDEBUG, but nothing defined it. Fix this. 2006-04-09 04:21:27 +00:00
christos
1c364e3284 Add MKDEBUG and the ability to build debugging versions of the libraries. 2006-04-09 01:52:06 +00:00
wiz
65236f0cee Fix date (no leading zero); use Dq. 2006-04-08 23:12:13 +00:00
wiz
94331e28dc Add RCS Id. Fix Nx argument. 2006-04-08 23:10:40 +00:00
wiz
bd3d86b969 Add RCS Id. 2006-04-08 23:10:03 +00:00
tnozaki
ffcda0dc45 fix wrong token, s/DST_ILSEQ/DST_INVALID/. 2006-04-08 15:47:39 +00:00
tnozaki
451ff41269 fix typo, s/ISO-5427/KOI7/ 2006-04-08 14:26:45 +00:00
tnozaki
a3e63d71ca add following encoding support to iconv:
* KOI-7(iso-ir-37, iso-5427)
	* KOI-8(old KOI8)
	* KOI7-switched(iso-2022 variant)
	* KOI8-C -- Pablo Saratxaga's  X_LOCALE KOI8-C(Caucasus)
	* KOI8-CyrillicOld -- Serge Winitzki's KOI8-C(Cyrillic-Old)
	  ** not exported yet **
	* KOI8-E(iso-ir-111, ecma-cyrillic)
	* KOI8-RU
	* KOI8-T
2006-04-08 14:15:48 +00:00
rpaulo
3828a8c073 Explain where did the IPv6 support came from. 2006-04-08 13:58:24 +00:00
rpaulo
a758ab2541 Explain IFHEAD ioctls. They also disable SLMODE and they SLMODE disables
IFHEAD.
From FreeBSD.
2006-04-08 12:16:55 +00:00
mrg
0db1500b43 retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
riz
637bfc29f9 Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
gpioow(4), attaching a bit-banging driver via a GPIO pin.  Also,
owtemp(4) which supports some of the 1-Wire temperature sensors, including
the DS18b20 and DS1920 - temperatures are returned via the envsys(4)
framework.

Original drivers by Alexander Yurchenko (grange@openbsd), with envsys(4)
support and a fix to the 1-wire search algorithm (for discovering
devices on the bus) by me.

As discussed on tech-kern earlier this week.
2006-04-07 18:55:21 +00:00
simonb
69a5c042bc Don't need an RCS "Id" keyword, already have the "NetBSD" keyword at the
top.
2006-04-06 00:19:06 +00:00
drochner
9813c5ea29 remove get/setborder from accessops 2006-04-05 15:25:15 +00:00
rtr
1b5ececaf1 fix typo 2006-04-05 11:11:07 +00:00
wiz
d2420fdc86 Bump date for previous. 2006-04-04 20:48:21 +00:00
wiz
0f177102d6 Whitespace nits. 2006-04-04 20:34:46 +00:00
mrg
a9fc8e65cd actually, chuq says that now kcopy(9) should return a real errno in
the failure case (usually what ever uvm_fault() returned.)
2006-04-04 18:50:27 +00:00
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