summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-26Make it a bit more obvious what dosetrlimit does. (shrink).Artur Grabowski
2001-05-26indentation.Artur Grabowski
2001-05-26Add one more '0' in comment.Artur Grabowski
2001-05-26Change protection of struct exception back from #ifdef __LIBM_PRIVATETodd C. Miller
to #ifndef __cplusplus. It turns out there is code outside of libm that wants to use this. I suppose that's why it is in math.h instead of math_private.h ;-)
2001-05-26Get rid of NET2_FTS and NET2_REGEX #ifdefs since they are useless.Todd C. Miller
Change NET2_STAT into LONG_OFF_T for portability to systems with a 32bit off_t.
2001-05-25Implement PMAP_MAP_POOLPAGE.Artur Grabowski
2001-05-25Support KERBEROS5 / gssapi. (hin@ ok)Hakan Olsson
2001-05-25Correct include file copying shellcode.Hans Insulander
2001-05-25Correct include file copying shellcode.Hans Insulander
2001-05-25Build kinit too. (oops)Hans Insulander
2001-05-25Initialize tag when duplicating header.Angelos D. Keromytis
2001-05-25recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.Jun-ichiro itojun Hagino
it is to be friendly with postfix daemon-to-daemon communication (not 100% sure if which behavior is correct, specwise). patch similar to netbsd.
2001-05-25Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid.Todd C. Miller
2001-05-25eol on last lineTheo de Raadt
2001-05-25use -P for -e and -y, too.Markus Friedl
2001-05-25Remove unnecessary .Nm args; mpech@prosoft.org.lvAaron Campbell
2001-05-25Remove bogus and incorrect version string.Hans Insulander
2001-05-25Build gssapi library too.Hans Insulander
2001-05-25Workaround to prevent -current 'make' from crashing.Hakan Olsson
2001-05-25Comment out krb5 stuff, until someone has had a chance to make krb5 supportHans Insulander
work.
2001-05-25Correct and comment out krb5. This is not working at the moment, but we wantHans Insulander
to use bsd_auth instead.
2001-05-25add support for building with ${SUDO}. ok hin@Jakob Schlyter
2001-05-25KerberosV support from Heimdal.Hans Insulander
2001-05-25KerberosV stuff taken from Heimdal.Hans Insulander
2001-05-25Simple build instructions.Hans Insulander
2001-05-25syncTheo de Raadt
2001-05-25we just *love it* when official people at major vendors send usTheo de Raadt
accurate information about upcoming models of their cards
2001-05-25Kerberos 5 include files live under /usr/include/kerberosVHans Insulander
2001-05-25For some reason, changing warnx -> _warnx makes the krb5 library stopHans Insulander
coredumping. I beleive this to be a weak symbol bug in the linker.
2001-05-25kerberos4.h seems to 1) not exist in heimdal-0.3e and 2) not be needed.Hans Insulander
2001-05-25Some information about this stuff.Hans Insulander
2001-05-25krb5 main Makefile.Hans Insulander
Set 'KERBEROS5=Yes' in /etc/mk.conf to enable the experimental kerberos5 support.
2001-05-25krb5 administration tools.Hans Insulander
2001-05-25krb5 user tools.Hans Insulander
XXX asn1_compile should probably be moved to src/usr.bin instead.
2001-05-25krb5 libexec, only the KDC so far.Hans Insulander
2001-05-25krb5 librariesHans Insulander
2001-05-25Include stuff needed for Heimdal.Hans Insulander
2001-05-25Import of heimdal-0.3eHans Insulander
2001-05-25Fix color table initialization for powerpc with wscons.Dale Rahn
Without this fix some systems could come up black on black.
2001-05-25Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>.Federico G. Schwindt
2001-05-25regen.Federico G. Schwindt
2001-05-25Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>.Federico G. Schwindt
2001-05-25synbcTheo de Raadt
2001-05-24Reword HISTORY section.Aaron Campbell
2001-05-24WSEMUL_VT100 has been the default for awhile now.Aaron Campbell
2001-05-24Stay within 80 column boundary.Aaron Campbell
2001-05-24More DIAGNOSTIC checks.Angelos D. Keromytis
2001-05-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-24Move duplication of header (and tags) after assigning the flags, soAngelos D. Keromytis
diagnostic code won't complain about mbuf with no M_PKTHDR flag set being treated as a packet header. Also, remove bogus re-initialization of tags.
2001-05-24Sync with NetBSD:Aaron Campbell
- Correct gain register initialization to fix L-R imbalance. - Allow to compile on alpha with DIAGNOSTIC. - Update TODO list. - Some delinting.