Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Dell's SVR4 apparently mapped page zero to the executable. We don't | Philip Guenthe | |
do that and, given the security issues it exacerbates, never will. So document it and delete the disabled support. ok deraadt@ tedu@ | |||
2009-11-18 | - regen | Jasper Lievisse Adriaanse | |
2009-11-18 | - add startech.com and the product id for their ICUSB2321X/2X/4X devices, | Jasper Lievisse Adriaanse | |
which seem to be a multiport TIUSB3410, which uticom(4) can't deal with yet. hints from sthen@ | |||
2009-11-18 | sync | Stuart Henderson | |
2009-11-18 | * always move the same amount of data (256 frames) in the interrupt handler | Jacob Meuser | |
* round blocksizes to multiples of 256 frames * fix display of record.source.volume and add record.mic.preamp mixer controls * add recording support ok kettenis@. ok ratchov@ on a slightly different version. | |||
2009-11-18 | Stricter type usage (width and signedness); first step towards 64 bit ptes. | Miod Vallat | |
2009-11-18 | panic on impossible error code | Alexander Hall | |
potential off-by-one found by parfait ok deraadt@, krw@ | |||
2009-11-18 | Move widget register information apart from xbow software interface, and | Miod Vallat | |
update #include needs. No functional change. | |||
2009-11-18 | Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@ | Miod Vallat | |
2009-11-18 | regen | Jonathan Gray | |
2009-11-18 | More EP80579 devices. | Jonathan Gray | |
2009-11-18 | Don't whinge about not knowing the bus_clock for EP80579 (model 0x15) | Jonathan Gray | |
as there is no FSB and the processors don't have speedstep anyway. | |||
2009-11-18 | Missed an unused variable :-/. | Nicholas Marriott | |
2009-11-18 | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott | |
data into functions in a new file, grid-utf8.c, and use sizeof intead of UTF8_DATA. Also nuke trailing whitespace from tmux.1, reminded by jmc. | |||
2009-11-18 | Add a per-client log of status line messages displayed while that client | Nicholas Marriott | |
exists. A new message-limit session option sets the maximum number of entries and a command, show-messages, shows the log (bound to ~ by default). This (and prompt history) might be better as a single global log but until there are global options it is easier for them to be per client. | |||
2009-11-18 | Mark -n keys with (no prefix) rather than []. | Nicholas Marriott | |
2009-11-18 | More shrinkage, a bit for ramdisks but mostly for static binaries: | Philip Guenthe | |
- wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses p_class() and p_type() for diagnostics, then add that define to libstub to avoid pulling in res_debug_syms.o - split rcmd() and ruserok() into separate files, as nothing uses both - split readdir_r() to its own file - split syslog_r() from syslog(), as the latter needs localtime(); many binaries no longer need to pull in all the time code after this; switch from usleep() to nanosleep() while we're at it (The profit of analysis of -Wl,-M,--cref output) Chops 888kB from /bin and /sbin on i386 ok deraadt@, miod@ | |||
2009-11-18 | improve the bpf path. packets we send out via the bridge are seen, but | Theo de Raadt | |
those that come in the bridge are still invisible. the bridge is going to have to bpf those for us. | |||
2009-11-18 | set IFCAP_VLAN_MTU; from brad | Theo de Raadt | |
2009-11-18 | do not do setup that ether_ifattach() takes care of; ok jsg | Theo de Raadt | |
2009-11-17 | Tidy up promisc/multicast handing. From Brad. Tested by me. | Mark Kettenis | |
2009-11-17 | fix a DPRINTF format string. | Damien Bergamini | |
2009-11-17 | nuke the temperature sensor. | Damien Bergamini | |
it is totally useless since (contrary to the one in iwn(4)) it is not in any known unit (can't be converted to degK or degC). | |||
2009-11-17 | regen | Damien Bergamini | |
2009-11-17 | another shitload of run(4) usb ids | Damien Bergamini | |
we have 159 ids now just for run(4) | |||
2009-11-17 | cleanup the printf/DPRINTF mess. | Damien Bergamini | |
use proper debug levels for diagnostic messages such that we don't spam the logs when athn_debug is low. | |||
2009-11-17 | The marketing people at Intel found some overhyped names for their | Damien Bergamini | |
latest generation of 802.11 chips (Calpella platform): Intel Centrino Advanced-N 6200 and Intel Centrino Ultimate-N 6300. Document those and add some indications about which chipset can be found on which Centrino platform. | |||
2009-11-17 | make this build on sparc64 | Robert Nagy | |
2009-11-17 | fix previous. | Damien Bergamini | |
2009-11-17 | update hardware multicast filter. | Damien Bergamini | |
2009-11-17 | regen | Damien Bergamini | |
2009-11-17 | the D-Link DWA-160 rev A2 is an otus(4) too. | Damien Bergamini | |
2009-11-17 | add short interframe space to duration since the athn_txtime | Damien Bergamini | |
function does not take it into account. oops. | |||
2009-11-17 | Initialize the FPU to be in double precision mode for SH4. This is what the | Mark Kettenis | |
Linux kernel does and is obviously what GCC expects. Fixed segmentation faults in omalloc_init() for shared executables linked with the pthreads library. tested by otto@, ok deraadt@, drahn@ | |||
2009-11-17 | Permit top-bit-set characters to be entered in the status line. They could | Nicholas Marriott | |
already be set from the shell and are just passed through when printing (so invisible characters or displaying on terminals with different character sets may cause problems). Note that entering UTF-8 may not work and in any case currently the status line cannot display it correctly (outside of status-left/status-right). | |||
2009-11-17 | In choose mode, assign each item a number or lowercase letter from those | Nicholas Marriott | |
available and accept that as a shortcut key for the item. | |||
2009-11-17 | remove dead code | Marc Espie | |
2009-11-17 | trim more, we already display a quick message for the missing lib elsewhere. | Marc Espie | |
2009-11-17 | shorter message when we don't find library, and stash it away to avoid | Marc Espie | |
repeating ourselves uselessly. | |||
2009-11-17 | revamp interactive stuff: simplify (just one always for everything, per | Marc Espie | |
theo suggestion. Also go through the "state" object which simplifies code a great deal) | |||
2009-11-17 | style nit | Marc Espie | |
2009-11-17 | Fix handling of 5yz response to EHLO, ie. fallback to HELO. | Jacek Masiulaniec | |
2009-11-17 | fix incorrect exit status when multiplexing and channel ID 0 is recycled | Damien Miller | |
bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker | |||
2009-11-17 | sync | Theo de Raadt | |
2009-11-17 | Tidy up promisc/multicast handling. Tested by myself (and earlier | Stuart Henderson | |
versions by some others who didn't test with both multicast and promiscuous at the same time). From Brad. | |||
2009-11-16 | fuller meter, that goes to the end of the line - 1 | Marc Espie | |
2009-11-16 | -Vstat (get it from AddDelete) | Marc Espie | |
2009-11-16 | Various missing configuration stanza and references. | Miod Vallat | |
2009-11-16 | regen | Jonathan Gray | |
2009-11-16 | Some more Cavium devices. Prompted by a dmesg from Jason George. | Jonathan Gray | |