Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-16 | o) -mdoc syntax improvements; | Mike Pechkin | |
o) typos; o) "start new line" issues; o) improve enclosure/quoting macros; millert@ help and ok | |||
2001-08-16 | do not try to undefine CAC_DEBUG | Brad Smith | |
2001-08-16 | openssl black magic. | Hakan Olsson | |
2001-08-16 | At Theo's request only print 'Please wait' if don't get the lock | Todd C. Miller | |
on the first try. | |||
2001-08-16 | -e switch, show extra symbol information such as weak symbol status. | Marc Espie | |
2001-08-16 | - remove libatalk | Brad Smith | |
- remove mention of architecture names in the NOPIC variable description | |||
2001-08-16 | Document new clean behavior. | Marc Espie | |
2001-08-16 | Flesh it out. | Marc Espie | |
Common additions to sudoers, commented out. To avoid gobbling aspirin while reading sudoers(5) ok millert@ | |||
2001-08-16 | Don't right-justify this debug message. | Hakan Olsson | |
2001-08-16 | Off-by-one error in [u]fqdn cases, plus better debug messages when | Hakan Olsson | |
looking for public key files. | |||
2001-08-16 | ISAKMP ID type offset was wrong. | Hakan Olsson | |
2001-08-16 | state that this skeleton file is in the public domain. | Kenjiro Cho | |
2001-08-16 | sync with KAME. | Kenjiro Cho | |
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages | |||
2001-08-16 | track the line number per-token, so that we can report errors correctly | Theo de Raadt | |
2001-08-16 | Xr raise(3) | Theo de Raadt | |
2001-08-16 | do not link with lwres. ok ho@ | Jakob Schlyter | |
2001-08-16 | Spelling. | Peter Valchev | |
2001-08-16 | add support for getrrsetbyname(3) from libc. ok ho@. | Jakob Schlyter | |
2001-08-15 | ops, _thread_kern_set_timeout() to const. | Federico G. Schwindt | |
2001-08-15 | * kevent(2) support; from FreeBSD. | Federico G. Schwindt | |
* change _thread_kern_set_timeout() parm to const. | |||
2001-08-15 | When updating the MTU for the default route, pass the mask and gateway | brian | |
to the routing socket. Submitted by: Russell T Hunt <alaric@MIT.EDU> | |||
2001-08-15 | New timeouts, tested by beck@. | Miod Vallat | |
2001-08-15 | More 197 support breakage. | Miod Vallat | |
2001-08-15 | There is no need explaining how to do manually what libkvm does for you, | Miod Vallat | |
and how the HP MMU works, on an arch which doesn't have this MMU. | |||
2001-08-15 | There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae for | Miod Vallat | |
this port. | |||
2001-08-15 | don't include openssl/des.h | Jim Rees | |
2001-08-15 | Move locking of the passwd file *after* we have gotten a new password | Todd C. Miller | |
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). Same as in local_passwd.c but here we need to remove a temp file in the SIGINT handler because _exit() doesn't call atexit() routines. | |||
2001-08-15 | Merge latest CITI code: | Jim Rees | |
add "challenge" command get file length in "f" and use it in "read" PalmOS changes we don't care about | |||
2001-08-15 | fix -pa to display properly initialized adjustment; ok beck@ pjanzen@ | Kevin Steves | |
2001-08-15 | Typo fixes; PR/2003 from andrew.hoerter@NeuStar.com | Aaron Campbell | |
2001-08-15 | Typo fixes; andrew.hoerter@NeuStar.com | Aaron Campbell | |
2001-08-15 | - Attempt to recover from PCI aborts. This is a heavy handed approach which | Jason Wright | |
involves running down what's in the queue and resetting the chip. - remove a DELAY() from reset and just wait for the proc unit to come out of reset. - never set the LAST bit in a JUMP descriptor - use lengths from each map (not just source map) for total_*_length in command [This does not fix problems with net4501, but may address problems with CA810] | |||
2001-08-15 | Add some stuff missed in a previous FreeBSD merge... Fixes the problem where | Jason Wright | |
sk busy loops when carrier is lost until it returns; based on patch from david langhorst <dirt@monkey.org> and tested by John Ladwig <jladwig@mango.lioness.net> | |||
2001-08-15 | Use INFTIM. | Federico G. Schwindt | |
2001-08-15 | For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD. | Federico G. Schwindt | |
2001-08-15 | Use int instead of char to avoid promotion. | Federico G. Schwindt | |
2001-08-15 | TEST has moved to regress/lib/libc_r. | Federico G. Schwindt | |
2001-08-15 | Add libc_r. | Federico G. Schwindt | |
2001-08-15 | Regression tests for libc_r (pthreads) library. | Federico G. Schwindt | |
Thanks to pval@ for resolving the license stuff. | |||
2001-08-15 | Same fix as for mvmeppc needed there, forgot this one. | Miod Vallat | |
2001-08-15 | Some more style... | Hakan Olsson | |
2001-08-15 | A small utility to convert between OpenSSL(1) and DNSSEC key formats. | Hakan Olsson | |
2001-08-15 | bcmp done wrong, detected at bakeoff. Hint: always use | Niklas Hallqvist | |
relational operators when using *cmp APIs in conditional expressions. | |||
2001-08-15 | Support trusted public (RSA) keys as files too. niklas@ ok. | Hakan Olsson | |
2001-08-14 | Thou shalt not use `you' in manpages and other misc. cleanup. | Marc Espie | |
2001-08-14 | The same msg length fix for KAME cases. | Hakan Olsson | |
2001-08-14 | Proper length for PFKEYv2 messages in IPv4-in-IPv6 / IPv6-in-IPv4 flows. | Hakan Olsson | |
2001-08-14 | One char was wrong. -moj | Mats O Jansson | |
2001-08-14 | Print the correct fields in a debug message. (cut'n'paste bug) | Hakan Olsson | |
2001-08-14 | Allow latin-1 chars. -moj | Mats O Jansson | |