summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-30syncTodd T. Fries
2007-07-30strlen returns size_t.Pierre-Yves Ritschard
2007-07-30AXIM pda and V360 phone, ok mk@Todd T. Fries
2007-07-30avoid segfault when empty string is passed as interface name.Pierre-Yves Ritschard
2007-07-30With adding ipsec tags and exporting flow filters via sysctl SADB_GETHans-Joerg Hoexer
2007-07-30introduce a Var_Substi to substitute on intervals.Marc Espie
2007-07-30everywhere except in Var_Parse, we always add/append variables to theMarc Espie
2007-07-30local is always true, so zap it.Marc Espie
2007-07-30now that it's clean enough, one can extract some common code fromMarc Espie
2007-07-30clean-up. Basically:Marc Espie
2007-07-30separate and name functions to add target nodes to the graph.Marc Espie
2007-07-30simplify the handling of assignment operators, by introducing a VAR_INVALIDMarc Espie
2007-07-29add missing over/backTodd C. Miller
2007-07-29Change FILES section to use =itemTodd C. Miller
2007-07-29Update to sudo 1.6.9p2Todd C. Miller
2007-07-29use correct length when making a copy of environTodd C. Miller
2007-07-29slot range check in add_nubus_intr() is wrong by one.Miod Vallat
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-07-29KNF synopsis: put stars in appropriate places (consistent with other synopses)Constantine A. Murenin
2007-07-29Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0Mark Kettenis
2007-07-29Seperate members of "struct pcb" that are accessed using physical addressesMark Kettenis
2007-07-29sync the command usage with its synopsisIgor Sobrado
2007-07-29regenChris Kuethe
2007-07-29add a bunch of new nvidia devicesChris Kuethe
2007-07-29reindent, no code changeMarc Espie
2007-07-29Add commented out machdep.led_blink=1Mark Kettenis
2007-07-29zap redundant code; ok deanna@Constantine A. Murenin
2007-07-28pci_intr_line() doesn't take a pointer as its argument.Mark Kettenis
2007-07-28Don't try to map interrupts that are already fully specified. Makes theMark Kettenis
2007-07-28adds functions to parse and to build EAPOL-Key frames used inDamien Bergamini
2007-07-28add callbacks that drivers must implement to install/reset keys.Damien Bergamini
2007-07-28add a couple of fields to the ieee80211_node structure to manage RSNDamien Bergamini
2007-07-28extend the ieee80211_key structure with a key identifier, a flags fieldDamien Bergamini
2007-07-28WPA1 uses its own (non-standard) EAPOL-Key descriptor type.Damien Bergamini
2007-07-28regenJasper Lievisse Adriaanse
2007-07-28add biometric coprocessorJasper Lievisse Adriaanse
2007-07-27tweaks;Jason McIntyre
2007-07-27Add man pages bits after gwk's src commit. Not linked yet.Xavier Santolaria
2007-07-27Missing $OpenBSD$ tag.Xavier Santolaria
2007-07-27As on i386:Tom Cosgrove
2007-07-27We don't want to pass the PXE MAC address to the kernel when bootingTom Cosgrove
2007-07-27Commiting for xsa@ who dosent want to for some reason. He has KNFed andGordon Willem Klok
2007-07-27Fix potential memory leak, when snprintf(3) returns an empty buffer.Moritz Jodeit
2007-07-27size_t vs ssize_t error; spotted by zinovik@cs.karelia.ruTheo de Raadt
2007-07-27u_endscreen()'s argument is entirely unused; inspired by zinovik@cs.karelia.ruTheo de Raadt
2007-07-27replace a few more malloc(n*m) idioms with calloc(n,m) for safety;Theo de Raadt
2007-07-27grow ramdisk filesystem sizeTheo de Raadt
2007-07-27getpriority() and setpriority() are documented in the same page, so onlyJason McIntyre
2007-07-27Correct the length of the usb_string_descriptor_t and fix a possibleMarc Balmer
2007-07-27Adapt powernow-k7.c driver to use the ACPI _PSS table for retreivingGordon Willem Klok