summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-18Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)Theo Buehler
2018-05-18Add const to the argument of X509_NAME_entry_count().Theo Buehler
2018-05-18The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andTheo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument ofTheo Buehler
2018-05-18Add const to the argument of X509_NAME_ENTRY_get_data(3).Theo Buehler
2018-05-18Add const qualifiers to the 'obj' and 'bytes' arguments ofTheo Buehler
2018-05-18X509_LOOKUP_by_alias() now takes a 'const char str *' andTheo Buehler
2018-05-18negative assertions only work well on constant-width regexp, do thingsMarc Espie
2018-05-18X509_EXTENSION_get_critical(3) now takes a 'const ASN1_OBJECT *obj' andTheo Buehler
2018-05-18Revert previous commit; it break reading the RTC on my Cubox-i.Mark Kettenis
2018-05-18Move LISTEN ON {} code into a function listen_on().Reyk Floeter
2018-05-18Revert manpage description as wellReyk Floeter
2018-05-18Revert previous: it introduced a shift/reduce conflict in the grammar.Reyk Floeter
2018-05-18In a nutshell, all mobile browsers are broken.Ingo Schwarze
2018-05-18Add const qualifiers to the X509_CRL *x and ASN1_OBJECT *obj arguments ofTheo Buehler
2018-05-18Allow to omit the listen port configuration. Default to port 80, tls port 443.Reyk Floeter
2018-05-18A pf rule with a "on rdomain n" with nonexisting rdomain n will cause anSebastian Benoit
2018-05-18remove the alias type='whence -v' and replace it withSebastian Benoit
2018-05-18merge two ifndef small blocks; no functional changeFlorian Obser
2018-05-18Add support for attribute filter rules on search/read operations.Reyk Floeter
2018-05-18don't think i had anything planned for whitespace-property-4; drop itJasper Lievisse Adriaanse
2018-05-18dead stores; from llvm scan-buildFlorian Obser
2018-05-18typo, pointed out by llvm scan-build, how did this even work though?Florian Obser
2018-05-18After reading the first frame, which we can do in two reads (softwarePatrick Wildt
2018-05-18This needs some #ifndef SMALL_KERNEL as well. Fixes RAMDISK_CD.Mark Kettenis
2018-05-18Use SCSI_NOSLEEP for management commands issued during attach.Jonathan Matthew
2018-05-18Add bio(4) and sensors for mfii(4), based on code from mfi(4). Most of theJonathan Matthew
2018-05-18Put commented minimal-reponses and refuse-any defaults into nsd.confFlorian Obser
2018-05-18Make mfii_mgmt() allocate and release a ccb to simplify the most common useJonathan Matthew
2018-05-18Add DPRINTF/DNPRINTF for debug output as in mfi(4) and convert existingJonathan Matthew
2018-05-18Turn on minimal-reponses and refuse-any per default.Florian Obser
2018-05-18Use passthrough IO rather than MFA for management commands.Jonathan Matthew
2018-05-17syncTheo Buehler
2018-05-17The Broadcom FullMAC firmware has a few ways of doing flow control. OnePatrick Wildt
2018-05-17Sprinkle some #ifndef SMALL_KERNEL such that RAMDISK kernels cuild again.Mark Kettenis
2018-05-17Drop memory barrier in _atomic_lock() implementation since the callers nowMark Kettenis
2018-05-17Implement GenericSerialBus OpRegion support.Mark Kettenis
2018-05-17From upcomming nsd 4.1.22:Florian Obser
2018-05-17add some more whitespace torture partly induced by aja@Jasper Lievisse Adriaanse
2018-05-17update to nsd 4.1.21Florian Obser
2018-05-17Bytes only have eight bits, not nine.Ingo Schwarze
2018-05-17Update the manual to match with the current semantics of fd_getfile().Visa Hankala
2018-05-17Any IPv4 address change could alter which interface has the activeKenneth R Westerback
2018-05-17Handle RTM_DELETE of slaacd managed default route by re-inserting it.Florian Obser
2018-05-17Let hvn_iff handle promisc mode activationMike Belopuhov
2018-05-17Fully align this with route(8); no need to be different here and mightFlorian Obser
2018-05-17Introduce SLAACD_RTA_LABEL define to not use a string constant allFlorian Obser
2018-05-17Pass size argument to free(9).helg
2018-05-17Move the handling of SIOCIFGCLONERS out of the NET_RLOCK(). The globalTheo Buehler
2018-05-17Implement LoadTable().Mark Kettenis