veego
d7b2c1f83d
Fix the last commit. We need to use the parts with ${DIST} after <bsd.prog.mk>
...
because that includes the ../Makefile.inc.
2000-08-06 19:41:18 +00:00
thorpej
b07f36fe5c
/usr/libexec/kdc -> /usr/sbin/kdc
2000-08-06 19:32:13 +00:00
thorpej
f975168682
The Kerberos KDC belongs in /usr/sbin, not in /usr/libexec.
2000-08-06 19:31:24 +00:00
veego
74c5ec3832
We now have to link with -lutil to get pidfile(3).
2000-08-06 19:24:15 +00:00
thorpej
1435d15e40
Cause the kdc to write a pidfile in /var/run/kdc.pid and to
...
detach from the tty by default. Add a [-D | --no-detach]
option to restore the old behavior (which is useful for
debugging).
2000-08-06 18:42:19 +00:00
fvdl
4ed8b47725
Do not create the binary/security directory, there is no seperate
...
security set anymore.
2000-08-06 18:10:48 +00:00
thorpej
e80d60fa71
Catch krb5_init_context() failure.
2000-08-06 17:59:15 +00:00
thorpej
a240003d0c
Plug a small memory leak.
2000-08-06 17:58:53 +00:00
thorpej
4bfab7fc50
/var/krb5kdc -> /var/heimdal
2000-08-06 17:15:47 +00:00
mrg
f09f5d208b
fix part of previous: do install /usr/bin/cpp on sparc64.
2000-08-06 16:37:57 +00:00
nonaka
7a41932873
for make snapshot
2000-08-06 16:11:32 +00:00
mrg
fa388a99bb
don't build egcs 1.1.2 on sparc64; it is broken and useless
2000-08-06 15:26:55 +00:00
blymn
d58fc5179f
* Fixed bug where unpost would delwin a sub-window that libmenu did not
...
create.
2000-08-06 13:32:59 +00:00
fvdl
8b6d807ef1
We don't have seperate secr source sets anymore, so don't try to create
...
them.
2000-08-06 13:22:16 +00:00
shin
f0803f8192
protect doubleword register from interrupt.
2000-08-06 12:30:36 +00:00
lukem
e3cdb47e47
* implement parseport(), which takes a string and attempts to convert
...
it to a numeric port number
* use parseport() in parse_url() and hookup()
* don't try and lookup the port number using getaddrinfo(), as it's too hard
to separate a failed host name lookup from a failed service name lookup.
this was causing lossage on systems that don't have `http' in services(5)
(such as solaris), but only crept in when we started using getaddrinfo()
unconditionally.
2000-08-06 08:51:22 +00:00
thorpej
6acc606aa4
Update to reflect that you don't need to explicitly do an
...
`ipf -E' in order to be able to use NAT.
2000-08-06 07:05:50 +00:00
thorpej
e59093f4f7
Use socklen_t as appropriate, so that this compiles on LP64
...
systems.
2000-08-06 06:48:50 +00:00
augustss
8e63b5da59
Update documentation about order of hooks.
2000-08-06 02:07:15 +00:00
jhawk
4abc92e8ad
Pullover wording fix for "-e entry" from gnu/dist/toolchain.
...
Fix for PR 10735, fix suggested by Thomas Klausner <wiz@netbsd.org>.
2000-08-06 01:48:59 +00:00
thorpej
6eb78dcb4e
Update a comment in uvmfault_anonget() to reflect reality, and
...
make uvm_fault() handle uvmfault_anonget() failure properly (i.e.
don't unlock a lock that's already unlocked).
2000-08-06 00:22:53 +00:00
thorpej
93a5993242
Do something sane with a DIAGNOSTIC condition in an non-DIAGNOSTIC
...
kernel.
2000-08-06 00:21:57 +00:00
briggs
b103a8ca48
Label the buffer size as such on probe. 128 KB makes sense, but 4608 does not.
2000-08-06 00:19:04 +00:00
thorpej
504f88949c
Correct a comment about locking wrt. uvmfault_anonget().
2000-08-05 23:40:55 +00:00
leo
d9f85c81c0
standarize -> standardize. From Thomas Klausner.
2000-08-05 19:09:37 +00:00
garbled
e694403caf
Change LDFLAGS to HOST_LDFLAGS here too..
2000-08-05 17:41:15 +00:00
briggs
0ad393d6e3
On 20 Feb 2000, the humanize_number() function got a fifth argument--a
...
divisor. This divisor replaces a hard-coded divisor of 1024. To remain
consistent with the hard-coded SI prefix list, humanize_number should
probably only be called with a divisor of 1000 or 1024.
This is now documented.
2000-08-05 14:58:03 +00:00
toddpw
8b89060c30
Document the cool NOCLEANDIR/NOINCLUDES options that somebody added.
2000-08-05 10:17:35 +00:00
garbled
cf5856544c
Change ${LDFLAGS} to ${HOST_LDFLAGS} because we are using HOST_CC. Fixes
...
cross compile bug.
2000-08-05 06:57:21 +00:00
shin
04e4950cbb
detect and eliminate phantom keys.
2000-08-05 05:55:27 +00:00
chuck
af899e5758
set CSTATUS to CTRL('t')
2000-08-05 01:27:12 +00:00
thorpej
ac1bd4275a
Remove the (not supported) krbupdate service, and add (commented out)
...
kerberos-adm.
2000-08-05 00:48:15 +00:00
wiz
9773bf4a73
Whitespace fix, noted by John Hawkinson.
2000-08-04 20:03:07 +00:00
tsutsui
de31126ed6
Fix keyboard related panic when ite device is configured
...
but not attached, per port-hp300/10750.
Approved by thorpej.
2000-08-04 17:22:09 +00:00
ad
492add7c77
- Xr adduser -> Xr user.
...
- Xr passwd.conf.
2000-08-04 14:58:52 +00:00
hubertf
926bd8ce2a
We have useradd(8) now, no more need to bother people with vipw and
...
the adduser manpage.
2000-08-04 14:51:36 +00:00
hannken
8e764c2ae5
Add missing `#ifdef SUN4U', `FTYPE_LNG' is only defined on sparc64.
2000-08-04 14:44:40 +00:00
ad
8d37a29277
Regen.
2000-08-04 14:32:05 +00:00
ad
fc2908cf8a
Vortex Computer Systems changes, from OpenBSD:
...
- Add product ID for GDT6518RS.
- Fix bogus product IDs.
2000-08-04 14:31:40 +00:00
kml
782cdefc52
Correct the documentation for SACK; although we have some preliminary
...
code in the tree, it doesn't do anything, and setting the sack sysctl
won't have any effect.
2000-08-04 13:31:54 +00:00
augustss
daff45a51a
Regen.
2000-08-04 11:57:59 +00:00
augustss
c54b0fde7a
Add ATEN serial adapter.
2000-08-04 11:57:34 +00:00
augustss
6ee3189cb6
Alphabetize.
2000-08-04 11:51:37 +00:00
tsutsui
ef86d29308
Add one more delay() to sip_read_eeprom().
2000-08-04 09:30:56 +00:00
jdolecek
efe1033005
guard prototypes for lf_* functions by ifdef _KERNEL
...
Noted by Andrew Brown <atatat@atatdot.net>.
2000-08-04 09:20:21 +00:00
tsubai
7272e1b36f
s/minbrk/_C_LABEL(__minbrk)/.
2000-08-04 09:19:39 +00:00
enami
6fc4763861
If -H, clear FTS_LOGICAL and set FTS_PHYSICAL as well as FTS_COMFOLLOW.
...
If -L, clear FTS_PHYSICAL as well as FTS_COMFOLLOW.
2000-08-04 09:01:05 +00:00
tsubai
511556bf86
Change comment character from '#' to '!'. (binutils-2.10 doesn't like '#')
2000-08-04 08:47:03 +00:00
enami
96d6ef202a
Describe -h option and xref lchflags.
2000-08-04 08:08:02 +00:00
enami
75015c55d3
- Introduce new flag -h to operate on symlink.
...
- Don't print (first) pathname on fts_open failure; it doesn't make sense.
2000-08-04 08:06:57 +00:00