Age | Commit message (Expand) | Author |
2012-11-24 | fix after asr update | Eric Faurot |
2012-11-24 | make separate structures for pack and unpack | Eric Faurot |
2012-11-24 | Fix yacc warning. | Mark Kettenis |
2012-11-24 | Add code to create new system configuration. Work in progress, but there's | Mark Kettenis |
2012-11-24 | Export a few more prototypes. Make md_get_prop_val set the returned value | Mark Kettenis |
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie |
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie |
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie |
2012-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie |
2012-11-24 | Add xasprintf. | Mark Kettenis |
2012-11-24 | grammar fix; from Chris Petrik, freebsd pr 173868 | Jason McIntyre |
2012-11-23 | make hex and modhex decoding case insensitive, the latter particulary | Alexander Hall |
2012-11-23 | Copy from the is* manpages the CAVEAT about the input range. | Philip Guenthe |
2012-11-23 | Mention hardmtu in the list relating to hwfeatures, suggested by jmc@ | Stuart Henderson |
2012-11-23 | Change the way we encode devhandle and devino in the sysino such that we can | Mark Kettenis |
2012-11-23 | fix mixed code and declarations, from brad@ | Stuart Henderson |
2012-11-23 | resolve conflicts | Stuart Henderson |
2012-11-23 | update to NSD 3.2.14, requested by/ok brad@ | Stuart Henderson |
2012-11-23 | Document SIOCGIFXFLAGS, SIOCGIFMTU, SIOCGIFHARDMTU, SIOCGIFRDOMAIN ioctls. | Stuart Henderson |
2012-11-23 | Display hardmtu value when "ifconfig hwfeatures" is used. | Stuart Henderson |
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson |
2012-11-23 | better way to set baudrate to 0; pointed out by gsoares@ | Mike Belopuhov |
2012-11-23 | set ifp->if_baudrate with IF_Gbps() / IF_Mbps(). | Gleydson Soares |
2012-11-23 | make sure to always pass an array of struct pf_src_node pointers to | Mike Belopuhov |
2012-11-23 | Missed file from last commit. | Kenneth R Westerback |
2012-11-23 | Use the libutil imsg framework rather than a hand-rolled local | Kenneth R Westerback |
2012-11-23 | knf | Eric Faurot |
2012-11-23 | knf | Eric Faurot |
2012-11-23 | send ack on update map. | Eric Faurot |
2012-11-23 | knf | Eric Faurot |
2012-11-23 | Replace the qwalk API (to retreive on disk envelopes at runtime) with | Eric Faurot |
2012-11-23 | space required between macro args and punctuation; | Jason McIntyre |
2012-11-23 | add a -M flag that does nothing; allows setups with -M in sndiod_flags | Alexandre Ratchov |
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov |
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov |
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov |
2012-11-23 | - Remove return's at the end of void functions | Brad Smith |
2012-11-22 | regress for AuthorizedKeysCommand; hints from markus@ | Damien Miller |
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 |