Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-06 | - uppercase `e' in ethernet | Jason McIntyre | |
- insure -> ensure - commas in list | |||
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre | |
- kill whitespace - -offset for display | |||
2004-06-06 | - skeyprune is section 8, not 1 | Jason McIntyre | |
- use -offset for display | |||
2004-06-06 | clean some lists and displays; | Jason McIntyre | |
2004-06-06 | `update-patches' uses gdiff(1) now for quite some time now, | Xavier Santolaria | |
not diff(1) anymore; noticed by Rodolfo Gouveia <wolfshade boo netmadeira baa com> okay espie@. | |||
2004-06-06 | Multicast cleanups | Ryan Thomas McBride | |
- make multicast ranges work - replace handrolled crc code with ether_crc32_{be,le}() - add missing calls to ether_{add,del}multi() ok deraadt@ | |||
2004-06-06 | rework bgpd's handling of listening sockets. instead of one for each | Henning Brauer | |
supported address familiy, keep a tailq of an arbitary number of them. the new struct listen_addr contains the sockaddr and the fd. this fixes quite some nasty behaviour which was a consequence of the previous model. looks right deraadt@, and discussed with claudio | |||
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko | |
just return current pentium_mhz value. Update this value in all hw.setperf hoos either via its own private methods or using global update_cpuspeed hook, if registered. Also implement update_cpuspeed hook for Pentium 3. Tested by millert@, Gabriel Kihlman <gk@stacken.kth.se> and me on various i386 machines. ok tedu@ | |||
2004-06-06 | add new "-src" and "-srcmask" modifiers to make it possible to add a source | Cedric Berger | |
selector part to the routing table entry. complements existing "-dst" and "-dstmask". typical use: route add -src 20.20.20.22 20.20.20.21 route add -src 192.168.1.0/24 -dst 192.168.2.0/24 20.20.20.21 useful for example to implement symetrical routing on multihomed boxes, or to better select which packets to send to gif/tun/... tunnels. new '-S' flag similar to netstat one. ok deraadt@ mcbride@ | |||
2004-06-06 | Add new '-S' flag to display the source selector part of the routing table | Cedric Berger | |
entry. "netstat -nrSf inet". ok deraadt@ mcbride@ | |||
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger | |
their *source* IP address in addition to their destination address. routing table "destination" now contains a "struct sockaddr_rtin" for IPv4 instead of a "struct sockaddr_in". the routing socket has been extended in a backward-compatible way. todo: PMTU enhancements, IPv6. ok deraadt@ mcbride@ | |||
2004-06-06 | In printf %p doesn't need extra ``0x'' | Alexander Yurchenko | |
2004-06-06 | Style (KNF, 80c). No binary change. | Hakan Olsson | |
2004-06-06 | document REORDER_DEPENDENCIES | Marc Espie | |
2004-06-06 | First sequence number should be 100, as promised by man page. | Otto Moerbeek | |
ok hshoexer@ millert@ | |||
2004-06-06 | Explain the the usage of the first key printed by skeyinit; add | Otto Moerbeek | |
example and .Xr's. ok hshoexer@ millert@ | |||
2004-06-06 | Format example using -literal, add .Xr's. From millert@ | Otto Moerbeek | |
2004-06-06 | remove Realtek 8139C+ from re(4) line comment | Peter Valchev | |
2004-06-06 | - replace hand-rolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work | |||
2004-06-06 | portal_connect needs splsoftnet. | Ted Unangst | |
using CMSG_ALIGN was wrong, userland fires in data not so aligned. if fd_getfile returns NULL, don't try to close the fd, since it's not there. | |||
2004-06-06 | 64bit int fixes | Ted Unangst | |
2004-06-05 | Remove unneeded dependency on wscons_raster.h | Miod Vallat | |
2004-06-05 | retval may be NULL in fork1, take 2 | Ted Unangst | |
2004-06-05 | re(4) on all media | Theo de Raadt | |
2004-06-05 | re(4) on these media.. for now | Theo de Raadt | |
2004-06-05 | regen | Brad Smith | |
2004-06-05 | add Intel i960 RD PCI-PCI bridge found on Intel EtherExpress PRO/100 Server ↵ | Brad Smith | |
adapters as well as the adapter id too. | |||
2004-06-05 | Make multicast ranges work. | Ryan Thomas McBride | |
ok deraadt@ | |||
2004-06-05 | - replace handrolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work ok deraadt@ | |||
2004-06-05 | Clean up style in ioctl. | Ryan Thomas McBride | |
ok deraadt@ | |||
2004-06-05 | Typo correction, and consistency changes. | Alexander Guy | |
ok jakob@, henning@ | |||
2004-06-05 | do not lie about supporting the 8139C+; prodded by theo | Peter Valchev | |
2004-06-05 | cleanup, no functional changes | Peter Valchev | |
2004-06-05 | a step towards 8139C+ | Peter Valchev | |
not complete as rl(4) will match it (same device id as 8139) | |||
2004-06-05 | Missing lockinit(). | Alexander Yurchenko | |
2004-06-05 | Add /etc/hotplug. | Alexander Yurchenko | |
ok millert@ | |||
2004-06-05 | fix a few printf; pval ok | Theo de Raadt | |
2004-06-05 | Replace NGPIO button with SMALL_KERNEL. | Alexander Yurchenko | |
2004-06-05 | Sync with www: add NS PC87366 VLM and TMS, AMD Elan SC520 GPIO. | Alexander Yurchenko | |
2004-06-05 | Support for the PIO function via gpio(4) framework was added. | Alexander Yurchenko | |
2004-06-05 | Add rgephy. | Miod Vallat | |
2004-06-05 | Make this look real a real OpenBSD manual page: new sentence, new line, | Miod Vallat | |
remove FreeBSDisms, remove diagnostic messages the driver will never produce, etc. | |||
2004-06-05 | GPIO support for AMD Elan SC520 found on Soekris net45x1 boards. | Alexander Yurchenko | |
Test and ok markus@. | |||
2004-06-05 | Remove NGPIO button. | Alexander Yurchenko | |
2004-06-05 | Move prototype definitions. Add multi-include protection to header. | Alexander Guy | |
ok henning@ | |||
2004-06-05 | set m_pkthdr.len early; ok mcbride, deraadt | Markus Friedl | |
2004-06-05 | add multicast support | Peter Valchev | |
2004-06-05 | sync | Theo de Raadt | |
2004-06-05 | shrink | Theo de Raadt | |
2004-06-05 | order | Theo de Raadt | |