jdolecek
21cb7736e1
xref cpio(1), symlink(7)
1999-09-26 21:29:31 +00:00
jdolecek
4ed908a566
add SEE ALSO section, xref tar(1), cpio(1), symlink(7)
1999-09-26 21:19:54 +00:00
jdolecek
8eb5a4184d
xref symlink(7)
1999-09-26 21:18:53 +00:00
jdolecek
7d96f3efd3
xref symlink(7)
1999-09-26 21:00:25 +00:00
jdolecek
3fda74e8c8
add lutimes(2) to list of syscalls not following symlinks
...
Noted by Christos Zoulas <christos@NetBSD.org>
1999-09-26 20:45:41 +00:00
jdolecek
09f91c86b6
Add czech language message catalog
1999-09-26 20:27:59 +00:00
is
1eb4d34bba
Add missing "case IFT_ARCNET".
1999-09-26 20:08:15 +00:00
is
3a43ac11b5
Don't even pretend we can create a nonglobal EUI64 out of an ARCNET link
...
level address. Instead, create the link-local address directly.
1999-09-26 20:04:08 +00:00
lukem
9962715a2e
apparantly need <unistd.h> for portable way of getting _POSIX_VDISABLE
1999-09-26 14:37:47 +00:00
lukem
02e1aae831
remove now-unused variable left over from last commit.
...
(repeat after me; `test compile before commit...')
1999-09-26 14:21:50 +00:00
lukem
02387d2c93
Use tcgetpgrp(fd) instead of ioctl(fd, TIOCGPGRP, &var), because
...
Kimmo Suominen <kim@netbsd.org> informs me that it's more portable.
1999-09-26 14:18:01 +00:00
takemura
de467400aa
Use platid insted of ProcessorArchitecture because Win CE 1.0 dose not
...
support ProcessorArchitecture in SYSTEM_INFO.
Now version of pbsdboot.exe is 1.7.0.
1999-09-26 12:46:56 +00:00
kleink
3e833f70b4
Need <sys/param.h> for MAXHOSTNAMELEN.
1999-09-26 10:40:32 +00:00
mrg
23b9fac082
delint and other cleanups.
1999-09-26 10:32:27 +00:00
kleink
99c164dd65
Need <sys/param.h> for MAXHOSTNAMELEN.
1999-09-26 10:27:40 +00:00
mrg
a2f3d5f1e1
add <bsd.crypto.mk> support
1999-09-26 10:22:29 +00:00
takemura
6fe86bae28
Add columns and rows infomation to attach message.
1999-09-26 10:22:10 +00:00
scw
c6a74378ae
Modify the P_{16,32}_SWAP() macros to avoid unaligned 16 and 32 bit
...
memory accesses. This fixes a problem seen on the Shark when trying
to use the db(3) functions to access a BIG_ENDIAN btree.
For some reason, the db(3) regression tests fail to spot this problem
on the Shark...
1999-09-26 10:22:01 +00:00
kleink
429c156c10
Need <sys/param.h> for MAXHOSTNAMELEN.
1999-09-26 10:08:43 +00:00
enami
e9de0d1bbd
Don't emphasys punctuations.
1999-09-26 09:57:31 +00:00
mrg
5bffe1b3b5
regen
1999-09-26 09:20:04 +00:00
mrg
f4efaa9db4
add AV300-AA video capture card & PNTNV-AA NV-RAM card.
1999-09-26 09:18:53 +00:00
enami
2a328ebcb2
Allow to detach aic, but turned off by default. The patchable variable
...
aic_dodetach controlls this.
1999-09-26 08:14:57 +00:00
uch
7787b1dc9f
Add Philips Nino 312, Compaq C-series 810, 2010c, 2015c entry.
1999-09-26 07:35:22 +00:00
thorpej
2bc8340297
Add a quirk entry for the Asante 21140[A] boards that don't use the
...
ISV SROM format. For these boards, we provide the GPIO pin direction
info, a separate reset hook, and hard-wire them to MII-on-SIO.
Based on a patch submitted by Luoqi Chen <luoqi@chekov.watermarkgroup.com>.
1999-09-26 05:03:58 +00:00
dan
800ff533b4
Combine the Makefile.inc and Makefile, and specify the $(HACKOBJS)
...
directly to work around the fact that $(OBJS) seems to produce a double list of
each .o for some reason.
XXX Why does $(OBJS) list doubles?
1999-09-26 04:49:37 +00:00
thorpej
4d4ddf363f
Some 21140[A] boards don't use the ISV SROM format (e.g. Asante boards),
...
but instead use the older DEC Address ROM format.
From a patch supplied by Luoqi Chen <luoqi@chekov.watermarkgroup.com>.
1999-09-26 04:43:45 +00:00
thorpej
b76293b895
Add quirk entry support for the 21041 and 21140 chips. Initial quirks
...
for these: extract the spiffy DEC board names (e.g. DE500-AA).
1999-09-26 04:37:29 +00:00
thorpej
4fa51ba8bd
Make tlp_read_srom() work on big-endian systems.
...
From a patch supplied by Luoqi Chen <luoqi@chekov.watermarkgroup.com>.
1999-09-26 03:39:01 +00:00
takemura
9759fc2177
TX39xx support.
...
- startproc.c is divided into 3 files, mips.c, vr41xx.c and tx39xx.c
- add systeminfo.c
Version of pbsdboot.exe is 1.6.0.
1999-09-26 02:42:50 +00:00
lukem
75e3195cad
* replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN;
...
it's more portable and more obvious
* remove the mkgmtime() && HAVE_TIMEGM stuff:
a) why should netbsd have to define HAVE_TIMEGM to compile cleanly?
b) foreign compiles of ftp should just be linked with working
timegm function
a more portable version of this ftp client will be released as a 3rdparty
product; no use polluting our code with half-baked attempts...
1999-09-26 02:00:12 +00:00
enami
accf01ad1d
- Use .Pa for pathname or file name.
...
- When listing another way to do same thing, make sure it actually do the same.
- Make sure necessary shell quoting is displayed.
- Don't pass more than 10 argument to .Dl.
1999-09-26 01:31:23 +00:00
enami
25c37b6e7b
Use macros rather than writing double quote directly.
1999-09-26 00:50:05 +00:00
enami
13517d8f96
backout rev. 1.12. learned that comma inside quote is right english.
...
pointed out by cgd.
1999-09-26 00:45:44 +00:00
enami
d06f4f4302
Don't include a trailing comma inside of double quotation.
1999-09-26 00:12:24 +00:00
is
1f417b8ca9
invert u bit to convert EUI64 to RFC2373 interface ID for ARCnet
1999-09-25 22:29:21 +00:00
is
744246fa0b
vm_offset_t -> vaddr_t/paddr_t
1999-09-25 21:47:02 +00:00
tron
9cc91f68f9
Set file modes of whatis.db database file to 444 like the old script did.
1999-09-25 21:40:58 +00:00
tron
a834c2ce72
Fix incorrect error check after writing database file.
1999-09-25 21:25:55 +00:00
is
490ccb0747
vm_offset_t -> vaddr_t or paddr_t, as appropriate.
1999-09-25 21:19:48 +00:00
tron
6b7726b754
Use new "makewhatis" program to create whatis.db database.
1999-09-25 21:18:02 +00:00
tron
ceb9bcabf8
Replace shell script for creating whatis.db database with a C program
...
which is a little bit faster.
1999-09-25 21:17:37 +00:00
is
75321f3ae6
vm_offset_t -> db_addr_t (mostly), v_addr_t (one place).
1999-09-25 21:11:55 +00:00
is
13021b9955
Avoid calling m_pullup in a few places, where not necessary.
1999-09-25 20:43:43 +00:00
is
c0716a7052
New MTU handling, and mention IPv6 support.
1999-09-25 19:35:14 +00:00
is
c861d2e5d4
Replace leftover vm_offset_t's by paddr_t or vaddr_t, as appropriate.
...
Rename variables/parameters from "va" to "pa" where they are a paddr_t.
Correct DCIAS to take a paddr_t (instead of vaddr_t).
1999-09-25 19:27:35 +00:00
is
f546d949b6
Decouple IP mtu for ARCnet devices from interface MTU.
...
This is important, because for most protocols, link level fragmentation is
used, but with different default effective MTUs. (e.g.: IPv4 default MTU
is 1500 octets, IPv6 default MTU is 9072 octets).
1999-09-25 17:49:27 +00:00
uch
d7e2fcf851
Remove obsolete option MIPS3_FLUSH.
1999-09-25 17:13:27 +00:00
ad
2d7488c2c5
Use px_probe_sram() to figure out ringbuffer size instead of defaulting to
...
the minimum value of 128KB (useful only for PMAG-F).
1999-09-25 14:45:21 +00:00
enami
146df5502f
Cosmetic changes:
...
- fold long lines.
- remove white space between make variable and assignment operator.
1999-09-25 13:13:42 +00:00