hubertf
26f31c2590
Partly backing out last change, only leaving lstat() instead of stat().
...
Pointed out by Enami Tsugutomo <enami@but-b.or.jp>.
1997-10-07 00:02:44 +00:00
hubertf
6e36f597f9
German Democratic Republic -> Federal Republic of Germany,
...
plus some new ones.
1997-10-06 23:45:06 +00:00
hubertf
5ce208addd
add xref of ns.4
1997-10-06 23:38:59 +00:00
hubertf
e2d60d308c
- remove: /usr/include/netimp/, /usr/include/pascal/ /usr/src/kerberosIV/
...
/usr/src/prgm/
- add: /usr/include/netatalk/ /usr/include/netccitt/ /usr/include/natm/
/usr/share/mk/bsd.README /usr/share/lkm/ /usr/share/nls/
/usr/share/sendmail/ /usr/src/distrib/ /usr/src/domestic/
- add x-ref of ftpd(8) to /var/spool/ftp
1997-10-06 23:36:59 +00:00
hubertf
badd83ca6d
imp.4 deleted
1997-10-06 23:32:54 +00:00
hubertf
f3ab041123
No longer supported.
1997-10-06 23:32:25 +00:00
augustss
8ecd26aeb3
Add the GUS PnP driver.
1997-10-06 22:42:56 +00:00
jonathan
07a2c597a0
Change GCC's INITIALIZE_TRAMPOLINE() function as submitted to Cygnus:
...
emit a call _cacheflush() to ensure Icache consistency
after writing trampoline code for lexical closures onto the stack
(i.e., into the Dcache).
GCC 2.x (x <= 7.2.2) emits a call cacehflush(), polluting the user
namespace.
1997-10-06 21:19:11 +00:00
gwr
076ab3f536
Tweak the console support a little (more like the sparc version).
1997-10-06 21:04:21 +00:00
thorpej
8eb7170ff8
Back out last change. (Partially my fault, for not reviewing it close
...
enough.)
1997-10-06 21:01:23 +00:00
jonathan
ca201eb4fc
Partial update for 1.3.
1997-10-06 20:54:34 +00:00
thorpej
0c368b5f67
Initialize the kernel message buffer earlier (before main() is called).
1997-10-06 20:38:46 +00:00
augustss
d5ecfe9e6b
Keep filter when setting source on SB Pro.
...
Close PR 2593.
1997-10-06 20:16:25 +00:00
augustss
082b2b05b7
Add the Interwave audio chip.
1997-10-06 20:12:26 +00:00
gwr
a5e95ba86d
Move some of the VM initialization work from _startup.c to pmap.c
...
where it is normally found.
1997-10-06 20:04:02 +00:00
gwr
210e726aba
Use vm_offset_t to represent control space addresses, because
...
they are more like physical addresses in that you can not just
dereference a pointer to access the space. (Also, if you use a
pointer type for such things, gdb will _try_ to deference it.)
1997-10-06 19:58:01 +00:00
christos
64ff55911c
From Enami Tsugutomo: Busify and split the aic6360 driver.
1997-10-06 19:49:17 +00:00
gwr
c01d3eb597
Flush the I-cache before jumping into just-loaded code.
1997-10-06 19:43:23 +00:00
gwr
81bc13db4b
Need to flush the I-cache before jumping into just-loaded code.
...
Without this, boot programs fail with some PROM versions...
1997-10-06 19:37:26 +00:00
augustss
22a818e5a4
GUS PnP sound card driver from Kari Mettinen.
1997-10-06 16:05:11 +00:00
augustss
72251c67c9
Driver for the Interwave audio chip used in the GUS PnP sound card.
1997-10-06 16:03:34 +00:00
augustss
423f78a1f9
Man page for guspnp driver.
1997-10-06 16:00:55 +00:00
mrg
4902b56931
turn off lpd by default.
1997-10-06 14:10:22 +00:00
enami
7c1dbc2781
Document new flag -h.
1997-10-06 13:52:35 +00:00
enami
d104b0b843
Introduce new flag, -h, to manupilate access/modification time of
...
symbolic link.
1997-10-06 13:46:52 +00:00
enami
924ad60a71
Document -h flag, option to manupilate symbolic link.
1997-10-06 13:41:30 +00:00
enami
16747b0e7b
Change noop option -h to do the real work. Now mode of symbolic link
...
is changed if -h option is given.
1997-10-06 13:37:34 +00:00
enami
b6cd49460e
Document -h flag, option to manupilate symbolic link.
1997-10-06 13:33:54 +00:00
enami
7bb0a4feb9
Change the noop flag -h to do the real work. Now if -h is given,
...
owner/group of symbolic link is changed.
1997-10-06 13:28:00 +00:00
thorpej
c9efd0562e
Make the vfs ops and vnodeop_opv symbols match the name of the
...
file-system option used to configure the file system into the kernel.
1997-10-06 09:32:31 +00:00
thorpej
c28cf8c168
A few simple changes to make this closer to something that can be generated
...
by config(8):
- Make the vfs ops and vnodeop_opv symbols match the name of the
file-system option used to configure the file system into the kernel.
- Now that sys_mount() has mountcompatnames[], remove the holes previously
used to preserve ordering for COMPAT_09 and COMPAT_43 mount system calls.
Also, add a comment that describes how I feel about the existence of this
file.
1997-10-06 09:25:00 +00:00
thorpej
c08ce9b419
If COMPAT_09 or COMPAT_43 are defined, include a table of "mount compatnames",
...
which maps the old file system index numbers to the new (well, since after
NetBSD 0.9) string-based method of finding a file system ops vector. Use
this table rather than assuming the ordering of the vfssw[] array when
emulating the old mount system call.
1997-10-06 09:19:11 +00:00
enami
5194aa7294
Don't pass the pathname itself as format string of warn(). Instead,
...
use "%s".
1997-10-06 08:25:10 +00:00
enami
f67a987e2d
Acutally, lchmod, lchown and lutimes may set errno to ELOOP.
1997-10-06 08:22:58 +00:00
lukem
07e169df74
add mkalias & revnetgroup
1997-10-06 06:55:50 +00:00
lukem
7307c9a9a5
KNF & WARNSify
1997-10-06 06:54:09 +00:00
lonhyn
a5b1bb00fd
pcidevs change regen.
1997-10-06 06:19:24 +00:00
lonhyn
7dbc234635
Added entries for GLINT 3D chips.
1997-10-06 06:18:07 +00:00
lukem
6a8388c539
- KNFify
...
- cleanup for WARNS
- cleanup man page
1997-10-06 06:10:15 +00:00
lukem
42f1aa0434
revnetgroup - generate extra netgroup maps for YP
1997-10-06 05:01:30 +00:00
lukem
56b7c4c7c7
mkalias - generate YP version of sendmail aliases
1997-10-06 04:59:13 +00:00
enami
42aa3a4327
Declare prototype of lchown(2).
1997-10-06 01:43:21 +00:00
enami
4d74e9b7c8
Declare prototype of lutimes(2).
1997-10-06 01:42:33 +00:00
enami
b55d9d74eb
Declare prototype of lchmod(2).
1997-10-06 01:41:46 +00:00
lukem
e14f5c8e03
clarify that "domainname" in various pathnames is the actual domain name
1997-10-06 01:20:15 +00:00
enami
215506d670
Bump minor version since lchmod, lchown and lutimes is added.
1997-10-06 01:15:00 +00:00
enami
e61b385cbb
Add C library interface for new system call lchmod, lchown and lutimes.
1997-10-06 01:12:06 +00:00
mark
6a8334e84e
Change p_vmspace->pmap references to p_vmspace->vm_map.pmap so that
...
we no longer need __VM_PMAP_HACK.
1997-10-06 01:12:05 +00:00
enami
435d770085
Add C library interface for new system call lchmod, lchown and lutimes.
1997-10-06 01:12:04 +00:00
mark
ac03dfe307
Change p_vmspace->pmap references to p_vmspace->vm_map.pmap so that
...
we no longer need __VM_PMAP_HACK.
1997-10-06 01:12:03 +00:00