Age | Commit message (Expand) | Author |
2015-01-16 | Don't bother to initialize %g1; we don't do this on sparc either. | Mark Kettenis |
2015-01-16 | disklabel_sun_to_bsd() will nicely set the disk size if it is zero, but it is | Miod Vallat |
2015-01-16 | increasing the size of the namecache suddenly made the comment | Ted Unangst |
2015-01-16 | Less code, more better. No longer need to worry about what mysterious | Ted Unangst |
2015-01-16 | Binary code patching on amd64 | Stefan Fritsch |
2015-01-16 | Move to using PATH_MAX | Theo de Raadt |
2015-01-15 | include <sys/syslimits.h> and switch to use of LOGIN_NAME_MAX, making | Theo de Raadt |
2015-01-15 | include <sys/syslimits.h> to get access to (and then use) NGROUPS_MAX | Theo de Raadt |
2015-01-15 | Stop including <sys/param.h> and other stuff. Assume this will be included | Theo de Raadt |
2015-01-15 | Do not include 5 header files, including <sys/param.h> | Theo de Raadt |
2015-01-15 | remove static version string | Ted Unangst |
2015-01-15 | simplify des headers by stripping out all the unnecessary userland bits | Ted Unangst |
2015-01-15 | Remove a variable no longer used in re_tick(). | Brad Smith |
2015-01-15 | Rework the disk label handling once again. Disk label is read at attach time | Miod Vallat |
2015-01-15 | The flags variable in shmat was not actually used. We need UVM_FLAG_* | Todd C. Miller |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2015-01-15 | Fix subtle breakage for polled commands introduced during iopool conversion. | Miod Vallat |
2015-01-15 | Map the sigcode page with MAP_INHERIT_COPY to make sure it isn't shared ater | Mark Kettenis |
2015-01-15 | Don't include i82489 headers in cpu.h | Stefan Fritsch |
2015-01-15 | Define and print HV cpuid flag on i386. | Stefan Fritsch |
2015-01-15 | Map the sigcode page copy-on-write. This allows userland to put breakpoints | Mark Kettenis |
2015-01-15 | Sync with libc version. | Todd C. Miller |
2015-01-15 | Define a new wscons mouse type for Synaptics clickpad devices that lack | Jonathan Gray |
2015-01-14 | Don't forget to register event counter for VME interrupts. | Miod Vallat |
2015-01-14 | This does not need <sys/param.h>. If we change some other stuff around, | Theo de Raadt |
2015-01-14 | When a read or write operation fails on a sector found on the bad block table, | Miod Vallat |
2015-01-14 | This does not need <sys/param.h>. <sys/types.h> is enough. | Theo de Raadt |
2015-01-14 | When the outcome of the watchdog processing is a reset, do not bother checking | Miod Vallat |
2015-01-14 | Make the special buffer used for the few sector I/O at attach time a per-softc | Miod Vallat |
2015-01-14 | Make x[dy]c_e2str return a const char *. | Miod Vallat |
2015-01-14 | Remove pass-through ioctl for SMD disks (DIOSXDCMD). Nothing uses this, because | Miod Vallat |
2015-01-14 | It is sufficient to protect in6_ifattach() with splsoftnet(). | Alexander Bluhm |
2015-01-13 | In IBSS mode, stop calling the driver's newassoc() each time a probe | Stefan Sperling |
2015-01-13 | Initialize d_type to DTYPE_SMD in the default label to avoid disklabel(8) | Miod Vallat |
2015-01-13 | Many architectures call initmsgbuf() really really early, before uvm is | Mark Kettenis |
2015-01-13 | Always allow abort tasks to be scheduled, even if the device is beeing | Martin Pieuchot |
2015-01-13 | Only notify userland about resolved ARP entries if the Ethernet address | Martin Pieuchot |
2015-01-13 | Restore sending RTM_ADD and RTM_DELETE messages to userland for every | Martin Pieuchot |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2015-01-13 | pass the vnd xfer pointer to the tasks callback as part of the | David Gwynne |
2015-01-13 | Enable snooping on Bay Trail HD Audio. | Jonathan Gray |
2015-01-13 | Add missing Utilite case in imx_platform_init_cons() | Jonathan Gray |
2015-01-13 | for the install: target, use cmp as a rough attempt for avoiding repeated | Theo de Raadt |
2015-01-12 | include NFSCLIENT. ok deraadt | Ted Unangst |
2015-01-12 | lager -> larger (no beer involved) | Miod Vallat |
2015-01-12 | Fix two 19 years old (since day one) bug in bad144 sector reassignment logic: | Miod Vallat |
2015-01-12 | revert the namecache embiggening since it seems to cause hangs at reboot. | Ted Unangst |
2015-01-12 | Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz. | Stefan Sperling |
2015-01-12 | exphy and ciphy are not needed with this list of network devices | Theo de Raadt |
2015-01-12 | Due to recent savings with instbin, we can take i386 to one install | Theo de Raadt |