summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-06-25Turns out this file not need machine/float.h at all, since it definesTheo de Raadt
2012-06-24Code for the external L2 cache controller on Indy/Indigo2 R4600SC and IndyMiod Vallat
2012-06-24Bring in line with current cache_r{5,10}k.c style, and optimize slightly theMiod Vallat
2012-06-24Since the RM7000 cache behaves as a physically-indexed cache due to the setMiod Vallat
2012-06-24Get the L2 line size from the configuration register instead of hardcoding theMiod Vallat
2012-06-24Do not output unnecessary semicolons when expanding macros. No functional changeMiod Vallat
2012-06-24Change arc4random_uniform() to calculate ``2**32 % upper_bound'' asMatthew Dempsky
2012-06-24Add cache operation functions pointers to struct cpu_info; the variousMiod Vallat
2012-06-23Replace R5000 and R10000 family assembly cache routines with C equivalents,Miod Vallat
2012-06-23Fix ITLBNOPFIX macro definition on RM7000-capable kernels, and use itMiod Vallat
2012-06-23There's no need to check for the last qTD of a list because they areMartin Pieuchot
2012-06-23Fix a bad copy/paste; when starting an isochronous transfer set theMartin Pieuchot
2012-06-23Put back the non-controversial changes from r1.5 that I reverted onMartin Pieuchot
2012-06-21use regular i/o functions in the hibernate resume path. ahci(4) hibernateJonathan Matthew
2012-06-21Only allow the memory and mmio regions to be mmap()'ed at their realMartin Pieuchot
2012-06-21Actually enabling the __tfork compat code would be a Good ThingPhilip Guenthe
2012-06-21RegeneratePhilip Guenthe
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-06-20move to 5.2-betaTheo de Raadt
2012-06-20Delete some more SUBDIR += mac68k.Matthew Dempsky
2012-06-20fix treeTheo de Raadt
2012-06-20RIP mac68k. No one loves you anymore.Matthew Dempsky
2012-06-20Fix some hibernate issues on machines with > 3.5GB phys memMike Larkin
2012-06-20Cleanup our filesystem pathconf() code a little bit to make it easierMatthew Dempsky
2012-06-20Copy the set_tls_base flag when forking.Paul Irofti
2012-06-20- urndis_match() should support multiple interface descriptors.Federico G. Schwindt
2012-06-19Count should always start from zero.Paul Irofti
2012-06-19Set the appropiate return value on futex wait.Paul Irofti
2012-06-19Avoid eternal sleep.Paul Irofti
2012-06-19Add extra argument validation for the futex syscall.Paul Irofti
2012-06-19- remove outdated comment, we already do an equivalent of linux' access_ok()Jasper Lievisse Adriaanse
2012-06-19Regenerate.Paul Irofti
2012-06-19Implement linux_sys_tgkill.Paul Irofti
2012-06-19Regenerate.Paul Irofti
2012-06-19Add dummies for the epoll and eventfd syscall families.Paul Irofti
2012-06-19Add socket type mask to filter out implementation specific flags.Paul Irofti
2012-06-19Improve debug output and fix some style. No functional change.Paul Irofti
2012-06-19Change the pool_get() flags from WAITOK to NOWAIT.Paul Irofti
2012-06-19Add more pathconf(2) variables from POSIX.Matthew Dempsky
2012-06-18Do not try to get the description of an unexisting video format,Martin Pieuchot
2012-06-17No longer restrict alloc_contiguous_pages() to memory in the low 4GB.Miod Vallat
2012-06-17Using the LLAddr register to store our curcpu() pointer on R10k SMP kernelsMiod Vallat
2012-06-17Remove leftover loongson or sgi references.Miod Vallat
2012-06-16fix bad grammar in a commentMiod Vallat
2012-06-16compat_linux: Don't hold the lock while pool_get'ing with WAITOK.Paul Irofti
2012-06-14Remove uvm_km_kmem_grow printf.Ariane van der Steldt
2012-06-14whitespace cleanupJasper Lievisse Adriaanse
2012-06-14fix typo in commentJasper Lievisse Adriaanse
2012-06-13Expose reaperproc.Ariane van der Steldt
2012-06-12Explicitly check whether a BAR is big enough for a particular port insteadMark Kettenis