Age | Commit message (Expand) | Author |
2016-03-17 | - add realloc_pages to move a buffer's physmem from one range to another. | Bob Beck |
2016-03-16 | Make urndis(4) print tx/rx errors only if compiled in DEBUG mode. | Stefan Sperling |
2016-03-16 | Remove redundant check. | Stefan Kempf |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-03-16 | Add SDF_DYING checks to more functions in scsi disk, to prevent an | Alexander Bluhm |
2016-03-16 | if ticks diverge from ifq_congestion too far the diff will go negative | David Gwynne |
2016-03-16 | macros for the null, min, and max vlan ids. | David Gwynne |
2016-03-16 | Expose new audio ioctls that do one thing only: start and stop DMA, | Alexandre Ratchov |
2016-03-15 | 'accomodate' -> 'accommodate' in comments. | Kenneth R Westerback |
2016-03-15 | Allocate amap slots for a virtual memory range reserved with sbrk lazily. | Stefan Kempf |
2016-03-15 | For amaps with only a few slots, allocate the slots via pool(9) | Stefan Kempf |
2016-03-15 | not compiled before commit | Theo de Raadt |
2016-03-15 | Fix size passed to free(), found the hard way by Nick Permyakov | Jeremie Courreges-Anglas |
2016-03-15 | Ethernet drivers no longer need to include if_vlan_var.h for the VLAN | Christian Weisgerber |
2016-03-15 | pledge: wl_paths: resolvpath() logic error | Sebastien Marie |
2016-03-15 | pledge: wl_paths: corrects a memory leak in error code path and an evaluation | Sebastien Marie |
2016-03-15 | usbd_is_dying() can't be part of the common rtwn(4) driver code once we | Stefan Sperling |
2016-03-15 | Exar XR17V354 puc(4) device, "high speed quad uart". | Mike Larkin |
2016-03-15 | sync | Mike Larkin |
2016-03-15 | Typo in part number in previous commit (fix Exar P/N from XR17C354 to | Mike Larkin |
2016-03-15 | sync | Mike Larkin |
2016-03-15 | sync | Mike Larkin |
2016-03-15 | Add Exar 4 port PCIe serial port (puc) | Mike Larkin |
2016-03-15 | Remove now unused legacy uiomovei() function. | Stefan Kempf |
2016-03-15 | Burn more LDT deadwood: stop allocating one for each idle thread, | Philip Guenther |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-14 | Convert sparc drivers bpp and magma to uiomove | Stefan Kempf |
2016-03-14 | Correct the value of SRT_ENDTAG: it was documented incorrectly in early | Philip Guenther |
2016-03-14 | move the vlan protocol definitions to the same places as the ethernet ones | David Gwynne |
2016-03-14 | Allocate statistics command from the heap, pointed out by deraadt@ | Mike Belopuhov |
2016-03-13 | keep disabled wl_paths for now. the expensiveness impact need to be better | Sebastien Marie |
2016-03-13 | reenable wl_paths (whitelisted-paths) in pledge(2) | Sebastien Marie |
2016-03-13 | pledge: replace #if 0 printf with DNPRINTF macro | Sebastien Marie |
2016-03-13 | pledge: let wl_paths works well with chroot | Sebastien Marie |
2016-03-13 | Introduce memory ranges to support VMs with >= 4G RAM | Stefan Kempf |
2016-03-13 | In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has been | Stefan Sperling |
2016-03-13 | i forgot to rename p to ifp0 in vlan_config | David Gwynne |
2016-03-13 | corrects on off-by-one error in pledge_namei() | Sebastien Marie |
2016-03-13 | consistencly name ifnet pointers like we did in carp | David Gwynne |
2016-03-12 | Standardize on calling local scsi_link variables 'link' instead of | Kenneth R Westerback |
2016-03-12 | Add checks on overlapping IPv6 sockets ownership | Vincent Gross |
2016-03-12 | When unplugging an USB umass stick, the kernel could panic because | Alexander Bluhm |
2016-03-12 | When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail. | Alexander Bluhm |
2016-03-11 | increase size of oldpids to 128 to prevent mod bias when idx wraps. | Ted Unangst |
2016-03-11 | don't check a stack-allocated array against NULL | mmcc |
2016-03-11 | "if (_3btol(cmd->len) != 0)" is more likely to be a useful test than | Kenneth R Westerback |
2016-03-11 | Move rtwn(4) DMA init code back to the PCI part of the driver. | Stefan Sperling |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | don't check stack-allocated arrays against NULL | mmcc |
2016-03-10 | Enforce some naming sanity. Stop using 'sc_link' to mean two different | Kenneth R Westerback |