summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-07-31Remove unsupported drekTodd C. Miller
2001-07-31KNF + some ANSIficationTodd C. Miller
2001-07-31Call pwd_gensalt() with the correct args and reference login.confTodd C. Miller
in man page; hideishi@magisystem.net
2001-07-31we talked about libsectok having an include target a couple of times....Theo de Raadt
2001-07-31while i'm here: NetBSD -> .NxMike Pechkin
millert@ ok.
2001-07-31new BSD-style license and whitespace sync with opensshKevin Steves
2001-07-31type mismatch fix.Bob Beck
2001-07-31Remove an irritating diagnostic emitted to LogPHASE when abrian
static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability).
2001-07-31o) better struct handling;Mike Pechkin
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok
2001-07-31Allocate page buckets from kernel_map. This should save a goodArtur Grabowski
amount of kmem_map on machines with lots of physical memory.
2001-07-31minor sync to NetBSD.Artur Grabowski
2001-07-31pmap_steal_memory takes to vaddr_t * as arguments, not paddr_t *.Artur Grabowski
For some strange (ehmm) reason, only the prototype was wrong. The implementations were right.
2001-07-31close smartcard connection if card is missing.Jakob Schlyter
2001-07-31avoid paths beginning with "//"; <vinschen@redhat.com>Jakob Schlyter
ok markus@
2001-07-31When we receive a CHAP81 challenge response, we always expect the lastbrian
byte of the packet to contain '\0'. Windows 98 gets this wrong, dropping garbage into the last byte and failing authentication. Now, we notice this and whinge to our log file that we're compensating for the corrupt data.
2001-07-31Documentation fixes per PR 1979 by Kaspar Toomik.Hugh Graham
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
to access a smartcard used for storing the user's private RSA key. ok markus@.
2001-07-31add a space after the no spaceHugh Graham
2001-07-31allow to test that flags are unset, ok dhartmei@, mickey@Peter Stromberg
2001-07-31do not complain about missing smartcards. ok markus@Jakob Schlyter
2001-07-31a space before a redirectHugh Graham
2001-07-31+smg +wsconsHugh Graham
2001-07-31add sectok; ok markus@Jakob Schlyter
2001-07-31install krb5.conf(5)Jakob Schlyter
2001-07-31Go down only one Ultra DMA mode at a time. Thanks to Matt Evans forConstantine Sapuntzakis
suggesting this fix. Update atapiscsi Ultra DMA downgrade logic.
2001-07-31Add missing MLINKS for various .3 man pagesKenneth R Westerback
2001-07-31On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid readingConstantine Sapuntzakis
device registers as this may cause lock-ups on some chipsets Clean-up in atapiscsi. Get rid of claim_irq. Instead, atapiscsi always returns -1 (maybe) from the interrupt handler.
2001-07-31Add missing LINK for cgetusedbKenneth R Westerback
2001-07-31Document that entries with d_fileno == 0 are invalid.Artur Grabowski
From Egil Möller <redhog@mini.dhs.org>
2001-07-31more Xr completionsTheo de Raadt
2001-07-31remove bad XrTheo de Raadt
2001-07-31wrong section; six@stalphonsos.comTheo de Raadt
2001-07-30never before has a file so often deviated from KNFTheo de Raadt
2001-07-30fix YESEXPR; jabley@buddha.automagic.orgTheo de Raadt
2001-07-30enable altq userland partsTheo de Raadt
2001-07-30cleanupTheo de Raadt
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
ALTQ, anyone more familiar with it wanna have a look?)
2001-07-30use queue.h macrosJason Wright
2001-07-30initialize key in select method, not ConstructorJim Rees
2001-07-30PalmOS modsJim Rees
2001-07-30If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'rebrian
doing PPPoE and the default MRU is therefore too big.
2001-07-30updates; ok deraadt@Kevin Steves
2001-07-30new BSD-style license:Kevin Steves
Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose.
2001-07-30better errorcodes from sc_*; ok markus@Jakob Schlyter
2001-07-30linux modsJim Rees
2001-07-30Change:Artur Grabowski
int bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, int, int); to: paddr_t bus_dmamem_mmap(bus_dma_tag_t, bus_dma_segment_t, int, int, off_t, int); To allow mmaping offsets larger than INT_MAX. And to simply make more sense.
2001-07-30Add a check for too big e_phnum that could cause us to malloc toArtur Grabowski
much and barf. This should have been merged into this file from exec_elf64.c a long time ago. Looking for volunteers to merge exec_elf.c and exec_elf64.c
2001-07-30Make the e_phnum check slightly cleaner.Artur Grabowski
2001-07-30activate a few forgotten manpagesHugh Graham
2001-07-30another vax inspired object shuffleHugh Graham