Age | Commit message (Expand) | Author |
2011-05-10 | Some cleanup and simplifications: | Ingo Schwarze |
2011-05-10 | Do not complain about an /etc/group line "+\n" as "wrong number of fields", | Ingo Schwarze |
2011-05-10 | sync | Todd T. Fries |
2011-05-10 | fix an off-by-one that made smtpd skip an "invalid" bucket that was | Gilles Chehade |
2011-05-10 | Update EXAMPLES to reflect current behaviour. | lum |
2011-05-10 | Fix deadlock (re)introduced by the previous commit by explicitly re-enabling | Mark Kettenis |
2011-05-10 | revert a mistake commit | Takuya ASADA |
2011-05-10 | octeon's internal counter clock speed is same as the processor clock. ok miod@ | Takuya ASADA |
2011-05-10 | fix option handling and enable TCP in midicat | Alexandre Ratchov |
2011-05-10 | despam debug() logs by detecting that we are trying to load a private key | Damien Miller |
2011-05-10 | Fix previous. On i386, library.c isn't compiled | Otto Moerbeek |
2011-05-10 | when undeferring a packet, try to timeout_del first to check if you | David Gwynne |
2011-05-10 | timeout_del now returns an int. | David Gwynne |
2011-05-10 | tweak timeout_del so it can tell the caller if it actually did remove a | David Gwynne |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-05-09 | Initialize the wdc ata_drive_datas structs earlier in wdcattach() so | Matthew Dempsky |
2011-05-09 | the api that these timeouts replaced doesnt exist in our tree anymore, so | David Gwynne |
2011-05-09 | Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmc | Stefan Sperling |
2011-05-09 | Always free the multibyte->wchar conversion buffer allocated in __mbsconv(). | Stefan Sperling |
2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state | Otto Moerbeek |
2011-05-09 | move all hardcoded offsets and constants relative to midi system | Alexandre Ratchov |
2011-05-09 | in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures rather | Alexandre Ratchov |
2011-05-09 | initialize 'pstate' field of the wav structure | Alexandre Ratchov |
2011-05-09 | Installing -> Updating. | Antoine Jacoutot |
2011-05-09 | Handle lazy relocation stubs like Linux does, (but with simplified code since | Mark Kettenis |
2011-05-09 | ospfctl bits for opaque LSA support. | Claudio Jeker |
2011-05-09 | First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can | Claudio Jeker |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | bump copyright | Reyk Floeter |
2011-05-09 | rename functions in proc.c to proc_* and move some code from imsg_util.c to | Reyk Floeter |
2011-05-09 | fix segfault in newaliases after global env move. | Eric Faurot |
2011-05-09 | Add signature read/write functions for i386 hibernate. | Mike Larkin |
2011-05-08 | Fix a few minor issues in i386 hibernate support code relating to | Mike Larkin |
2011-05-08 | Reset last pane properly when using break-pane as well, fixes a problem | Nicholas Marriott |
2011-05-08 | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott |
2011-05-08 | memory handling fix | Takuya ASADA |
2011-05-08 | Only select pane on click, not drag. From hsim at gmx.li. | Nicholas Marriott |
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 |
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott |
2011-05-08 | Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just silly | Matthew Dempsky |
2011-05-08 | Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK, | Matthew Dempsky |
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 |