David Greenman
87bc4e696d
Mostly cosmetic changes. Use KERNBASE instead of UPT_MAX_ADDRESS in
...
some comparisons as it is more correct (we want the kernel page tables
included).
Reorganized some of the expressions for efficiency.
Fixed the new pmap_prefault() routine - it would sometimes pick up the
wrong page if the page in the shadow was present but the page in object
was paged out. The routine remains unused and commented out, however.
Explicitly free zero reference count page tables (rather than waiting
for the pagedaemon to do it).
Submitted by: John Dyson
1995-02-02 08:45:14 +00:00
Jordan K. Hubbard
097416da01
Bump the date to February 2nd.
1995-02-02 08:32:11 +00:00
Jordan K. Hubbard
24c120144b
Clean these up a bunch more - gee I'm glad I do these snapshots, they uncover
...
*so many problems*.. Too bad the snaps themselves don't get made as a
consequence.. :-)
Bump the date forward Yet Another Day. David has some changes he wants to
see rolled in, so I guess we're down for Feb 2nd as the snap date!
1995-02-02 08:31:38 +00:00
Andrey A. Chernov
d5cf6f6056
Create directory symlinks neccesary for locale because mtree
...
can't create symlinks.
Suggested by Rod.
1995-02-02 08:03:24 +00:00
Jordan K. Hubbard
59ed2d66e2
Mkdir() now takes two flags.
1995-02-02 05:49:06 +00:00
Jordan K. Hubbard
9e44a9d701
This was misleading - you select OK to continue, not Cancel! ;-)
1995-02-02 05:44:14 +00:00
Jordan K. Hubbard
dcca65bed0
Since the pci directory has moved, this required updating.
1995-02-02 05:42:47 +00:00
Poul-Henning Kamp
86abb05569
Make dirs for msdos fs's.
1995-02-02 05:35:36 +00:00
Jordan K. Hubbard
a184b0e325
We no longer need a welcome telling us to take a floppy out - it's already
...
out.
1995-02-02 04:57:05 +00:00
Jordan K. Hubbard
5143382afe
Create an obj symlink when necessary.
...
Submitted by: "Remy CARD" <Remy.Card@masi.ibp.fr>
1995-02-02 04:53:30 +00:00
Jordan K. Hubbard
4aed3d5f76
Clean up the documentation in light of a few recent changes.
1995-02-02 04:13:22 +00:00
Jordan K. Hubbard
5134cfac45
We don't need to go back to the first screen again - optimize this.
1995-02-02 04:08:13 +00:00
Jordan K. Hubbard
31c448c24a
Argh! I left the setup script off the floppy. Time to re-roll it.
1995-02-02 04:07:51 +00:00
Paul Richards
048aaeebef
Fixed problem passing received packets to bpf.
...
Implemented all the devconf code properly.
1995-02-02 04:07:45 +00:00
Jordan K. Hubbard
e9400e0561
Cosmetic fix.
...
Submitted by: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
1995-02-02 03:36:51 +00:00
Atsushi Murai
bf8a83a027
PPP does not find config files (Wrong path name not a /etc/ppp)
...
Submitted by: Michael Reifenberger <root@rz-wb.fh-sw.de>
1995-02-02 01:54:27 +00:00
Bill Paul
9e9a89bb1f
cleaned up and modified slightly to reflect changes
1995-02-01 23:47:04 +00:00
Bill Paul
87a8966828
Cleaned up Makefile a little, added man page links from ypchsh.1 ypchfn.1
...
and ypchpass.1 to yppasswd.1. Also fixed a typo: ypshfn != ypchfn.
1995-02-01 23:46:20 +00:00
Bill Paul
e0f276ea94
Need to set a umask to avoid security problems (/var/yp/passwd
...
world-writable).
1995-02-01 23:30:02 +00:00
Bill Paul
e26ae5b13a
Cleaned up usage() -- removed bogus references to opassfile, which isn't
...
used anymore (/var/yp/Makefile creates a new /var/yp/passwd file from
/var/yp/master.passwd using awk, so yppasswdd doesn't have to make it
anymore).
1995-02-01 23:27:46 +00:00
Jordan K. Hubbard
770f05c102
Add tun to list of devices.
...
Submitted by: mr
1995-02-01 23:15:11 +00:00
Stefan Eßer
fe90a500af
Reviewed by: se
...
Submitted by: wolf (Wolfgang Stanglmeier)
PCI specific code moved to /sys/pci.
1995-02-01 23:11:38 +00:00
Stefan Eßer
ac19f91802
Reviewed by: se
...
Submitted by: wolf (Wolfgang Stanglmeier)
New ISA dependend file for PCI bus support.
Replaces sys/i386/pci/pcibios.c.
1995-02-01 23:06:58 +00:00
Bill Paul
7870fc7fdb
/var/yp/Makefile doesn't create passwd file from master.passwd file
...
correctly (specified wrong fields to awk). Note that the files in question
are noe the local /etc/master.passwd and /etc/passwd files: this Makefile
expects there to be a seperate master.passwd file under /var/yp for NIS
database creation.
1995-02-01 23:05:36 +00:00
Stefan Eßer
70008bb125
Reviewed by: se
...
Submitted by: wolf (Wolfgang Stanglmeier)
Most PCI specific files moved from sys/i386/pci to sys/pci.
One PC specific file (pcibus.c) new in sys/i386/isa.
1995-02-01 23:02:24 +00:00
Stefan Eßer
f3f509de23
Reviewed by: se
...
Submitted by: wolf (Wolfgang Stanglmeier)
Obtained from:
Most PCI specific files moved from sys/i386/pci to sys/pci.
One PC specific file (pcibus.c) new in sys/i386/isa.
1995-02-01 23:01:54 +00:00
Stefan Eßer
5e70573817
Reviewed by: se
...
Submitted by: wolf (Wolfgang Stanglmeier)
Files moved here from sys/i386/pci, since they are meant to be
architecture independent.
1995-02-01 22:56:55 +00:00
Jordan K. Hubbard
cfba24a39b
Don't forget to make the gzip'd boot floppy.
1995-02-01 22:53:32 +00:00
Søren Schmidt
786f122175
Syscons bug fix: tab now right (thanks bruce!)
...
Mouse arrow support almost finished.
1995-02-01 21:56:32 +00:00
Gary Palmer
cc715f2bca
Start the ball rolling by sticking a
...
MAINTAINER?= line in here.
Idea by: jkh@FreeBSD.ORG
1995-02-01 21:47:57 +00:00
Bill Paul
320ce7b758
Fix for that last fix... pass the hat. :)
1995-02-01 20:09:00 +00:00
Bill Paul
c768efa1a8
Small fix to _getyppass(): sometimes we can construct the wrong mapname
...
when looking for master.passwd.whatever.
1995-02-01 20:06:33 +00:00
Jordan K. Hubbard
f4df96ec7e
Take out my previous change to update the src tree first - that was
...
stupid.. :-)
1995-02-01 11:19:24 +00:00
Jordan K. Hubbard
431d67b60e
Do what I think Poul *intended* to do, rather than what he did.. :-)
1995-02-01 11:15:45 +00:00
Jordan K. Hubbard
501d72dd36
Bump snap date. Our current version numbering scheme loses.
...
How can we get ONE canonical version string into everything?
1995-02-01 11:03:35 +00:00
Jordan K. Hubbard
8dc0757983
Bump the date on the snapshot. The previous one never happened.. :-)
1995-02-01 10:59:37 +00:00
Jordan K. Hubbard
4350346dea
Change the way I make the link to /etc/termcap. It worked for install
...
but not distribute. Now it works for both.
1995-02-01 08:32:05 +00:00
Bill Paul
7506dfc15e
Changed passwd/yppasswd's Makefile to create all symbolic links instead
...
of hard links: since passwd is installed immutable, an attempt to make
a hard link to it during a 'make install' would fail. I didn't notice
this conflict because my /usr directory is an NFS filesystem mounted from a
SunOS server, so the special file mode flags had no effecti when I tested
everything on my machine. Live and learn.
1995-02-01 05:55:18 +00:00
Paul Richards
671a48a577
Fix calculation of default field heights and a bug in the setting
...
of form dimensions.
1995-02-01 04:08:19 +00:00
Paul Richards
8c490a36b0
Implemented height field for text fields so they can now be more than
...
one line long.
Fixed a bug in the input field with cursor positioning at the end of
the field.
Make the print_status function available to apps so they can print
status messages.
Updated the example for the new fib parser.
1995-02-01 04:06:37 +00:00
Paul Richards
463e33c94b
Clean up the parser, allow fields to be specified inline and
...
generally make the forms language much less verbose.
Add height option for fields and calculate sensible defaults.
1995-02-01 03:22:17 +00:00
Bill Paul
ba3fbfe69c
Added the yppwupdate script. This is a small shell script that yppasswdd
...
executes after it finishes updating the raw master.passwd file. The script
is just there to invoke /var/yp/Makefile to build new maps and yppush them.
We could have yppasswdd run /var/yp/Makefile directly, but this allws a bit
more flexibility: the user may decide to run some other commands too.
1995-02-01 02:13:15 +00:00
Bill Paul
85e33f94dc
Added Makefile.yp and mknetid, which are needed to rebuild NIS maps.
...
mknetid is a script. Both are installed by an afterinstall which as
been added to the main Makefile.
1995-02-01 02:00:03 +00:00
Bill Paul
c70242ae20
Need _PATH_YP for ypserver stuff.
1995-01-31 23:12:53 +00:00
Poul-Henning Kamp
5319d4525a
I have taken sysinstall out of the normal SUBDIR rule. There are too
...
many build problems just now, and it isn't that general after all.
1995-01-31 19:41:08 +00:00
Poul-Henning Kamp
e86e7d0e07
CTM email tools.
...
Reviewed by: phk
Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
1995-01-31 19:12:53 +00:00
Bruce Evans
e322e6a55a
Fix reading of stack addresses from core files. USRSTACK now really is
...
the (top of the) user stack.
1995-01-31 18:07:36 +00:00
Bruce Evans
68abb9f9db
Fix off by one error in calculation of `mday' (months start at 1).
...
Jan 31 gave Jan 30, often for next year.
1995-01-31 17:54:39 +00:00
Jordan K. Hubbard
ce0d1cd5db
Add dmenu.
1995-01-31 13:53:44 +00:00
Peter Dufault
8be820d189
Split byte packing functions into signed and unsigned versions.
...
Left most current invocations as signed, though that could be wrong.
1995-01-31 11:41:47 +00:00