summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-23Do not call timeout_set(9) multiple times for nd6_slowtimo(), especiallyMartin Pieuchot
2016-12-23Support p2p links where endpoints aren't in the same subnet.Jeremie Courreges-Anglas
2016-12-23Write new AUTHORITY_KEYID_new(3) manual page from scratch.Ingo Schwarze
2016-12-23Implement disk detachingMike Belopuhov
2016-12-23Tweaks suggested by miod@Visa Hankala
2016-12-23Update and add wide character support types.Patrick Wildt
2016-12-23The code to retrieve the interrupt ID only works if the amount of IRQsPatrick Wildt
2016-12-23syncTheo de Raadt
2016-12-23Convert the sector number in the patition table to the sector numberYASUOKA Masahiko
2016-12-23The efi disk i/o to read sectors properly when the sector size is notYASUOKA Masahiko
2016-12-23Replace the archaic n_time data type with u_int32_t. This also allows theLawrence Teo
2016-12-23Link to Peter Gutmann's classic "X.509 Style Guide".Ingo Schwarze
2016-12-23Write GENERAL_NAME_new(3) manual page from scratch - as if plain X.501Ingo Schwarze
2016-12-22Also print the mtu in detailed interface info.Jeremie Courreges-Anglas
2016-12-22Let rde and ospfe know about all IFINFO messages (eg an interface MTU change).Jeremie Courreges-Anglas
2016-12-22Don't run the FSM if the interface state hasn't changed.Jeremie Courreges-Anglas
2016-12-22no more bn_dump(3);Jason McIntyre
2016-12-22missing full stop;Jason McIntyre
2016-12-22OBJ_obj2txt() should return the total amount of space requiredKinichiro Inoguchi
2016-12-22syncTheo de Raadt
2016-12-22Avoid "unused variable 'i'" warnings in generated .c files by only emittingKenneth R Westerback
2016-12-22Simply some for() loops to eliminate "computed, not used" warnings.Kenneth R Westerback
2016-12-22add muststaple option so that oscp stapling can be required for sites youBob Beck
2016-12-22copysign and copysignf are used within libm, so declare them accordingly.Christian Weisgerber
2016-12-22Write new manual pages PKCS12_new(3) and PKCS12_SAFEBAG_new(3) fromIngo Schwarze
2016-12-22Don't convert endianess for flow-mod command field, it is a 8 bit field.Rafael Zalamena
2016-12-22Update the regress test to work with the new changes in the switchd(8)Rafael Zalamena
2016-12-22Extend the size of user virtual address space from 2GB to 1TB on mips64Visa Hankala
2016-12-22Learn remote switch flow tables properties to find out where to installRafael Zalamena
2016-12-22Release the NET_LOCK() before namei(9) as a workaround to let NFS bootMartin Pieuchot
2016-12-22Validate the OFP header to make sure it always have a sane size, alsoRafael Zalamena
2016-12-22Grab the netlock when device is opened; ok mpi, rzalamenaMike Belopuhov
2016-12-22spelling fix;Jason McIntyre
2016-12-22Write X509_SIG_new(3) manual page from scratch. Both functions areIngo Schwarze
2016-12-22Remove all splsoftnet() from ND6 converting the non-recrusive ones toMartin Pieuchot
2016-12-22Revert workaround for NFS boot, it triggers the following assert:Martin Pieuchot
2016-12-22reference X509_new(3) instead of x509(3)Ingo Schwarze
2016-12-22Delete the x509(3) manual page and merge what little content remainedIngo Schwarze
2016-12-22Stop installing the bn_dump(3) manual page.Ingo Schwarze
2016-12-22Write new PKCS8_PRIV_KEY_INFO_new(3) manual page from scratch.Ingo Schwarze
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-12-22Use makefs to build bsd.rd; build & boot tested by mpiMartin Natano
2016-12-22Don't make __CTOR_LIST__ and __DTOR_LIST__ const. This makes the .ctors andMark Kettenis
2016-12-22Work around a NET_LOCK() recursion seen during NFS netboot:Visa Hankala
2016-12-22Clarify code by eliminating unused #define's MUSTSEE, MUSTNOTSEE and inliningKenneth R Westerback
2016-12-21stub for building HTTPS-enabled clientTheo de Raadt
2016-12-21Eliminate another 'calculated, not used' warning by nuking a spuriousKenneth R Westerback
2016-12-21rewrite OCSP_parse_url to be sligthly less nasty and not have one byte buffer...Bob Beck
2016-12-21Pacify compiler warning about an unitialized variable which is obviouslyTheo de Raadt
2016-12-21syncTheo de Raadt