Age | Commit message (Expand) | Author |
2012-11-25 | Properly remove virtual device ports if we remove the associated channels. | Mark Kettenis |
2012-11-25 | spacing | Mark Kettenis |
2012-11-25 | Clean up parsing of option lists. Part 2. | Kenneth R Westerback |
2012-11-25 | Recognize a wrong network configuration which would cause tftpboot to | Miod Vallat |
2012-11-25 | Sync register clobber information in MVMEPROM_CALL() with those used in the | Miod Vallat |
2012-11-25 | Add support for building a new configuration based on a configuration that | Mark Kettenis |
2012-11-25 | Make the instruction replace struct static const so it will end | Jonathan Gray |
2012-11-25 | Clean up parsing of option lists. Part 1. | Kenneth R Westerback |
2012-11-24 | Do not assign the "host" MAC address to virtual switch ports. Don't print the | Mark Kettenis |
2012-11-24 | Better error reporting. | Mark Kettenis |
2012-11-24 | Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining about | Mark Kettenis |
2012-11-24 | Saner implementation for self-contained hostent and netent, and also | Eric Faurot |
2012-11-24 | Don't segfault if no subnet-mask is provided, or is marked 'ignore' | Kenneth R Westerback |
2012-11-24 | Get rid of some hard-coded constants. Improve memory allocation code. | Mark Kettenis |
2012-11-24 | knf | Eric Faurot |
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 |