summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-04syncTheo de Raadt
1997-07-04syncTheo de Raadt
1997-07-04Base PLEN on the value of LONG_BIT instead of assuming basedTodd C. Miller
on MAX size of long and int.
1997-07-03MD[45]Final(NULL,&ctx) applies padding to context and can still be used with ↵Niels Provos
M[45]Update afterwards.
1997-07-03There is no undelete(2) manpage.Jason Downs
1997-07-03const happynessNiklas Hallqvist
1997-07-03doc EPERM properly; kleinkTheo de Raadt
1997-07-03rm of dir returns EPERM; more careful about ..; netbsdTheo de Raadt
1997-07-03print correct sense bytesTheo de Raadt
1997-07-03do not whine about failed negotiationsTheo de Raadt
1997-07-03prettyTheo de Raadt
1997-07-03support coredump parsing on alphaNiklas Hallqvist
1997-07-03buffer overflow on 64-bit archs fixedNiklas Hallqvist
1997-07-03use .Bl for gecos info; lukemTheo de Raadt
1997-07-03fix typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-07-03fxp support, turned off in alpha until testedTheo de Raadt
1997-07-03Intel EtherExpress Pro/100B driver, still needs a fix or twoTheo de Raadt
1997-07-03syncTheo de Raadt
1997-07-03sync to netbsdTheo de Raadt
1997-07-03newer man pages from jason@logical.thought.netTheo de Raadt
1997-07-02Use MALLOC_EXTRA_SANITY consistently (EXTRA_SANITY was used in many places)Todd C. Miller
sizeof *pt -> sizeof *px (point to same type of struct but looked wrong).
1997-07-02Adjust selection time out (all of my devices still work, does everyone elses?)Jason Downs
1997-07-02typoNiels Provos
1997-07-02fix neglected _FLEN's + reserve_spi + output reserved spi's without alg.Niels Provos
correctly.
1997-07-02Move prototype for bindresvport(3) to <netiniet/in.h> as it isTodd C. Miller
not rpc-specific and other stuff uses it now.
1997-07-01gestures in the direction of TurboSpPARC compatibilitygrr
1997-07-01only need one encap device nowNiels Provos
1997-07-01remove obsolete sourcesNiels Provos
1997-07-01remove obsolete sourcesNiels Provos
1997-07-01reflect changes in ipsecNiels Provos
1997-07-01major restructuringNiels Provos
1997-07-01make powerdown conditionalgrr
1997-07-01fix L args; mikelTheo de Raadt
1997-07-01memory leaks, object leaks. some from pk/cgd. rearrange *_DL checks forTheo de Raadt
further safety.
1997-07-01typosNiels Provos
1997-07-01fix that repeating passwords yield same hash + increment minorNiels Provos
1997-07-01smooth char waiting loopMichael Shalayeff
1997-07-01if no error, dlerror() should return NULLTheo de Raadt
1997-07-01have DL_GETERRNO clear error state after return; also make dlsym() set error ↵Theo de Raadt
state
1997-07-01split -a into -a/-ATheo de Raadt
1997-07-01typodm
1997-07-01Change default behavior to print newline after contents of symlink.kstailey
Add "-n" flag to get old behavior.
1997-07-01Updated (troff macros) manpage from FreeBSD-current. No other sourcegrr
changes, our's actually looks newer/cleaner...
1997-07-01Make -Wall happy.Todd C. Miller
1997-07-01Add missing '#' as in #include.Todd C. Miller
1997-07-01Include <stdlib.h> for malloc() proto.Todd C. Miller
1997-07-01-Wall cleanlinessTodd C. Miller
1997-06-30Some -Wall cleanliness.Todd C. Miller
1997-06-30Fix printf format when listing inode number and #blocks toTodd C. Miller
unsigned and quad respectively to correspond to actual types. Half from NetBSD (jtc).
1997-06-30back out last two changeskstailey