thorpej
65412a2710
Implement expansion of special "magic" strings in symlinks into
...
system-specific values. Submitted by Chris Demetriou in Nov 1995 (!)
in PR kern/1781, modified only slighly by me.
This is enabled on a per-mount basis with the MNT_MAGICLINKS mount
flag. It can be enabled at mountroot() time by building the kernel
with the ROOTFS_MAGICLINKS option.
The following magic strings are supported by the implementation:
@machine value of MACHINE for the system
@machine_arch value of MACHINE_ARCH for the system
@hostname the system host name, as set with sethostname()
@domainname the system domain name, as set with setdomainname()
@kernel_ident the kernel config file name
@osrelease the releaes number of the OS
@ostype the name of the OS (always "NetBSD" for NetBSD)
Example usage:
mkdir /arch/i386/bin
mkdir /arch/sparc/bin
ln -s /arch/@machine_arch/bin /bin
2005-06-23 00:30:28 +00:00
kent
4239255ec0
correct synopsis: "audio* at audiobus?", not "audio* at devicename?"
...
bump date
2005-06-22 04:30:08 +00:00
kent
ea2fd937b5
- cross-reference from/to ac97(4)
...
- correct synopsis: "audio* at audiobus?" instead of "audio* at devicename?"
bump date
2005-06-22 04:19:09 +00:00
wiz
1129c8c029
Add ac97(4) man page from OpenBSD, written by Constantine Sapuntzakis.
...
Suggested by kent@.
2005-06-21 18:11:38 +00:00
kent
c782306795
add azalia(4) man page
2005-06-21 17:37:06 +00:00
peter
52eb5d87eb
Use .Fx for FreeBSD.
2005-06-20 14:02:30 +00:00
peter
0105f057d6
siginfo(5) -> siginfo(2).
2005-06-20 13:48:14 +00:00
peter
a9b411c198
Change all .Xr config 8 to .Xr config 1, following the recent move of
...
config from usr.sbin -> usr.bin.
Reviewed by wiz.
2005-06-20 13:25:23 +00:00
peter
395b29c382
Document MAXFILES, bump date. From PR/29136.
2005-06-20 10:41:29 +00:00
briggs
b75c4bf0e2
Add an initial man page for ataraid(4).
2005-06-20 03:08:25 +00:00
atatat
df13e3579e
Change the rest of the sysctl subsystem to use const consistently.
...
The __UNCONST macro is now used only where necessary and the RW macros
are gone. Most of the changes here are consumers of the
sysctl_createv(9) interface that now takes a pair of const pointers
which used not to be.
2005-06-20 02:49:18 +00:00
peter
9b5bad91b8
Use 'pattr' consistently, bump date.
2005-06-19 11:36:55 +00:00
peter
8704f18e38
Install vinum(4) manpage.
2005-06-17 17:12:57 +00:00
peter
63e19c89a6
- Correct the IFQ_ENQUEUE macro.
...
- Fix some internal variable names for some macros.
- A few corrections from the OpenBSD manpage.
2005-06-17 14:10:50 +00:00
peter
34a350c3ee
s/CPU_DUMPCONF/CPU_ROOTCONF/
2005-06-14 12:51:19 +00:00
peter
714eadb4be
Add FOS to the acronyms list, from PR/21549.
2005-06-14 12:26:32 +00:00
peter
c414450863
Sync struct sockaddr_in6 with sys/netinet6/in6.h.
2005-06-14 12:14:15 +00:00
peter
8a4c428f96
Sync struct sockaddr_in with sys/netinet/in.h.
2005-06-14 12:13:14 +00:00
peter
0bd9d20336
Sync with sys/ufs/ffs/fs.h.
2005-06-14 12:11:20 +00:00
dyoung
960c071724
Add definitions for the new "host tools " disklabel and fdisk.
...
Define TOOL_DISKLABEL and TOOL_FDISK. Also introduce HOST_INSTALL_DIR
and HOST_INSTALL_SYMLINK. These re-usable definitions help me to
install headers for disklabel and fdisk into ${TOOLDIR}/include/nbinclude/.
2005-06-12 19:31:25 +00:00
wiz
23332a2615
Improve .An support: recognize -nosplit.
2005-06-11 23:46:57 +00:00
wiz
6ffd1dd8c1
NetBSD -> .Nx.
2005-06-10 20:48:59 +00:00
wiz
7cbffa94c5
Remove superfluous word, found by Jared Yanovich,
...
forwarded by jmc@openbsd.
2005-06-10 17:48:34 +00:00
mrg
11e42a915f
re(4) works on sparc64 now. bump date.
2005-06-10 08:06:33 +00:00
junyoung
5f95214f7d
More clarification on uintN_t.
2005-06-10 06:35:41 +00:00
thorpej
83f1b1db79
EtherLink 16, not EtherLink II
2005-06-10 01:11:49 +00:00
soren
444a2a0572
Revert previous change; the microphone input DMA channel is still not visible
...
to userland.
2005-06-08 17:55:06 +00:00
wiz
b0d70faefb
Grammar fix and improvement from jmc@openbsd.
2005-06-06 02:04:03 +00:00
he
34094b7804
Catch up to changes in prototype for a few functions, which changed some
...
"char*" parameters to "const char*".
2005-06-05 15:36:47 +00:00
wiz
fc2b917f4e
Bump date for BUGS section removal.
2005-06-05 15:22:04 +00:00
soren
4b45984050
Xref ahd.4.
2005-06-05 15:21:23 +00:00
soren
489bf9d06d
Microphone support was added some time ago.
2005-06-05 15:19:35 +00:00
uwe
c7dd3646ae
Update to reflect the constification of the arguments of
...
ttyldisc_lookup and ttyldisc_remove.
2005-06-04 22:49:32 +00:00
lukem
87b3e94478
Don't add -Wno-uninitialized to CFLAGS if WARNS > 0 and HAVE_GCC != no,
...
as gcc3 generates much less false positives for -Wuninitalized and I
have found genuine bugs with this warning enabled.
Tested by building a full release of NetBSD/i386.
2005-06-04 12:17:45 +00:00
wiz
cc2834abee
Spell out month in Dd; move a line that is not in an
...
item before list begin; case fix.
2005-06-04 09:33:51 +00:00
yamt
3541658446
document BUFQ_READPRIO and BUFQ_PRIOCSCAN.
2005-06-04 06:52:35 +00:00
wiz
e14c57c8cd
New sentence, new line. Add xrefs to csh and ksh.
...
From jmc@openbsd.
2005-06-03 20:49:12 +00:00
wiz
35d02e369c
Update pool_prime description to match change in v1.55 of kern/subr_pool.c
...
(from 2001).
Noted by go@, no comment to diff for over a month from thorpej@.
2005-06-02 11:42:16 +00:00
bad
cf6ebbf616
Be explicit about which beginning the offset is applied to in m_copydata().
2005-06-02 11:38:28 +00:00
christos
6ab7ef4333
Move to the genassym source directory.
2005-05-31 11:35:21 +00:00
christos
3088775912
We need a non-tool version of genassym.
2005-05-31 03:45:42 +00:00
thorpej
c4bf9a57c0
Describe TOOL_GENASSYM.
2005-05-31 02:25:36 +00:00
thorpej
deae2cc0cf
Add TOOL_GENASSYM. Part of PR toolchain/30350
2005-05-30 15:52:16 +00:00
snj
9bd2faff5d
Grammar fix, from Jeff Ito in PR bin/30325.
2005-05-25 00:13:24 +00:00
nathanw
b765c01a21
"consists of", not "contains of".
2005-05-24 21:29:16 +00:00
wiz
b043e96a8d
NetBSD -> Nx.
2005-05-24 15:11:18 +00:00
wiz
c74cce80b3
Bump date for newly supported card.
2005-05-23 23:57:26 +00:00
riz
fbc99af11a
Provide a default definition of OBJDUMP - bsd.kmod.mk expects it.
...
Approved by heas.
2005-05-23 21:58:21 +00:00
kiyohara
725081c016
Support touch-panel for PERSONA SH3 machines.
2005-05-23 17:44:25 +00:00
elad
cd0c4134f1
Remove common code for returning supported fingerprints. This is done now
...
via sysctl(8) using kern.veriexec.algorithms.
Also add an entry for the 'algorithms' variable in sysctl.8 forgotten in
the last commit.
2005-05-20 19:52:52 +00:00
wiz
bf9ed3200d
Bump date for previous.
2005-05-18 15:05:26 +00:00
itohy
ccd084ee95
Add description on manipulation of the internal storage.
...
Requested by Hubert Feyrer.
2005-05-18 14:01:23 +00:00
wiz
beb8d4ff57
Some more nit fixes.
2005-05-17 14:08:36 +00:00
wiz
61b48dda41
Remove superfluous "\&".
2005-05-17 14:05:46 +00:00
wiz
649791bd7b
New sentence, new line.
2005-05-17 14:04:18 +00:00
wiz
0471faaff3
regen.
2005-05-17 14:01:48 +00:00
wiz
2d4e96b2c9
Update for rename of verifiedexec to veriexec.
2005-05-17 14:01:41 +00:00
wiz
4880b7982d
New sentence, new line.
2005-05-17 13:59:40 +00:00
wiz
16bb723d01
Two minor improvements.
2005-05-17 13:57:04 +00:00
wiz
ffda7fbfaa
Sort sections.
2005-05-17 13:52:07 +00:00
wiz
ea77769f24
Drop trailing space.
2005-05-17 13:51:34 +00:00
hubertf
9029dfc48a
mounting filesystems with nodev/nosuid wasn't considered that a good idea,
...
undo.
2005-05-14 17:10:16 +00:00
augustss
3757644957
Document AHC_CARDBUS_DEFAULT_SCSI_ID.
2005-05-12 16:17:30 +00:00
skrll
999a31cf14
Grammar.
2005-05-11 05:40:46 +00:00
lukem
156714223a
Also use relative symlinks for the /usr/lib/lib${LIB}.so.${SHLIB_FULLVERSION}
...
symlink to ../../lib/... because runtime lookups on the former aren't
speed critical either.
2005-05-10 14:54:02 +00:00
manu
6cb285d965
Take into account file removal
2005-05-10 10:23:13 +00:00
lukem
b2536b11a5
Restore rev 1.247:
...
Use relative symlinks for /usr/lib/libfoo.so -> /lib/libfoo.so.M.N
This should work now that "install -l r -d destdir" works if destdir
contains a symlink.
2005-05-10 02:01:06 +00:00
itohy
afec8c39b8
Remove incorrect BUGS section.
2005-05-07 23:53:32 +00:00
martin
7d47b99684
Add SMC2531W-B EliteConnect Wireless Adapter.
...
From Matthias Petermann in PR kern/30001.
2005-05-07 17:02:47 +00:00
perry
9181305271
add script.7
2005-05-07 02:21:09 +00:00
perry
52b72367c5
add a man page explaining how #! scripts work
2005-05-07 02:20:34 +00:00
perry
bc498878bb
update for script(7) man page
...
update date
2005-05-07 02:20:03 +00:00
hubertf
bd55168e81
Backout previous:
...
Don't recommend mounting /var and /usr nodev,nosuid
too many things may break.
2005-05-06 08:41:00 +00:00
hubertf
4e39658f8e
* Sync in a few changes from OpenBSD's latest version of this file
...
* Add licence by Marshall M. Midden
* Various minor edits and additions.
2005-05-04 20:54:25 +00:00
hubertf
71be6dfd96
No devices on /usr -> mount -o nodev
...
No setuid programs in /var -> mount -o nodev,nosuid
Adding "noexec" in various places may cause too much damage
(e.g. for running DEINSTALL scripts from /var/db/pkg, configure
scripts, etc).
Inspired by OpenBSD's afterboot(8) manpage.
2005-05-04 18:26:14 +00:00
augustss
5581662866
Document WSKBD_EVENT_AUTOREPEAT.
2005-05-04 10:54:51 +00:00
augustss
e1ecf19d60
Explain PCKBD_CNATTACH_MAY_FAIL.
2005-05-04 02:39:19 +00:00
wiz
c3605e4fae
Fix a tyo, and add an article.
2005-05-02 15:13:43 +00:00
wiz
a8a05c8e60
Bump date for previous.
2005-05-02 15:12:49 +00:00
augustss
93a47b5a89
Change bug section now that transaction translation works somewhat.
2005-05-01 21:32:24 +00:00
uwe
2d43262c9a
Explain why we need PCKBC_CNATTACH_SELFTEST.
2005-04-29 22:48:25 +00:00
augustss
a4b28de3dd
Mention PCKBC_CNATTACH_SELFTEST and PCKBD_LAYOUT.
2005-04-29 20:03:47 +00:00
skrll
7e2b81accb
Mention interrupt output transfers here.
...
Again from FreeBSD.
2005-04-29 19:16:17 +00:00
xtraeme
8628cd1f1d
ITE8712F was supported, but it was detected as 8705F, now we can say
...
it's supported, bump date.
2005-04-29 02:10:20 +00:00
riz
a3332e6172
Tyop fix: s/selwakup/selwakeup/
...
Approved by jmcneill.
2005-04-28 20:27:30 +00:00
augustss
3ea56b8820
Add ukyopon.
2005-04-27 14:48:09 +00:00
augustss
b05a207709
Note the use of the portno locator, it's actually useful for this device.
2005-04-27 14:47:00 +00:00
bad
9ed16d0d93
Mention the Compu-Shack FASTline-II PCI adapters as supported.
...
The 4-port 21143 based board has been working like a charm for me.
2005-04-26 22:12:23 +00:00
wiz
2756e1f633
tcpdump(8), not (1).
2005-04-25 14:37:49 +00:00
wiz
f4edf0a7d3
Add $NetBSD$ RCS Id.
2005-04-25 14:36:48 +00:00
wiz
2ed9c873eb
Use \*[Gt]. Add $NetBSD$ RCS Id.
2005-04-25 14:36:36 +00:00
wiz
d02dd2f537
Add RCS Id, replace > with \*[Gt], remove references to
...
ancontrol(8), raycontrol(8), wicontrol(8), because we do not have those.
XXX: should link to wiconfig?
2005-04-25 12:28:10 +00:00
blymn
a682aea6b1
Remove outdated verifiedexec(4) man page, add veriexec(4) to makefile
2005-04-25 00:43:26 +00:00
dyoung
9b9ed510b0
Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
...
and the set lists.
2005-04-24 21:43:03 +00:00
dyoung
6b4168a18a
Add IEEE 802.11 manual pages from FreeBSD.
2005-04-24 21:11:07 +00:00
blymn
97b6046c76
Put back the changes made by Wiz
2005-04-24 13:16:26 +00:00
blymn
4e1039d5bc
Shift veriexec(4) man page to correct place.
2005-04-24 13:09:48 +00:00
kleink
eadb9da154
Import tzdata2005i.
2005-04-23 22:19:33 +00:00
wiz
7469db09c5
OpenBSD v1.20, committed by jmc, commit message:
...
document bktr ioctls;
from jacob meuser (pr #4182 );
checked by mickey, tweaked by me;
2005-04-22 15:45:40 +00:00
wiz
528dade127
Fix persistent typo; slightly improve MKPAM description;
...
bump date for MKPAM description.
2005-04-21 14:50:16 +00:00
xtraeme
d5dac37f3b
Install the new gen_rmd160 file too.
2005-04-21 09:57:03 +00:00
hubertf
6e0c73492f
Document MKPAM, per PR 29947 by Rui Paulo.
2005-04-20 22:10:51 +00:00
blymn
8387760ed1
Rototill of the verified exec functionality.
...
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.
2005-04-20 13:44:45 +00:00
tron
fce29e26d8
Honor contents of "CLEANFILES" in "cleandir" target.
2005-04-19 08:41:37 +00:00
wiz
6b4d05a703
Drop trailing whitespace.
2005-04-17 23:23:21 +00:00
hannken
6cb4c22637
Support user controllable flags for the snapshot driver:
...
- Add FSSIOFSET and FSSIOFGET ioctl() to set/get the flags.
- Add FSS_UNCONFIG_ON_CLOSE flag to unconfigure the snapshot device
on the last close.
Reviewed by: Jason R. Thorpe <thorpej@netbsd.org>
2005-04-17 16:28:26 +00:00
lukem
5c5750a595
Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
...
(and the base.tgz set).
2005-04-17 15:15:48 +00:00
wiz
7de2bf2d68
Mention ukyopon.
2005-04-16 14:38:14 +00:00
wiz
a8a4a1cfe2
Improve grammar fix from previous.
2005-04-16 14:36:54 +00:00
wiz
5f4ac44fcd
Grammar fix, and driver appeared in 3.0, not 1.6.3.
2005-04-16 14:35:55 +00:00
itohy
0ee992857f
ukyopon(4): Kyocera AIR-EDGE PHONE driver
...
Close NetBSD PR #25954 in a different way.
2005-04-15 17:18:18 +00:00
lukem
aff82fa50e
document MKINET6 and USE_INET6
2005-04-15 03:04:53 +00:00
nathanw
e8e89790f0
The bind-session ioctl is CIOCGSESSION, not CRIOCGSESSION.
2005-04-14 18:52:23 +00:00
wiz
3b0309f821
Bump date for addition of CompUSA USBKR100.
2005-04-13 23:08:39 +00:00
drochner
b31fb0b5e2
We don't fall back to the "default" login class if a login class was
...
given in the password file but not defined in login.conf. Just for
"no class is given". The former is an error and leads to rejection.
2005-04-13 20:39:05 +00:00
nathanw
c700f1d7a3
CIOCCRYPT takes a "struct crypt_op *", not a "struct crpyto_op *".
2005-04-13 16:28:06 +00:00
dsl
b90eeeef12
Report when we link a program into xxx.ro (before being crunched)
2005-04-09 13:00:53 +00:00
atatat
3e171f3338
Add CompUSA USBKR100 to the list of the supported adapters
2005-04-09 02:06:53 +00:00
martti
dac8d052b2
Note CERC SATA RAID 1.5/6ch
2005-04-06 16:01:13 +00:00
martin
8a51929fe1
Add -fno-merge-constants (as the xsrc build does too) to make the module
...
loader work with the gcc versions we use now. No idea why i386 apparently
was not affected by this.
2005-04-06 08:32:11 +00:00
kleink
aed9ebc3c4
Merge tzdata2005h.
2005-04-05 16:29:28 +00:00
kleink
5d35ad7a4a
Import tzdata2005h.
2005-04-05 16:27:29 +00:00
tron
1f47028b14
Don't use "-std=c99" for NetBSD-vax because gcc 2.95.3 doesn't support it.
2005-04-05 11:56:09 +00:00
wiz
e1b1c648db
Drop trailing whitespace, typo fix, and some additional articles.
2005-04-04 08:25:44 +00:00
wiz
c3582b4d14
New sentence, new line; improve a sentence.
2005-04-03 21:38:44 +00:00
hubertf
9ee7752f6f
Extract commonly used things like CDROMs, pseudo-filesystems (/proc, ...)
...
and mfs-based /tmp into their own files. Hint at them in the existing
files. (fstab needs an #include statement :)
2005-04-03 14:12:14 +00:00
jdolecek
ac9c5bb8e9
fix pasto
2005-04-03 11:57:27 +00:00
jdolecek
0b8e9ef3ed
add tra(4) manpage
2005-04-03 11:56:29 +00:00
jdolecek
77e52b7b90
add vge(4) into list of drivers which support VLAN MTU
2005-04-03 11:55:00 +00:00
jdc
8ab492ef2b
Add reference to the OUI assignements list in the `SEE ALSO' section.
...
Suggested by Hubert Feyrer.
2005-04-03 06:39:37 +00:00
yamt
3165a4e284
remove links to uvm.9 for removed functions.
2005-04-01 12:07:42 +00:00
yamt
6bc6330ab1
bump date for the previous.
2005-04-01 12:04:00 +00:00
yamt
dca4b888cf
merge yamt-km-doc branch.
2005-04-01 12:03:26 +00:00
wiz
e0ed5c846b
Bump date for previous. Remove trailing whitespace.
...
New sentence, new line. Fix some macro usage.
2005-03-30 18:53:33 +00:00
is
cfb674f4eb
Extend EXAMPLES section for IPv6 over GRE. Contributed by Gert Doering.
2005-03-30 17:19:52 +00:00
jmmv
d4526765bd
Remove an space from the beginning of a line. It caused incorrect formatting
...
after the .Nm macro (the text started at the following line).
2005-03-30 13:07:34 +00:00
nathanw
1733290d22
".XR" should be ".Xr".
2005-03-28 22:07:22 +00:00
wiz
8db893f99d
Add postinstall(8) man page.
2005-03-28 15:42:27 +00:00
jschauma
e464118a48
add tls (not the developer)
2005-03-28 15:07:16 +00:00
tnozaki
a3b248100e
add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
...
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
2005-03-27 22:30:05 +00:00
peter
6eb040d87b
Bump date for previous.
2005-03-27 16:28:55 +00:00
peter
d36c3ea1bc
Document file-system SMBFS.
2005-03-27 16:27:28 +00:00
uwe
add837d745
Add CLUT.
2005-03-27 00:41:33 +00:00
martin
60ac75c119
sparc64 needs LOADABLE flags too
2005-03-26 10:31:51 +00:00
cube
2817c9a11a
List attimer(4) and cross-reference it. Pointed out by Thomas Klausner.
2005-03-25 23:38:32 +00:00
cube
76083f1d54
Add a manpage for attimer(4), and cross-reference it from pcppi(4).
2005-03-25 23:30:55 +00:00
wiz
2dfd7528cf
Bump date for previous.
2005-03-24 22:37:12 +00:00
jmcneill
adf922e656
Update my email address (the one listed hasn't been active in years).
2005-03-24 22:31:58 +00:00
jmcneill
e06ff8586d
Note that pkgsrc/sysutils/iwi-firmware is required for this package.
2005-03-24 22:29:12 +00:00
rtr
6fa7827891
+ document SCRIPTSDIR and SCRIPTSDIR_<script>
2005-03-22 21:12:32 +00:00
xtraeme
bdfee02aef
err fix previous, this is pcppi(4)... add acpi(4) into SEE ALSO.
2005-03-21 19:57:44 +00:00
xtraeme
3fed067c95
Add pcppi(4) into SEE ALSO.
2005-03-21 19:56:45 +00:00
xtraeme
1bbd530a0a
Add pcppi(4), bump date.
2005-03-21 19:53:17 +00:00
wiz
a31529d7c7
From Greg Troxel in PR 23388:
...
The cardbus support uses the RBUS abstraction, which maps card memory.
The default location doesn't work on some machines, resulting in
mysterious failures.
One can map at 512M instead of 1G, and this helps on at least 2 known
models.
The cardbus(4) man page does not give this critical hint.
2005-03-21 18:05:36 +00:00
tron
63b4b6820f
Compile "src/x11" with "-fno-strict-aliasing" because that's what the
...
native build does.
2005-03-21 14:10:29 +00:00
xtraeme
a489fafb98
Add "pcppi* at acpi?", bump date.
2005-03-21 14:08:37 +00:00
kleink
d5d8554049
Add restrict qualifiers to dlsym() (XSI) and dladdr() arguments.
2005-03-21 13:25:22 +00:00
hira
c5ebd445ba
Update __vendorversion__ to 4.5.0.
2005-03-19 17:27:46 +00:00
tron
5a11e285dd
Install the new "pckbd.br.abnt2" keymap.
2005-03-19 17:11:27 +00:00
wiz
066acdcf64
Bump date for more supported cards.
2005-03-19 13:00:55 +00:00
tron
a00cddf7f9
Update list of supported Intel GbE chips.
2005-03-19 12:04:55 +00:00
drochner
fbbb6ddbed
add a keymap for brazilian "abnt-2" style keyboards,
...
submitted by Felipe Bichued per PM
2005-03-18 17:40:02 +00:00
wiz
ee45da6455
Some minor English improvements.
2005-03-18 12:42:47 +00:00
yamt
5240b887db
add agr(4), a pseudo network device driver for link aggregation.
2005-03-18 11:11:50 +00:00
wiz
a9befaa6d5
Bump date for mtocl, cltom removal.
2005-03-18 11:02:40 +00:00
yamt
e087565b66
remove cltom and mtocl. they've gone away long time ago.
2005-03-18 10:57:18 +00:00
wiz
94d7785870
Bump date for new NOTES section.
2005-03-17 12:55:26 +00:00
christos
19d04b27da
Add a note about missing components and chain load failure.
2005-03-16 18:51:09 +00:00
wiz
f1cacc2db3
Fix mdoc warning reported by Nicolas Joly in PR 29708.
2005-03-16 12:47:43 +00:00
kleink
a996f028db
Import tzdata2005g.
2005-03-16 10:37:26 +00:00
peter
ecb7de5d70
Sync w/ FreeBSD v1.88, lots of updates for all recent *BSD releases
...
including NetBSD 2.0.
2005-03-15 15:33:03 +00:00
wiz
dff72e3c43
Remove duplicate "in .Nx" noted by dieter on current-users.
2005-03-14 10:44:02 +00:00
wiz
5ccbef2012
NetBSD -> .Nx, some whitespace nits.
2005-03-13 09:37:06 +00:00
salo
5c8095bf97
Adjust to The Not-Quite-That-New World Order:
...
bsd.pkg.defaults.mk -> defaults/mk.conf
Packages.txt -> doc/pkgsrc.txt
2005-03-12 16:17:33 +00:00
salo
60410131db
bsd.pkg.defaults.mk was moved to defaults/mk.conf a while ago.
...
spotted by go@
2005-03-12 16:13:38 +00:00
lukem
337f8776b0
Also set SHLIBDIR to /lib if ${USE_SHLIBDIR} != "no".
...
This allows <bsd.lib.mk> to correctly set the RPATH of libraries that
use USE_SHLIBDIR=yes to /lib, so that dependent libraries can be found
from /lib when /usr/lib isn't mounted yet.
This was the intention of the _LIBLDOPTS support in <bsd.lib.mk>.
Fixes problem reported by Dan Carosone with when /sbin/cgdconfig is
dynamically linked against libcrypto.so but not libcrypt.so (it was
relying upon libcrypto.so to pull in libcrypt.so).
2005-03-12 13:21:12 +00:00
christos
dd554c952a
PR/29658: Joerg Sonnenberger: incorrect DST_UNIT_BITS and DST_INVALID in
...
character set maps:
A number of Code Pages specify a 8bit character mapping, but use
16bit runes, ma king them inaccessible for the actual conversion.
Similiary do some Code Pages specify an invalid rune e.g. of 0x00,
which is actually used in the mapping table and makes that rune
mapping invalid.
2005-03-11 23:38:02 +00:00
rumble
02b46a4b12
Fix a tiny typo.
2005-03-11 19:40:47 +00:00
wiz
23c677b582
Bump date for previous; new sentence, new line.
2005-03-10 16:50:11 +00:00
soda
94305a4de2
add JSYK, heard from cgd
2005-03-10 05:45:25 +00:00
matt
a7886370b5
Note TCP Segment Offload support.
2005-03-09 22:52:56 +00:00
matt
4efe350837
Add description of dm_maxsegsz.
2005-03-09 21:22:59 +00:00
wiz
a4958497b6
Fix some typos, remove trailing whitespace.
2005-03-09 17:07:00 +00:00
tshiozak
aaa316a46c
add tab and several characters to BLANK and SPACE classes on the Latin
...
charsets to make up for shortages.
pointed out by Joerg Sonnenberger.
2005-03-09 11:54:13 +00:00
tshiozak
16758dd815
remove harmful 0x0000 to non-zero mappings.
...
reported by Joerg Sonnenberger on tech-userlevel@.
2005-03-09 11:31:40 +00:00
christos
6e543b15c0
Add the binding keyword.
2005-03-09 00:11:31 +00:00
wiz
34c1c241e2
Quote dot at beginning of line, otherwise it will be interpreted
...
as the start of a macro. From jmc@openbsd.
2005-03-08 10:53:34 +00:00
wiz
73a04ea9b5
Bump date for ICH6 support.
2005-03-08 10:50:09 +00:00
tshiozak
b115b9ec4f
fix XDIGIT problem on several locales,
...
pointed by Joerg Sonnenberger on tech-userlevel@.
2005-03-08 06:35:13 +00:00
jdc
8cb1b8908c
Add `can backspace with ^H' (bs) entry to Eterm.
...
Fixes PR misc/29578 from Peter Bex.
2005-03-07 18:18:41 +00:00
tron
25833b0c61
Add ICH6 southbridge to list of support devices.
2005-03-07 11:27:29 +00:00
thorpej
690b6d996a
Fix missing word in sentence.
2005-03-07 03:17:21 +00:00
thorpej
b311a52b06
Indent the example.
2005-03-07 03:11:01 +00:00
christos
35c70b36f3
.Bd needs display style. Thanks jason for the man page!
2005-03-07 02:44:33 +00:00
thorpej
7078187c0c
Add a pam.conf(5) manual page.
2005-03-07 02:26:31 +00:00
tnozaki
fe05f588fb
add new citrus iconv module UTF-7.
...
thanks advice, yamt-san.
2005-03-05 18:05:14 +00:00
jdolecek
3dc8de67de
JUMBO packet support tested and apparently working
2005-03-05 14:39:29 +00:00
he
8e8728c45c
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
...
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications. The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.
Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.
Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.
Discussed with thorpej and christos.
2005-03-04 20:41:08 +00:00
kleink
155d861bc7
Merge tzdata2005f.
2005-03-04 08:59:13 +00:00
kleink
0f845aa156
Import tzdata2005f.
2005-03-04 08:56:11 +00:00