summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-11Correct 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-11When attaching a dino bridge, keep the presently enabled I/O mappingsMiod 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-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
sti_end_attach() if an error has occured. ok mickey@
2007-01-11Silently ignore unknown neighbors in the rde and ospfe imsg handler. ThisClaudio Jeker
is needed for upcomming reload support -- it can happen that a message to a just deleted neighbor is still pending.
2007-01-11acpimadt(4) and acpiprt(4) attach to acpi(4) so add them here before jmcMichael Knudsen
hits me over the head for forgetting it.
2007-01-11Join two lines.Claudio Jeker
2007-01-11Remove unneeded config stuff when booting up the RDE. This makes the reloadClaudio Jeker
handling a bit easier.
2007-01-11Document the acpimadt(4) and acpiprt(4) drivers.Michael Knudsen
Lots of input and `sure' kettenis.
2007-01-11missed a bit. pointed out by jmc@Niall O'Higgins
2007-01-11spacingPierre-Yves Ritschard
2007-01-11sync a bit with realityJoris Vink
2007-01-11remove 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-11silence some warnings.Jasper Lievisse Adriaanse
ok joris@
2007-01-11use real async events for checks and improve the non-blocking socketReyk 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-11rework 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-11update the revision number in CVS/Entries from CVS/Baserev if weXavier Santolaria
are reverting to the revision that the user edited in the first place. ok joris@.
2007-01-11revert last commit after discussing w/ joris@; makes sense to removeXavier Santolaria
the tmp files once we'r done w/ them, not at the very end only..
2007-01-11no need to unlink() the tmp files here as they have already been addedXavier Santolaria
to the temp_files walklist anyway..
2007-01-11Document rw_enter and rw_exit.Artur Grabowski
Requested and ok by dlg@, ok jmc@
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11MLINKS for functions described in mbuf_tags(9);Jason McIntyre
2007-01-11clean up this Makefile;Jason McIntyre
2007-01-11avoid an ugly grammar construction;Jason McIntyre
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11correctly deallocate dependencies when growing into an indirect blockPedro Martelletto
and failing to acquire a data block, from freebsd, okay krw@, mickey@
2007-01-11make 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 attachJason McIntyre
- make the .Nd a little nicer whilst here help/ok mk
2007-01-11save errno.Xavier Santolaria
2007-01-11sync joris' last change (connection to remote server when all options areXavier Santolaria
valid) for the unedit command too.
2007-01-11do not report the clock frequencies on arm becuase there is noRobert Nagy
real need to be verbose here; discussed with drahn@ ok kettenis@, miod@, deraadt@ and others
2007-01-11Move options into DESCRIPTION section. This conforms with mostRay Lai
other man pages, where the options are near the top of the page for easy access. OK jmc@.
2007-01-11Since bootp_packet_handler is always set to do_packet before weKenneth R Westerback
process any packets, eliminate that abstraction and just call do_packet directly. No functional change. ok stevesk
2007-01-11in 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-11remove unused #define DHCP_MIN_LENKevin Steves
2007-01-11Reject all packets with an option claiming to extend past the end ofKenneth R Westerback
an option buffer. No longer accept the 6th such packet. From ISC. ok ckuethe@ stevesk@
2007-01-10Flow control support for bge(4)/brgphy(4). From brad@ based on code fromMark Kettenis
NetBSD.
2007-01-10add a cvs_file_copy routine and use it for the edit command toXavier Santolaria
copy the file in the current working directory to CVS/Base/ ok ray@ joris@.
2007-01-10an update of sk.4 and msk.4, from brad;Jason McIntyre
kettenis and matthieu more or less ok'd it too
2007-01-10resolve conflicts and regen configure scriptJakob Schlyter
2007-01-10ISC BIND release 9.3.3Jakob Schlyter
2007-01-10change firmware byte order to be same on all architecturesTheo de Raadt
THIS MEANS YOU NEED TO UPDATE YOUR FIRMWARE FILE BEFORE BOOTING WITH A NEW KERNEL tested by marco, biorn
2007-01-10you know what, now that openrcs is in fact working properly andJoris 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-10An example should use "e.g." ("for example") rather than "i.e."Tom Cosgrove
("that is"). ok jmc@
2007-01-10Add a sentence to document the use of the "alias" literal.Tom Cosgrove
ok jmc@
2007-01-10Handle that acpi(4) is split out into individual pages: Remove MLINKSMichael Knudsen
and add to MAN. ok jmc
2007-01-10As 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-10fix fallout of the split sensor devices change which caused lockups onDavid 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-10makesd -> masked; ok miodJason McIntyre
2007-01-10allow 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@