summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-11-15inherit the rdomain sc to pkthdrHenning Brauer
2013-11-15Forget socket linking on pf_pkt_addr_changed(), this fixes among otherChristiano F. Haesbaert
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-11-15Sort-out activate functionality for ucom(4) and it's parents.Paul Irofti
2013-11-15Clean-up the HID environment.Paul Irofti
2013-11-15Make vax stand build cross-build friendly.Masao Uebayashi
2013-11-15Add missing parenthesis to make tick calculation work as intended. ShouldKenneth R Westerback
2013-11-14Clean up tabs and a backslash which seemed to have sneeked in in r1.29.Patrick Wildt
2013-11-14Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *))Charles Longeau
2013-11-14Improvements for address assignment and related issues in IPv6CP.Stefan Sperling
2013-11-14replace workqs with tasks for handling resume. state handling isDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14improve maths and conditionals around ticks to cope with wraparound better.David Gwynne
2013-11-13Do not map frame buffer resources the kernel doesn't use; only keep theMiod Vallat
2013-11-13add missing headers here too, forgotten after testing the diff.Jasper Lievisse Adriaanse
2013-11-13DIOCGETSRCNODES was leaking a little bit more kernel informationTheo de Raadt
2013-11-13Make fusebuf.fh_err signed, it might store negative errno values; ok sylStefan Sperling
2013-11-13Add missing includes.Sylvestre Gallon
2013-11-13Polling is done per controller not per interface.Paul Irofti
2013-11-13In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address thatStefan Sperling
2013-11-13fix typo in last commitTheo de Raadt
2013-11-13boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.Masao Uebayashi
2013-11-13ENOMEM is probably more appropriate than 0 in this error case.Mike Larkin
2013-11-13Use of uninitialized variable. There are obvious locking problems alsoMike Larkin
2013-11-13Use DL_GETPOFFSET() to get partition offset, except where weKenneth R Westerback
2013-11-13Honor RB_TIMEBAD on vax too as other ports.Masao Uebayashi
2013-11-12Oops. Use %llu for DL_GETDSIZE() value.Kenneth R Westerback
2013-11-12two ioctl's were disclosing kernel pointers and such.Theo de Raadt
2013-11-12avoid math on void * pointersTheo de Raadt
2013-11-12Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbbFederico G. Schwindt
2013-11-12Use daddr_t to hold calculated disk sector address. %d -> %lld toKenneth R Westerback
2013-11-12Tweak comment to explicitly mention that disk blocks are DEV_BSIZEKenneth R Westerback
2013-11-12Use %llu+DL_GETPSIZE() to show partition size. Replace %li+(long) withKenneth R Westerback
2013-11-12We always make symlinks to 'machine' and 'm88k' to compile.Kenji Aoyama
2013-11-12Fix the bootloader random hang-up while counting down on LUNA-88K2.Kenji Aoyama
2013-11-12Use DL_GETDSIZE() to get disk size.Kenneth R Westerback
2013-11-12Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and setKenneth R Westerback
2013-11-12try bpf.c r1.84 again, this time without semantic changes to if statements.David Gwynne
2013-11-11Revert bpf.c 1.84 / bpfdesc.h 1.19 for now, "panic: timeout_add: to_ticks (-1)Stuart Henderson
2013-11-11Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().Paul Irofti
2013-11-11There is no fusebuf(9) man page anymore. Remove references to it from comments.Stefan Sperling