summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-12Replace void * by puffs_cookie_t where appropriate. No functional change.pooka
2008-08-12Document the new format optionsborrill
2008-08-12Increase number of menu options to 20.sborrill
2008-08-12Add new accelerated driver for SPX graphics found in some VAXstations,hans
2008-08-12actually implement smart battery supportmacallan
2008-08-12fix an off-by-one in isochronous interval check, and streamline somedrochner
2008-08-12fix an inconsistency in a check for invalid configuration index vs. value;drochner
2008-08-12Fix thinko (brain fart)matt
2008-08-12Add -p for presenting the directory listing in the original case.pooka
2008-08-12turnstile_block(): When an LWP puts its turnstile onto a sync object'sthorpej
2008-08-12We don't need to dump WAPBL log files - don't dump files with SF_LOGsimonb
2008-08-12From Krzysztof Piotr Oledzki: Remove ph1handler if we received an invalid fir...vanhu
2008-08-12Remove ph1handler if we received an invalid first exchange from initiatorvanhu
2008-08-12Not needed in NetBSDmartti
2008-08-12Deny read/write access to snapshot vnodes. We use fss(4) to read fromhannken
2008-08-12Tweak rules to disable generation of .c files from .l / .y.lukem
2008-08-12Make it possible to control starting of threads per env variablepooka
2008-08-12Note that openldap 2.4.11 is out.simonb
2008-08-11Provide assembly _atomic_cas_up() as the compiler cannot be trusted toskrll
2008-08-11Define _ASM_LS_CHAR as '!' on hppa.skrll
2008-08-11Allow the asm line separator (default ';') to be overridden in theskrll
2008-08-11Remove unnecessary include.skrll
2008-08-11call puffs_exit()pooka
2008-08-11clear cached puffs_cc's in puffs_exit()pooka
2008-08-11* make sure we come out of mainloop in the main context. otherwise inpooka
2008-08-11We can actually simply use execvp() instead of /bin/sh forpooka
2008-08-11try to handle different byte orders.christos
2008-08-11teach this about wedges.christos
2008-08-11Fix copy{in,out}str on hppa byskrll
2008-08-11* Suggest a "-j" value between 1+NCPU and 2*NCPU for the fastest builds.apb
2008-08-11Add polling support to ld_twe_flush().simonb
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-08-11typo in comment and white-space fixes mostly from Stathis Kamperischristos
2008-08-11constifyyamt
2008-08-11make pcg_dummy const to catch bugs earlier.yamt
2008-08-11add some KASSERTs.yamt
2008-08-11fix a comment.yamt
2008-08-11lf_setlock: g/c dead code.yamt
2008-08-11sleepq_block: fix a bug to lose biglocks in the case of recursive calls.yamt
2008-08-11accept_filter cat pages.joerg
2008-08-10Drop trailing whitespace. Use .Dq.wiz
2008-08-10Add error checking to use of fputs in creating output file ingdt
2008-08-10Clarify a bit .SUFFIXES and .IMPSRC. Should fix PR#37822.cube
2008-08-10Don't forget to unload TX dmamap on failure (in !MEC_TXSTAT_SUCCESS case).tsutsui
2008-08-10In mec_intr() call mec_init() on errors for workaround.tsutsui
2008-08-10- no need to set the TXCMD_TXINT bit against the last enqueued TX packettsutsui
2008-08-10Accept filters are cool, but it's not a reason to select them twice.cube
2008-08-10Use while(cond){} instead of for(;;){if(!cond)break;}.tsutsui
2008-08-10The last txdesc is now preserved, so also set IFF_OACTIVE properly.tsutsui
2008-08-10Specify PAGE_SIZE boundary for TX dmamaps.tsutsui