Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-26 | Make it a bit more obvious what dosetrlimit does. (shrink). | Artur Grabowski | |
2001-05-26 | indentation. | Artur Grabowski | |
2001-05-26 | Add one more '0' in comment. | Artur Grabowski | |
2001-05-26 | Change protection of struct exception back from #ifdef __LIBM_PRIVATE | Todd 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-26 | Get 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-25 | Implement PMAP_MAP_POOLPAGE. | Artur Grabowski | |
2001-05-25 | Support KERBEROS5 / gssapi. (hin@ ok) | Hakan Olsson | |
2001-05-25 | Correct include file copying shellcode. | Hans Insulander | |
2001-05-25 | Correct include file copying shellcode. | Hans Insulander | |
2001-05-25 | Build kinit too. (oops) | Hans Insulander | |
2001-05-25 | Initialize tag when duplicating header. | Angelos D. Keromytis | |
2001-05-25 | recover 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-25 | Add 3 sysctl machdep variables: cpuspeed, machineid, and mmuid. | Todd C. Miller | |
2001-05-25 | eol on last line | Theo de Raadt | |
2001-05-25 | use -P for -e and -y, too. | Markus Friedl | |
2001-05-25 | Remove unnecessary .Nm args; mpech@prosoft.org.lv | Aaron Campbell | |
2001-05-25 | Remove bogus and incorrect version string. | Hans Insulander | |
2001-05-25 | Build gssapi library too. | Hans Insulander | |
2001-05-25 | Workaround to prevent -current 'make' from crashing. | Hakan Olsson | |
2001-05-25 | Comment out krb5 stuff, until someone has had a chance to make krb5 support | Hans Insulander | |
work. | |||
2001-05-25 | Correct and comment out krb5. This is not working at the moment, but we want | Hans Insulander | |
to use bsd_auth instead. | |||
2001-05-25 | add support for building with ${SUDO}. ok hin@ | Jakob Schlyter | |
2001-05-25 | KerberosV support from Heimdal. | Hans Insulander | |
2001-05-25 | KerberosV stuff taken from Heimdal. | Hans Insulander | |
2001-05-25 | Simple build instructions. | Hans Insulander | |
2001-05-25 | sync | Theo de Raadt | |
2001-05-25 | we just *love it* when official people at major vendors send us | Theo de Raadt | |
accurate information about upcoming models of their cards | |||
2001-05-25 | Kerberos 5 include files live under /usr/include/kerberosV | Hans Insulander | |
2001-05-25 | For some reason, changing warnx -> _warnx makes the krb5 library stop | Hans Insulander | |
coredumping. I beleive this to be a weak symbol bug in the linker. | |||
2001-05-25 | kerberos4.h seems to 1) not exist in heimdal-0.3e and 2) not be needed. | Hans Insulander | |
2001-05-25 | Some information about this stuff. | Hans Insulander | |
2001-05-25 | krb5 main Makefile. | Hans Insulander | |
Set 'KERBEROS5=Yes' in /etc/mk.conf to enable the experimental kerberos5 support. | |||
2001-05-25 | krb5 administration tools. | Hans Insulander | |
2001-05-25 | krb5 user tools. | Hans Insulander | |
XXX asn1_compile should probably be moved to src/usr.bin instead. | |||
2001-05-25 | krb5 libexec, only the KDC so far. | Hans Insulander | |
2001-05-25 | krb5 libraries | Hans Insulander | |
2001-05-25 | Include stuff needed for Heimdal. | Hans Insulander | |
2001-05-25 | Import of heimdal-0.3e | Hans Insulander | |
2001-05-25 | Fix color table initialization for powerpc with wscons. | Dale Rahn | |
Without this fix some systems could come up black on black. | |||
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt | |
2001-05-25 | regen. | Federico G. Schwindt | |
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt | |
2001-05-25 | synbc | Theo de Raadt | |
2001-05-24 | Reword HISTORY section. | Aaron Campbell | |
2001-05-24 | WSEMUL_VT100 has been the default for awhile now. | Aaron Campbell | |
2001-05-24 | Stay within 80 column boundary. | Aaron Campbell | |
2001-05-24 | More DIAGNOSTIC checks. | Angelos D. Keromytis | |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves | |
2001-05-24 | Move duplication of header (and tags) after assigning the flags, so | Angelos 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-24 | Sync 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. |