summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-24The server only sends a cookie during a HRR, not a SHtb1-4/+4
2021-03-24test HEAD requests, from niklas@benno2-9/+56
2021-03-24Responses to HEAD requests must not have a message body (even though they havebenno3-14/+99
2021-03-24Update regress for new_cipher rename.jsing2-6/+6
2021-03-24Add mouse.tp.tapping example.bru1-1/+3
2021-03-24syncsthen2-6/+6
2021-03-24remove vendor name (Dell) repeated in product namesthen1-2/+2
2021-03-24Rename new_cipher to cipher.jsing11-64/+64
2021-03-24Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.jsing5-40/+48
2021-03-24Improve the tap detection mechanism.bru1-12/+21
2021-03-24cd9660, mfs: do not hide generic vop functions behind #definesemarie3-31/+15
2021-03-24make some `struct vops' members explicitly NULL instead of implicitly NULLsemarie3-4/+8
2021-03-24More timespec conversions. Less 'seconds' arithmetic.krw2-58/+75
2021-03-24The logic in mmrw() to check whether an address is within directbluhm1-4/+4
2021-03-24Convert openssl(1) x509 option handlinginoguchi1-414/+747
2021-03-24Add option type OPTION_ORDERinoguchi2-2/+9
2021-03-24Make tap detection less restrictive for multi-finger taps.bru1-9/+3
2021-03-24Define a USB quirk for devices that need to keep their pipes open atjcs4-14/+63
2021-03-24regenjcs2-4/+16
2021-03-24add HAILUCK Keyboardjcs1-1/+5
2021-03-24ensure the long-name version of ld is in the base set (rather than thederaadt29-15/+15
2021-03-23Fix some ranges and type handling.martijn2-9/+18
2021-03-23Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIBmartijn1-5/+5
2021-03-23Don't send DELETE notify if IKE SA is replaced because oftobhe1-2/+2
2021-03-23OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()tb1-2/+2
2021-03-23change pfIfDescr and pfLogIfName from plain OCTET STRING (which has nosthen1-11/+16
2021-03-23Use a pointer called bufp to point to a buffer called bufnlum1-4/+4
2021-03-23Correct how many arguments some functions take for interpreter.c.lum1-31/+31
2021-03-23Use time_t for intermediate lease time values when calculating humanflorian1-7/+17
2021-03-23Timed out RSA key ops, may leave uncalled for responses in the imsg returnclaudio2-6/+24
2021-03-23Document SIOCGIFADDR and SIOCSIFADDR ioctls for tap devices.claudio1-2/+6
2021-03-23Make a parameter to an mg function not throw an error justlum1-3/+12
2021-03-23Document the @version suffix that can be added when running 'portgen go'abieber1-2/+11
2021-03-23Fix a corner case bug in Rx block ack window gap-wait timeout handling.stsp1-1/+5
2021-03-23When moving the Rx block ack window forward do not implicitly rely onstsp1-2/+3
2021-03-23Make a child execute fork_return() only if PTRACE_FORK has been specified.mpi1-3/+6
2021-03-23Skip first frame when saving stacktraces, it's always witness_checkorder().mpi1-3/+3
2021-03-23Pack the SPCR struct definition since the struct isn't naturally alignedpatrick2-4/+4
2021-03-22Now that MSI pages are properly mapped, all that debug code in smmu(4)patrick1-34/+2
2021-03-22Don't leak ca in test_cms_sign_verify().tb1-1/+2
2021-03-22Load MSI pages through bus_dma(9). Our interrupt controllers for MSIspatrick5-22/+153
2021-03-22Plug a few memory leaks reported by Ilya Shipitsintb1-9/+7
2021-03-22Properly reflect stopping statekn1-4/+4
2021-03-22Update device-tree bindingskn1-6/+6
2021-03-22BOOTP has a minimum packet length of 300 bytes. Since DHCP isflorian1-2/+10
2021-03-22Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florianotto1-2/+2
2021-03-22Remove unveil() from the rsync_sender() and flist_gen(). The sender isclaudio2-24/+4
2021-03-22Adjust function name in error strings.claudio1-4/+4
2021-03-22Adjust a type to unsigned since the io function works on unsigned ints.claudio1-4/+5
2021-03-22Put comment where it belongs also remove an assert() that checks for anclaudio1-5/+2