leo
3f496a2588
AHDI label editor
2000-08-07 09:23:40 +00:00
billc
aac52686f0
Manually edit the headers to show which version of pcidevs this was
...
generated from.
XXX - this really should be automated
2000-08-07 08:27:11 +00:00
enami
630f9b81c9
- Test allocation failure.
...
- Don't leave a pointer dangling on failure case.
- Don't leak a file descriptor on failure case.
2000-08-07 06:08:33 +00:00
enami
2e68d337ae
Nuke redundant test (though, gcc optimizer was clever enough not to emit
...
redundant code).
2000-08-07 06:00:59 +00:00
enami
d753bcdd59
- Wrap long lines.
...
- Protect multi-statement macro with do {} while (0)
2000-08-07 05:56:11 +00:00
enami
94c412e795
Sync with reality.
2000-08-07 05:40:21 +00:00
billc
7ba2890ab8
Added PCI IDs for 3Com's Home Connect (3c450) and Office Connect (3cSOHO100).
...
They both are register compat with later versions of the 3c905 (tornado/
vortex) series.
2000-08-07 04:08:35 +00:00
matt
09f029058b
Fix some ELF/a.out lossage
2000-08-07 03:18:04 +00:00
mrg
2c8d59bf4e
enable gdb on sparc64
2000-08-07 03:07:24 +00:00
itohy
3630c53733
Add #include <sys/proc.h>, since this file touches members of struct proc.
2000-08-07 02:51:04 +00:00
matt
1ed7963458
Simplify some stuff.
2000-08-07 01:47:04 +00:00
enami
f1cac3326d
Add our RCS Id and restore original Id.
2000-08-07 00:55:08 +00:00
msaitoh
3dd01d42a7
include bsd.own.mk
2000-08-06 22:41:05 +00:00
wiz
aba1831bf4
RCS police
2000-08-06 22:37:18 +00:00
wiz
1a5d4c285d
kdc & hprop moved from /usr/libexec to /usr/sbin
2000-08-06 22:35:40 +00:00
wiz
55ea1a8885
RCS police
2000-08-06 22:34:54 +00:00
wiz
ea1313a15c
kerberos -> kdc
2000-08-06 22:34:00 +00:00
wiz
122b5e3b12
add RCS Id
2000-08-06 22:33:35 +00:00
thorpej
32451298d6
kerberos -> kdc
2000-08-06 21:37:02 +00:00
thorpej
81958d9213
Add kdc/kdc_flags variables.
2000-08-06 21:34:17 +00:00
thorpej
f0c5d26a40
Startup script glue for the Heimdal KDC.
2000-08-06 21:32:56 +00:00
thorpej
9ccb9bba06
/usr/libexec/hprop -> /usr/sbin/hprop
2000-08-06 20:44:54 +00:00
thorpej
2bcae16fa3
hprop(8) belongs in /usr/sbin, not /usr/libexec.
2000-08-06 20:42:22 +00:00
thorpej
6636b19ffd
Add (commented out) hprop service, along with a short explanation
...
of when to enable it and why.
2000-08-06 20:35:13 +00:00
thorpej
eb8931bc84
Add `hprop' service (754/tcp).
2000-08-06 20:12:19 +00:00
jdolecek
898d0d5e1c
simplify
2000-08-06 20:11:31 +00:00
veego
ffeeef2048
Move the include of <bsd.prog.mk> to the old place to build the manpage
...
correctly and also move cexp.c after the include to get the ${DIST} path.
2000-08-06 19:49:53 +00:00
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