cgd
884b75e9f3
adjust for changes in alpha /usr/mdec files.
1999-04-07 06:47:49 +00:00
scottr
d6fd16c828
vm_size_t -> vsize_t
1999-04-07 06:45:14 +00:00
cgd
587e1ba75e
save 4.3 bytes on the date string! 4 == day of week plus space,
...
.3 == a space on days of the month 1-9.
1999-04-07 06:30:34 +00:00
scottr
fd295b15e1
Turn avail_next, avail_range, and avail_remaining into local variables. Also,
...
change vm_size_t -> vsize_t.
1999-04-07 06:14:33 +00:00
gwr
0678dfb266
That last commit left pagemove() entering random mappings...
1999-04-07 06:07:59 +00:00
scottr
466895623f
Cleanup: GC unused externs, and some KNF.
1999-04-07 05:59:14 +00:00
wrstuden
2e1fa90ecb
Fix obscure bug in namei(), which was the cause of PR 7306.
...
The problem is that if "sl" is a symbolic link, a lookup on "sl/"
will be flagged as the last component. Thus VOP_LOOKUP will lock
the parent directory if LOCKPARENT is set. In order for the symbolic
link to be resolved, this lock needs to be released. namei() would
test for this by checking if ni_pathlen == 1, which it wouldn't as
"/" is left in the name, and namei() would not unlock the parent.
The next call to lookup() to resolve the symbolic link would fail
as the parent was still locked.
1999-04-07 05:47:37 +00:00
proff
8775e52947
tiny KNF change
1999-04-07 05:34:32 +00:00
simonb
f04624dfbf
Remove single quotes from the ftp URL and remove the comment about
...
"protecting the URL from the shell." run_prog() now breaks up it's
argument and calls execvp() directly, so there's no shell to be wary
off...
1999-04-07 05:18:49 +00:00
proff
ae938abb49
Prevent reception of packets on downed interfaces (via an up interface).
...
fixes kern/7327
1999-04-07 02:31:05 +00:00
cgd
d7f2b03827
update for changed alpha boot blocks and manual pages
1999-04-07 00:44:02 +00:00
cgd
a694307d71
cross-reference boot(8) now that it exists. don't reference
...
the architecture manual, as boot(8) does that and only boot(8) provides
the necessary context to understand why the Alpha Architecture
Reference Manual is relevant.
1999-04-07 00:43:06 +00:00
cgd
b9e2da9f7c
add a boot(8) manual page for the alpha. the real value in this
...
page for now isn't the descriptive text, it's the comments in the
roff source which describe an outline of what the descriptive text
should look like. also useful is the one stop shopping list of
non-deprecated bootstrap-related commands and files.
1999-04-07 00:39:43 +00:00
thorpej
5f38a5a010
Garbage-collect B_PAGET, B_PGIN, and B_UAREA. Nothing refers to them
...
anymore, and they don't make any sense in NetBSD's VM system.
1999-04-07 00:18:29 +00:00
thorpej
b2741be06e
More locking protocol fixes. Protect pool_head with a spin lock (statically
...
initialized). This lock also protects the "next drain candidate" pointer.
XXX There is still one locking protocol problem, which should not be
a problem in practice, but is still marked as an issue in the code anyhow.
1999-04-06 23:32:44 +00:00
thorpej
de38b189e4
Add a SIMPLELOCK_INITIALIZER macro, to statically initialize a simplelock,
...
so that simple_lock_init() is not necessary.
1999-04-06 23:08:48 +00:00
augustss
cadb84965d
Use complete sentences in the generated comments.
1999-04-06 23:03:44 +00:00
augustss
17c3351354
Regen.
1999-04-06 23:02:31 +00:00
augustss
31f94ae97e
Add Leopard 56k PnP, from PR 7330.
1999-04-06 23:02:09 +00:00
he
4e69294c60
Correct a rather obvious typo (once Tor Egge pointed it out to me)
...
in the last change.
1999-04-06 21:05:27 +00:00
pk
6c23ac1e35
acknowledgment => acknowledgement for consistency.
1999-04-06 20:27:13 +00:00
pk
1cd395375d
1, 2, 3 and.. 4!
1999-04-06 20:24:37 +00:00
pk
c40eb1cd97
Fix a pasto in copyright text which has been procreating like rabbits..
1999-04-06 20:09:18 +00:00
tron
beee4cf82e
Fix typo noted by NAKAJIMA Yoshihiro in PR lib/7328.
1999-04-06 19:44:42 +00:00
pk
016934b1fe
Move advertisement into a comment of its own.
1999-04-06 19:43:04 +00:00
pk
70f2ec45be
Duplicate clause number in copyright text.
1999-04-06 19:34:31 +00:00
pk
8d2456a432
Move advertisement text into a comment of its own.
1999-04-06 19:31:37 +00:00
pk
0e39bfc32c
remove duplicate line in copyright.
1999-04-06 19:28:41 +00:00
pk
5a47d424ae
Fix garbled word in copyright statement.
1999-04-06 19:27:48 +00:00
pk
23c3e1a4a1
Fix garbled words in copyright statement.
1999-04-06 19:26:32 +00:00
cgd
ff54a19cef
build/install this binary as bootxx.old, so that users won't get the
...
idea that they should be using it. (no point in renaming the whole
directory since it should be dead soon enough.)
1999-04-06 18:43:18 +00:00
bouyer
2198b984e8
Kill an extra 'pciide0: ' in a printf
1999-04-06 17:49:14 +00:00
mrg
3035dcf31a
grep is no longer build as 3 programs, etc., and back to how it was before the latest update. we are not GNU.
1999-04-06 16:54:55 +00:00
tv
c281a0b205
Import libstdc++ changes from egcs 1.1.2.
1999-04-06 16:28:42 +00:00
tv
bcfc4147c3
Import libio changes from egcs 1.1.2.
1999-04-06 16:22:32 +00:00
tv
5a74f4e7d4
Import libf2c from egcs 1.1.2.
1999-04-06 16:20:26 +00:00
tv
d2833781e6
Merge egcs 1.1.2 conflicts.
1999-04-06 16:04:00 +00:00
tv
d3989ee704
Import egcs 1.1.2 to fix some optimizer bugs on i386 and sparc, among others.
1999-04-06 15:07:33 +00:00
minoura
bfb9b83441
Fill the x68k-specific portion.
1999-04-06 14:49:01 +00:00
leo
8ea4699fac
First round of corrections for the atari.
1999-04-06 12:33:38 +00:00
mrg
6dd8be1324
in more_mode, do not clear the screen all the time, like traditional more. this fixes ancient PR#227.
1999-04-06 11:53:00 +00:00
tsubai
b8f166d4da
Fix menu item number.
1999-04-06 09:31:40 +00:00
mark
46b87f5da5
Changed the way in which virtual address space is reserved for the SA110
...
fast cache clean area as the recent pmap changes mean that the existing
approach no longer works. Fixes PR7272.
1999-04-06 06:57:00 +00:00
mark
c05b9ed27a
When handling a page fault, panic if the map is NULL so that we don't
...
dereference it when doing handled or modified emulation. This can happen
if fault are taken during early parts of the bootstrap, resulting in
recursive faulting.
1999-04-06 06:35:03 +00:00
simonb
b1ec416993
Don't build a.out kernels anymore.
1999-04-06 06:16:07 +00:00
mrg
26eacbe1a9
merge less 335.
1999-04-06 05:57:34 +00:00
scottr
e169535fc2
Include zsc.h so that SCC soft interrupts have a chance. Fixes PR 7313.
1999-04-06 05:55:06 +00:00
mrg
656a5a7c56
less 335
1999-04-06 05:30:33 +00:00
cgd
b22750720f
change:
...
.Sh "SEE ALSO"
to:
.Sh SEE ALSO
The doc macros check for the latter (actually just for 'SEE' as the first
argument to .Sh) to set the section header SEE ALSO flag, which modifies
some behaviour (e.g. references done with .Rs/.Re).
1999-04-06 04:54:19 +00:00
cgd
8aec8c7cbb
finish Alpha Architecture Reference Manual reference
1999-04-06 04:41:40 +00:00