summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-09Use TARGET_ARCH, not MACHINE_ARCH. Fix from Tobias Ulmer. ok jsg@ jasper@Dale Rahn
2010-09-09- allow esp proposals without integrity and ah proposals withoutMike Belopuhov
2010-09-09nessesary -> necessary.Miod Vallat
2010-09-09Move cache settings into hw_cpu_init_secondary() ok miod@Takuya ASADA
2010-09-09Fix compile error on option DEBUG ok miod@Takuya ASADA
2010-09-09ECDH/ECDSA compliance fix: these methods vary the hash function they useDamien Miller
2010-09-09Rename lookup/relookup to vfs_lookup/vfs_relookup.Thordur I. Bjornsson
2010-09-09Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination.Claudio Jeker
2010-09-09The resume powerhooks were always in the wrong place. Then when replacedTheo de Raadt
2010-09-08when I fixed the ruleset matching on rules that had more than one conditionGilles Chehade
2010-09-08aucat: getpwnam: No such file or directoryTheo de Raadt
2010-09-08Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott
2010-09-08had planned to commit the change after oga@ and I are done with littleGilles Chehade
2010-09-08merge apm_standby() into apm_suspend()Theo de Raadt
2010-09-08No need for vfs_syncwait() in a bufq_quiesce() worldTheo de Raadt
2010-09-08Improve buf.c comments, from zinovik.Nicholas Marriott
2010-09-08Do not crash if the screen size is too small for the indicator in copy mode.Nicholas Marriott
2010-09-08Add support for Terratec EWX 24/96 based on initial diff from ratchov@.Stefan Sperling
2010-09-08Document that the resume case is waking children which may have beenTheo de Raadt
2010-09-08Split out the guts of pccbbintr() so that we can call it carefully atTheo de Raadt
2010-09-08During suspend, do not call children's interrupt handlers after we haveTheo de Raadt
2010-09-08better to break out of the casesTheo de Raadt
2010-09-08activate NTFS, let's hope it gets less experimental soon (as beck@ said)Marc Espie
2010-09-08remove a useless commentTheo de Raadt
2010-09-08Crank ofwboot version after recent changes.Joel Sing
2010-09-08Use the offset value passed into search_label() and call it withJoel Sing
2010-09-08Introduce a disk_lookup() function which calls device_lookup(), beforeJoel Sing
2010-09-08Set rcs_suffixes to default value on initialization.Tobias Stoeckmann
2010-09-08Use SIZE_LEFT macro to determine left size instead of calculating withTobias Stoeckmann
2010-09-08Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us accessJoel Sing
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-09-08Nuke bogus comment.Joel Sing
2010-09-08Reintroduce most crypto/crypto.c r1.55:Joel Sing
2010-09-08add support for sender expansion in smtpd.conf:Gilles Chehade
2010-09-08we do dns resolutions in a separate process because we don't have an asyncGilles Chehade
2010-09-08let things request the detach of everything on the whole bus, rather thanDavid Gwynne
2010-09-08Add $OpenBSD$ prompted by mikeb@Thordur I. Bjornsson
2010-09-08creating a pfsync interface is always done from process context, soBret Lambert
2010-09-08Return EACCES when pf_test() blocks a packet in ip_output(). This allowsClaudio Jeker
2010-09-08Switch the MPLS blocks for RTM_CHANGE. Do not always remove the MPLSClaudio Jeker
2010-09-08Map the TTL when building the initial MPLS stack from the encapsulatedClaudio Jeker
2010-09-08stray spaces no code changeMarco Peereboom
2010-09-08work around name-space collisions some buggy compilers (looking at youTheo de Raadt
2010-09-08typoDamien Miller
2010-09-08Make tcpdump of pflog interfaces work with 'net <net>' expression.Kenneth R Westerback
2010-09-08activate hooks should return a value.David Gwynne
2010-09-07Document EBUSY return when attempting to open a cua device thatTodd C. Miller
2010-09-07Remove stray spaces. No code change.Marco Peereboom
2010-09-07do not use .B, which is man(7), not mdoc(7); and stop .Tn abuseIngo Schwarze
2010-09-07- O_NOFOLLOW is no longer non-posix; from thomas klausnerJason McIntyre