summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-10Some cleanup and simplifications:Ingo Schwarze
2011-05-10Do not complain about an /etc/group line "+\n" as "wrong number of fields",Ingo Schwarze
2011-05-10syncTodd T. Fries
2011-05-10fix an off-by-one that made smtpd skip an "invalid" bucket that wasGilles Chehade
2011-05-10Update EXAMPLES to reflect current behaviour.lum
2011-05-10Fix deadlock (re)introduced by the previous commit by explicitly re-enablingMark Kettenis
2011-05-10revert a mistake commitTakuya ASADA
2011-05-10octeon's internal counter clock speed is same as the processor clock. ok miod@Takuya ASADA
2011-05-10fix option handling and enable TCP in midicatAlexandre Ratchov
2011-05-10despam debug() logs by detecting that we are trying to load a private keyDamien Miller
2011-05-10Fix previous. On i386, library.c isn't compiledOtto Moerbeek
2011-05-10when undeferring a packet, try to timeout_del first to check if youDavid Gwynne
2011-05-10timeout_del now returns an int.David Gwynne
2011-05-10tweak timeout_del so it can tell the caller if it actually did remove aDavid Gwynne
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-05-09Initialize the wdc ata_drive_datas structs earlier in wdcattach() soMatthew Dempsky
2011-05-09the api that these timeouts replaced doesnt exist in our tree anymore, soDavid Gwynne
2011-05-09Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmcStefan Sperling
2011-05-09Always free the multibyte->wchar conversion buffer allocated in __mbsconv().Stefan Sperling
2011-05-09Outsmart gcc4 on mips* by moving the declaration of _dl_debug_stateOtto Moerbeek
2011-05-09move all hardcoded offsets and constants relative to midi systemAlexandre Ratchov
2011-05-09in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures ratherAlexandre Ratchov
2011-05-09initialize 'pstate' field of the wav structureAlexandre Ratchov
2011-05-09Installing -> Updating.Antoine Jacoutot
2011-05-09Handle lazy relocation stubs like Linux does, (but with simplified code sinceMark Kettenis
2011-05-09ospfctl bits for opaque LSA support.Claudio Jeker
2011-05-09First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canClaudio Jeker
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2011-05-09bump copyrightReyk Floeter
2011-05-09rename functions in proc.c to proc_* and move some code from imsg_util.c toReyk Floeter
2011-05-09fix segfault in newaliases after global env move.Eric Faurot
2011-05-09Add signature read/write functions for i386 hibernate.Mike Larkin
2011-05-08Fix a few minor issues in i386 hibernate support code relating toMike Larkin
2011-05-08Reset last pane properly when using break-pane as well, fixes a problemNicholas Marriott
2011-05-08Reset last pane on swap-pane across windows, fixes crash noticed by hsimNicholas Marriott
2011-05-08memory handling fixTakuya ASADA
2011-05-08Only select pane on click, not drag. From hsim at gmx.li.Nicholas Marriott
2011-05-08Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott
2011-05-08Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.Nicholas Marriott
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-05-08Move ata_put_xfer() from ata_xfer to atascsi_methods. It's just sillyMatthew Dempsky
2011-05-08Eliminate a few unused wdc capability flags (WDC_CAPABILITY_HWLOCK,Matthew Dempsky
2011-05-08let's keep the hardware lists sorted...Jason McIntyre
2011-05-08Add Samsung Galaxy S, Geeksphone ONE.Stuart Henderson
2011-05-08Small memory optimization from NetBSD; ok krw@ millert@Otto Moerbeek
2011-05-08fix variable nameTakuya ASADA
2011-05-08combus renamed uartbus, com_oct renamed cn30xxuartTakuya ASADA
2011-05-08obio renamed iobus, moved interrupt handler code to dev/octeon_intr.cTakuya ASADA