summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-10allow comments in the cvsrc file.Joris Vink
reported by david@
2005-06-10Make sure that the ATTR_EXTLEN flag is unset if the attribute length isClaudio Jeker
smaller than 255 bytes.
2005-06-10Introduce attr_optlen() to get the total lenght of an optional attributeClaudio Jeker
plus header. Soon needed.
2005-06-10As we no longer send IMSG_CTL_SHOW_RIB_PREFIX from bgpd to bgpctl simplifyClaudio Jeker
show_rib_summary_msg().
2005-06-10Simplify show rib upcalls. Kill one mostly unused function.Claudio Jeker
2005-06-10syncKevin Lo
2005-06-10add 3COM 3CRWE154G72. ok miodKevin Lo
2005-06-10remove unused code and un-ifdefMartin Reindl
ok dlg@
2005-06-10If any of fds 0-2 are not open, dup them to our /dev/null fd.Todd C. Miller
Prevents the socket from being closed in this case. OK deraadt@
2005-06-10- clarify when and how to use media optionsJoel Knight
- break into distinct sections - some wording/formatting changes input from nick@; input and ok jmc@
2005-06-09no more ns;Jason McIntyre
ok henning@
2005-06-09syncTheo de Raadt
2005-06-09it appears asp occupies more space than intially thought andMichael Shalayeff
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715
2005-06-09Change the "network connected|static" statements to "network inet|inet6Claudio Jeker
connected|static" so that it is possible to distinguish between IPv4 and IPv6 addresses. "network connected|static" is considered deprecated but will be supported as an alias for "network inet connected|static" for some time (one release) to simplify upgrades. This also solve a nasty crash when using "network connected". OK henning@
2005-06-09.Xr sysctl(8); ok jmc, deraadtXavier Santolaria
2005-06-09Correctly initialize end of array sentinel; ok djm@Darren Tucker
2005-06-09If there is a problem to connect to a remote peer, do the same log dampingClaudio Jeker
as for other errors. Save the errno and only print a message if the errno changed. So the log is not filled with "socket error: Connection refused" when the peer is not yet listening on that address. OK henning@
2005-06-09note that nwid and essid are synonymous;Jason McIntyre
from walter goulet and clarified by reyk@
2005-06-09note that nwid and essid are the same;Jason McIntyre
from walter goulet and clarified by reyk@
2005-06-09-D implies pruning directories, as already does -r; ok jorisXavier Santolaria
2005-06-09remove references to ns(4);Jason McIntyre
2005-06-09manpage nits.Joris Vink
from Micheal Knudsen. ok jmc@, xsa@
2005-06-09no more netccitt/netns;Jason McIntyre
2005-06-09print the interface address on route get; ok henning, claudioMarkus Friedl
2005-06-09LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@.Xavier Santolaria
2005-06-09don't need vlan.h hereBrad Smith
2005-06-09- add documentation for remaining vnode operationsJared Yanovich
- improve page layout - add MLINKS to, sort, and fix some typos in the Makefile help & ok marius, tedu, pedro, jmc
2005-06-09don't forget to close entfile in cvs_file_getspec().Joris Vink
2005-06-09remove useless cvsd leftovers.Joris Vink
from Michael Knudsen
2005-06-09spellingTheo de Raadt
2005-06-09Fix typo in ASC/ASQ messages: DEnied -> Denied.Kenneth R Westerback
2005-06-08completely revert rev 1.52, which broke ral for some people; from danh@Christian Weisgerber
2005-06-08Don't point the user to a inexistent 'CAVEATS' section, okay jmc@Pedro Martelletto
2005-06-08Multi-cpu support for top. Each cpu now gets its own stats line.Todd C. Miller
Based on work by todd@ at the hackathon.
2005-06-08Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposesTodd C. Miller
spc_cp_time member of struct schedstate_percpu (per-cpu stats). From art@ during the hackathon.
2005-06-08Fix rearranging of parameters for quad types.Marc Espie
Use stateful functions for mbtowc. Use the same loop for scanning and for rescanning the format. okay millert@
2005-06-08fix include for userland (tsk, tsk, krw).Marc Espie
okay pval, nits miod.
2005-06-08use SMALL_KERNEL for all arch's, not just alpha and also apply the defsFederico G. Schwindt
for sii3112 funcs; grange@ mickey@ deraadt@ ok.
2005-06-08no acpi here eitherTheo de Raadt
2005-06-08Remove the bus_reverse field out of the powerpc bus structure, originallyDale Rahn
it was there so that big endian and little endian devices could both be present, however that is not the case on the macppc machines. Cleans up code, shrinks the kernel. ok deraadt@
2005-06-08netns crap i missed earlier... damn unreliable toolsHenning Brauer
2005-06-08Force pid file fd to be > 2 so we don't clobber it when dup'ingTodd C. Miller
fds 0-2 to /dev/null. Tested and OK aaron@
2005-06-08Make gethostbyaddr() prototype match POSIX. This means len is nowTodd C. Miller
unsigned but there is no ABI change. OK deraadt@
2005-06-08remove netns crud.Henning Brauer
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad
2005-06-08syncTheo de Raadt
2005-06-08add ControlMaster=auto/autoask options to support opportunistic multiplexing;Damien Miller
tested avsm@ and jakob@, ok markus@
2005-06-08squeeze +COMMENT in front of +DESC.Marc Espie
Transparently handle both package types, until everyone has transitionned to new style. Reasons for the change: - comment and desc are never written independently - access to comment necessitates a file read anyways. - shaves one inode and (mostly) one block from each installed package. Since this is /var, and there is often a lot of stuff going on in a small partition, this helps. Done after griping from tedu@, okay'd pval@
2005-06-08if a cloned interface's destroy function fails, re-join the interface classHenning Brauer
group, spotted by and ok markus
2005-06-08netns bits dieHenning Brauer
2005-06-08No need to export NETISR fields explicitely for intvec.s, as <net/netisr.h>Miod Vallat
can be (and is) included by assembly source.