summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-26build release bsd.scsi3 from regular bsd file, by using config -e toTheo de Raadt
2002-04-26be more terse with outputNathan Binkert
2002-04-26Only call bpf_mtap if we have bpf in the kernelNathan Binkert
2002-04-26a little grammarMichael Shalayeff
2002-04-26debug stuff inside #ifdefTheo de Raadt
2002-04-26properly allocate dmable memory for buffers (no malloc); drahn@ ok and testingMichael Shalayeff
2002-04-26Fix spelling in comment and some whitespace.Artur Grabowski
2002-04-26use ansi function declarations. ok millert@Marc Espie
2002-04-26Strip sudo and visudo on install. Noticed by Camiel Dobbelaar.Todd C. Miller
2002-04-26prototype mismatch, ansi conversion rules...Marc Espie
2002-04-26fix indentation errorMarc Espie
2002-04-26rename `bool' to something else, to avoid C99 surprises.Marc Espie
2002-04-26minor tweaksTheo de Raadt
2002-04-26missed one; deraadtJason Wright
2002-04-261024 bit maxJason Wright
2002-04-26use struct in_aliasreq instead of ifaliasreq when setting new inetFederico G. Schwindt
2002-04-26Don't try to destroy a dmamap if the map was never createdNathan Binkert
2002-04-26disable cryptodevallowsoft again; constrain key bit sizes to % 32cryptodev.cTheo de Raadt
2002-04-26register as supporting modular exponentiationJason Wright
2002-04-26syncNathan Binkert
2002-04-26remove duplicateNathan Binkert
2002-04-26Don't prevent a media status updates just because the interface isn't up.Nathan Binkert
2002-04-26Rework glob_selection() to eliminate 'Major hack' and a 'Eww' byKenneth R Westerback
2002-04-26Add missing unlock. Ok mickeyNathan Binkert
2002-04-26Change 'while $1; shift' loops to 'for _b;' loops.Kenneth R Westerback
2002-04-26add missing `entry' parameter to LIST_NEXT() in the list freeing example.Wilbern Cobb
2002-04-26Mention that just because you can store a 104 bit WEP key on the cardTodd C. Miller
2002-04-26Improve use of sed in various places, eliminating unnecessaryKenneth R Westerback
2002-04-26get runlist from the right placeTheo de Raadt
2002-04-25Intel PRO/Wireless 2011 is Symbol, not IntersilTodd C. Miller
2002-04-25don't play games with size_t (seeing a pattern yet ?)Marc Espie
2002-04-25Harmonize some bootstrap procedures with hp300, and move some variablesMiod Vallat
2002-04-25Use more symbolic constants rather than magic values...Miod Vallat
2002-04-25Factorize more common m68k definitions.Miod Vallat
2002-04-25<m68k/cpu.h> should be included when this <machine/cpu.h> is included fromMiod Vallat
2002-04-25sysctl wants size_t.Marc Espie
2002-04-25move this into a less visible placeTheo de Raadt
2002-04-25runlist.sh & list2sh.awk unificationTheo de Raadt
2002-04-25no longer neededTheo de Raadt
2002-04-25merge in changes from other list2sh.awk filesTheo de Raadt
2002-04-25- fix a few textsMiod Vallat
2002-04-25syncTheo de Raadt
2002-04-25unfudge size_t vs. unsigned int parameters.Marc Espie
2002-04-25Modernize wording (remove ancient reference), and move invocationIan Darwin
2002-04-25This is dead beef, too.Miod Vallat
2002-04-25syncTheo de Raadt
2002-04-25Update to sudo 1.6.6Todd C. Miller
2002-04-25Protect IPv6 code with #ifdef INET6Mike Pechkin
2002-04-25avoid buffer overrun on PASV from malicious server.Jun-ichiro itojun Hagino
2002-04-25no need for __alignment__, it was paste error. from fgs/deraadtJun-ichiro itojun Hagino