summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-06-28Fix issues with AMD chipset ahci(4) attach functions.Stuart Henderson
2012-06-27Change sparc64 to match the "fp" boot device path's parameter based onMatthew Dempsky
2012-06-26ALPHA_PGSHIFT -> PGSHIFT.Theo de Raadt
2012-06-26do not assume that sys/param.h is pulling in the world; pull in what isTheo de Raadt
2012-06-26param.h (like landisk and alpha before) was still trying to include tooTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26initialize 'reason' variable before passing it to the pflog_packet;Mike Belopuhov
2012-06-26Don't ignore SOCK_CLOEXEC and SOCK_NONBLOCK.Paul Irofti
2012-06-26Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declarePhilip Guenthe
2012-06-26Stop the song and dance where alpha param.h tries to include the world.Theo de Raadt
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