Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-11 | sync | Todd T. Fries | |
2012-07-11 | fix three typos. | Igor Sobrado | |
ok jmc@ | |||
2012-07-11 | Respect RFC 5321, section 4.5.3.1.: it reduces our current max size for | Charles Longeau | |
localpart, domainpart and text line. The sizeof struct envelope goes from 8k to 6k. ok gilles@ eric@ | |||
2012-07-11 | Don't respect RFC 5322, that allows some crazy characters in email | Charles Longeau | |
localpart, like !#$&'*/=?^`{|}~ ... and all the other ones that can be double quoted, just refuse them. ok gilles@ eric@ | |||
2012-07-11 | fix position and formatting of %U | Ingo Schwarze | |
2012-07-11 | implement res_mkquery | Eric Faurot | |
2012-07-11 | Make ~~ send a ~, pointed out by naddy. | Nicholas Marriott | |
2012-07-11 | When copying a file sparsely, truncate the resulting file based on the | Matthew Dempsky | |
current seek offset rather than what fstat() reported the original file's length was. This fixes things like "cp /dev/ksyms /tmp" so that we don't truncate the file to 0 bytes after copying all of the data. ok tedu, millert | |||
2012-07-11 | Enable the swap checker for hibernate | Mike Larkin | |
2012-07-11 | Basic implementation of -Tman .Bl -column using tbl(7). | Ingo Schwarze | |
In the end, this turned out to be surprisingly simple; of course, getting identical output will be quite hard, so there is no way to quickly set up unit tests. | |||
2012-07-11 | #ifdef the uvm swap checker fn for hibernate only, to save space in kernels | Mike Larkin | |
that don't use hibernate requested by and ok deraadt@ | |||
2012-07-11 | check link is okay too | Marc Espie | |
2012-07-11 | duh, idiot | Marc Espie | |
2012-07-11 | -release 0 is valid | Marc Espie | |
fix --version-info -> -version-info | |||
2012-07-11 | must check release is defined, it CAN be 0. | Marc Espie | |
2012-07-11 | try to make code vaguely sane | Marc Espie | |
2012-07-11 | - port multiple report ID support for HID parser from FreeBSD code | Yojiro Uo | |
(rev. 205728, 224511 and 225839) - add hid_get_report_id(3) to get id of a descriptor. - crank the major in shlib_version 3.0 -> 4.0 ok deraadt@, mpi@ | |||
2012-07-11 | improve messages for suspend/hibernate | Theo de Raadt | |
2012-07-11 | simplify cache code a bit | Marc Espie | |
2012-07-11 | sprinkle pthread tests | Marc Espie | |
2012-07-11 | MBR can't handle the truth. | Kenneth R Westerback | |
When reading disk size/geometry from disklabel, clamp disk size to the maximum number of cylinders that fit into UINT32_MAX sectors. Don't just use the bottom 32 bits of the DL_GETDSIZE(). Warn that truncation has been done. | |||
2012-07-11 | no need to trace libtool when executing an external command fails. | Marc Espie | |
otherwise I get bogus bug-reports from nitwits | |||
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe | |
rlimit, then a write that would take it over the limit should be clamped, making it a partial write. ok beck@ | |||
2012-07-11 | add a check for the total size of swap, abort if too small. | Mike Larkin | |
used by the hibernate code. ok deraadt@ | |||
2012-07-11 | first go at a manpage | David Gwynne | |
2012-07-11 | fix getopt to not eat t | David Gwynne | |
2012-07-11 | -t pftag doesnt do anything, trim the getopt side of it until i get to it. | David Gwynne | |
2012-07-11 | manpage is coming | David Gwynne | |
2012-07-11 | bring in a persistent event driven tftp-proxy to replace the libexec | David Gwynne | |
one run out of inetd. the libexec tftp-proxy had the same problems as the libexec tftpd, in that it didnt scale as well as we needed. it also had a bunch of interesting races with states and addresses on sockets. manpage is coming. ok deraadt@ sthen@ henning@ matthew@ | |||
2012-07-11 | Report ptrace(PT_{GET,SET}XMMREGS) by name | Philip Guenthe | |
ok otto@ | |||
2012-07-11 | Disable SSLv2 in OpenSSL. No objections from djm. | Stuart Henderson | |
Brad, jasper and naddy helped with test builds, fixing ports, etc. | |||
2012-07-11 | for now, restrict hibernate to root in the acpi ioctl kernel interface. | Mike Larkin | |
normal rules for controlling this interface through apmd still apply. ok deraadt@ | |||
2012-07-11 | catch off-by-one errors in stpncpy(); ok guenther@ | Christian Weisgerber | |
2012-07-11 | fix an off-by-one error where the return value would point to the | Christian Weisgerber | |
character after the '\0'; ok guenther@ | |||
2012-07-11 | Unbreak the tree for gcc2 arches. | Peter Hessler | |
Instead of having no limit for some arrays, limit them to the number of acceptable options. pointed out by miod@ | |||
2012-07-11 | cleanup offset argument in default_print_* functions, pointed out by Mike Small | Stuart Henderson | |
ok theo | |||
2012-07-11 | Simplify guts and calling of getuint(). Eliminate a useless 'help' | Kenneth R Westerback | |
capablity by using help text as regular prompt for 'size' and 'offset'. Try to detect and handle more overflow/underflow conditions in getuint() and ensure returned value is always within requested bounds. Handle zero-length partitions by treating them as UNUSED. tested & ok halex@ | |||
2012-07-11 | add uvm_swap_check_range to scan for contig free space at end of swap. | Mike Larkin | |
will be needed shortly for hibernate. ok deraadt@ | |||
2012-07-11 | Limit "while(setsockopt(..SO_RCVBUF/SO_SNDBUF..))" loops to prevent them | Stuart Henderson | |
running away if the setsockopt call fails, as may happen if a peer bounces at the wrong time. OK claudio@ after tweaks to an earlier version which was OK phessler@. | |||
2012-07-11 | thinko | Marc Espie | |
2012-07-11 | Now that socket timeouts don't return early, fix the regress to match | Philip Guenthe | |
2012-07-11 | sem_timedwait() needs the struct timespec tag to be pre-declared here. | Philip Guenthe | |
Add restrict qualifiers. | |||
2012-07-11 | check that linking with X11 will work, we'll check later exactly what | Marc Espie | |
we want there. | |||
2012-07-11 | exit1(EXIT_THREAD) needs to call single_thread_check() so that it | Philip Guenthe | |
can be suspended and/or decrement pr->ps_singlecount if necessary. With that added, the call the other direction needs to use its own flag (EXIT_THREAD_NOCHECK) to avoid looping. problem diagnosed from a hang naddy@ hit; ok kettenis@ | |||
2012-07-11 | fix bug for real. Turns out some libraries (xcb...) have NEEDED that go | Marc Espie | |
to standard ldconfig search dirs... Of course, ld complains because it doesn't have them in its standard search dir. BUT there's an option -rpath-link designed just for that (look up needed objects during compile and trust the end result to find them). So use that for ldconfig directories... so that xcb can link without needing to go have a look at the NEEDED list, but without encoding standard rpaths in the resulting binary... Also, put all the junk that needs -Wl together so we can add one single -Wl,-rpath,foo,-rpath-link,foo2 thingy... | |||
2012-07-11 | do the ldconfig search dir properly | Marc Espie | |
2012-07-11 | nit: bless object early so we can use methods on it | Marc Espie | |
2012-07-11 | reoder letters to fix piles-o'-typos | Philip Guenthe | |
2012-07-11 | Don't skip pipe, kqueue, crypto, or systrace files in pstat -f output | Philip Guenthe | |
Also, cast to long to make printf formatting portable with help from matthew; ok deraadt@ | |||
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott | |
add a new value to mean "leave client running but don't attach" to fix problems with using some commands in a command sequence. Most of the work by Thomas Adam, problem reported by "jspenguin" on SF bug 3535531. |