Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-11 | Correct logic in path_update() so that moves are only done when needed. | Claudio Jeker | |
Previously prefix changes of neighbors with softreconfig in disabled where using prefix_add() instead of prefix_move(). Luckily prefix_add() has additional logic to detect this case and calls prefix_move() itself. This made backtraces of a totaly different issue so strange that I was hunting a bug for weeks at the completely wrong spot. Doh! | |||
2007-01-11 | When attaching a dino bridge, keep the presently enabled I/O mappings | Miod Vallat | |
(which were set up for us by the PDC), and wait until all devices are attached to clear those noone of our supported devices has claimed. This is necessary for pdc console to work until wsdisplay@sti attaches. ok mickey@ | |||
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat | |
sti_end_attach() if an error has occured. ok mickey@ | |||
2007-01-11 | Silently ignore unknown neighbors in the rde and ospfe imsg handler. This | Claudio Jeker | |
is needed for upcomming reload support -- it can happen that a message to a just deleted neighbor is still pending. | |||
2007-01-11 | acpimadt(4) and acpiprt(4) attach to acpi(4) so add them here before jmc | Michael Knudsen | |
hits me over the head for forgetting it. | |||
2007-01-11 | Join two lines. | Claudio Jeker | |
2007-01-11 | Remove unneeded config stuff when booting up the RDE. This makes the reload | Claudio Jeker | |
handling a bit easier. | |||
2007-01-11 | Document the acpimadt(4) and acpiprt(4) drivers. | Michael Knudsen | |
Lots of input and `sure' kettenis. | |||
2007-01-11 | missed a bit. pointed out by jmc@ | Niall O'Higgins | |
2007-01-11 | spacing | Pierre-Yves Ritschard | |
2007-01-11 | sync a bit with reality | Joris Vink | |
2007-01-11 | remove some un-needed buffer NUL-termination. in openrcs, diff3 is already ↵ | Niall O'Higgins | |
NUL-terminating its buffers so we don't need to do it twice. this allows us to sync rcs_splitlines() with opencvs' cvs_splitlines(). ok joris@ | |||
2007-01-11 | silence some warnings. | Jasper Lievisse Adriaanse | |
ok joris@ | |||
2007-01-11 | use real async events for checks and improve the non-blocking socket | Reyk Floeter | |
usage. also modify the check_icmp code to use non-blocking raw sockets and merge the icmp4 and icmp6 functions. some other minor changes while i'm here. as discussed with pyr@ claudio@ deraadt@ ok pyr@ | |||
2007-01-11 | rework opencvs so that we can deal with binary files. previously we assumed ↵ | Niall O'Higgins | |
all files were ascii, which broke things in real-world usage. now a checkout of src should work, albeit using lots of memory and cpu. fixing this is the next step. testing by many. ok & some input joris@ | |||
2007-01-11 | update the revision number in CVS/Entries from CVS/Baserev if we | Xavier Santolaria | |
are reverting to the revision that the user edited in the first place. ok joris@. | |||
2007-01-11 | revert last commit after discussing w/ joris@; makes sense to remove | Xavier Santolaria | |
the tmp files once we'r done w/ them, not at the very end only.. | |||
2007-01-11 | no need to unlink() the tmp files here as they have already been added | Xavier Santolaria | |
to the temp_files walklist anyway.. | |||
2007-01-11 | Document rw_enter and rw_exit. | Artur Grabowski | |
Requested and ok by dlg@, ok jmc@ | |||
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria | |
2007-01-11 | MLINKS for functions described in mbuf_tags(9); | Jason McIntyre | |
2007-01-11 | clean up this Makefile; | Jason McIntyre | |
2007-01-11 | avoid an ugly grammar construction; | Jason McIntyre | |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria | |
2007-01-11 | correctly deallocate dependencies when growing into an indirect block | Pedro Martelletto | |
and failing to acquire a data block, from freebsd, okay krw@, mickey@ | |||
2007-01-11 | make the description of -e point to the COMMAND MODE section; | Jason McIntyre | |
2007-01-11 | - add a list in acpi.4 of all acpi devices which attach | Jason McIntyre | |
- make the .Nd a little nicer whilst here help/ok mk | |||
2007-01-11 | save errno. | Xavier Santolaria | |
2007-01-11 | sync joris' last change (connection to remote server when all options are | Xavier Santolaria | |
valid) for the unedit command too. | |||
2007-01-11 | do not report the clock frequencies on arm becuase there is no | Robert Nagy | |
real need to be verbose here; discussed with drahn@ ok kettenis@, miod@, deraadt@ and others | |||
2007-01-11 | Move options into DESCRIPTION section. This conforms with most | Ray Lai | |
other man pages, where the options are near the top of the page for easy access. OK jmc@. | |||
2007-01-11 | Since bootp_packet_handler is always set to do_packet before we | Kenneth R Westerback | |
process any packets, eliminate that abstraction and just call do_packet directly. No functional change. ok stevesk | |||
2007-01-11 | in a remote setup: | Joris Vink | |
do not connect to the remote server until we are sure all the options passed to the commands are valid. noticed by xsa@ | |||
2007-01-11 | remove unused #define DHCP_MIN_LEN | Kevin Steves | |
2007-01-11 | Reject all packets with an option claiming to extend past the end of | Kenneth R Westerback | |
an option buffer. No longer accept the 6th such packet. From ISC. ok ckuethe@ stevesk@ | |||
2007-01-10 | Flow control support for bge(4)/brgphy(4). From brad@ based on code from | Mark Kettenis | |
NetBSD. | |||
2007-01-10 | add a cvs_file_copy routine and use it for the edit command to | Xavier Santolaria | |
copy the file in the current working directory to CVS/Base/ ok ray@ joris@. | |||
2007-01-10 | an update of sk.4 and msk.4, from brad; | Jason McIntyre | |
kettenis and matthieu more or less ok'd it too | |||
2007-01-10 | resolve conflicts and regen configure script | Jakob Schlyter | |
2007-01-10 | ISC BIND release 9.3.3 | Jakob Schlyter | |
2007-01-10 | change firmware byte order to be same on all architectures | Theo de Raadt | |
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn | |||
2007-01-10 | you know what, now that openrcs is in fact working properly and | Joris Vink | |
has been in the previous release - how about we give it a proper version instead of "OpenCVS RCS 3.6" okay xsa@, ray@ | |||
2007-01-10 | An example should use "e.g." ("for example") rather than "i.e." | Tom Cosgrove | |
("that is"). ok jmc@ | |||
2007-01-10 | Add a sentence to document the use of the "alias" literal. | Tom Cosgrove | |
ok jmc@ | |||
2007-01-10 | Handle that acpi(4) is split out into individual pages: Remove MLINKS | Michael Knudsen | |
and add to MAN. ok jmc | |||
2007-01-10 | As requested by deraadt, split acpi(4) up into individual driver pages. | Michael Knudsen | |
While doing this, improve and add the text of some manuals. Some of these are simply revived versions of the pages back from when they were individual pages. Input and ok from jmc. Note: When we wrote these pages, people submitted new pages to jmc and I. At some point during this, we decided to merge all pages into acpi(4) (which is now being undone), and I lost track of who sent what. Thus, if you think you should be the copyright owner of any of these files, get back to me in private. | |||
2007-01-10 | fix fallout of the split sensor devices change which caused lockups on | David Gwynne | |
boot. dont call sensordev_install multiple times for esm0. there are multiple devices accessed via the one esm interface that provide sensor info for various parts of the system. sensordev_install was being called after each of these parts was being probed, rather than right at the end after the entire list of sensors has been built. tested by kurt@ | |||
2007-01-10 | "alias" is literal text, not an argument name. | Tom Cosgrove | |
ok jmc@ | |||
2007-01-10 | makesd -> masked; ok miod | Jason McIntyre | |
2007-01-10 | allow rule if there is at least _one_ matching address family combination. | Markus Friedl | |
this allows 'flow from lo0 to 127.0.0.1' if lo0 has an ipv6 address. ok itojun@, hshoexer@ |