2015-01-01 |
schwarze | The roff(7) language is Turing-complete, even the part... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
schwarze | minimally document tls_accept_socket(); |
commit | commitdiff | tree | snapshot |
2015-01-01 |
schwarze | Get rid of .Tn; from Kaspars at Bankovskis dot net... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
schwarze | Even though i personally consider 8-bit-characters... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
lteo | Remove an unnecessary freeaddrinfo() call, since errx... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
jsg | Always drain the write buffer on pte sync. Needed... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
deraadt | Do not take sh to STATICPIE yet. That will happen... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
schwarze | describe .Ql more precisely; |
commit | commitdiff | tree | snapshot |
2014-12-31 |
tedu | recent changes broke alignment requirements on arm. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
schwarze | When showing more than one formatted manual page, inser... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
tedu | adventure requires deterministic random for its interna... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
tedu | simplify poll() conversion. from patrick keshishian |
commit | commitdiff | tree | snapshot |
2014-12-31 |
jsing | copyright_year=$(date +%Y) |
commit | commitdiff | tree | snapshot |
2014-12-31 |
bluhm | Adapt and add regression tests for sending syslog messa... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
lum | Use the first host of the documentation ranges for... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
bluhm | Implement sending syslog messages over TCP streams. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
jasper | add entries for xmpp, mdns and puppet |
commit | commitdiff | tree | snapshot |
2014-12-31 |
aoyama | Correct evcount_attach argument on cbus(4). |
commit | commitdiff | tree | snapshot |
2014-12-31 |
dcoppa | Mention previously missing '/etc/apm/hibernate' action |
commit | commitdiff | tree | snapshot |
2014-12-31 |
bluhm | Create CA and certificates for TLS tests consistently... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
millert | Use a 1MB realloc() increment instead of an 8KB one... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
bcallah | Remove some checks that will always evaluate to true... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
schwarze | fix wrong paths below FILES; from Theo Buehler <theo... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
bluhm | Add syslog-tls 6514/tcp to etc/services. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
afresh1 | Make perl use our (arc4random backed) drand48 when... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
schwarze | When a file is given on the command line, actually... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
miod | self-relocating crt0 bits for sh, and enable static... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
miod | Clean up and optimize _dl_start a bit by using immediat... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
ajacoutot | Rename a few functions name. Will help factorize some... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
robert | do not print an empty order in case pkg_scripts is... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
ajacoutot | add_flags() does not need any action argument. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
jsg | Remove redundant md memcpy.S and memmove.S lines. ... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
kettenis | Fix handling of R_MIPS_REL32_64 relocations that refere... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
dlg | add __bounded as appropriate. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
schwarze | Test the weird construct of a user-defined macro starti... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
tedu | copy bcrypt autotune from encrypt(1) and expose via... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
schwarze | let the "make groff" maintainer target show groff warnings |
commit | commitdiff | tree | snapshot |
2014-12-30 |
jsg | unifdef __APCS_26__ we don't run on anything with a... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
krw | Rework disklabel reading taskq to plug holes pointed... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
djm | typo in comment: ouput => output |
commit | commitdiff | tree | snapshot |
2014-12-29 |
aoyama | regen |
commit | commitdiff | tree | snapshot |
2014-12-29 |
aoyama | Add audio(4) related entries. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
millert | Minor cleanup: |
commit | commitdiff | tree | snapshot |
2014-12-29 |
kettenis | Make the PLT read-only on powerpc as well. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
naddy | * Ukrainian airports; from Alexey Suslikov |
commit | commitdiff | tree | snapshot |
2014-12-29 |
kettenis | Toggle the TX_RING_KICK_WRAP bit when appropriate. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
tedu | impose some limits on the ideal rounds so nothing too... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
deraadt | encrypt is now built into instbin, do not need to use... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
tedu | switch encrypt to auto scaling bcrypt rounds. ok deraadt |
commit | commitdiff | tree | snapshot |
2014-12-29 |
tedu | don't leak timing info about padding errors by generati... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
schwarze | document ordering more explicitly; |
commit | commitdiff | tree | snapshot |
2014-12-29 |
tedu | useless change. overwriting the nul byte with a newline... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
tedu | rename fingerprint struct field. no longer exposed... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
tedu | remove the inspect debug command. should not be used... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
mpi | Assert that rtrequest1(9) is always called at IPL_SOFTN... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
ajacoutot | Add line continuation to be consistent with rc_pre... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
ajacoutot | pexp is not needed; ok sthen@ |
commit | commitdiff | tree | snapshot |
2014-12-29 |
jsg | sync |
commit | commitdiff | tree | snapshot |
2014-12-29 |
jasper | re-add missing space in confirm prompt that got lost... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
miod | Explicitely include <uvm/uvm_extern.h> in order to... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
brad | Some missing break's. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
brad | Some cleaning up of the ioctl handling bits to bring... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
brad | Some cleaning up of the ioctl handling bits to bring... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
kettenis | It sends and receives packets (until we run out of... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
krw | The greatest happiness is to scatter inferiour APIs... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jmc | spelling fix; from daria suchecka via krzystof warzecha |
commit | commitdiff | tree | snapshot |
2014-12-28 |
kettenis | Fairly complete Rx path hardware initialization. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
krw | Replace last workq in tree (reading disklabels from... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Fix subtle typo. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Add regress tests for default option handling. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Allow a default option to be specified by having a... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Add regress tests for multiple argument callback functions. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Provide an option type that allows for a callback funct... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Add option parsing regress tests with end of options... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Teach option parsing that a single hyphen denotes the... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Add regress tests for option parsing with multiple... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Provide a mechanism for option parsing to return the... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
matthieu | Attach USB HID devices from the Generic Destop page... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
schwarze | Improve documentation of the header/footer macros ... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Update regress to match change in unnamed argument... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Only accept a single unnamed argument - the existing... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Slightly simplify options parsing logic. |
commit | commitdiff | tree | snapshot |
2014-12-28 |
schwarze | mdoc(7) already uses the mandoc(1) -Ios argument in... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Update options regress to match option function pointer... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Provide two different function pointers for option... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsg | remove a surplus argument to printf caught by -Wformat |
commit | commitdiff | tree | snapshot |
2014-12-28 |
claudio | Unbreak the tree. Looks like tedu did not tedu enough... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
schwarze | improve previous: do the size check up front to avoid... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
bluhm | Add regression tests where OpenBSD syslogd is sending... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsing | Provide initial regress tests for the complex option... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
jsg | mask with & not && |
commit | commitdiff | tree | snapshot |
2014-12-28 |
reyk | Change the default ext_addr from "egress" to "*". ... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
reyk | Change the default example from "listen on egress"... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
aoyama | Add an audio driver, necsb(4), for NEC PC-9801-86 sound... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
bluhm | With revision 1.93 a space character got lost when... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
tedu | convert bcopy to memcpy in md5 and sha1. also be consis... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
tedu | remove KPDK. not really used, and a bad choice anyway... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
deraadt | alpha now supports -static -pie binaries; ok kettenis |
commit | commitdiff | tree | snapshot |
2014-12-28 |
deraadt | Build special/encrypt into instbin, to prepare for... |
commit | commitdiff | tree | snapshot |
2014-12-27 |
espie | prepare things slightly further, FwUpdate still not... |
commit | commitdiff | tree | snapshot |
next |