Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-09 | fix -Tman font handling for: | Ingo Schwarze | |
.Ad .Ar .Cd .Cm .Dv .Em .Er .Ev .Fa .Fl .Fn .Fo .Ft .Ic .In .Lk .Li .Ms .Mt .Nm .Pa .Sx .Sy .Tn .Va .Vt | |||
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker | |
OK guenther@ and deraadt@ | |||
2012-07-09 | Remove generated files. | Stuart Henderson | |
2012-07-09 | Tedu old comment concerning cpu affinity which does not apply anymore. | Christiano F. Haesbaert | |
ok blambert@ krw@ tedu@ miod@ | |||
2012-07-09 | We always want to do unit conversions. So flags parameter of getuint() | Kenneth R Westerback | |
is now superflous. With rounding gone the offset parameter is similarly superfluous. Simply getuint() accordingly. | |||
2012-07-09 | I want some of what kjell was smoking 10 years ago when he added | Kenneth R Westerback | |
units handling by copying getuint() from disklabel. MBR partition id and disklabel partition type are different beasts. So deciding to round off a MBR partition with id FS_BSDFFS meant rounding off NTFS partitions. And FS_SWAP partitions meant DOS FAT 12. So just nuke rounding off for now to simplify getuint(). ok beck@ | |||
2012-07-09 | This test is not reliable in echo mode. | Alexander Bluhm | |
2012-07-09 | Make 'swap' command work like fdisk(8) says -- you must supply two valid | Kenneth R Westerback | |
partition numbers. | |||
2012-07-09 | Terminate with extreme prejudice the multiple timeout queuing | Kenneth R Westerback | |
mechanism that was a holdover from when dhclient handled multiple interfaces at once. There is only one timeout possible at a time. Also move calculation of current time to just before check to see if the timeout has expired. ok beck@ guenther@ | |||
2012-07-09 | Remove apic_intrcount counting in the interrupt handlers. Not that useful | Theo de Raadt | |
anymore as a debugging tool, and it is in a rather critical path. ok kettenis | |||
2012-07-09 | Remove a useless macro | Theo de Raadt | |
2012-07-09 | In reboot, no need to sched_peg_curproc() to the primary, because | Theo de Raadt | |
sched_stop_secondary_cpus() leaves us on the only cpu which is left. ok kettenis haesbaert guenther | |||
2012-07-09 | tiny little oops in untested hibernate block | Theo de Raadt | |
2012-07-09 | After a resume, re-initialize the MTRR registers on the AP processors | Theo de Raadt | |
as well. This fixes very slow performance due to lots of uncached memory on buggy machines, for instance on very large memory thinkpad W500 and such. ok mlarkin kettenis sthen | |||
2012-07-09 | Enable support for the 'weight' keyword in the 'least-states' | Joerg Zinke | |
load balancing case, this allows Weighted Least States (WLS). Everything prepared on c2k11 with help from mcbride@. This finally makes PF ready for the cloud. ok henning@ mikeb@ pyr@ | |||
2012-07-09 | clean up ioctl() case statements | Theo de Raadt | |
2012-07-09 | acpi_disable_onegpe() is not used; ok pirofti | Theo de Raadt | |
2012-07-09 | avoid duplicate -o | Marc Espie | |
2012-07-09 | another stupid test | Marc Espie | |
2012-07-09 | ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in | Nicholas Marriott | |
util.h. ok guenther | |||
2012-07-09 | Modern Perl deferes signal handlers between opcodes. To send TCP | Alexander Bluhm | |
resets at the indended moments into the spliced stream, terminate the client or server process with the alarm default action. | |||
2012-07-09 | fix some of the confusion we have in pf regarding filter criteria vs | Henning Brauer | |
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 | |||
2012-07-09 | create mode objects thru factory always: uniform require. | Marc Espie | |
use getopt array mode for simpler test | |||
2012-07-09 | tweak auto-accessor for arrays to be more useful | Marc Espie | |
2012-07-09 | Revert previous. | Kenneth R Westerback | |
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. | |||
2012-07-09 | more arg parsing failure | Marc Espie | |
2012-07-09 | somehow, the require is not enough for inheritance to work correctly ? | Marc Espie | |
2012-07-09 | Use strtonum() instead of strtol() inside ask_num(). Many overflows | Kenneth R Westerback | |
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@ | |||
2012-07-09 | move to the new resolver implementation, with temporary glue to use | Eric Faurot | |
the relevant files from asr directly. ok gilles@ | |||
2012-07-09 | Fix the handling of the message read buf with regard to MSG_PROCESS_LIMIT. | Claudio Jeker | |
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@ | |||
2012-07-09 | implement help-all | Marc Espie | |
2012-07-09 | when being asked which disk to install on, give the user the chance to | Alexander Hall | |
see some details for each device. "Lovely" deraadt@ and some more ok's on previous similar versions | |||
2012-07-09 | Compare the size of the static fd_mask against the number of bytes needed | Claudio Jeker | |
not against the number bit / number of fds in the select set. ok guenther@ | |||
2012-07-09 | framework for handling help better | Marc Espie | |
2012-07-09 | match main libtool options better | Marc Espie | |
2012-07-09 | we should prefer --disable-shared if both are mentioned | Marc Espie | |
2012-07-09 | - runner is the terminology we used back when we had runqueues, we no | Gilles Chehade | |
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@ | |||
2012-07-09 | Move a NULL check inside a function, from Tiago Cunha. | Nicholas Marriott | |
2012-07-09 | Allow relayd to handle transactions > 2GB in size | Theo de Raadt | |
tested by snapshot users and benno for a while ok benno | |||
2012-07-09 | Add a socket splicing test that sends a reset from the client while | Alexander Bluhm | |
the socket buffers are filled. | |||
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 | |