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
christos
870890917c
now takes an optional filename.
2005-01-09 19:23:26 +00:00
christos
82ee9647b8
Allow PT_DUMPCORE to specify the core filename.
2005-01-09 19:22:55 +00:00
christos
089038b4a1
Allow -c argument now.
2005-01-09 17:47:45 +00:00
tsutsui
e34a3b7f08
Small optimization in vmapbuf()/vunmapbuf().
...
BTW, should we also pass 'VM_PROT_READ|VM_PROT_WRITE' to flags
with PMAP_WIRED for pmap_enter() in vmapbuf()?
2005-01-09 17:41:34 +00:00
christos
8ef68a6575
document PT_DUMPCORE.
2005-01-09 17:41:19 +00:00
tsutsui
a9b3f31984
Some cosmetics:
...
- remove __P()
- use ansi decls
- u_int8_t, u_char -> uint8_t
- use macro for debug printfs
- some KNF
2005-01-09 16:59:41 +00:00
chs
8975a0856f
adjust the UBC mapping code to support non-vnode uvm_objects.
...
this means we can no longer look at the vnode size to determine how many
pages to request in a fault, which is good since for NFS the size can change
out from under us on the server anyway. there's also a new flag UBC_UNMAP
for ubc_release(), so that the file system code can make the decision about
whether to cache mappings for files being used as executables.
2005-01-09 16:42:43 +00:00
jschauma
5398861167
The '-l' option *always* prints a total, not only if output is to a
...
terminal.
2005-01-09 16:33:32 +00:00
martin
5689de1472
Bugfixes and acceleration support.
...
From Michael Lorenz.
2005-01-09 16:29:20 +00:00
tsutsui
2f8ac31194
Some cosmetics for www.
2005-01-09 16:03:45 +00:00
tsutsui
f1c6ce145f
Note shark wscons.
2005-01-09 15:59:54 +00:00
tsutsui
14a351eefe
Create wscons devices.
2005-01-09 15:50:53 +00:00
joff
5f20950e38
o reversed sense of RS in writereg
...
o attempt HD44780 reset on open if LCD not detected at bootup
o skip everything if sc_dev_ok == 0 in writereg/readreg
2005-01-09 15:48:51 +00:00
joff
838c742991
Handle (i.e. don't lock up the kernel in hd44780_busy_wait) the case of the
...
LCD not being there.
2005-01-09 15:43:56 +00:00
tsutsui
8d65a2e17f
- Switch to wscons(4) with MI vga(4), pckbc(4) and pms(4).
...
- Reorganize console initialization code like i386 rather than cninit().
Note old pccons/opms and ofcons support still works.
XXX Xserver is not tested because XF86_4 doesn't have support
XXX for IGS CyberPro2010 on shark. (yet?)
2005-01-09 15:39:59 +00:00
tsutsui
7da0e84338
- Adapt to vga_common_attach() API changes.
...
- Add more VGA initialization code to vga_ofbus_cnattach() from pccons.c.
- Export vga_ofbus_cnattach() prototype for consinit() ops.
2005-01-09 15:29:27 +00:00
tsutsui
01c812cc7b
Add bus_space_copy_region_2() op, which is required by MI vga(4),
...
from sys/arch/arm/arm/bus_space_asm_generic.S.
XXX: isa_io_asm.S and bus_space_asm_generic.S is mostly identical.
2005-01-09 15:26:19 +00:00