Age | Commit message (Expand) | Author |
2018-09-10 | bit rates over 2G won't fit in an int, so use uint64_ts instead | Jonathan Matthew |
2018-09-09 | pmap_activate() should match cpu_switchto, so set up ci_{kern,user}_cr3 | Philip Guenther |
2018-09-09 | Simplify pmap_is_curpmap(): %cr3 can never match pm_pdirpa_intel here | Philip Guenther |
2018-09-09 | Calculate automatically the padding necessary for lining up the | Philip Guenther |
2018-09-09 | convert the things we save in 'join' into a single ioctl. mixing related | Peter Hessler |
2018-09-09 | Apply retguard to the last asm functions in the arm64 kernel. This completes | mortimer |
2018-09-09 | allow the automatically created loopback interfaces in rdomains to be | Henning Brauer |
2018-09-09 | if_setrdomain: allow empty rtables to be turned into rdomains, not just | Henning Brauer |
2018-09-09 | provide rtable_empty(), returns 1 if the rtable doesn't contain any routes | Henning Brauer |
2018-09-08 | Bump NMBCLUSTERS to a more reasonable 256MB instead of the tiny 4MB. | Claudio Jeker |
2018-09-08 | Split the pf(4) fragment reassembly queue into smaller parts. | Alexander Bluhm |
2018-09-08 | Don't cause an error when setting the same rdomain. | YASUOKA Masahiko |
2018-09-07 | remove some unused variables and otherwise tidy up a bit. | Jonathan Matthew |
2018-09-07 | Explain the special case for redirect to localhost in a comment. | Alexander Bluhm |
2018-09-07 | clarify that goto error in alloc_all_endpoints_fixed_ep() always returns | miko |
2018-09-07 | move initial jack count to alloc_all_endpoints(), and reset count to zero | miko |
2018-09-07 | Add retguard macros to cpu_switchto, setjmp, longjmp. | mortimer |
2018-09-06 | If we cannot stop the endpoint when aborting a transfer assume that | Martin Pieuchot |
2018-09-06 | fix whitespace | Jonathan Gray |
2018-09-06 | Implement 64-bit DMA support in sdhc(4). | Patrick Wildt |
2018-09-06 | execute the same code for failure of assign_all_jacks_automatically() | miko |
2018-09-06 | sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@ | miko |
2018-09-05 | Back out 1.4, it broke things | Joshua Stein |
2018-09-05 | Serialize synchronous commands with a rwlock. | Martin Pieuchot |
2018-09-05 | factor error code in icmp6_mtudisc_clone(); ok kn@ florian@ | miko |
2018-09-05 | Add defines for dealing with PCID support in cr3 | Philip Guenther |
2018-09-04 | Forgot to rename pf_frent_holes() prototype in previous commit. | Alexander Bluhm |
2018-09-04 | Avoid traversing the list of fragment entris to check whether the | Alexander Bluhm |
2018-09-04 | kevent: Don't poll for nonzero timeouts < 1us. | cheloha |
2018-09-03 | regen | Joshua Stein |
2018-09-03 | add another toshiba nvme | Joshua Stein |
2018-09-03 | Remove round_buffersize function from drivers using the default buffersize | miko |
2018-09-01 | Match on interfaces with Digitizers/Touchscreen collections, as long | Joshua Stein |
2018-09-01 | For touchscreen devices, use the first HUG_X/Y usage pages found | Joshua Stein |
2018-09-01 | Fix errno for post-lock unveil calls | Theo de Raadt |
2018-09-01 | Make 'ifconfig nwid' override 'ifconfig join'. | Stefan Sperling |
2018-09-01 | Recognize more talker IDs when parsing NMEA RMC messages | Landry Breuil |
2018-08-31 | remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@ | miko |
2018-08-31 | Cadd a TDB `tdb' instead of `sa'. | Martin Pieuchot |
2018-08-31 | Pass the correct size to free(9) in the error path of db_ctf_decompress(). | Alexander Bluhm |
2018-08-31 | ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan() | miko |
2018-08-31 | Move kcov device definitions into <sys/conf.h>. | Visa Hankala |
2018-08-31 | enable bnxt(4) | Jonathan Matthew |
2018-08-30 | Move .dynstr before _edata to fix image size calculation. The PE | Patrick Wildt |
2018-08-30 | fix memory leak in an error path | Jonathan Gray |
2018-08-30 | Set up an aggregation buffer ring and configure placement mode so data | Jonathan Matthew |
2018-08-30 | Move softbutton check before the check that skips attaching certain acpi | Mark Kettenis |
2018-08-30 | Remove dead code related to tty allocation for ptys. Back in revision 1.17 of | anton |
2018-08-30 | Split the system-wide list of all futexes into process-specific lists | Visa Hankala |
2018-08-29 | Remove unused struct member. | Mark Kettenis |