2017-12-14 |
bluhm | The pf code marks ICMP packets belonging to an TCP... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
stsp | Add background scanning support to iwn(4), as was done... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
jca | Drop -g from CFLAGS, bsd.lib.mk adds it by default |
commit | commitdiff | tree | snapshot |
2017-12-14 |
jca | fuse_opt_add_opt_escaped needs to allocate space for... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
helg | Free FUSE channel if fuse_new(3) fails in fuse_setup(3). |
commit | commitdiff | tree | snapshot |
2017-12-14 |
martijn | Enable the awk scripts to generate ex_def.h and options... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
kettenis | Make a few internal symbols static and add a Symbols... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
benno | let urtwn(4) find my TP-LINK TL-WN722N v2 |
commit | commitdiff | tree | snapshot |
2017-12-14 |
benno | sync |
commit | commitdiff | tree | snapshot |
2017-12-14 |
benno | add usb id for TP-LINK TL-WN722N v2 |
commit | commitdiff | tree | snapshot |
2017-12-14 |
fcambus | Change bcopy to memcpy in the i386 version of the VIA... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
jmc | zap trailing whitespace; |
commit | commitdiff | tree | snapshot |
2017-12-14 |
deraadt | Repair flushcache/standby operations to not convert... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
guenther | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
dlg | i forgot to convert timeout_proc_barrier to cond_signal |
commit | commitdiff | tree | snapshot |
2017-12-14 |
dlg | i forgot to convert ifq_barrier_task to cond_signal. |
commit | commitdiff | tree | snapshot |
2017-12-14 |
dlg | replace the bare sleep state handling in barriers with... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
dlg | add code to provide simple wait condition handling. |
commit | commitdiff | tree | snapshot |
2017-12-13 |
krw | Fix whitespace botch that snuck in. |
commit | commitdiff | tree | snapshot |
2017-12-13 |
krw | Simplifiy parser by not worrying about nesting 'interfa... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
beck | Fix a softdep bug exposed by our recent changes to... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
millert | Fix array index by signed char; from martijn@ |
commit | commitdiff | tree | snapshot |
2017-12-13 |
millert | Fix sign compare warnings; OK martijn@ |
commit | commitdiff | tree | snapshot |
2017-12-13 |
millert | Enable compiler warnings; OK martijn@ |
commit | commitdiff | tree | snapshot |
2017-12-13 |
helg | Add support for the -d (-o debug) option to libfuse... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
helg | If the list of templates 'o' passed to fuse_opt_parse... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
kettenis | Fix stray return; hopefully this makes the internal... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
mpi | Spacing from kshe59@zoho.eu. |
commit | commitdiff | tree | snapshot |
2017-12-13 |
mpi | Sizes for free in route_output(). |
commit | commitdiff | tree | snapshot |
2017-12-13 |
mpi | Add 'bt' an alias for 'trace'. |
commit | commitdiff | tree | snapshot |
2017-12-13 |
patrick | getsockname(2) needs to be passed the length of the... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
dlg | report Oracle as the vendor is the produce starts with... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
kettenis | Add more Allwinner A80 clocks. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
bluhm | Fix pfloadanchors tests when running with obj directory. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
otto | Use bn_checkp() always; from kshe |
commit | commitdiff | tree | snapshot |
2017-12-12 |
otto | Minor cleanup from kshe |
commit | commitdiff | tree | snapshot |
2017-12-12 |
otto | optimize add, sub and mul; from kshe; ok tom@ |
commit | commitdiff | tree | snapshot |
2017-12-12 |
schwarze | Consistently use .Va for "errno"; |
commit | commitdiff | tree | snapshot |
2017-12-12 |
stsp | Only trigger background scans while we are in RUN state... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
stsp | Make ieee80211_chan2ieee() panic if a bogus channel... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
stsp | Make IEEE80211_CHAN_ANYC be a NULL pointer instead... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
deraadt | ld.so's syscall _dl_* API/ABI doesn't reurn errno,... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
naddy | Create a persistent umac128.c source file: #define... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
stsp | Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
phessler | Allow interfaces that aren't SCANNALLBAND drivers to... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
martijn | Fix 2 bugs introduced by previous. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
krw | Nuke some forward-only struct's and functions and funct... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
tb | Document change in the default shell prompts. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
mpi | Remove unused variable defined with an unexisting type. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
jmc | space required between macro arg and punctuation; |
commit | commitdiff | tree | snapshot |
2017-12-12 |
kettenis | Fix typo. Unbreaks building a kernel on arm64/clang. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
kettenis | Avoid undefined behaviour in rorate_left() macro. ... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
deraadt | stray , snuck in |
commit | commitdiff | tree | snapshot |
2017-12-12 |
deraadt | spacing |
commit | commitdiff | tree | snapshot |
2017-12-12 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2017-12-12 |
deraadt | pledge()'s 2nd argument becomes char *execpromises... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
jcs | Fix the behavior of preferring weaker-but-still-good... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
tb | Include hostname in shell prompts by default |
commit | commitdiff | tree | snapshot |
2017-12-11 |
tb | The code can be simplified by using clock_gettime(2... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
jca | Proper do {} while (0) idiom in TIMESPEC_TO_TIMEVAL... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
kettenis | Implement support for the "next-generation" clock bindi... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
stsp | Omit the PMKID count field from RSN information element... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
deraadt | Disable DIOCCACHESYNC code, which I believe does the... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
bluhm | Format the vnode lists of ddb show mount properly in... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
martijn | Fix and change y command in the following ways: |
commit | commitdiff | tree | snapshot |
2017-12-11 |
helg | sscanf(3) is now used to parse templates that contain... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
helg | Update to fuse_opt_parse(3) so that all option template... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
helg | The fuse_opt_match(3) library function does not match... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
dtucker | use cmp in a loop instead of diff -N to compare directo... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
bcook | bump to 2.7.0 |
commit | commitdiff | tree | snapshot |
2017-12-11 |
jmc | fix the description of delete-non-matching-lines; |
commit | commitdiff | tree | snapshot |
2017-12-11 |
deraadt | http://repzret.org/p/repzret/ |
commit | commitdiff | tree | snapshot |
2017-12-11 |
deraadt | In uvm Chuck decided backing store would not be allocat... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
tb | Sergey Bronnikov's code coverage analysis shows that... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
kettenis | Use correct mask to derive portid from "reg" property... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
deraadt | more 0xcc, in data. There are i386 machines without... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
stsp | Stop running iwm(4) devices in "continuous active mode... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
deraadt | ssh/lib hasn't worked towards our code-sharing goals... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
stsp | add #ifndef SMALL to slaacd.c as needed to fix 'make... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
kettenis | Add support for the internal PHY on the Allwinner H3... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
kettenis | Fix MDIO_CMD register bit definitions. From Stepen... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
mpi | Move SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', seria... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
mpi | Remove outdated comment and trailing spaces. |
commit | commitdiff | tree | snapshot |
2017-12-10 |
florian | Move privileged initialization from frontend to main... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
jmc | - add max-count to SYNOPSIS |
commit | commitdiff | tree | snapshot |
2017-12-10 |
jmc | add the zte mf831; from christoph r. murauer |
commit | commitdiff | tree | snapshot |
2017-12-10 |
jmc | sort -r in the description list, and make its grammar... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
dtucker | Put remote client info back into the ClientAlive connec... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
jsg | Enable the phy-supply regulator if present and use... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
deraadt | -r restricted mode blocks certain operations as ~ opera... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
pirofti | Add support for the non-standard grep -m extension. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
jsing | Make tls_config_parse_protocols() work correctly when... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
jsing | Add a regress test for tls_config_parse_protocols(). |
commit | commitdiff | tree | snapshot |
2017-12-09 |
fcambus | Add sizes for free() in the AMD PowerNow! K8 driver. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
krw | Add ACTION_IGNORE and nuke ignored_options, ignored_opt... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
jsing | Use a test value that fits into a long on both 32-bit... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
mikeb | No need for the txb_used flag anymore |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | In the middle of CRYPTO_gcm128_finish() there is a... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | Please variable decl before code. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
deraadt | More precision in pledge sysctl report |
commit | commitdiff | tree | snapshot |
next |