summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* acpi_disable_onegpe() is not used; ok piroftideraadt2012-07-091-18/+1
|
* avoid duplicate -oespie2012-07-091-4/+10
|
* another stupid testespie2012-07-091-6/+7
|
* ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) innicm2012-07-093-16/+13
| | | | | | util.h. ok guenther
* Modern Perl deferes signal handlers between opcodes. To send TCPbluhm2012-07-096-16/+22
| | | | | resets at the indended moments into the spliced stream, terminate the client or server process with the alarm default action.
* fix some of the confusion we have in pf regarding filter criteria vshenning2012-07-093-27/+54
| | | | | | | | options that "write" to the packet by putting the latter in a set { } block. for now prio and tos, maintain set-tos backwards compat for the moment. "match set { prio 6, tos lowdelay }" "match set prio 6" from a discussion with ryan in tokyo a while ago, ok ryan phessler
* create mode objects thru factory always: uniform require.espie2012-07-091-15/+7
| | | | use getopt array mode for simpler test
* tweak auto-accessor for arrays to be more usefulespie2012-07-091-2/+6
|
* Revert previous.krw2012-07-093-12/+4
| | | | | | The standards gpds are jealous gods. kettenis@ and beck@ have shown EROFS is the wrong thing to return. So revert to EACCES until a better error code is decided on.
* more arg parsing failureespie2012-07-091-3/+8
|
* somehow, the require is not enough for inheritance to work correctly ?espie2012-07-091-3/+21
|
* Use strtonum() instead of strtol() inside ask_num(). Many overflowskrw2012-07-092-19/+12
| | | | | | | | | are thus avoided. Since bounds are now reliable don't check the returned value for being in-bounds. Since default value is forced inside bounds, don't bother being tricky and passing a default that is outside the bounds being specified. ok beck@
* move to the new resolver implementation, with temporary glue to useeric2012-07-0910-4245/+59
| | | | | | the relevant files from asr directly. ok gilles@
* Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT.claudio2012-07-091-64/+82
| | | | | | | The read buffer was only processed when new data came in. So on quiet sessions it could take minutes until the read buffer was processed at the end of a load. Nobody realized this in the last 7.5 years. Tested by sthen@ OK henning@
* implement help-allespie2012-07-094-5/+71
|
* when being asked which disk to install on, give the user the chance tohalex2012-07-091-4/+24
| | | | | | see some details for each device. "Lovely" deraadt@ and some more ok's on previous similar versions
* Compare the size of the static fd_mask against the number of bytes neededclaudio2012-07-091-2/+2
| | | | | not against the number bit / number of fds in the select set. ok guenther@
* framework for handling help betterespie2012-07-094-21/+33
|
* match main libtool options betterespie2012-07-091-28/+32
|
* we should prefer --disable-shared if both are mentionedespie2012-07-091-4/+14
|
* - runner is the terminology we used back when we had runqueues, we nogilles2012-07-0910-687/+688
| | | | | | | | | | longer have them and runner is actually a scheduler so rename. - introduce scheduler_backend which does the same to scheduler than queue_backend does to queue and map_backend does to maps - remove all occurences of RUNNER and runner, replace them with SCHEDULER and scheduler ok eric@, ok chl@
* Move a NULL check inside a function, from Tiago Cunha.nicm2012-07-091-5/+4
|
* Allow relayd to handle transactions > 2GB in sizederaadt2012-07-092-11/+11
| | | | | tested by snapshot users and benno for a while ok benno
* Add a socket splicing test that sends a reset from the client whilebluhm2012-07-094-6/+47
| | | | the socket buffers are filled.
* DVACT_SUSPEND must be done at cold with interrupts disabled. Failurederaadt2012-07-091-9/+15
| | | | | to read a hibernate image should restore the spl ok mlarkin
* implement -Tman .No and .Mtschwarze2012-07-093-21/+29
|
* Remove a doubled word (probably a fatfingered copu & paste).kili2012-07-091-3/+2
| | | | From Dawe <dawedawe@gmx.de>.
* Do not re-initialize ci_randseed on the primary cpuderaadt2012-07-094-15/+16
| | | | ok kettenis
* need a private copy of nitems()deraadt2012-07-091-1/+5
|
* Use size_t for the length variablephessler2012-07-091-2/+2
| | | | reminded by Brad, and lteo@
* Use the PAGE_* forms (instead of the ancient BSD forms) in param.h,deraadt2012-07-094-19/+19
| | | | | | | 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
* use PAGE_SHIFT instead of PGSHIFT, in preperation for futurederaadt2012-07-091-2/+2
| | | | | param.h symbol reduction. ok guenther
* first step of simplifying fsqueue:gilles2012-07-094-42/+24
| | | | | | | | | | | | | - 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@
* Fix choose-tree usage string.nicm2012-07-091-3/+3
|
* unify com at cardbus attachmentsderaadt2012-07-092-4/+4
|
* fix .Lk for -Tascii and implement it for -Tmanschwarze2012-07-088-21/+104
|
* The comment above amd64_mrinit_cpu() was way too specific and wrong.deraadt2012-07-081-3/+2
|
* To detect changes of system files, use SHA-256 rather than MD5,schwarze2012-07-083-36/+37
| | | | | | | 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@
* Add addr.py to CLEANFILES.bluhm2012-07-081-2/+2
|
* Add support for the "sha256digest" keyword to create/comparenaddy2012-07-086-14/+53
| | | | | | | 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@
* Quiesce and suspend devices in the resuming kernel for hibernate.mlarkin2012-07-081-1/+7
| | | | ok deraadt@
* These files contain OpenBSD and Mdocdate keywordsschwarze2012-07-082-3/+3
| | | | | that weren't updated because the substitution mode was set to -ko. ok guenther@ millert@
* fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vtschwarze2012-07-0811-22/+155
|
* set_pid() does not need prompt string, low or high parameters. Thesekrw2012-07-083-7/+9
| | | | are all constants. Independantly suggested by guenther@.
* first use of permuted optionsespie2012-07-081-10/+7
|
* pass @ (array) information along to auto-make simpler accessorsespie2012-07-081-11/+16
|
* Move the hibernate utility pages up to account for the MP tramp page.mlarkin2012-07-081-4/+4
| | | | ok deraadt@
* remove enum queue_kind from queue_fsqueue.c.chl2012-07-086-127/+128
| | | | | | | | | | 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@
* apm_kqfilter() is goneguenther2012-07-082-4/+2
| | | | ok nicm@
* Instead of casting interface address pointers, use the macrobluhm2012-07-081-22/+13
| | | | | ifatoia6(). No binary diff. OK henning@