Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-27 | Don't let applications block, wait for, or handle SIGTHR, as the | Philip Guenthe | |
thread library uses it internally for cancellation. | |||
2011-12-27 | On failure, pthread_kill() should return the errno, not -1 | Philip Guenthe | |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm | |
and TAILQ_EMPTY for accessing the nd_defrouter list. No funtional change. ok stsp@ | |||
2011-12-27 | Q_BOUNCE is not used anymore | Eric Faurot | |
ok gilles@ | |||
2011-12-27 | Instead of using a separate "bounce" queue, create the bounce envelope | Eric Faurot | |
directly as an envelope of the bounced message, just like "regular" envelopes. ok gilles@ | |||
2011-12-27 | Allow $HOME as default-path in tmux.conf so the same config file can be used | Stefan Sperling | |
on different machines regardless of where the user's home directory is. ok nicm | |||
2011-12-27 | Add \033[s and \033[u to save and restore cursor position. | Nicholas Marriott | |
2011-12-27 | Move some global variables/statics to locals, from Michael W | Nicholas Marriott | |
Bombardieri. | |||
2011-12-27 | Extend history that can be captured to INT_MIN rather than | Nicholas Marriott | |
SHRT_MIN. From Chris Johnsen. | |||
2011-12-27 | Reset flags on every loop or it is displayed too often, from Chris | Nicholas Marriott | |
Johnsen. | |||
2011-12-27 | tweak previous; | Jason McIntyre | |
2011-12-27 | Follow adduser(8) behaviour (as well as what the pkg tools and our | Antoine Jacoutot | |
installer do) and do not append the user to its primary group name in /etc/group. ok miod@ | |||
2011-12-26 | Add the missing ECX cpu flags from CPUID at 0x80000001. | Christiano F. Haesbaert | |
This is all documented at: http://support.amd.com/us/Embedded_TechDocs/25481.pdf (page 20) http://www.intel.com/assets/pdf/appnote/241618.pdf (page 41) ok jsg@ | |||
2011-12-26 | The __bounded__ declaration on getcwd() has been corrected, so update | Philip Guenthe | |
the expected test results to match and convert one to be a test of getwd() | |||
2011-12-26 | Provide default set chunk state and set volume state functions which | Joel Sing | |
cover the no redundancy/no rebuild case. Use these for the AOE, crypto and RAID 0 disciplines. | |||
2011-12-26 | Document whatis(1) -S and -s; leading, trailing, and double colons | Ingo Schwarze | |
in the MANPATH; and the new whatis.index file. Include some synching to apropos(1) and to the usage() string. Use some feedback from jmc@. | |||
2011-12-26 | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze | |
2011-12-26 | Copy from src/usr.bin/whatis, not changing the content yet. | Ingo Schwarze | |
Since the code is moving from src/usr.bin/whatis/whatis.c to src/usr.bin/mandoc/apropos.c, the manual will move with it. The old copy will be removed after switching over. ok jmc@ | |||
2011-12-25 | Update the whatis.db database format. | Ingo Schwarze | |
While here, reference apropos(1) from the description, inspired by the makewhatis(8) manual. | |||
2011-12-25 | State default usage before listing arguments of a utility; | Ingo Schwarze | |
from kristaps@, ok jmc@. | |||
2011-12-25 | miod@ reported problems reproducing a 'pre-4K fix' disklabel. So in the | Kenneth R Westerback | |
interest of rope sales allow the 'X'pert to suppress the rounding of partition locations to bsize boundaries. Also mention that such rounding is being done, so as to not surprise the user. ok otto@ a while ago | |||
2011-12-25 | Plug a memleak and constify some strings; from kristaps@. | Ingo Schwarze | |
2011-12-25 | printf("msg")/return 1 -> err(1, "msg"), which will also show relevant | Kenneth R Westerback | |
errno string. Since we are err()'ing out, don't worry about closing MBR fd first. | |||
2011-12-25 | Missing architecture on the .Dt line; found with mandocdb(8); ok jmc@. | Ingo Schwarze | |
2011-12-25 | Accept "makewhatis" as an alias for "mandocdb". | Ingo Schwarze | |
2011-12-25 | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze | |
Requested by deraadt@, ok kristaps@. CAUTION: If you run "sudo mandocdb" after this, the old apropos(1) and whatis(1) will not work any longer. To get temporary copies of the new ones, run: cd /usr/bin; rm -f apropos whatis; ln -s mandoc apropos; ln -s mandoc whatis | |||
2011-12-25 | Initialise discipline function pointers with defaults and only override | Joel Sing | |
those that are needed by a specific discipline. | |||
2011-12-25 | Move chunk state debugging code to a more useful location. | Joel Sing | |
2011-12-25 | For binary compatability of the databases across architectures, | Ingo Schwarze | |
use pointers to arrays, not pointers to structs. It is now possible to create databases on sparc64 and use them on i386 and vice versa. Kristaps@ can't think of anything else that might be required, either. Put this in now such that we can move on. | |||
2011-12-25 | Implement test mode (makewhatis -t), required for pkg_create(8). | Ingo Schwarze | |
Always do all consistency checks; when any one fails, decide whether to print a message, or skip the file, or both, or none. While here, do some cleanup as well: * Bail out on conflicting options. * Do not crash with -a if there are plain files in the root dir. * Collect some related variables into structs. Feedback and OK kristaps@. | |||
2011-12-25 | Fix the documented CAVEAT by forcing the TX gain to minus infinity when | Miod Vallat | |
the user asks to only keep the input source enabled, and remember this to keep reporting the previously configured volume values in mixerctl. While there, document the supported encodings and the supported mixer items in the manual page, and the fact that all output sources share the same volume (GX gain) setting. | |||
2011-12-24 | Support leading, trailing and double colons in MANPATH | Ingo Schwarze | |
to prepend, append or insert the man.conf(5) default path; compatible with GNU manpath(1), implementation by kristaps@, heavily tweaked by me. | |||
2011-12-24 | Default to a much smaller input gain on the MIC line, to improve recording | Miod Vallat | |
quality. While there, use a better gain table. | |||
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre | |
2011-12-24 | Fix so that when mouse-select-pane and mouse-select-window are both | Nicholas Marriott | |
enabled, clicking on the status line does not change the current pane. From Romain Francoise. | |||
2011-12-24 | -p requires an argument; from Stefan Pettersson | Jason McIntyre | |
ok krw | |||
2011-12-24 | Remove the ability to ptrace via procfs, as no one is using it, so fixing | Philip Guenthe | |
and extending it to support rthreads would be a waste of time. Also, don't show rthreads in the process listing in procfs. Reassurances that compat_linux doesn't need this from ajacoutot@ ok kettenis@ | |||
2011-12-24 | i386 has MD TCB, so add the #define. Not sure how I overlooked | Philip Guenthe | |
this for so long, but fixes SEGV on errno access with librthread. Apologies to jeremy@, todd@, robert@ and others for taking so long to track this down | |||
2011-12-24 | Need <machine/pcb.h> for TSEG_GS | Philip Guenthe | |
2011-12-23 | Switch the Ricoh RU823 SD/MMC in SD2.0 mode (upon which it changes itself | Mark Kettenis | |
into a Ricoh RU822 controller). Also switch the base clock to 50MHz as some SD/MMC cards don't work with the default 200MHz clock. | |||
2011-12-23 | Use the generic PCI power management code instead of rolling our own. | Mark Kettenis | |
2011-12-23 | some spelling fixes, found using freebsd's "igor" document verifier; | Jason McIntyre | |
2011-12-23 | On envelope creation, get the message id in a saner way than the | Eric Faurot | |
current confusing hack. ok gilles@ | |||
2011-12-23 | tweak previous; ok miod | Jason McIntyre | |
2011-12-23 | Fix arcofi interrupt number by counting bits from the right side; still untested | Miod Vallat | |
2011-12-22 | Add 16-bit modes to arcofi(4). Big-endian signed is native, others require some | Miod Vallat | |
bit or byte flipping. Trivial, and would have been part of the initial commit, had I not made the mistake of testing a big-endian chip with 16-bit audio data in little-endian format (``oops''). | |||
2011-12-22 | Add fqueue_envelope_path() function to create path to envelopes. | Eric Faurot | |
ok chl@ gilles@ | |||
2011-12-22 | Fix RFC reference section | sperreault | |
spotted by bluhm@, ok yasuoka@ | |||
2011-12-22 | Add pthread_mutex_{get,set}prioceiling() | Philip Guenthe | |
2011-12-21 | Split out the pthread_rwlock* and pthread_once() functions from rthread_sync.c | Philip Guenthe | |
to new files rthread_rwlock.c, rthread_rwlockattr.c, and rthread_once.c |