Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-10 | if the remote end doesn't support a version request, | Joris Vink | |
send noop instead. | |||
2005-06-10 | unused variable. | Joris Vink | |
2005-06-10 | instead of opening and closing the entry file all the | Joris Vink | |
time, keep the entry file for the last received directory open until we switch directories. cuts CPU time in half and increases overall performance a bit. ok xsa@ | |||
2005-06-10 | simplify the name sectium | Michael Shalayeff | |
2005-06-10 | add Xr to mount_udf(8); | Jason McIntyre | |
2005-06-10 | Add option VFSDEBUG, okay jmc@ | Pedro Martelletto | |
2005-06-10 | No point in keeping a list of file systems here, instead just refer to | Pedro Martelletto | |
whatever the kernel supports, okay deraadt@ | |||
2005-06-10 | grammar; ok jmc | Jared Yanovich | |
2005-06-10 | Tweak softdep_change_linkcnt() so we can specify whether we're willing | Pedro Martelletto | |
to be co-opted by softdep or not, and use this new interface to inform softdep in ufs_inactive() that the inode mode has changed. We don't want to be co-opted there as that might lead to undesired circular dependencies such as a vput() depending on another vput() to complete, or a process that is trying to free up a vnode being blocked trying to acquire a new vnode. Okay tedu@ deraadt@, thanks to all those who tested. | |||
2005-06-10 | -Wall clean; ok otto deraadt | Peter Valchev | |
2005-06-10 | make sure the IP packet contains a full struct ip_timestamp | Markus Friedl | |
from art; ok deraadt, claudio, henning | |||
2005-06-10 | getsockopt(): allocate a mbuf cluster for large ipsec credentials | Markus Friedl | |
fixes kernel panic from pr 4252; Stefan Miltchev; ok deraadt@ | |||
2005-06-10 | sync | Theo de Raadt | |
2005-06-10 | allow comments in the cvsrc file. | Joris Vink | |
reported by david@ | |||
2005-06-10 | Make sure that the ATTR_EXTLEN flag is unset if the attribute length is | Claudio Jeker | |
smaller than 255 bytes. | |||
2005-06-10 | Introduce attr_optlen() to get the total lenght of an optional attribute | Claudio Jeker | |
plus header. Soon needed. | |||
2005-06-10 | As we no longer send IMSG_CTL_SHOW_RIB_PREFIX from bgpd to bgpctl simplify | Claudio Jeker | |
show_rib_summary_msg(). | |||
2005-06-10 | Simplify show rib upcalls. Kill one mostly unused function. | Claudio Jeker | |
2005-06-10 | sync | Kevin Lo | |
2005-06-10 | add 3COM 3CRWE154G72. ok miod | Kevin Lo | |
2005-06-10 | remove unused code and un-ifdef | Martin Reindl | |
ok dlg@ | |||
2005-06-10 | If 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 options | Joel Knight | |
- break into distinct sections - some wording/formatting changes input from nick@; input and ok jmc@ | |||
2005-06-09 | no more ns; | Jason McIntyre | |
ok henning@ | |||
2005-06-09 | sync | Theo de Raadt | |
2005-06-09 | it appears asp occupies more space than intially thought and | Michael 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-09 | Change the "network connected|static" statements to "network inet|inet6 | Claudio 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, deraadt | Xavier Santolaria | |
2005-06-09 | Correctly initialize end of array sentinel; ok djm@ | Darren Tucker | |
2005-06-09 | If there is a problem to connect to a remote peer, do the same log damping | Claudio 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-09 | note that nwid and essid are synonymous; | Jason McIntyre | |
from walter goulet and clarified by reyk@ | |||
2005-06-09 | note 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 joris | Xavier Santolaria | |
2005-06-09 | remove references to ns(4); | Jason McIntyre | |
2005-06-09 | manpage nits. | Joris Vink | |
from Micheal Knudsen. ok jmc@, xsa@ | |||
2005-06-09 | no more netccitt/netns; | Jason McIntyre | |
2005-06-09 | print the interface address on route get; ok henning, claudio | Markus Friedl | |
2005-06-09 | LP_ERR -> LP_ABORT to match gnu/usr.bin/cvs output; okay joris@. | Xavier Santolaria | |
2005-06-09 | don't need vlan.h here | Brad Smith | |
2005-06-09 | - add documentation for remaining vnode operations | Jared Yanovich | |
- improve page layout - add MLINKS to, sort, and fix some typos in the Makefile help & ok marius, tedu, pedro, jmc | |||
2005-06-09 | don't forget to close entfile in cvs_file_getspec(). | Joris Vink | |
2005-06-09 | remove useless cvsd leftovers. | Joris Vink | |
from Michael Knudsen | |||
2005-06-09 | spelling | Theo de Raadt | |
2005-06-09 | Fix typo in ASC/ASQ messages: DEnied -> Denied. | Kenneth R Westerback | |
2005-06-08 | completely revert rev 1.52, which broke ral for some people; from danh@ | Christian Weisgerber | |
2005-06-08 | Don't point the user to a inexistent 'CAVEATS' section, okay jmc@ | Pedro Martelletto | |
2005-06-08 | Multi-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-08 | Add KERN_CPTIME2 on systems where __HAVE_CPUINFO is defined, exposes | Todd C. Miller | |
spc_cp_time member of struct schedstate_percpu (per-cpu stats). From art@ during the hackathon. | |||
2005-06-08 | Fix 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-08 | fix include for userland (tsk, tsk, krw). | Marc Espie | |
okay pval, nits miod. |