Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | DVACT_SUSPEND must be done at cold with interrupts disabled. Failure | Theo de Raadt | |
to read a hibernate image should restore the spl ok mlarkin | |||
2012-07-09 | implement -Tman .No and .Mt | Ingo Schwarze | |
2012-07-09 | Remove a doubled word (probably a fatfingered copu & paste). | Matthias Kilian | |
From Dawe <dawedawe@gmx.de>. | |||
2012-07-09 | Do not re-initialize ci_randseed on the primary cpu | Theo de Raadt | |
ok kettenis | |||
2012-07-09 | need a private copy of nitems() | Theo de Raadt | |
2012-07-09 | Use size_t for the length variable | Peter Hessler | |
reminded by Brad, and lteo@ | |||
2012-07-09 | Use 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-09 | use PAGE_SHIFT instead of PGSHIFT, in preperation for future | Theo de Raadt | |
param.h symbol reduction. ok guenther | |||
2012-07-09 | first 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-09 | Fix choose-tree usage string. | Nicholas Marriott | |
2012-07-09 | unify com at cardbus attachments | Theo de Raadt | |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze | |
2012-07-08 | The comment above amd64_mrinit_cpu() was way too specific and wrong. | Theo de Raadt | |
2012-07-08 | To 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-08 | Add addr.py to CLEANFILES. | Alexander Bluhm | |
2012-07-08 | Add support for the "sha256digest" keyword to create/compare | Christian 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-08 | Quiesce and suspend devices in the resuming kernel for hibernate. | Mike Larkin | |
ok deraadt@ | |||
2012-07-08 | These files contain OpenBSD and Mdocdate keywords | Ingo Schwarze | |
that weren't updated because the substitution mode was set to -ko. ok guenther@ millert@ | |||
2012-07-08 | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze | |
2012-07-08 | set_pid() does not need prompt string, low or high parameters. These | Kenneth R Westerback | |
are all constants. Independantly suggested by guenther@. | |||
2012-07-08 | first use of permuted options | Marc Espie | |
2012-07-08 | pass @ (array) information along to auto-make simpler accessors | Marc Espie | |
2012-07-08 | Move the hibernate utility pages up to account for the MP tramp page. | Mike Larkin | |
ok deraadt@ | |||
2012-07-08 | remove 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-08 | apm_kqfilter() is gone | Philip Guenthe | |
ok nicm@ | |||
2012-07-08 | Instead of casting interface address pointers, use the macro | Alexander Bluhm | |
ifatoia6(). No binary diff. OK henning@ | |||
2012-07-08 | Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. | Alexandre Ratchov | |
suggested by deraadt@ | |||
2012-07-08 | AES-CTR, AES-GCM, AES-GMAC are disallowed with manual SAs | Christian Weisgerber | |
2012-07-08 | Disallow 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-08 | New attempt to make the -P flag work with -ss, so that states can be | Lawrence 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-08 | Split out an ask_pid() function rather than over-parameterizing the | Kenneth 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-08 | fix capitalisation of MODMONO_INSTAlL_TARGET | Stuart Henderson | |
2012-07-08 | zap weird precision (if provided) that's not really relevant to anything | Marc Espie | |
2012-07-08 | remove extraneous line; | Jason McIntyre | |
2012-07-08 | kevent(EV_DELETE) shouldn't be calling closef(), as that releases POSIX | Philip Guenthe | |
file locks. c.f. regress/sys/kern/kqueue/kqueue-flock.c ok krw@ | |||
2012-07-08 | avoid line splitting; also, one an -> a | Jason McIntyre | |
2012-07-08 | Use IO_NOLIMIT instead of munging the process's limits | Philip Guenthe | |
ok beck@ | |||
2012-07-08 | implement res_querydomain() required by sendmail | Eric Faurot | |
2012-07-08 | implement -Tman .An | Ingo Schwarze | |
also reset -[no]split mode at .Sh AUTHORS in -Tascii | |||
2012-07-08 | Instead of casting interface address pointers, use the macros NULL | Alexander Bluhm | |
and ifatoia(). No binary diff. OK blambert@ henning@ claudio@ | |||
2012-07-08 | Don't need to worry about the ATI driver here anymore. | Mark Kettenis | |
2012-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott | |
list. Change choose-window and -session to use the same code. From Thomas Adam. | |||
2012-07-08 | The algorithm name is "SHA-256" as per FIPS 180-2 (-3). | Christian Weisgerber | |
2012-07-08 | Switch diff(1) binary file detection from !(isprint() || isspace()) to | Stefan 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-08 | Add 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-08 | Sort SRCS list. | Nicholas Marriott | |
2012-07-08 | Instead of adding one integer variable for each global boolean output flag | Ingo 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-08 | Return EROFS when a read-write mount of a read-only sd(4) device | Kenneth 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-08 | Make hibernate_free() safe to be called even if hibernate areas | Theo de Raadt | |
allocation failed ok mlarkin |