summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffdir.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-01-07ieee80211 framework from NetBSD; ok'd by several people some time ago.fgsch3-3/+3695
more fixes comming.
2004-01-07synctom2-8/+3
2004-01-07- Remove duplicate entry for Lucent Win Modem 0x0449tom1-3/+2
- Fix typo in device id for S3 86C964 rev 3 ok krw@, deraadt@
2004-01-07Make sure that kroute updates for the FIB are only sent if there is aclaudio2-6/+7
change. Until now rde_send_kroute tried to send a IMSG_KROUTE_DELETE if old and new prefix where ineligible. OK henning@
2004-01-06- Rename index to longindex and explain its use.fgsch1-9/+20
- Talk about zeroing the last element of the longopts array. - Remove '?' from the switch and some KNF to the code. - Change 0's to NULL where appropriate. jmc@ ok.
2004-01-06small bug that was not so easy to fix: we did not allow empty lines (orhenning1-8/+11
comment-only lines) in the middle of neighbor/group blocks. as first or last line in thise blocks they were accepted, but not in between. ok deraadt@
2004-01-06neighbor 1.2.3.4 up/downhenning2-8/+46
ok claudio@
2004-01-06two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on thehenning4-6/+36
control socket the given neighbor session is sent a START / STOP signal. ok claudio@
2004-01-06initialize new peers inline instead of looping through 'em initing eachhenning1-23/+13
before the mainloop started, and a speerate init for those coming in on reloads. much easier this way. ok claudio@
2004-01-06Free buf on error and correct of by one in strlcpy.claudio1-2/+15
From Patrick Latifi <pat at eyeo.org> OK henning@
2004-01-06adjust pentium_mhz when cpu speed changes. ok deraadttedu4-17/+38
2004-01-06We don't have signal(7)millert1-3/+2
2004-01-06in session_dispatch_msg, in the loop where we suck the messages out of thehenning1-1/+10
buffers, we need to check wether the buffers are still there before trying to get the next message. the previous one might have caused the session to drop back to the IDLE state, which implies that those buffers have been deallocated. ok claudio@
2004-01-06allow holdtime and holdtime min to be configuered per peerhenning4-8/+41
ok claudio@
2004-01-06Drop UDP packets with destination port 0, or zero or oversized payloaddhartmei1-1/+13
length (same as udp_input() does, if pf is not enabled). Found by Pyun YongHyeon. ok cedric@, ho@, henning@ and markus@.
2004-01-06pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selectingmillert4-4/+764
on session ID does not current work but that will change once the kernel supports the KERN_PROC2 sysctl and pkill/pgrep is modified to use kvm_getproc2(). OK deraadt@
2004-01-06Fix signal handling when there is an error in inetd.conf. Found bymillert1-5/+6
mpech@. OK mpech@ and deraadt@
2004-01-06print intervals with the timershenning1-10/+13
2004-01-06lower the initial value for the IdleHold timer from 90 to 30 seconds.henning1-2/+2
90 is too much, and now that the punishment works as intended oscillating peers get slowed down by that
2004-01-06properly punish oscillating neighbors.henning2-7/+27
previously we were to forgiving so the punishment didn't kick in as intended
2004-01-06re-synctom2-2/+2
2004-01-06StartTimer -> IdleHoldTimerhenning1-2/+2
2004-01-06rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23henning2-18/+17
2004-01-06import netbsd's version of David Borman's syncache codemarkus5-397/+1475
http://www.kohala.com/start/borman.97jun06.txt; ok deraadt@, henning@
2004-01-06fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojunmarkus1-1/+3
2004-01-06synctom2-4/+3
2004-01-06Fix typo in device id for SiS596, and correct name. Also updatetom1-4/+3
URLs for PCI device information. ok krw@, deraadt@
2004-01-06simplify a list;jmc1-7/+3
ok henning@
2004-01-06Add tests for interface->address translation in userland and in the kernel.cedric8-1/+159
2004-01-062004 OK henning@claudio7-16/+15
2004-01-06Fix reopening of dump files.claudio1-4/+31
OK henning@
2004-01-06group-locked -> group-bound, from J. Knightcedric1-2/+2
2004-01-06man tweaks;jmc2-8/+7
2004-01-06cleanupderaadt1-14/+15
2004-01-06protect output from %union from being anonymous using cpp guarding, forderaadt2-4/+11
the case where the yacc output .c file pulls in the yacc output -h file; espie ok
2004-01-06keep track of a vnode's parent dir. ufs only, and unused atm, buttedu3-3/+12
the fun stuff is coming. testing by brad.
2004-01-06lock filedesc before manipulating. avoids some rare races.tedu6-40/+90
testing for quite some time by brad + otto
2004-01-062004henning15-30/+30
2004-01-06small typos fixed.hshoexer2-7/+8
ok markus@
2004-01-06Remove redundant test for file types. Noted by Stefan Paletta.hshoexer1-10/+4
While around, fix typos in log messages. Both ok markus@
2004-01-05stop ifc_destroy() if there are still knotes registered.mpf1-1/+5
ok mcbride@ markus@
2004-01-05Big overhaul of the mrt code.claudio9-471/+759
Dumping of incomming bgp messages is now possible and dumping the (not yet) filtered updates works too. Per neighbor dumps are still missing. OK henning@
2004-01-05fix commentsclaudio1-3/+3
OK henning@
2004-01-05Mention 8 tty on M8120 here too.miod1-2/+2
2004-01-05few off by ones in strlcpy overflow check; Patrick Latifihenning1-5/+5
2004-01-05make these refer to sysctl(8), not (3), for consistency;jmc3-6/+6
2004-01-05man tweaks; ok markus@jmc1-6/+5
2004-01-05wording improvemements;jmc1-3/+3
started by Jared Yanovich and tempered by otto, tom, millert and myself; ok millert@
2004-01-05add -F to usage()itojun1-5/+5
2004-01-05add -F option, which sets sysctl(8) variables rather than warn(3) about theitojun4-15/+53
current setting. basically for boot floppy. req'ed by fries@. deraadt@ ok.