Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-24 | Saner implementation for self-contained hostent and netent, and also | Eric Faurot | |
a couple of fixes. | |||
2012-11-24 | Don't segfault if no subnet-mask is provided, or is marked 'ignore' | Kenneth R Westerback | |
in dhclient.conf. Always zero out stack masks rather than using stack garbage when no subnet-mask is provided. | |||
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 | |
enough functionality to create a configuration for a t1k or t2k running System Firmware 6.7.x. | |||
2012-11-24 | Export a few more prototypes. Make md_get_prop_val set the returned value | Mark Kettenis | |
to -1 if the requested property isn't present. | |||
2012-11-24 | complement "need an operator" fatal error message with the actual line content. | Marc Espie | |
okay beck@ | |||
2012-11-24 | Don't output a . at the end of directory, as it is confusing. | Marc Espie | |
okay beck@ | |||
2012-11-24 | be more strict in recognizing .if keyword() constructs, don't ignore | Marc Espie | |
unknown keywords. uniform white space handling. okay beck@ | |||
2012-11-24 | clean-up: move up .USE handling, so that the rest becomes a simple switch() | Marc Espie | |
okay beck@ | |||
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 | |
useful to avoid issues with SHIFT and CAPS LOCK on any keyboard. pointers on proper tolower usage by guenther@ "Yup" deraadt@, ok sthen@ on initial version ok guenther@ on final version | |||
2012-11-23 | Copy from the is* manpages the CAVEAT about the input range. | Philip Guenthe | |
ok jmc@ | |||
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 | |
handle up to 256 different interrupt vectors on cbus(4). This is enough to handle 128 channels. | |||
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 | |
Looks fine reyk@ ok mikeb@ | |||
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson | |
looks fine reyk@ ok mikeb@ | |||
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 | |
OK reyk@ sthen@ | |||
2012-11-23 | make sure to always pass an array of struct pf_src_node pointers to | Mike Belopuhov | |
the pf_map_addr. doing otherwise leads to the stack corruption. bug was reported and fix tested by arjan schrijver, thanks! ok jsing, henning, florian who has also found the same bug in pf_route and pf_route6 functions. | |||
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 | |
version. This is the last hand-rolled imsg implementation I could spot. Doesn't seem to break sparc64. Suggested by chris@, tweaks from brad@ and reyk@. ok reyk@ | |||
2012-11-23 | knf | Eric Faurot | |
2012-11-23 | knf | Eric Faurot | |
2012-11-23 | send ack on update map. | Eric Faurot | |
ok gilles@ | |||
2012-11-23 | knf | Eric Faurot | |
ok gilles@ | |||
2012-11-23 | Replace the qwalk API (to retreive on disk envelopes at runtime) with | Eric Faurot | |
a simple QOP_WALK queue operation. Some knf and formating fixes while there. ok gilles@ | |||
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 | |
to work. | |||
2012-11-23 | Since there's no sndiod -> aucat link anymore, allow aucat to be run | Alexandre Ratchov | |
in server mode even when not invoked as sndiod. This allows aucat and the new sndiod daemon to live together in /usr/bin, which makes easy to quickly compare sndiod and aucat (and spot possible regressions) without having to modify /usr/bin. | |||
2012-11-23 | Remplace aucat server by a new sndiod daemon aimed to be simpler | Alexandre Ratchov | |
smaller and faster than aucat. It's a drop in replacement with the following exceptions that don't affect the default setup: - The sample rate and the encoding are a per-device parameters thus -r and -e options must precede the corresponding -f option - MIDI thru boxes are dynamically created and no -M option is required anymore, so -M was removed. - MIDI ports are exposed with a new ``midi/N'' name, rather than abusing MIDI thru boxes. with help from armani@, ok deraadt@ | |||
2012-11-23 | Make the client wait for the first flow control message rather than | Alexandre Ratchov | |
assuming it can send a full initial data buffer. This requires protocol version bump (but no library version bump). | |||
2012-11-23 | - Remove return's at the end of void functions | Brad Smith | |
- Some minor tweaking of the use of braces in two spots ok mikeb@ | |||
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 | |
gcc 3 as the compiler. The way constructors are built triggers this warning, which is fatal because of -Werror. ok espie@ guenther@ | |||
2012-11-22 | Stop saying "please", people needs to run sysmerge(8) after an upgrade. | Antoine Jacoutot | |
Also s/repair/update . wording from sthen@ ok sthen@ deraadt@ | |||
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 | |
class which is more likely to be useful. Not used for anything yet anyway. | |||
2012-11-22 | Don't need to send DECSL on detaching now, the code using higher levels | Nicholas Marriott | |
has gone. | |||
2012-11-22 | Don't bother to store the return value from pci_set_powerstate() as the | Brad Smith | |
code that used to do something with it was removed with the previous commit. ok deraadt@ | |||
2012-11-21 | ${.ALLSRC} and ${.OODATE} should always be defined, even for empty lists | Marc Espie | |
of prerequisites. This prevents complaints from the var module and from other developers. That's a bug I introduced 5 years ago... found out by miod@ okay miod@ | |||
2012-11-21 | Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOC | Mark Kettenis | |
command. Silently fail that command instead of spamming the console. |