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