Age | Commit message (Expand) | Author |
2010-09-12 | anonymous unions aren't standard C and don't work with gcc2. name the | Jacob Meuser |
2010-09-12 | Stricter types in MipsEmulateBranch(), and related cleanups. | Miod Vallat |
2010-09-12 | Use __dead instead of volatile to mark functions that don't return. Makes | Mark Kettenis |
2010-09-12 | Avoid machine-check exception on OCTEON. ok miod@ | Takuya ASADA |
2010-09-12 | Add some missing bus_dmamap_sync(). Fix a small whitespace problem while | Mark Kettenis |
2010-09-12 | silly me. use the switch() variable, not the case value. | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for emu(4). uses audio(4) | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for cmpci(4). uses audio(4) | Jacob Meuser |
2010-09-12 | Garbage collect rot_rate from disk_parms. No longer in disk label so no | Kenneth R Westerback |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | use audio(4) DVACT_{QUIESCE,RESUME} | Jacob Meuser |
2010-09-12 | autoconf activate suspend/resume for auvia(4). uses new audio(4) | Jacob Meuser |
2010-09-12 | DVACT_{QUIESCE,RESUME} for audio(4) | Jacob Meuser |
2010-09-12 | Make cd the same as sd by calling the cd_parms member of the softc 'params' | Kenneth R Westerback |
2010-09-11 | Be more ruthlessly consistent in variable names for blk/block == | Kenneth R Westerback |
2010-09-11 | move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ... | Takuya ASADA |
2010-09-10 | Provide a bus_dmamap_sync() implementation for the IOMMU. Fixes bigmem. | Mark Kettenis |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-10 | if the speaker is muted because headphones are plugged in, don't | Jacob Meuser |
2010-09-10 | implement handling of rescan events on fc controllers. allows "hotplug" of | David Gwynne |
2010-09-10 | the open() functions give us flags like FREAD and FWRITE from sys/fcntl.h. | Jacob Meuser |
2010-09-10 | scsi_xsh_del the io handler in deactivate to prevent it from being run on | David Gwynne |
2010-09-10 | #defines for the bits inside the flags field in mpi_cfg_fc_port_pg1 | David Gwynne |
2010-09-09 | Sync suspend logic with current practice, and try to handle failure | Miod Vallat |
2010-09-09 | nessesary -> necessary. | Miod Vallat |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-09-09 | Fix compile error on option DEBUG ok miod@ | Takuya ASADA |
2010-09-09 | Rename lookup/relookup to vfs_lookup/vfs_relookup. | Thordur I. Bjornsson |
2010-09-09 | Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination. | Claudio Jeker |
2010-09-09 | The resume powerhooks were always in the wrong place. Then when replaced | Theo de Raadt |
2010-09-08 | merge apm_standby() into apm_suspend() | Theo de Raadt |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-08 | Add support for Terratec EWX 24/96 based on initial diff from ratchov@. | Stefan Sperling |
2010-09-08 | Document that the resume case is waking children which may have been | Theo de Raadt |
2010-09-08 | Split out the guts of pccbbintr() so that we can call it carefully at | Theo de Raadt |
2010-09-08 | During suspend, do not call children's interrupt handlers after we have | Theo de Raadt |
2010-09-08 | better to break out of the cases | Theo de Raadt |
2010-09-08 | activate NTFS, let's hope it gets less experimental soon (as beck@ said) | Marc Espie |
2010-09-08 | remove a useless comment | Theo de Raadt |
2010-09-08 | Crank ofwboot version after recent changes. | Joel Sing |
2010-09-08 | Use the offset value passed into search_label() and call it with | Joel Sing |
2010-09-08 | Introduce a disk_lookup() function which calls device_lookup(), before | Joel Sing |
2010-09-08 | Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-08 | Nuke bogus comment. | Joel Sing |
2010-09-08 | Reintroduce most crypto/crypto.c r1.55: | Joel Sing |
2010-09-08 | let things request the detach of everything on the whole bus, rather than | David Gwynne |
2010-09-08 | Add $OpenBSD$ prompted by mikeb@ | Thordur I. Bjornsson |
2010-09-08 | creating a pfsync interface is always done from process context, so | Bret Lambert |