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