Age | Commit message (Expand) | Author |
2010-06-29 | If the device isn't opened yet (as can be the case with '-a off'), | Jacob Meuser |
2010-06-29 | Replace "nice" strcmp() wrapper macro with strcmp. | Nicholas Marriott |
2010-06-29 | replace some magic mouse constants with defines for clarity. ok nicm | Ted Unangst |
2010-06-29 | isdigit() is more readable than comparing ascii codes | Ted Unangst |
2010-06-29 | Ansify function declarations. | Joel Sing |
2010-06-29 | Fix signedness warnings. | Martin Hedenfal |
2010-06-29 | Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ | Christian Weisgerber |
2010-06-29 | makefstype was only used in ported from freebsd filesystems. fix them | Ted Unangst |
2010-06-29 | eliminate some very redundant SCARG usage. ok art | Ted Unangst |
2010-06-29 | 60 is a more reasonable guess for number of minutes in an hour than 100. | Ted Unangst |
2010-06-29 | Factor out code used to save and flushe process FPU context. | Joel Sing |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-06-29 | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott |
2010-06-29 | correct some minor style violations | Ted Unangst |
2010-06-29 | Allow selecting both address family and protocol by passing the address family | Bret Lambert |
2010-06-29 | don't overwrite the return code from validate_entry | Martin Hedenfal |
2010-06-29 | Update default ldapd.conf to reflect changes in the schema parser. | Martin Hedenfal |
2010-06-29 | less SCARG, more pretty. ok guenther | Ted Unangst |
2010-06-29 | Rewrite the schema parser, as it's not a context-free grammar. | Martin Hedenfal |
2010-06-29 | VIA xcrypt for amd64, simpler version of a diff from deraadt | Jonathan Gray |
2010-06-29 | Store pointer to process FPU state in struct cpu_info. | Joel Sing |
2010-06-29 | some late breaking style comments from guenther | Ted Unangst |
2010-06-29 | regen | Ted Unangst |
2010-06-29 | Eliminate RTHREADS kernel option in favor of a sysctl. The actual status | Ted Unangst |
2010-06-28 | Clean up iterface stats handling: | Ryan Thomas McBride |
2010-06-28 | Fix IFADDRDEL imsg error message. | Alexander Bluhm |
2010-06-28 | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, | Philip Guenthe |
2010-06-28 | Ah, this will not help the netboot case | Theo de Raadt |
2010-06-28 | Send all three of stdin, stdout, stderr from the client to the server, so that | Nicholas Marriott |
2010-06-28 | clock_gettime(CLOCK_PROF) didn't account for the time between the last | Artur Grabowski |
2010-06-28 | A long time ago when wsconsctl was written it expected that ksym was uniq. | Mats O Jansson |
2010-06-28 | Initial 82578 support from Mike Belopuhov. | Jonathan Gray |
2010-06-28 | Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var. | Reyk Floeter |
2010-06-28 | remove -r and -s from usage, these options were dropped on a previous | Igor Sobrado |
2010-06-28 | add missing headers needed for close() and ioctl(). | Charles Longeau |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-06-28 | Use an SLIST instead of a TAILQ for the ccb free list. Order doesn't | Michael Knudsen |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Update the Safe module to version 2.2.7 for CVE-2010-1168 and | Todd C. Miller |
2010-06-28 | Use the proper OIDs for syntax description, instead of bogus symbolic | Martin Hedenfal |
2010-06-28 | fix typo; from Brad | Christian Weisgerber |
2010-06-28 | Allow neighbor discovery for prefixes on interfaces without matching | Alexander Bluhm |
2010-06-28 | Add initial support for RTL8168E, brokenness reported by Joe Gidi. | Stuart Henderson |
2010-06-28 | Don't ask people to send regress logs to a non-existant email address. | Peter Hessler |
2010-06-28 | move -H and -s to their own little section, since they did not belong in | Jason McIntyre |
2010-06-28 | Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture. | Mark Kettenis |
2010-06-28 | If there is no next hop but an interface index, create a cloning | Alexander Bluhm |
2010-06-28 | Store the ifindex into the kroute change imsg. This way we can use | Alexander Bluhm |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |