Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | use "MS-DOS", for consistency with other docs; | Jason McIntyre | |
2012-09-05 | don't truncate a pointer to int, before checking the low bits -- use uintptr_t | Theo de Raadt | |
from UMEZAWA Takeshi | |||
2012-09-04 | one random overwrite is sufficient, after some discussion on tech | Ted Unangst | |
2012-09-04 | arc4random_buf is the easy way to fill a buffer now. ok deraadt | Ted Unangst | |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis | |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis | |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis | |
2012-09-04 | Add support for -fPIC | Theo de Raadt | |
ok kettenis | |||
2012-09-04 | The powerlevel is an unsigned int, there is no need to check for negative | Claudio Jeker | |
values and even if this would make more sense. Found by brad some time ago. | |||
2012-09-04 | implement basic YP support for gethostbyname_async()/gethostbyaddr_async() | Eric Faurot | |
by using the blocking YP API internally. | |||
2012-09-04 | fix log_err() calls (from Patrick Wildt) and remove extra space. | Okan Demirmen | |
ok haesbaert@ | |||
2012-09-04 | Trivial code simplification from Tim Ruehsen. | Nicholas Marriott | |
2012-09-04 | Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran at | Stefan Sperling | |
IPL_SOFTNET before it was factored out into a work queue task. ok dlg | |||
2012-09-04 | sort sections; | Jason McIntyre | |
2012-09-04 | remove lint leftovers; ok guenther@ | Okan Demirmen | |
2012-09-04 | these are no longer used; ok guenther | Theo de Raadt | |
2012-09-03 | fix the example filter to match current API by using | Charles Longeau | |
enum filter_status return value instead of plain int ok todd@ gilles@ | |||
2012-09-03 | - resolve unchecked malloc()'s; prompted by rustyBSD. | Okan Demirmen | |
- first pass at fixing err() and exit() usage. - document that scsi(8) returns 0 or >0. ok krw@ otto@ (noting this code is barely worth the effort...) | |||
2012-09-03 | Remove xterm CRA support - support is patchy and it will be done better | Nicholas Marriott | |
using margins. | |||
2012-09-03 | Teach as(1) about rdrand on i386/amd64. | Mark Kettenis | |
ok jsg@ | |||
2012-09-03 | add Intel 7 series kt (amt serial over lan) | Jonathan Gray | |
2012-09-03 | Use the right index when adding item in choose-tree, from Thomas Adam. | Nicholas Marriott | |
2012-09-03 | When choosing a pane found by find-window, switch to that pane rather | Nicholas Marriott | |
than just the window. Also use a helper function for the inner loop. | |||
2012-09-03 | Rename variables to something a but more understandable. | Nicholas Marriott | |
2012-09-03 | add cmd-choose-list to allow arbitrary options to be selected. From | Nicholas Marriott | |
Thomas Adam. | |||
2012-09-03 | Remove an unused variable. | Nicholas Marriott | |
2012-09-03 | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott | |
suspended. | |||
2012-09-03 | Change format of choose-tree arrows slightly, from Romain Francoise. | Nicholas Marriott | |
2012-09-03 | If stdin in the client is enable immediately, tmux will eat anything | Nicholas Marriott | |
sent to stdin before it is needed, which can be inconvenient (eg pasting commands). Instead, start with stdin disabled and reuse MSG_STDIN from server->client to mean that stdin should be enabled. Based on a diff from Chris Johnsen. | |||
2012-09-03 | compress arguments to the ftp command; ok halex | Theo de Raadt | |
2012-09-03 | Can't call evtimer_pending on uninitialized events, call | Nicholas Marriott | |
evtimer_initialized first. Reported by Vladimir Lomov, fix from Thomas Adam slightly modified by me. | |||
2012-09-03 | roll a comment to a new line, so that the comment-stripper can remove it | Theo de Raadt | |
2012-09-03 | we CAPITALIZE variables used in multiple sh functions | Theo de Raadt | |
2012-09-03 | remove a NOPIE= that was still lying around | Theo de Raadt | |
2012-09-02 | sparc -nopie conversion, tested by and ok deraadt@. | Pascal Stumpf | |
2012-09-02 | Allow bootblocks to build in PIE; joint effort with pascal | Theo de Raadt | |
boot.mac might still have a problem since it did change size... looking for a testing report. | |||
2012-09-02 | Dont "#ifdef DIAGNOSTICS" out umidi_jack->intr. | Alexandre Ratchov | |
Unbreaks compilation with no DIAGNOSTICS defined. From Artturi Alm <artturi.alm at gmail.com>. Thanks | |||
2012-09-02 | Make profiling actually work on hppa. | Mark Kettenis | |
2012-09-02 | We need big PIE on powerpc because the GOT gets too big for some bloatware | Mark Kettenis | |
like GCC. ok deraadt@, pascal@ | |||
2012-09-02 | convert to plain -fno-pie/-nopie. Looks good to deraadt@. | Pascal Stumpf | |
2012-09-02 | take hppa to PIE as well; ok kettenis pascal | Theo de Raadt | |
2012-09-02 | Specify an include path for SYS.h via CPPFLAGS not AFLAGS | Jonathan Gray | |
so mkdep can find it. This was breaking builds after recent changes to mkdep to error out if the compiler does. ok deraadt@ | |||
2012-09-02 | Cope with pie-by-default, if it ever happens; ok pascal | Theo de Raadt | |
2012-09-02 | Be nice with the server and align data packets to audio block boundary | Alexandre Ratchov | |
2012-09-02 | sync path to kernel sources with config(8), hier(7) and FAQ | Robert Peichaer | |
ok jmc@ ajacoutot@ | |||
2012-09-02 | tweaks; ok guenther | Jason McIntyre | |
2012-09-02 | remove warning | Charles Longeau | |
asked by gilles@ ok gilles@ | |||
2012-09-02 | Provide ios::pos_type and ios::off_type on gcc 2.95 platforms, as some ports | Miod Vallat | |
want to use them. ok espie@ jsg@ | |||
2012-09-02 | A bit more details about s-records operation. | Miod Vallat | |
2012-09-02 | Bump the buffer size from 32 to 128 bytes, because some responses may | Martin Pieuchot | |
have 120 bytes of data. Diff by briggs@NetBSD, pointed out by and ok miod@ |