summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-21No more AF_LINK addresses on the per-ifp address lists. ok mpi@Jeremie Courreges-Anglas
2015-07-21Add the _radiusd user.Antoine Jacoutot
2015-07-21Fix ioctl number conflict and sort ioctl numbers.Rafael Zalamena
2015-07-21hookup octeonJasper Lievisse Adriaanse
2015-07-21Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSYASUOKA Masahiko
2015-07-21whitespaceJasper Lievisse Adriaanse
2015-07-21Add _radius to etc/master.passwd and etc/group for coming radiusd.YASUOKA Masahiko
2015-07-21remove superfluous strings.hBrent Cook
2015-07-21Add manpage for pvbus(4) and update vmt(4).Reyk Floeter
2015-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter
2015-07-21Remove duplicate check in libssl.Doug Hogan
2015-07-21A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'Kenneth R Westerback
2015-07-21When creation of the temporary tags file fails, call the pagerIngo Schwarze
2015-07-21We don't do 'ARGSUSED' anymoreFlorian Obser
2015-07-21use curproc instead of proc0Florian Obser
2015-07-21Put the mbuf_list inside "#ifdef MPLS".Martin Pieuchot
2015-07-21- added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ...Alexandr Nedvedicky
2015-07-21Add manual page for the new amdcf(4) driver.Paul Irofti
2015-07-20Indent.Masao Uebayashi
2015-07-20Add radius(3) library. This will be used by RADIUS server and clientYASUOKA Masahiko
2015-07-20Move `ticks' declaration to sys/kernel.h.Masao Uebayashi
2015-07-20Fix a segfault at startup when if_change() ist called beforeSebastian Benoit
2015-07-20Use the kernel socket interface (sosend(9) etc) instead of shovingFlorian Obser
2015-07-20Correct #if/else logic in BIO's dgram_ctrl.Doug Hogan
2015-07-20Sometimes, the computer's move was printed, but the computer's men didn'tIngo Schwarze
2015-07-20Remove splassert(IPL_NET) from if_input().Martin Pieuchot
2015-07-20app_tminterval moved to apps_posix.c, we don't need sys/times.hBrent Cook
2015-07-20properly encode IpAddress, Gauge32, and Counter32Bret Lambert
2015-07-20prefer string.h to strings.h ok guenther@ doug@Brent Cook
2015-07-20Actually return a value from sys_kbind() in the non-ld.so case, or theMiod Vallat
2015-07-20Fix tty hiwat handling a bitStefan Fritsch
2015-07-20Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.Rafael Zalamena
2015-07-20No need to recheck for NULL in openssl(1) ecparam.Doug Hogan
2015-07-20Don't try to run ECDH if ecdh_checks fails in openssl(1) speed.Doug Hogan
2015-07-20Avoid NULL deref in openssl(1) s_cb.Doug Hogan
2015-07-20crudely canonicalize paths before taming them. ok deraadt dougTed Unangst
2015-07-20Move the construction of p_tamenote from sys_open() to doopenat(), so thatTheo de Raadt
2015-07-20Kill NETISR_MPLS, from now on we will use interface input handlers to dealRafael Zalamena
2015-07-20When test pf.conf changes, check its syntax and use the new one.Alexander Bluhm
2015-07-20Zero-pad the seconds in the output of 'time' to make columns line upPhilip Guenther
2015-07-20SHELL is out, from Michael ReedTed Unangst
2015-07-20Do not reconnect outgoing TCP connections too aggressively. InAlexander Bluhm
2015-07-20Add a new flash driver for Octeon that allows access to the internalPaul Irofti
2015-07-20Add size and NULL checks in debugutil.cYASUOKA Masahiko
2015-07-20Pass the errcode when disconnecting L2TP call.YASUOKA Masahiko
2015-07-20Allow the sched_yield, __thrsleep, __thrwakeup, and __threxit syscallsJeremy Evans
2015-07-20Remove old route to the tunnel interface when the interface's address isYASUOKA Masahiko
2015-07-20Add missing initializations in privsep.cYASUOKA Masahiko
2015-07-20add class used by the _pbuild user for DPB, ok ajacoutot@Stuart Henderson