summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-15ops, _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-15When updating the MTU for the default route, pass the mask and gatewaybrian
to the routing socket. Submitted by: Russell T Hunt <alaric@MIT.EDU>
2001-08-15New timeouts, tested by beck@.Miod Vallat
2001-08-15More 197 support breakage.Miod Vallat
2001-08-15There 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-15There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae forMiod Vallat
this port.
2001-08-15don't include openssl/des.hJim Rees
2001-08-15Move locking of the passwd file *after* we have gotten a new passwordTodd 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-15Merge 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-15fix -pa to display properly initialized adjustment; ok beck@ pjanzen@Kevin Steves
2001-08-15Typo fixes; PR/2003 from andrew.hoerter@NeuStar.comAaron Campbell
2001-08-15Typo fixes; andrew.hoerter@NeuStar.comAaron Campbell
2001-08-15- Attempt to recover from PCI aborts. This is a heavy handed approach whichJason 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-15Add some stuff missed in a previous FreeBSD merge... Fixes the problem whereJason 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-15Use INFTIM.Federico G. Schwindt
2001-08-15For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD.Federico G. Schwindt
2001-08-15Use int instead of char to avoid promotion.Federico G. Schwindt
2001-08-15TEST has moved to regress/lib/libc_r.Federico G. Schwindt
2001-08-15Add libc_r.Federico G. Schwindt
2001-08-15Regression tests for libc_r (pthreads) library.Federico G. Schwindt
Thanks to pval@ for resolving the license stuff.
2001-08-15Same fix as for mvmeppc needed there, forgot this one.Miod Vallat
2001-08-15Some more style...Hakan Olsson
2001-08-15A small utility to convert between OpenSSL(1) and DNSSEC key formats.Hakan Olsson
2001-08-15bcmp done wrong, detected at bakeoff. Hint: always useNiklas Hallqvist
relational operators when using *cmp APIs in conditional expressions.
2001-08-15Support trusted public (RSA) keys as files too. niklas@ ok.Hakan Olsson
2001-08-14Thou shalt not use `you' in manpages and other misc. cleanup.Marc Espie
2001-08-14The same msg length fix for KAME cases.Hakan Olsson
2001-08-14Proper length for PFKEYv2 messages in IPv4-in-IPv6 / IPv6-in-IPv4 flows.Hakan Olsson
2001-08-14One char was wrong. -mojMats O Jansson
2001-08-14Print the correct fields in a debug message. (cut'n'paste bug)Hakan Olsson
2001-08-14Allow latin-1 chars. -mojMats O Jansson
2001-08-14add missing latin-1 chars. -mojMats O Jansson
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
scp; document keyword=argument for ssh.
2001-08-14optimize the flags parsing; markus@ okMichael Shalayeff
2001-08-14Call dc_read_srom with the correct width; patch from gluk@. Fixes problemsAaron Campbell
with multiple 21143 interfaces.
2001-08-14"bye"; hk63a@netscape.netMarkus Friedl
2001-08-14o OpenBSD tagTodd C. Miller
o No longer need KRBDES define o Remove unneeded SRCS definition
2001-08-14Stop fucking up display on Depeche Mode.Marc Espie
Ok miod@
2001-08-13don't need main prototype (also sync with rcp); ok markus@Kevin Steves
2001-08-13Typo in comments: 'interuptable' => 'interruptible'Heikki Korpela
millert@ ok
2001-08-13grammar fix from Joshua Stein <jcs@rt.fm>Peter Valchev
2001-08-13Document how to remove or rename a file that is a getopt(3) flagHeikki Korpela
to mv(1) or rm(1) by preceding it with --. From ho@: Also give a sample of the ./-f way that is more portable ok millert@, ho@
2001-08-13Blowfish salt for dummy crypt callsCamiel Dobbelaar
2001-08-13TagsCamiel Dobbelaar
2001-08-13Solar Designer's popa3d POP3 daemon, version 0.4.9.1Camiel Dobbelaar
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH
2001-08-13Solar Designer's popa3d POP3 daemon, version 0.4.9.1Camiel Dobbelaar
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH
2001-08-13Solar Designer's popa3d POP3 daemon, version 0.4.9.1Camiel Dobbelaar
Changes so far: - removed auth_pam.c - removed auth_shadow.c - add BSD makefile - remove md5, in favour of libc md5 - params.h: AUTH_PASSWD and MAIL_SPOOL_PATH
2001-08-13Fix a bug with the %e flag introduced in a -Wall pass. The originalTodd C. Miller
code was in error but due to C precedence rules it didn't cause a problem.
2001-08-13- Note that unpromoted types should not be passed to va_argHeikki Korpela
(see http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00221.html) - Remove unused *p variable from example - Add a float example (mainly to point out that people shouldn't use float because it's promoted to double) ok millert@