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