summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-17Compaq SMART Array RAID controllers.Michael Shalayeff
based on netbsd driver. testing helps from brad@ eisa untested, but should work (;
2000-12-17data base -> databaseTodd C. Miller
2000-12-17data base -> databaseTodd C. Miller
2000-12-17Add a new possible value for the machdep.allowaperture sysctl: `2'Matthieu Herrb
allows access to the whole 1st megabyte of memory, for use by XFree86 4.0.x int10 code. (ok, deraadt@) CVS: ---------------------------------------------------------------------- sys/arch/i386/i386/mem.c share/man/man4/man4.i386/xf86.4 CVS: ----------------------------------------------------------------------
2000-12-17typo; from wsanchez@apple.comMarkus Friedl
2000-12-17err, addtronMichael Shalayeff
2000-12-17caveats and bugs for adtron cardsMichael Shalayeff
2000-12-17Add warning that /mnt must not be in path of DESTDIR or RELEASEDIRMarco S Hyman
as it is used in the release generation process. Idea from Nino Margetic <nino@cng.fr>
2000-12-16make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵Michael Shalayeff
panics
2000-12-16Remove duplicate entries already found in the main sysctl.confMiod Vallat
2000-12-16Remove - RSA is there now, don't need to talk about it being stubbed.Bob Beck
2000-12-16allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DEMarkus Friedl
2000-12-16unused; from stevesk@pobox.comMarkus Friedl
2000-12-16typoNiels Provos
2000-12-16when a used SA expires and the exchange is gone, start a new one.Niels Provos
2000-12-16add in forgotten dso stuff.Bob Beck
2000-12-15Build and install amdref.info and install an entry for it in the dir file.Todd C. Miller
amdref.texinfo could do with some cleaning up but this is a start.
2000-12-15import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2000-12-15apache 1.3.14 + mod_ssl 2.7.1 mergeBob Beck
2000-12-15import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
2000-12-15Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE}Artur Grabowski
2000-12-15oops, forgot top level makefile.bsd-wrapper on mergeBob Beck
2000-12-15send messages to all registered listeners. makes multiple keying daemonsNiels Provos
work.
2000-12-15Oops, missed makefile change, and must crank major on these, someBob Beck
routines which used to be externally used are now macros. ugh.
2000-12-15ITE_INGRF checks needed, from NetBSD.Marc Espie
Reported by Lars Hecking.
2000-12-15compute diffie-hellman in parallel between server and client. okay markus@Niels Provos
2000-12-15syncJason Wright
2000-12-15natsemi 83820Jason Wright
2000-12-15Grow the number of reserved pt pages.Artur Grabowski
Solves the 64MB problem. Somewhat based on NetBSD.
2000-12-15If there was a syntax error and the user just wants to exit, unlinkTodd C. Miller
sudoers if it is zero length since visudo probably just created it. From the sudo cvs repo.
2000-12-15Give sensible error messaage for a zero-length sudoers file.Todd C. Miller
From the sudo cvs repo.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
this is consistent.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itAaron Campbell
belongs. Closes PR/1554 from bk@rt.fm.
2000-12-15return resource exhaustion message on memory allocation error. poll onNiels Provos
the pfkey fd so that we dont block when a message gets lossed.
2000-12-15only create new exchange on SA expires, when there has been used.Niels Provos
okay angelos@
2000-12-15send expire messages also for sa's that do not have been used.Niels Provos
okay angelos@
2000-12-15openssl-engine0.9.6 mergeBob Beck
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
2000-12-15'Q' means ignore parse error, not 'q'Todd C. Miller
2000-12-15When opening /etc/sudoers for writing, use SUDOERS_MODE for the mode.Todd C. Miller
Otherwise if the user creates a new sudoers file, makes a syntax error, and quits, sudoers will have a random file mode. However, since it is also zero-length, there is no information exposed. Closes PR 1559.
2000-12-15openssl-engine 0.9.6 mergeBob Beck
Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up.
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-12-15import openssl-0.9.7-beta1Bob Beck
2000-12-15remove section talking about photuris limitationsNiels Provos
2000-12-15update email address in copyright.Niels Provos
2000-12-15more cleanup; send SPI needed message if we have state but no SPI onNiels Provos
acquire.
2000-12-15more cleanup. remove last vestiges of gmp.Niels Provos
2000-12-15Correct documented defaults for mppe, chap80 and chap81brian
2000-12-15handle pfkey soft updates. only update when SA has been used.Niels Provos
2000-12-14queue pfkey acquire and expire messages if we are currently waiting forNiels Provos
another pfkey transaction to return. some cleanup.
2000-12-14cleanup tailq examplesNiels Provos