kleink
5abc2c37ce
Update sigaltstack() to use stack_t parameters.
1997-11-26 16:51:12 +00:00
tv
b934dcf21f
Typo fix: the umount call is no longer called umount, it is now called
...
unmount.
1997-11-26 14:46:44 +00:00
kleink
75bf350d8d
The option to enable PPS code is called `PPS_SYNC'.
1997-11-26 14:43:13 +00:00
agc
53596376fe
Fix missing backslash when gzipping manual pages.
...
If we're going to go to the bother of defining LDCONFIG, we might as
well use it.
1997-11-26 09:24:18 +00:00
scottr
9cc64880e9
Major reorganization, based largely on the i386 GENERIC. This moves all
...
bus and device configuration out of std.mac68k, as well.
1997-11-26 07:23:20 +00:00
scottr
805d1043a6
Don't attempt to open the ADB device if it hasn't been initialized.
...
Also, don't allow more than one instance to be configured.
1997-11-26 06:28:50 +00:00
ross
2ac0cdeda9
Typos, English.
1997-11-26 04:26:27 +00:00
briggs
2241e4220c
Only scan MAXPARTITIONS entries for a free partition table entry.
1997-11-26 04:18:20 +00:00
briggs
62ebaeb91b
Ignore FWB Component and Apple_Driver_ATA partition types, too.
1997-11-26 04:14:07 +00:00
mjacob
549ecbd70a
make SCSIVERBOSE default
1997-11-26 03:13:53 +00:00
mjacob
61f3754047
add SYSVMSG and SYSVSEM to GENERIC kernel
1997-11-26 03:13:12 +00:00
tv
60ac257eb3
Fixes PR #3858 : /dev/fd uniformly updated in MAKEDEV to make directory
...
(and file nodes) owned by root.wheel, and /dev/fd directory mode 755. Now
it matches mtree (and the rest of the system's permissions/owner layout).
1997-11-26 03:09:23 +00:00
gwr
6c7f015fc8
The calculation of dumpsize was incorrect. It is the size of
...
the raw memory part of the dump (not including the headers).
1997-11-25 22:38:41 +00:00
pk
16f78e700d
Fix typos (from Krister Walfridsson; PR#4576).
1997-11-25 22:15:56 +00:00
kleink
08ca830d3b
Regen again to reflect correct syscalls.master version.
1997-11-25 21:10:48 +00:00
scottr
952c244eab
In iteoff()/iteon(), don't try to do anything if we haven't
...
initialized the ite.
1997-11-25 20:56:13 +00:00
phil
1e785c32c4
Reworked partitioning issues for i386, closes PRs 4520, 4534, 4536.
...
Other tweeks to make install better.
1997-11-25 20:34:59 +00:00
kleink
e85ad99e57
Add COMPAT_13.
1997-11-25 20:29:24 +00:00
kleink
ef0caa8755
Regen.
1997-11-25 19:40:52 +00:00
kleink
a255f23ee3
In XPG4.2, the ss_size member of type stack_t (struct sigaltstack) is specified
...
to be of type size_t; since this imposes an interface change on the Alpha
(sizeof(int) != sizeof(size_t)), allocate a new system call number and make
the previous version a compatibility system call.
1997-11-25 19:32:15 +00:00
kleink
96dd101e9b
Add compat_13.
1997-11-25 19:02:50 +00:00
scottr
387294d4a5
Fix dependency generation for assembler files; closes PR 4476,
...
but differently since the suggested change breaks cross compiling.
1997-11-25 18:33:19 +00:00
kleink
f8cb8b4c14
Per XPG4.2, use useconds_t as argument and return type.
1997-11-25 18:03:45 +00:00
kleink
53d8f2fbbe
Per XPG4.2, use useconds_t as argument and return type; eliminate use of the
...
`register' keyword.
1997-11-25 18:02:36 +00:00
bad
2f2497e5de
Detect more errors while manipulating mailbox files and tell the user
...
about them. Don't truncate mailbox files when a write error has occured.
1997-11-25 17:58:15 +00:00
kleink
6598e022b2
Per XPG4.2, use useconds_t for as argument and return type of ualarm().
1997-11-25 17:57:37 +00:00
bad
6a203aafce
Do not propagate local pipe and file address that are marked for deletion
...
into the mail header.
1997-11-25 17:55:52 +00:00
ender
bfcf6eb3bc
o Fix some lossage from the last commit
...
o Capitalize Ethernet
1997-11-25 17:42:20 +00:00
pk
96f13f7ed6
* Fix a typo.
...
* Present option to configure a swap device (a bit rude.. we only offer
partition `b', like we only consider `a' for root)
1997-11-25 12:29:33 +00:00
thorpej
75dd009b1d
Update for the lay-of-the-land as described in release(7). As such, move
...
all pathname-on-server related definitions to MI code, since they are now
defined to be consistent across all platforms. Also, nuke the "rels" global,
since release numbers are now always specified in "long form", i.e. 1.3A
vs. 13A.
1997-11-25 06:53:07 +00:00
thorpej
5cb04dc65b
Add release(7)
1997-11-25 05:50:52 +00:00
thorpej
a501298032
Add a document describing the layout of a NetBSD release.
1997-11-25 05:27:41 +00:00
scottr
1a43a84584
Finish a note left out in previous: make sure the user knows
...
not to unpack the distribution files on their local disk when
downloading, and provide a pointer for how to disable this with
Internet Config.
1997-11-25 04:49:14 +00:00
scottr
c2d32ec031
Resolve conflicts that somehow got committed (mmmm, CVS); add several
...
noteworthy contributors to the legal document; fix a few unclear
statements I noticed along the way.
1997-11-25 04:36:33 +00:00
briggs
2412580d6a
Forgot a declaration in last change to esp.c.
1997-11-25 03:54:56 +00:00
mrg
2a9598ccdf
fixes for memory leaks in proxying, and byte ordering problems. from darren reed.
1997-11-25 03:14:11 +00:00
thorpej
01278747a2
Prompt for keypress after FTP failure, so we know what went wrong.
...
From Havard.Eidnes@runit.sintef.no , PR #4521 .
1997-11-25 00:24:52 +00:00
lukem
bed4934d1f
add COMPATIBILITY ISSUES section. first item; AMANDA vs dump(8)
1997-11-24 23:03:38 +00:00
lukem
0b8707f58f
use bsd.prog.mk so that objdirs and other niceties work
1997-11-24 22:38:42 +00:00
gwr
2e64ccdb0b
Remove some outdated comments, fix others.
1997-11-24 22:09:58 +00:00
lukem
2585608506
remove extraneous newline in remote finger output. (found by chuck cranor)
1997-11-24 22:03:48 +00:00
gwr
a8291dea54
Kill unnecessary arguments to pmap_enter_*
...
Do pa=PG_PA(pte) in pv_link/pv_unlink so it
does not need to happen in as many places.
1997-11-24 21:38:31 +00:00
is
a90ace971a
Workaround for the "xanim volume setting problem":
...
We play mono samples on all 4 channels.
However, we get the volume settings for mono samples as a symmetic two-channel
setting... the other two channels used to stay at max volume...
I believe that something else is wrong here, but dont want to change MI
code (which in turn influences a couple of MD driver) thus late in the release
cycle.
1997-11-24 21:00:50 +00:00
kleink
a57dd5b211
Per XPG4.2:
...
* Change argument to type useconds_t, return an int.
* If an interval of 1,000,000 or more microseconds was requested, fail with
-1/EINVAL.
1997-11-24 19:56:30 +00:00
gwr
c4f2dabf21
Initialize rl_filename_quote_characters as documented.
...
Fixes a core dump in gdb with input: c d SPC / u s TAB
Found by enami tsugutomo <enami@but-b.or.jp>
1997-11-24 19:19:29 +00:00
kleink
d92a29c3b7
Per XPG4.2, change usleep() to take an useconds_t as its argument, and return
...
an int.
1997-11-24 19:09:19 +00:00
is
d4fc5fab1b
If we answer a RARP request, also add the mapping to the local arp cache.
...
[This was broken when the 4.4BSD ARP table changes were done, and never
repaired.]
Inspired by Jarle Greipsland, PR 4531; code stolen from arp.a and cleaned
up (mostly removing global variables).
XXX As pointed out in the PR, this should be in some library (libutil?),
to be usable by other servers like bootpd and dhcpd.
1997-11-24 18:43:12 +00:00
ender
43301221ff
o Updated for new release(7) directory hierarchy
...
o Noted procedure for configuring /etc/rc.conf on first boot
1997-11-24 18:15:11 +00:00
gwr
42526b0e75
On the 3/50 it is avail_start that must be less than hole_start,
...
not avail_end. Identified by Greg Oster <oster@cs.usask.ca>
1997-11-24 17:58:20 +00:00
veego
e7c9edc89c
- New FILES section for /dev/ipauth, /dev/ipl and /dev/ipstate
...
- Add ipl(4), ipmon(8) and ipnat(8) to the SEE ALSO section
1997-11-24 14:39:27 +00:00