tsubai
a0cf020afb
Configure L2 cache if it is not enabled by the firmware.
2000-09-12 14:47:38 +00:00
drochner
21955ff8d8
minor corrections / additions
2000-09-12 09:53:41 +00:00
nisimura
c8321c45a7
Found glyph pixel order inverted on screen.
2000-09-12 09:45:48 +00:00
sato
aa96730805
bzero allocated structutre initialy.
2000-09-12 08:25:44 +00:00
enami
9466b8d07e
Define an auto variable `bn' as off_t instead of int since it is finally
...
converted to byte offset.
2000-09-12 08:03:24 +00:00
matt
fd779f8fc8
Deal with the fact the local directory may not be writeable.
2000-09-12 05:11:10 +00:00
eeh
5be9d50b09
Fix new version of microtime.
2000-09-12 04:16:29 +00:00
perseant
78ae325de3
Make this file compile on the alpha as well (use %ld and cast to long,
...
instead of %qd with no cast).
2000-09-12 03:22:53 +00:00
haya
6502a2efd8
Clean-up: Remove unnecessary global reset (for debug) and change the
...
name of some variables for the consistency of naming rule.
2000-09-12 03:19:51 +00:00
takemura
83517998af
fix typo in boot message.
2000-09-12 02:12:20 +00:00
eeh
cc7f95986b
(Hopefully) fix clock skew on machines that us %tick for the clock (UIIi).
2000-09-11 23:29:31 +00:00
fvdl
f23bd81c97
Add usr/libexec/ld.so to the base set again. This is not optimal, but
...
until there is a pkg-ized install, it'll have to do.
2000-09-11 23:28:53 +00:00
eeh
870af94ef7
Add locking to pmap operations and support multiple physical memory segments.
2000-09-11 23:27:22 +00:00
fvdl
3b36dc8408
Add uuencoded binaries for a.out dynamic loaders on i386 and sparc,
...
who are ELF now. Needed because cross-building them is still a
problem. These loaders will try /emul/aout first, but do not
have the baggage that COMPAT_AOUT has.
2000-09-11 23:23:21 +00:00
eeh
cb2350a90d
Don't take protection faults on I/O mappings.
2000-09-11 22:37:34 +00:00
eeh
df698d172e
Fix some sign extension bugs.
2000-09-11 22:36:35 +00:00
eeh
6c00d395e1
Don't take protection faults on I/O pages.
2000-09-11 22:34:02 +00:00
hubertf
b4b75848de
Add standalone "iso-image" target that can be run with DESTDIR and RELEASEDIR
...
set in src/etc after a "make release" in both "src" and "xsrc", to create a
ISO-image of the release in $RELEASEDIR/installation/cdrom.
Hook for architecture dependent pre/post-processing in etc/etc.*/Makefile.inc
are available as 'iso-image_md_post' and 'iso-image_md_pre', see
etc/etc.i386/Makefile.inc as an example. Might be useful for setting up
bootable CDs on alpha, sparc, ...
Reviewed by Todd Whitesel and Thomas Klausner.
2000-09-11 21:53:30 +00:00
abs
235368355b
MSG_fspart only takes onn argument - multname
...
Noted by Charles Carvalho <carvalho@employees.org>
2000-09-11 21:29:52 +00:00
thorpej
e0797e1775
Fix 0 vs. NULL confusion.
2000-09-11 18:45:29 +00:00
ad
decb1dcfcf
const tty{numbers,letters}, and remove PCVT hack.
2000-09-11 15:12:40 +00:00
pk
13275642e0
make compile #if LOCKDEBUG is on.
2000-09-11 13:51:29 +00:00
sato
5bb7aeddee
- delete some unused codes (but some experimental code is not deleted)
...
- add experimental HPCFB_JUMP code but it is not enabled.
2000-09-11 13:44:49 +00:00
tsutsui
e8d0e60d35
Add some missed acknowledgements.
2000-09-11 13:34:48 +00:00
is
a67e6ea0cb
First pass of 1.5 status.
2000-09-11 06:26:01 +00:00
is
e0229cf7cc
Adapt size table to bigger /usr and /usr/src.
2000-09-11 06:23:30 +00:00
nisimura
a101bca4b8
Needs to have machine/asm.h for userland applications.
2000-09-11 03:25:40 +00:00
augustss
2605399d1e
Create ./usr/share/examples/kerberos so that `make install' works again.
2000-09-11 03:00:29 +00:00
oster
32802fc83f
Be consistent: use mcpair->cond instead of mcpair->flag.
...
This also lets us clean up a bunch of cruft.
2000-09-11 02:23:14 +00:00
perseant
15c84d56e5
Do not report write errors if the user specified the -N flag.
...
Also, change the segment size report to include the total size of the disk,
similar to newfs, e.g.
newfs_lfs -N -F -B 65536 /dev/rsd0b
272.7MB in 4363 segments of size 65536
super-block backups (for fsck -b #) at:
16, 55824, 111632, 167440, 223248, 279056, 334864, 390672, 446480, 502288
2000-09-11 01:32:21 +00:00
oster
e8645831a5
Only reset the timer value if it actually accumlated time.
...
Otherwise it may never accumulate any time, and the recon delay
will never happen.
2000-09-11 00:22:45 +00:00
erh
5303e70da5
Make targets which are generated with rpcgen depend on the rpcgen binary.
2000-09-10 23:21:49 +00:00
matt
eb47049370
We actually do know about KERNOBJDIR so use it.
2000-09-10 22:04:27 +00:00
jhawk
fa355af084
Remove the kernel symbol files during a `make clean'.
2000-09-10 21:59:00 +00:00
christos
b4266bbcb7
PR/10982: kilbi@rad.rwth-aachen.de: Don't confuse printf with usernames
...
that start with -.
2000-09-10 21:27:50 +00:00
wiz
903370e095
add IHAFC and IHNFC
2000-09-10 20:49:20 +00:00
joda
3c07acb379
add /usr/share/examples/kerberos/krb5.conf
2000-09-10 20:03:11 +00:00
joda
508e837d4f
add /usr/share/examples/kerberos
2000-09-10 20:02:46 +00:00
joda
d629df9360
add kadmin, kadmind, kerberos, and kstash manpages
2000-09-10 19:58:32 +00:00
joda
c5dc92d1e3
install manpage
2000-09-10 19:57:30 +00:00
joda
4412293540
install manpage
2000-09-10 19:45:18 +00:00
joda
7bc28b6591
add manpage for kadmin
2000-09-10 19:45:04 +00:00
joda
332f680f77
install manpage
2000-09-10 19:38:03 +00:00
joda
fc34792ee1
install kerberos.8 manpage, and krb5.conf sample file
2000-09-10 19:36:43 +00:00
joda
5ab344e414
add a, somewhat terse, kerberos overview manpage
2000-09-10 19:34:49 +00:00
joda
0acd5e96a9
move config and log files out of /var/heimdal
2000-09-10 19:29:44 +00:00
jlam
8edf0a98a0
Correct description of when "NOPIC" is set.
2000-09-10 19:10:50 +00:00
jlam
aa8883f44d
Make the `clean' target match the one in ../ramdisk/Makefile.
2000-09-10 18:55:15 +00:00
jlam
dbaf4cbb17
Remove the kernel symbol files during a `make clean'.
2000-09-10 18:48:36 +00:00
jdolecek
ae3a3247bb
handle KERN_MAXPTYS via new sysctl_pty(), which uses pty_maxptys() provided
...
by tty_pty.c
2000-09-10 17:29:50 +00:00