summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2001-07-30make it work againHugh Graham
2001-07-30minor reorder to make vax ld happyHugh Graham
2001-07-30no so zoneHugh Graham
2001-07-30syncTheo de Raadt
2001-07-30attempt to match intelTheo de Raadt
2001-07-30latest vortex device list; juergen.frickTheo de Raadt
2001-07-30handling of arg can cause EFAULT; dd@FreeBSD.orgTheo de Raadt
2001-07-30syncTheo de Raadt
2001-07-30fix 0B case; morten@hotpost.dkTheo de Raadt
2001-07-29Temporarily fix wscninit so that it only runs once.Constantine Sapuntzakis
Somebody should fix the boot-up logic so it's only called once
2001-07-29linux modsJim Rees
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncTodd C. Miller
libkern and libc versions.
2001-07-29Clarified -o option in scp.1 OKed by Markus@mouring
2001-07-29typo, add -WunusedMarkus Friedl
2001-07-29-Wunused for KAME caseJun-ichiro itojun Hagino
2001-07-29Implement rule skipping. This is a transparent evaluation optimization,Daniel Hartmeier
which reduces evaluation cost for sorted rules of similar parameters. Preparation for rule duplication for parameter lists from pfctl.
2001-07-28SWAPPAGER and DEVPAGER are dead.Artur Grabowski
2001-07-28Revert accidentally committed changeThorsten Lockert
2001-07-28Allow negative lock length in case of lockf(3). This makes lockf(3)Grigoriy Orlov
compliant to specification. costa@ ok.
2001-07-28Check for negative lock length.Grigoriy Orlov
costa@ ok.
2001-07-28syncTheo de Raadt
2001-07-28start sentence on new line, from mpech@Daniel Hartmeier
2001-07-28If the peer sends a REQ without the IPADDR option, only reject itbrian
once. If they repeat the request (again without the IPADDR option) ACK it.
2001-07-28cleanup some RSA vs DSA vs SSH1 vs SSH2 notesMarkus Friedl
2001-07-28Wall cleanupPeter Valchev
2001-07-28Reorder linking for the sake of static arches.Hugh Graham