Age | Commit message (Expand) | Author |
2012-11-22 | Do not pass -Wmissing-prototypes when building on a non-ELF platform with | Miod Vallat |
2012-11-22 | Stop saying "please", people needs to run sysmerge(8) after an upgrade. | Antoine Jacoutot |
2012-11-22 | Put helper function back, will be needed in a bit. | Nicholas Marriott |
2012-11-22 | Instead of worrying about xterm version, send DA and read DEC service | Nicholas Marriott |
2012-11-22 | Don't need to send DECSL on detaching now, the code using higher levels | Nicholas Marriott |
2012-11-22 | Don't bother to store the return value from pci_set_powerstate() as the | Brad Smith |
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie |
2012-11-21 | Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC | Mark Kettenis |
2012-11-21 | strtonum() can only handle a maximum of LLONG_MAX | Sebastian Benoit |
2012-11-21 | Trivial fixes for labels not followed by statements, which gcc 3 complains | Miod Vallat |
2012-11-21 | Disable the stack protector in OVERRIDE_OPTIONS for the time being. The stack | Miod Vallat |
2012-11-21 | Remove an md global which value is a duplicate of MI current_function_args_info. | Miod Vallat |
2012-11-21 | Try to negotiate version 1.1 of the vDisk protocol such that we can get | Mark Kettenis |
2012-11-21 | Turn OVERRIDE_OPTIONS into a function, will make it easier to extend on a | Miod Vallat |
2012-11-21 | Plug fp leak, from rustyBSD at gmx dot fr. | Nicholas Marriott |
2012-11-21 | hook up ldomctl(8) and ldomd(8). | Mark Kettenis |
2012-11-21 | Don't forget to delete an rx refill timeout when bringing | Mike Belopuhov |
2012-11-21 | rc_restart() does not exists. What the 'restart' action does is to run | Antoine Jacoutot |
2012-11-21 | sync | Kirill Bychkov |
2012-11-21 | Hook D-Link DUB-E100 rev C1 to axe(4) | Kirill Bychkov |
2012-11-21 | Add D-Link DUB-E100 rev C1. | Kirill Bychkov |
2012-11-20 | Convert to new world order by defining TARGET_OS_CPP_BUILTINS instead of | Miod Vallat |
2012-11-20 | Make the mips and powerpc optimizer bug workarounds permanent (i.e. apply | Miod Vallat |
2012-11-20 | fix typo | Mike Belopuhov |
2012-11-20 | keep functnames sorted | Florian Obser |
2012-11-20 | - for lists, list type must come first | Jason McIntyre |
2012-11-20 | Allow "smtpctl show queue" to run in "online" mode if the smtpd server | Eric Faurot |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | Make sure to invoke end_sequence() before passing it to any emit_insn() | Miod Vallat |
2012-11-19 | move_by_pieces_1(), store_by_pieces_2(): sync insn skipping logic in the | Miod Vallat |
2012-11-19 | Sprinkle TREE_SIDE_EFFECTS annotations around all the computations done in | Miod Vallat |
2012-11-19 | remove some useless Tn and double punctuation; | Jason McIntyre |
2012-11-19 | RES_IGNTC is no longer ignored; ok sthen | Jason McIntyre |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |
2012-11-19 | Use a more descriptive name for the userland cas operation. | Paul Irofti |
2012-11-19 | document BULK change | Marc Espie |
2012-11-19 | zap pre-install, which was a weird kludge. | Marc Espie |
2012-11-19 | Add halfpage commands to mode command string table (missed by accident), | Nicholas Marriott |
2012-11-19 | Clarify some points about config files, notably that they are only read | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-11-19 | If uvm_km_kmemalloc_pla() fails when just creating a thread (and not a | Philip Guenthe |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine Jacoutot |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |
2012-11-18 | Check that mandoc handles non-numeric width arguments | Ingo Schwarze |
2012-11-18 | knock out a useless .Pp; | Jason McIntyre |
2012-11-18 | remove { } from example in PRIMARY DOMAIN section | Robert Peichaer |
2012-11-18 | Make the generated man(7) code more portable by using .PD | Ingo Schwarze |
2012-11-18 | Don't output "$action is not supported" when running an rc.d(8) script | Antoine Jacoutot |
2012-11-18 | Remove pointless local declaration. | Antoine Jacoutot |