summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-24fix after asr updateEric Faurot
2012-11-24make separate structures for pack and unpackEric Faurot
2012-11-24Fix yacc warning.Mark Kettenis
2012-11-24Add code to create new system configuration. Work in progress, but there'sMark Kettenis
2012-11-24Export a few more prototypes. Make md_get_prop_val set the returned valueMark Kettenis
2012-11-24complement "need an operator" fatal error message with the actual line content.Marc Espie
2012-11-24Don't output a . at the end of directory, as it is confusing.Marc Espie
2012-11-24be more strict in recognizing .if keyword() constructs, don't ignoreMarc Espie
2012-11-24clean-up: move up .USE handling, so that the rest becomes a simple switch()Marc Espie
2012-11-24Add xasprintf.Mark Kettenis
2012-11-24grammar fix; from Chris Petrik, freebsd pr 173868Jason McIntyre
2012-11-23make hex and modhex decoding case insensitive, the latter particularyAlexander Hall
2012-11-23Copy from the is* manpages the CAVEAT about the input range.Philip Guenthe
2012-11-23Mention hardmtu in the list relating to hwfeatures, suggested by jmc@Stuart Henderson
2012-11-23Change the way we encode devhandle and devino in the sysino such that we canMark Kettenis
2012-11-23fix mixed code and declarations, from brad@Stuart Henderson
2012-11-23resolve conflictsStuart Henderson
2012-11-23update to NSD 3.2.14, requested by/ok brad@Stuart Henderson
2012-11-23Document SIOCGIFXFLAGS, SIOCGIFMTU, SIOCGIFHARDMTU, SIOCGIFRDOMAIN ioctls.Stuart Henderson
2012-11-23Display hardmtu value when "ifconfig hwfeatures" is used.Stuart Henderson
2012-11-23Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTUStuart Henderson
2012-11-23better way to set baudrate to 0; pointed out by gsoares@Mike Belopuhov
2012-11-23set ifp->if_baudrate with IF_Gbps() / IF_Mbps().Gleydson Soares
2012-11-23make sure to always pass an array of struct pf_src_node pointers toMike Belopuhov
2012-11-23Missed file from last commit.Kenneth R Westerback
2012-11-23Use the libutil imsg framework rather than a hand-rolled localKenneth R Westerback
2012-11-23knfEric Faurot
2012-11-23knfEric Faurot
2012-11-23send ack on update map.Eric Faurot
2012-11-23knfEric Faurot
2012-11-23Replace the qwalk API (to retreive on disk envelopes at runtime) withEric Faurot
2012-11-23space required between macro args and punctuation;Jason McIntyre
2012-11-23add a -M flag that does nothing; allows setups with -M in sndiod_flagsAlexandre Ratchov
2012-11-23Since there's no sndiod -> aucat link anymore, allow aucat to be runAlexandre Ratchov
2012-11-23Remplace aucat server by a new sndiod daemon aimed to be simplerAlexandre Ratchov
2012-11-23Make the client wait for the first flow control message rather thanAlexandre Ratchov
2012-11-23- Remove return's at the end of void functionsBrad Smith
2012-11-22regress for AuthorizedKeysCommand; hints from markus@Damien Miller
2012-11-22Do not pass -Wmissing-prototypes when building on a non-ELF platform withMiod Vallat
2012-11-22Stop saying "please", people needs to run sysmerge(8) after an upgrade.Antoine Jacoutot
2012-11-22Put helper function back, will be needed in a bit.Nicholas Marriott
2012-11-22Instead of worrying about xterm version, send DA and read DEC serviceNicholas Marriott
2012-11-22Don't need to send DECSL on detaching now, the code using higher levelsNicholas Marriott
2012-11-22Don't bother to store the return value from pci_set_powerstate() as theBrad Smith
2012-11-21${.ALLSRC} and ${.OODATE} should always be defined, even for empty listsMarc Espie
2012-11-21Atempting to eject a CD-ROM makes the SCSI midlayer generate a READ_TOCMark Kettenis
2012-11-21strtonum() can only handle a maximum of LLONG_MAXSebastian Benoit
2012-11-21Trivial fixes for labels not followed by statements, which gcc 3 complainsMiod Vallat
2012-11-21Disable the stack protector in OVERRIDE_OPTIONS for the time being. The stackMiod Vallat
2012-11-21Remove an md global which value is a duplicate of MI current_function_args_info.Miod Vallat