Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-01-07 | ieee80211 framework from NetBSD; ok'd by several people some time ago. | 3 | -3/+3695 | ||
more fixes comming. | |||||
2004-01-07 | sync | 2 | -8/+3 | ||
2004-01-07 | - Remove duplicate entry for Lucent Win Modem 0x0449 | 1 | -3/+2 | ||
- Fix typo in device id for S3 86C964 rev 3 ok krw@, deraadt@ | |||||
2004-01-07 | Make sure that kroute updates for the FIB are only sent if there is a | 2 | -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. | 1 | -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-06 | small bug that was not so easy to fix: we did not allow empty lines (or | 1 | -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-06 | neighbor 1.2.3.4 up/down | 2 | -8/+46 | ||
ok claudio@ | |||||
2004-01-06 | two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the | 4 | -6/+36 | ||
control socket the given neighbor session is sent a START / STOP signal. ok claudio@ | |||||
2004-01-06 | initialize new peers inline instead of looping through 'em initing each | 1 | -23/+13 | ||
before the mainloop started, and a speerate init for those coming in on reloads. much easier this way. ok claudio@ | |||||
2004-01-06 | Free buf on error and correct of by one in strlcpy. | 1 | -2/+15 | ||
From Patrick Latifi <pat at eyeo.org> OK henning@ | |||||
2004-01-06 | adjust pentium_mhz when cpu speed changes. ok deraadt | 4 | -17/+38 | ||
2004-01-06 | We don't have signal(7) | 1 | -3/+2 | ||
2004-01-06 | in session_dispatch_msg, in the loop where we suck the messages out of the | 1 | -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-06 | allow holdtime and holdtime min to be configuered per peer | 4 | -8/+41 | ||
ok claudio@ | |||||
2004-01-06 | Drop UDP packets with destination port 0, or zero or oversized payload | 1 | -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-06 | pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting | 4 | -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-06 | Fix signal handling when there is an error in inetd.conf. Found by | 1 | -5/+6 | ||
mpech@. OK mpech@ and deraadt@ | |||||
2004-01-06 | print intervals with the timers | 1 | -10/+13 | ||
2004-01-06 | lower the initial value for the IdleHold timer from 90 to 30 seconds. | 1 | -2/+2 | ||
90 is too much, and now that the punishment works as intended oscillating peers get slowed down by that | |||||
2004-01-06 | properly punish oscillating neighbors. | 2 | -7/+27 | ||
previously we were to forgiving so the punishment didn't kick in as intended | |||||
2004-01-06 | re-sync | 2 | -2/+2 | ||
2004-01-06 | StartTimer -> IdleHoldTimer | 1 | -2/+2 | ||
2004-01-06 | rename our StartTimer to IdleHoldTimer as per draft-ietf-idr-bgp4-23 | 2 | -18/+17 | ||
2004-01-06 | import netbsd's version of David Borman's syncache code | 5 | -397/+1475 | ||
http://www.kohala.com/start/borman.97jun06.txt; ok deraadt@, henning@ | |||||
2004-01-06 | fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun | 1 | -1/+3 | ||
2004-01-06 | sync | 2 | -4/+3 | ||
2004-01-06 | Fix typo in device id for SiS596, and correct name. Also update | 1 | -4/+3 | ||
URLs for PCI device information. ok krw@, deraadt@ | |||||
2004-01-06 | simplify a list; | 1 | -7/+3 | ||
ok henning@ | |||||
2004-01-06 | Add tests for interface->address translation in userland and in the kernel. | 8 | -1/+159 | ||
2004-01-06 | 2004 OK henning@ | 7 | -16/+15 | ||
2004-01-06 | Fix reopening of dump files. | 1 | -4/+31 | ||
OK henning@ | |||||
2004-01-06 | group-locked -> group-bound, from J. Knight | 1 | -2/+2 | ||
2004-01-06 | man tweaks; | 2 | -8/+7 | ||
2004-01-06 | cleanup | 1 | -14/+15 | ||
2004-01-06 | protect output from %union from being anonymous using cpp guarding, for | 2 | -4/+11 | ||
the case where the yacc output .c file pulls in the yacc output -h file; espie ok | |||||
2004-01-06 | keep track of a vnode's parent dir. ufs only, and unused atm, but | 3 | -3/+12 | ||
the fun stuff is coming. testing by brad. | |||||
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | 6 | -40/+90 | ||
testing for quite some time by brad + otto | |||||
2004-01-06 | 2004 | 15 | -30/+30 | ||
2004-01-06 | small typos fixed. | 2 | -7/+8 | ||
ok markus@ | |||||
2004-01-06 | Remove redundant test for file types. Noted by Stefan Paletta. | 1 | -10/+4 | ||
While around, fix typos in log messages. Both ok markus@ | |||||
2004-01-05 | stop ifc_destroy() if there are still knotes registered. | 1 | -1/+5 | ||
ok mcbride@ markus@ | |||||
2004-01-05 | Big overhaul of the mrt code. | 9 | -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-05 | fix comments | 1 | -3/+3 | ||
OK henning@ | |||||
2004-01-05 | Mention 8 tty on M8120 here too. | 1 | -2/+2 | ||
2004-01-05 | few off by ones in strlcpy overflow check; Patrick Latifi | 1 | -5/+5 | ||
2004-01-05 | make these refer to sysctl(8), not (3), for consistency; | 3 | -6/+6 | ||
2004-01-05 | man tweaks; ok markus@ | 1 | -6/+5 | ||
2004-01-05 | wording improvemements; | 1 | -3/+3 | ||
started by Jared Yanovich and tempered by otto, tom, millert and myself; ok millert@ | |||||
2004-01-05 | add -F to usage() | 1 | -5/+5 | ||
2004-01-05 | add -F option, which sets sysctl(8) variables rather than warn(3) about the | 4 | -15/+53 | ||
current setting. basically for boot floppy. req'ed by fries@. deraadt@ ok. |