jmmv
afdb4e66ab
+ AMI
2005-01-10 14:10:32 +00:00
jmmv
732504aebb
+ AM, EPRML, FM, MFM, PRML, RLL.
2005-01-10 13:16:39 +00:00
lukem
734b40f62e
Special-case the srcdirs for scp & ssh.
2005-01-10 13:04:04 +00:00
cube
e8ff287844
Add a paragraph about what to do with the Ethernet address and how to
...
change it.
2005-01-10 13:02:26 +00:00
lukem
553c396762
more stuff in /rescue
2005-01-10 12:30:21 +00:00
tron
3952de4581
Backout last change. I'm not sure what the correct fix is but the last
...
change wasn't it.
2005-01-10 11:23:53 +00:00
tron
66db1620b2
Fix this so that "make install" will actually work.
2005-01-10 11:20:01 +00:00
lukem
33349ca906
Revert previous; init(8) still needs special case handling for RESCUEDIR
...
otherwise the path to mount_mfs(8) and the standard $PATH will be wrong...
2005-01-10 10:59:49 +00:00
lukem
242baa62bd
Add to /rescue: scp ssh slogin
...
(all without Kerberos support at this time)
2005-01-10 10:47:36 +00:00
lukem
44173303af
MAKEVERBOSE support
2005-01-10 10:05:44 +00:00
lukem
e1375832e2
Provide /rescue/cgdconfig if ${MKCRYPTO} != "no"
2005-01-10 10:04:31 +00:00
lukem
c0cb06d9b5
Add: less (more), vi, chroot
...
Requested by Matthew Mondor in PR 26147
2005-01-10 09:51:33 +00:00
matt
b046d5ecf9
Now that countless UVM bugs have been fixed, enable "topdown" memory
...
allocation by default.
2005-01-10 05:42:09 +00:00
mycroft
87e784e1de
Now that countless UVM bugs have been fixed, enable "topdown" memory
...
allocation by default.
2005-01-10 05:34:51 +00:00
mhitch
248d777d24
Fix Maxine keyboard and mouse ioctl routines to return EPASSTHROUGH for
...
unrecognized commands so they can be passed to other handlers.
2005-01-10 04:43:34 +00:00
mhitch
4deb82db56
Maxine mouse buttons were being mapped incorrectly (old dtop.c code mapped
...
them to serial mouse buttons, which were then mapped into events to pass
to the X server).
Also fix bug in mouse motion - putting 2 unsigned bytes into an integer
resulted in a 16-bit unsigned value, so negative mouse motion didn't work.
2005-01-10 04:40:05 +00:00
lukem
497e76847f
Repeat after me: "test both cases before commit"
2005-01-10 04:00:50 +00:00
lukem
3af1db4def
Support ${MKINET6} == "no".
2005-01-10 03:13:04 +00:00
christos
2ef14ae88a
Restore su.c to version 1.58, plus minor prototyping. Split pam
...
into su_pam.c, and turn it off by default in the Makefile until it
is tested and actually works. The current pam version does not set ruid
properly anymore.
2005-01-10 03:11:50 +00:00
lukem
1e281ed227
Only #define HAVE_IPV6 if ${USE_INET6} != "no".
2005-01-10 03:11:17 +00:00
lukem
a390dfa659
Only #define WANT_IPV6 if ${USE_INET6} != "no".
...
(Otherwise #define ISC_PLATFORM_NEEDIN6ADDRANY.)
2005-01-10 03:03:28 +00:00
lukem
b3ead83e1c
Only #define WANT_IPV6 if ${USE_INET6} != "no".
2005-01-10 03:01:18 +00:00
lukem
7157011597
Only compile in IPv6 support if ${USE_INET6} != "no"
...
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
2005-01-10 02:58:58 +00:00
lukem
8929bce61d
remove unnecessary comment
2005-01-10 02:53:39 +00:00
lukem
da9dede24f
add MKINET6 to etc/release
2005-01-10 02:49:46 +00:00
lukem
d2c46a1477
remove unnecessary comment
2005-01-10 02:45:35 +00:00
lukem
1227550528
Revert previous (1.258): we don't want to link .so libraries against
...
(non-PIC) .a libraries, and the problem which triggered the addition
of the previous has been fixed by providing librpcsvc as a .so.
2005-01-10 02:42:34 +00:00
lukem
9505ced464
minor whitespace consistency
2005-01-10 02:32:46 +00:00
lukem
c6f2cec0b0
include <isc/net.h> so that -UWANT_IPV6 compiles correctly.
2005-01-10 02:14:46 +00:00
lukem
4ae6a6d6f4
Support -DNOINET6 to disable USE_INET6 (a la the FreeBSD section earlier)
2005-01-10 02:10:47 +00:00
lukem
a546e7bfc2
Fix compilation with -UUSE_INET6
2005-01-10 02:08:51 +00:00
lukem
2ec73172c7
don't bother linking ftp -> ftpd
2005-01-10 01:51:13 +00:00
lukem
8516a4eb2a
install-etc-files: also descend into "pam.d" for configinstall
2005-01-10 01:17:25 +00:00
lukem
50da6bf581
NetBSD Is Not FreeBSD:
...
* use CONFIGFILES instead of FILES
* use CONFIGLINKS instead of LINKS
2005-01-10 01:15:44 +00:00
he
67d66c86bb
Don't build libpam and associated bits if the target platform doesn't
...
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no. Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.
Discussed with christos and lukem.
2005-01-10 00:20:21 +00:00
christos
5ad134eae7
Add /etc/pam.d files.
2005-01-10 00:18:18 +00:00
christos
765add15e7
add pam.d
2005-01-10 00:14:40 +00:00
matt
91c3d135e3
Make sure the postfix files in ./etc/postfix are conditional on postfix
2005-01-10 00:06:27 +00:00
smb
ddd2ade252
Add a software watchdog timer facility. Because this slightly
...
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.
The code was reviewed by simonb@.
2005-01-09 22:51:32 +00:00
matt
f26774eaee
Add MKGCCCMDS/gcccmds
2005-01-09 22:24:04 +00:00
fredb
ca4e569ac8
Remove some redundant assignments.
2005-01-09 21:45:53 +00:00
joff
fdb2df8f5f
enable pcic(9) PCMCIA controllers in default kernel
2005-01-09 21:44:32 +00:00
joff
6b75e7b0f9
Allow for pcic(9) attachments on the ISA bus
2005-01-09 21:40:02 +00:00
joff
0686f5514c
call isa_bs_mallocok() right before ISA bus attachment
2005-01-09 21:35:51 +00:00
manu
d37a5aac85
Rewrite PAMification of su.
...
- don't try to fallback to plain old authentication. It could lead to unix
authentication to be used while the administrator wanted to forbid it.
Moreover, a broken PAM setup can be fixed by just rebooting in single user.
- In order to make the code more readable, make two main(), with and aithout
PAM.
- Outstanding issues that seem impossible to fix:
The -K flag die with PAM.
-c cause PAM credentials to be ignored.
2005-01-09 21:32:38 +00:00
joff
453e7edc70
Implement extent(9) based management of ISA io/mem so pcic(9) has
...
a chance of working.
2005-01-09 21:32:08 +00:00
christos
4bfe82cbac
Flip the order of two lines I mixed. Thanks to wiz for noticing.
2005-01-09 20:25:26 +00:00
snj
127531e055
We prefer "file system" over "filesystem".
2005-01-09 19:58:55 +00:00
matt
867a34233b
Add gcccmds to the compiler files.
2005-01-09 19:55:26 +00:00
fredb
f785e9cd7f
Latest version of "cvs" is 1.12.11. Most interesting new feature--
...
"import -X" will not automatically merge the vendor branch to the head.
2005-01-09 19:41:17 +00:00