Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-08 | Fix a couple of memory leaks, from Tiago Cunha. | Nicholas Marriott | |
2011-05-08 | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. | Nicholas Marriott | |
2011-05-08 | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott | |
dragging their borders. From hsim at gmx.li. | |||
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott | |
and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li. | |||
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky | |
to have a non-changing function pointer be part of an object rather than it's virtual method table. ok dlg@; tested on ahci(4) by Mattieu Baptiste, jasper@, and Jason Crawford; no sili(4) testers, but identical changes to ahci(4) | |||
2011-05-08 | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, | Matthew Dempsky | |
WDC_CAPABILITY_ATA_NOSTREAM, and WDC_CAPABILITY_ATAPI_NOSTREAM). ok dlg@, jsg@, krw@ | |||
2011-05-08 | let's keep the hardware lists sorted... | Jason McIntyre | |
2011-05-08 | Add Samsung Galaxy S, Geeksphone ONE. | Stuart Henderson | |
2011-05-08 | Small memory optimization from NetBSD; ok krw@ millert@ | Otto Moerbeek | |
2011-05-08 | fix variable name | Takuya ASADA | |
2011-05-08 | combus renamed uartbus, com_oct renamed cn30xxuart | Takuya ASADA | |
2011-05-08 | obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c | Takuya ASADA | |
2011-05-08 | improve our behaviour when TTY allocation fails: if we are in | Damien Miller | |
RequestTTY=auto mode (the default), then do not treat at TTY allocation error as fatal but rather just restore the local TTY to cooked mode and continue. This is more graceful on devices that never allocate TTYs. If RequestTTY is set to "yes" or "force", then failure to allocate a TTY is fatal. ok markus@ | |||
2011-05-08 | Make sure /etc/group and /etc/master.passwd are handled first in case we | Antoine Jacoutot | |
need to install files or directories with newly added user/group ownerships. ok sthen@ (on a slightly different diff) | |||
2011-05-08 | because bufs now come out of a pool rather than a global list of staticly | David Gwynne | |
allocated structs, they wont be shared. we dont have to do the silly B_WANTED dance anymore. get rid of a bunch of comments that talk about how we're stealing from the swapper, which is a lie now. tweaks from oga@ scrutiny by matthew@ ok miod@ oga@ thib@ beck@ | |||
2011-05-08 | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | Otto Moerbeek | |
2011-05-07 | +.It RequestTTY | Jason McIntyre | |
2011-05-07 | - tweak previous | Jason McIntyre | |
- come consistency fixes ok djm | |||
2011-05-07 | sync | Miod Vallat | |
2011-05-07 | Uvm Anonymous Objects depending on size either use an array or a | Owain Ainsworth | |
hashtable to keep the list of swap slots in use in. Only one of these will be in use at any one tmie, so shave some bytes and make it a union. ok thib@ | |||
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth | |
This header defined three thing. two of which are unused throughout the tree, the final one was the definition of the pagq head type, move that to uvm_page.h and nuke the header ok thib@. Thanks to krw@ for testing the hppa build for me. | |||
2011-05-07 | there is already a function to set the portno. | Eric Faurot | |
ok gilles@ | |||
2011-05-06 | fix numbering; from bert.wesarg AT googlemail.com | Damien Miller | |
2011-05-06 | fix dropping from previous diff | Damien Miller | |
2011-05-06 | Add a RequestTTY ssh_config option to allow configuration-based | Damien Miller | |
control over tty allocation (like -t/-T); ok markus@ | |||
2011-05-06 | support negated Host matching, e.g. | Damien Miller | |
Host *.example.org !c.example.org User mekmitasdigoat Will match "a.example.org", "b.example.org", but not "c.example.org" ok markus@ | |||
2011-05-06 | add a %L expansion (short-form of the local host name) for ControlPath; | Damien Miller | |
sync some more expansions with LocalCommand; ok markus@ | |||
2011-05-06 | set traffic class for IPv6 traffic as we do for IPv4 TOS; | Damien Miller | |
patch from lionel AT mamane.lu via Colin Watson in bz#1855; ok markus@ | |||
2011-05-06 | a od -> an od; | Jason McIntyre | |
2011-05-06 | move dns session specific structs and prototypes out of smtpd.h. | Eric Faurot | |
ok gilles@ | |||
2011-05-06 | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); | Jason McIntyre | |
ok sthen henning | |||
2011-05-06 | Fix description and table of _u; with jmc@ | Otto Moerbeek | |
2011-05-06 | acknowledge only those interrupts that we can process; | Mike Belopuhov | |
with suggestions and ok oga | |||
2011-05-06 | session id is only in the lower 32 bits of crp_sid | Mike Belopuhov | |
2011-05-06 | If it doesn't exist, create the directory holding the link we are about | Antoine Jacoutot | |
to create, otherwise sysmerge will fail installing it. This can happen for example when you only installed etcXX but run sysmerge against both etcXX and xetcXX. found the hard way by and ok sthen@ | |||
2011-05-06 | sync -x, default and example in man page as they should be; | Otto Moerbeek | |
ok jmc@ millert@ | |||
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker | |
to IF_STA_LOOPBACK in if_act_start() this way they will repsect IFF_UP on startup. Also remove a now no longer needed workaround when reloading interfaces. Initial diff provided by Patrick Coleman. OK dlg@ | |||
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker | |
to IF_STA_LOOPBACK in if_act_start() this way they will repsect IFF_UP on startup. Also mark the interfaces as passive. Initial diff provided by Patrick Coleman. OK dlg@ | |||
2011-05-06 | use an array of backends and iterate on it, instead of inlining | Alexandre Ratchov | |
calls to sio_<backend>_open(). No behaviour change | |||
2011-05-06 | remove almost two years old hack to support legacy audio/midi | Alexandre Ratchov | |
device names | |||
2011-05-06 | fix memory leak; bz#1849 ok dtucker@ | Damien Miller | |
2011-05-06 | mention that IPv6 addresses must be enclosed in square brackets; | Damien Miller | |
bz#1845 | |||
2011-05-06 | clarify language about overriding defaults. bz#1892, from Petr Cerny | Darren Tucker | |
2011-05-05 | Make this script more generic and minimize differences between | Jasper Lievisse Adriaanse | |
the openssl and libz versions: - use a generic ${lib_version} - define ${version_file} to look run ${version_re} on to acquire the library version. - add license - remove unused -k flag no change in generated files ok sthen@ | |||
2011-05-05 | Adjust comments on the statements in the various ITLB handlers that make sure | Mark Kettenis | |
the gateway pages is mapped as a public page. The origional comment didn't really explain what was happening here. | |||
2011-05-05 | The gateway page (which contains the system call entry point) needs to be | Mark Kettenis | |
public such that it is accessable from all userland processes. | |||
2011-05-05 | Oops. Put back OPENDEV_PART so 'eject cd0' works again. Pointed out | Kenneth R Westerback | |
by miod@. | |||
2011-05-05 | Go back to only attempting one IDENTIFY command against directly | Matthew Dempsky | |
attached devices as in the pre-port-multiplier code. (Devices attached via port multipliers still get multiple attempts though.) Also don't bother sleeping after the last iteration if all attempts failed. Discussed with dlg@ and Jonathan Matthew; ok dlg@ | |||
2011-05-05 | add support for muting the master channel on i2s based cards, this allows the | Jasper Lievisse Adriaanse | |
"mute" key on keyboards to function too. tested by kettenis on aoa(4) and snapper(4) by me. from Martin Pieuchot ok kettenis@ ratchov@ | |||
2011-05-05 | Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@ | Stuart Henderson | |
It may be possible to use better heuristics to detect compatible devices (Linux driver appears to hand over from CDC to urndis) which would avoid listing IDs, but this gets tethering working on this phone for now. |