summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-09DVACT_SUSPEND must be done at cold with interrupts disabled. FailureTheo de Raadt
to read a hibernate image should restore the spl ok mlarkin
2012-07-09implement -Tman .No and .MtIngo Schwarze
2012-07-09Remove a doubled word (probably a fatfingered copu & paste).Matthias Kilian
From Dawe <dawedawe@gmx.de>.
2012-07-09Do not re-initialize ci_randseed on the primary cpuTheo de Raadt
ok kettenis
2012-07-09need a private copy of nitems()Theo de Raadt
2012-07-09Use size_t for the length variablePeter Hessler
reminded by Brad, and lteo@
2012-07-09Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,Theo de Raadt
because param.h will get a kick in the head sometime in the future. One day, maybe both can become invisible, but we boot one of them first. ok guenter
2012-07-09use PAGE_SHIFT instead of PGSHIFT, in preperation for futureTheo de Raadt
param.h symbol reduction. ok guenther
2012-07-09first step of simplifying fsqueue:Gilles Chehade
- remove the /envelopes subdirectory, envelopes are at the same level than the message file - kill PATH_ENVELOPES define - reduce the number of buckets from 0xfff to 0xff, this avoid performances of the queue to decrease when we start having tons of buckets this diff introduces a change to the queue layout, you will want to empty your queue before updating. more cleanup to come ok eric@, ok chl@
2012-07-09Fix choose-tree usage string.Nicholas Marriott
2012-07-09unify com at cardbus attachmentsTheo de Raadt
2012-07-08fix .Lk for -Tascii and implement it for -TmanIngo Schwarze
2012-07-08The comment above amd64_mrinit_cpu() was way too specific and wrong.Theo de Raadt
2012-07-08To detect changes of system files, use SHA-256 rather than MD5,Ingo Schwarze
taking advantage of naddy@'s recent mtree(8) modernization. While here, do not provide an example protecting a home directory from file changes; protect some system binaries instead. ok naddy@ jmc@
2012-07-08Add addr.py to CLEANFILES.Alexander Bluhm
2012-07-08Add support for the "sha256digest" keyword to create/compareChristian Weisgerber
SHA-256 digests of files. In the man page, also replace SHA-1 with SHA-256 in the examples section. Man page formatting tweak and ok schwarze@
2012-07-08Quiesce and suspend devices in the resuming kernel for hibernate.Mike Larkin
ok deraadt@
2012-07-08These files contain OpenBSD and Mdocdate keywordsIngo Schwarze
that weren't updated because the substitution mode was set to -ko. ok guenther@ millert@
2012-07-08fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .VtIngo Schwarze
2012-07-08set_pid() does not need prompt string, low or high parameters. TheseKenneth R Westerback
are all constants. Independantly suggested by guenther@.
2012-07-08first use of permuted optionsMarc Espie
2012-07-08pass @ (array) information along to auto-make simpler accessorsMarc Espie
2012-07-08Move the hibernate utility pages up to account for the MP tramp page.Mike Larkin
ok deraadt@
2012-07-08remove enum queue_kind from queue_fsqueue.c.Charles Longeau
incoming messages are now always stored in /incoming, whatever the queue_backend is. remove QOP_FD_RW and fsqueue_message_fd_rw(). while there check return value of generated paths before calling rmtree() with advice from gilles@ and eric@ ok gilles@ eric@
2012-07-08apm_kqfilter() is gonePhilip Guenthe
ok nicm@
2012-07-08Instead of casting interface address pointers, use the macroAlexander Bluhm
ifatoia6(). No binary diff. OK henning@
2012-07-08Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.Alexandre Ratchov
suggested by deraadt@
2012-07-08AES-CTR, AES-GCM, AES-GMAC are disallowed with manual SAsChristian Weisgerber
2012-07-08Disallow manual security associations that use AES-CTR, AES-GCM,Christian Weisgerber
or AES-GMAC. These algorithms cannot be used safely with static keys and RFCs 3686, 4106, and 4543 expressly forbid such configurations. Also include a tweak (with jmc@) to the key size explanation, for completeness sake. ok mikeb@
2012-07-08New attempt to make the -P flag work with -ss, so that states can beLawrence Teo
printed with port names if desired. tcpdump's pf_print_state.c has diverged significantly from pfctl's, so the change to tcpdump's pf_print_state.c is not exactly the same as pfctl's. ok henning sthen
2012-07-08Split out an ask_pid() function rather than over-parameterizing theKenneth R Westerback
ask_num() function. Remove now unneeded 'flags' and 'help' parameters from both. Display out of range values in hex in ask_pid(), since we are seeking hex input. ok guenther@
2012-07-08fix capitalisation of MODMONO_INSTAlL_TARGETStuart Henderson
2012-07-08zap weird precision (if provided) that's not really relevant to anythingMarc Espie
2012-07-08remove extraneous line;Jason McIntyre
2012-07-08kevent(EV_DELETE) shouldn't be calling closef(), as that releases POSIXPhilip Guenthe
file locks. c.f. regress/sys/kern/kqueue/kqueue-flock.c ok krw@
2012-07-08avoid line splitting; also, one an -> aJason McIntyre
2012-07-08Use IO_NOLIMIT instead of munging the process's limitsPhilip Guenthe
ok beck@
2012-07-08implement res_querydomain() required by sendmailEric Faurot
2012-07-08implement -Tman .AnIngo Schwarze
also reset -[no]split mode at .Sh AUTHORS in -Tascii
2012-07-08Instead of casting interface address pointers, use the macros NULLAlexander Bluhm
and ifatoia(). No binary diff. OK blambert@ henning@ claudio@
2012-07-08Don't need to worry about the ATI driver here anymore.Mark Kettenis
2012-07-08Add choose-tree command to show windows and sessions in the sameNicholas Marriott
list. Change choose-window and -session to use the same code. From Thomas Adam.
2012-07-08The algorithm name is "SHA-256" as per FIPS 180-2 (-3).Christian Weisgerber
2012-07-08Switch diff(1) binary file detection from !(isprint() || isspace()) toStefan Sperling
checking for embedded NULs, as was done for grep(1) some time ago. Avoids problems with e.g. latin1-encoded files being treated as binary, since isprint() uses only ASCII by default and diff(1) doesn't call setlocale(). prodded by and ok bluhm
2012-07-08- plug text_to_relayhost() in parse.y to support relay URLs.Gilles Chehade
- document the new URL syntax in smtpd.conf.5 - replace starttls:// schema with tls:// Beware, "relay via" rules should now be expressed with a relay URL: accept [...] relay via "mx1.example.org" smtps port 465 becomes accept [...] relay via "smtps://mx1.example.org" This will allow using mappings of relays with different protocols and options. Make sure to update your smtpd.conf if you relay via ! ok eric, ok chl
2012-07-08Add flags to insert a .sp or .br request before the next output,Ingo Schwarze
shortening some frequent idioms and preparing for better vertical spacing in the SYNOPSIS; no functional change intended.
2012-07-08Sort SRCS list.Nicholas Marriott
2012-07-08Instead of adding one integer variable for each global boolean output flagIngo Schwarze
and passing around a structure containing them into each and every function, just use a single static bitfield. In preparation for adding more output flags to support more features.
2012-07-08Return EROFS when a read-write mount of a read-only sd(4) deviceKenneth R Westerback
is attempted. This is instead of the current EACCES and is intended to result in better error messages from mount(8). Tweak default EROFS error text to mention fsck'ing in mount_ext2fs and mount_msdos since they both have fsck's like ffs. ok deraadt@ aja@ ian@ phessler@
2012-07-08Make hibernate_free() safe to be called even if hibernate areasTheo de Raadt
allocation failed ok mlarkin