Age | Commit message (Expand) | Author |
2011-07-08 | Remove spurious prototype. | Mark Kettenis |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst |
2011-07-07 | Add missing bits to the syscall entry path. Not perfect yet, but it works | Mark Kettenis |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |
2011-07-07 | shrink the kernel by zapping old mms and lms driver. i'll come back for the | Ted Unangst |
2011-07-07 | Stuff arg0-arg7 in the right slots of the trap frame. | Mark Kettenis |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt |
2011-07-07 | Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years | Mark Kettenis |
2011-07-07 | Bring over a few more cache flushing and TLB purging fixes from hppa. | Mark Kettenis |
2011-07-07 | Don't panic if uvm_fault fails, but enter ddb such that we can inspect the | Mark Kettenis |
2011-07-07 | Set PSL_W bit for forked processes such that they execute in 64-bit mode | Mark Kettenis |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-07 | Return retcode in correct register. 'better commit that' kettenis@ | Dale Rahn |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-07-06 | Handle pci_conf_read() faults on reading non-existent registers that result | Mark Kettenis |
2011-07-06 | Handle pci_conf_read() faults on reading non-existent registers that result | Mark Kettenis |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-06 | Renumber root busses symbolic values, and drop more fields from struct bp_conf, | Miod Vallat |
2011-07-06 | These files no longer need to include <machine/nexus.h> | Miod Vallat |
2011-07-06 | Drop cpu_dep.cpu_subconf routine, which is no longer used after KA820 support | Miod Vallat |
2011-07-06 | Cleanup presto(4) like other disk drivers. | Matthew Dempsky |
2011-07-06 | Remove support for non-microVAX, non-VAXstation, non-VXT hardware in the | Miod Vallat |
2011-07-06 | Ooops. Missed one 'readdoslabel() only' arch. Do the block <-> sector dance for | Kenneth R Westerback |
2011-07-06 | On those archs that read their disk (vs iso/udf) disklabels exclusively | Kenneth R Westerback |
2011-07-06 | Add MSI support to pyro(4). Tested on a v215 with the on-board mpi(4). | Mark Kettenis |
2011-07-06 | Split some generic MSI code out into its own file. | Mark Kettenis |
2011-07-06 | Move pci_msi_enable() out of the vpci(4) driver into the MD pci(4) code. | Mark Kettenis |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-06 | That file is supposed to have been removed ages ago. | Miod Vallat |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-06 | Oops. I did an oga. Put back important line (set b_bcount) I didn't mean to d... | Kenneth R Westerback |
2011-07-06 | Make alpha consistent with our other architectures by using "long | Matthew Dempsky |
2011-07-05 | Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the last | Kenneth R Westerback |
2011-07-05 | Replace last remaining users of link->scsibus with | Matthew Dempsky |
2011-07-05 | Don't write /boot to sector 0 on non-floppy devices. Non-floppy | Kenneth R Westerback |
2011-07-05 | More non-512-byte sector groundwork. Don't let disklabel hint that | Kenneth R Westerback |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-07-05 | remove comment: yes, they should be independent | Theo de Raadt |
2011-07-05 | Add disklabel defines for ia64. Okay krw@. | Paul Irofti |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-05 | disable COMPAT_AOUT, it's useless now, but leave the code in the tree | Ted Unangst |
2011-07-05 | Remove the osyscall() kernel-entry; we do not use it anymore. | Theo de Raadt |
2011-07-04 | In fact using our own limits.h is the way to go. Okay kettenis@. | Paul Irofti |
2011-07-04 | Clean-up NETBSD specific defines. Prodded by kettenis@. | Paul Irofti |
2011-07-04 | Add ia64 kernel include files needed for userland. | Paul Irofti |
2011-07-04 | remove all the compat svr4 files | Ted Unangst |
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst |