summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-06Backout the uvm_km_getpage -> km_alloc conversion. Weird things are happeningArtur Grabowski
2011-04-06Sync cpu_match() and cpu_hardclock() with hppa.Joel Sing
2011-04-06fix installboot.Marco Peereboom
2011-04-06move ips to iopools. its the usual drill, io between volumes is nowDavid Gwynne
2011-04-06add a new "serial" devid type for scsi devices. add code to usb that fakesDavid Gwynne
2011-04-06Move CPL to struct cpu_info.Joel Sing
2011-04-06The various read*label() have stopped returning error strings for quiteMiod Vallat
2011-04-06unconditionally print scsi device ids instead of just when mpath isDavid Gwynne
2011-04-06Allow PF to filter on the rdomain a packet belongs to. This allows toClaudio Jeker
2011-04-06fix uvm_pmr_alloc_pig to return the proper pig range sizeMike Larkin
2011-04-06Define NULL as a void * instead of a long integer, as required by Single Unix.Miod Vallat
2011-04-06POOL_DEBUG has nothing to do with portalfsTheo de Raadt
2011-04-06make crypto work with bigmemMarco Peereboom
2011-04-06fix some spaces while looking for bigmem shizMarco Peereboom
2011-04-06make rebuild also work in bigmemMarco Peereboom
2011-04-06handle bigmem for metadata reads and writes. this should be pre allocatedMarco Peereboom
2011-04-05Unify header sentinel names.Paul Irofti
2011-04-05do inquiries against dmaable memory while probing devices.David Gwynne
2011-04-05pull the dmamam wrapper in from all my other drivers and use it to replaceDavid Gwynne
2011-04-05Test iterated variable instead of a temporary variable from the previousAriane van der Steldt
2011-04-05Move timespec utility functions to a header file.Paul Irofti
2011-04-05fix nasty buffer cache bug where we could forget about pages shrunk off of aBob Beck
2011-04-05Add support for per-rthread base-offset for the %fs selector on amd64.Philip Guenthe
2011-04-05binary vs logical or, found by clangJonathan Gray
2011-04-05in pf_check_proto_cksum, consider packets with the CSUM_OUT flags setHenning Brauer
2011-04-05in_proto_csum_out: if M_ICMP_CSUM_OUT is set, do the icmp checksumHenning Brauer
2011-04-05define M_ICMP_CSUM_{OUT,OK,BAD} for consistency with tcp and udpHenning Brauer
2011-04-05We only use the io space in em_reset_hw() on a few MAC typesJonathan Gray
2011-04-05wd_hibernate_io() is a standalone disk io writer which tries to notTheo de Raadt
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2011-04-05Iopoolification. Testing by marco@.Kenneth R Westerback
2011-04-05regenMiod Vallat
2011-04-05Icelandic keyboard mapping. Commited from an Icelandic keyboard.Miod Vallat
2011-04-05Remove portalfs.Thordur I. Bjornsson
2011-04-05Replace if/else ladder with much more legible switch statement forBret Lambert
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2011-04-05Provide macros for ssm/rsm.Joel Sing
2011-04-05Implement syscall_return.Joel Sing
2011-04-05handle ACK prioritization for v6, ok henning@Stuart Henderson
2011-04-05Move PSW in struct cpu_info. Also ensure that we leave interrupts disabledJoel Sing
2011-04-05Regenerate -- linux_sys_set_tid_address().Paul Irofti
2011-04-05Add set_tid_address() syscall. Lots of help from and okay guenther@.Paul Irofti
2011-04-05Fix PID fetching -- noticed last night by guenther@.Paul Irofti
2011-04-05Fix logic bug in debug code and enable spllower()/splraise().Joel Sing
2011-04-05provide VSCSI_STAT_RESET so userland can tell us that the connection toDavid Gwynne
2011-04-05Remove unused macro.Bret Lambert
2011-04-05hid_locate() is supposed to accept the last two arguments being NULL, soMiod Vallat
2011-04-05Iopoolification to eliminate another few instances of the currentKenneth R Westerback
2011-04-05Rename a few xbow global variable names to make them less ambiguous.Miod Vallat
2011-04-05remove the a_desc member from the vop_*_args structuresThordur I. Bjornsson