Age | Commit message (Expand) | Author |
2013-01-16 | for consistency with prio etc, the queue assignment really belongs | Henning Brauer |
2013-01-16 | - bhyve is now officially all lower case. | Brad Smith |
2013-01-16 | oops, one IO_NODELOCKED left behind in the a.out coredumper | Theo de Raadt |
2013-01-16 | document a safe cast, which should be (unsigned int) instead of simply | Theo de Raadt |
2013-01-16 | Pass struct inpcb pointer to in_pcb...() functions instead of void | Alexander Bluhm |
2013-01-15 | VMware PXE "ROMs" confuse the DHCP gateway address with the IP | David Gwynne |
2013-01-15 | Simplify OBSD_LIB_SPEC a bit for gcc3/4. | Brad Smith |
2013-01-15 | restrict KERN_PROC_ARGS lookup of KERN_PROC_NENV and KERN_PROC_ENV | joshua stein |
2013-01-15 | Loongson: Add a stat clock for the lemote machines. | Paul Irofti |
2013-01-15 | Implement ECH (erase character, CSI X). Reported by Christian Neukirchen. | Nicholas Marriott |
2013-01-15 | More syncing with FreeBSD bge version. No binary change. | Claudio Jeker |
2013-01-15 | Per group support for authpf rules files in /etc/authpf/groups. | Bob Beck |
2013-01-15 | If timing between keys is less than (by default) 1 millisecond, assume | Nicholas Marriott |
2013-01-15 | Bring back symbol visibility support. This had been done, then backed out, | Miod Vallat |
2013-01-15 | Pass an EFBIG error to user land when the maximum splicing length | Alexander Bluhm |
2013-01-15 | Add IMSG_WRITE_FILE and associated bits to allow the unprivileged | Kenneth R Westerback |
2013-01-15 | tidy | Marc Espie |
2013-01-15 | build crt{begin,end}S.o with -fpic. | Miod Vallat |
2013-01-15 | When configured for ELF object format output, recognize #abdiff, #got_rel and | Miod Vallat |
2013-01-15 | sync | Todd T. Fries |
2013-01-15 | tidy up the vio docs; ok sf | Jason McIntyre |
2013-01-15 | Switch mfs to bufq. This simplifies the code, gives us queue limits for | Joel Sing |
2013-01-15 | Changing the socket buffer flags sb_flags was not interrupt safe | Alexander Bluhm |
2013-01-15 | Process futex requeuing even when the thread times out or is signaled. | Philip Guenther |
2013-01-15 | The socket splicing tests allow the kernel to return EFBIG in case | Alexander Bluhm |
2013-01-15 | Flushing prefixes of autoconfigured IPv6 addresses with ndp -P | Alexander Bluhm |
2013-01-15 | Implement a function that gets and correctly initialises a ccb for I/O, | Joel Sing |
2013-01-15 | implement bus_space_foo_8 for amd64. it will panic on attempts to do 8 | David Gwynne |
2013-01-15 | Always initialise the discipline name, not just when we are doing a create. | Joel Sing |
2013-01-15 | Make the FAT setattr handling more consistent about unsupported | Martynas Venckus |
2013-01-15 | Don't pull <math.h> just because it can return HUGE_VAL in the | Martynas Venckus |
2013-01-03 | Reengineer the socket splicing regression tests: | Alexander Bluhm |
2013-01-15 | Fix typos in comments and change the syntactic sugar of a function to | Claudio Jeker |
2013-01-15 | put a tab after #define to make the diff between Fx and Ox smaller. | Claudio Jeker |
2013-01-15 | Keep a function pointer to the per-discipline I/O interrupt handler in the | Joel Sing |
2013-01-15 | dont use amd64 is currently broken cos it has no | David Gwynne |
2013-01-15 | Factor out workunit initialisation code. | Joel Sing |
2013-01-15 | Fix segmentation of buffers that straddle a boundary. | Mark Kettenis |
2013-01-15 | Allow SIGKILL to terminate coredumping processes. Semantics decided | Theo de Raadt |
2013-01-15 | Slice & dice coredump write requests into MAXPHYS blocks, and | Theo de Raadt |
2013-01-15 | Loongson: Remove some of the unused defines. | Paul Irofti |
2013-01-15 | use bus_space_write_raw_region_8 on 64bit archs when writing to the rings | David Gwynne |
2013-01-15 | Loongson: Unbreak the tree after my last commit. | Paul Irofti |
2013-01-14 | map the registers PREFETCHABLE so things that can do write combining can | David Gwynne |
2013-01-14 | avoid extra bus_space barriers in the interrupt handler. | David Gwynne |
2013-01-14 | use one interrupt handler for the thtc headend, rather than seperate | Theo de Raadt |
2013-01-14 | after OpenBSD requested a etherip rev 3 to solve a byte order weakness, and | Theo de Raadt |
2013-01-14 | Remove an unnecessary function cast | Philip Guenther |
2013-01-14 | When showing threads, say so. Fix up some comments and names at the same time. | Philip Guenther |
2013-01-14 | Loongson: Replace the system clock provided by the CPU with a GLX MFGPT. | Paul Irofti |