summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-07-05Don't write /boot to sector 0 on non-floppy devices. Non-floppyKenneth R Westerback
2011-07-05More non-512-byte sector groundwork. Don't let disklabel hint thatKenneth R Westerback
2011-07-05N: Thou shalt not call hardclock() with biglock held.Owain Ainsworth
2011-07-05remove comment: yes, they should be independentTheo de Raadt
2011-07-05Add disklabel defines for ia64. Okay krw@.Paul Irofti
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-05disable COMPAT_AOUT, it's useless now, but leave the code in the treeTed Unangst
2011-07-05Remove the osyscall() kernel-entry; we do not use it anymore.Theo de Raadt
2011-07-04In fact using our own limits.h is the way to go. Okay kettenis@.Paul Irofti
2011-07-04Clean-up NETBSD specific defines. Prodded by kettenis@.Paul Irofti
2011-07-04Add ia64 kernel include files needed for userland.Paul Irofti
2011-07-04remove all the compat svr4 filesTed Unangst
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
2011-07-04Finish ansification.Mark Kettenis
2011-07-04Give each pmap its own space ID. The current algorithm is silly, as we'll wrapMark Kettenis
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isNicholas Marriott
2011-07-04Force the sigreturn syscall to return to userspace via iretq by settingPhilip Guenthe
2011-07-04Fix typo; ok ariane@Philip Guenthe
2011-07-04Let custom nlist.c check ELF, but use the i386 values EM_I386 andKenneth R Westerback
2011-07-03Tweak the dmesg output a bit. From brad@YASUOKA Masahiko
2011-07-03Enable nvt(4).Mark Kettenis
2011-07-03Bring in millert@ thinko fix for '_' handling from r1.47 ofKenneth R Westerback
2011-07-03a_sym is an integer not a pointer so check == 0, not == NULL. SomeKenneth R Westerback
2011-07-03Add blank line to keep consistent spacing. From brad@YASUOKA Masahiko
2011-07-03Rewrite the multicast handling for OpenBSD. From brad@YASUOKA Masahiko
2011-07-03- add missing #include "bpfilter.h" on if_cnmac.YASUOKA Masahiko
2011-07-03Fix boot dump on bigmem machines.Owain Ainsworth
2011-07-03ANSI-fy, de-register as was done in lib/gen/nlist.c years ago. Reduces delta toKenneth R Westerback
2011-07-03Add more useful $OpenBSD$ tag.Kenneth R Westerback
2011-07-03Add missing $OpenBSD $ tag.Kenneth R Westerback
2011-07-03Change name of pointer to partition from pl to pp, as is used everywhere else...Kenneth R Westerback
2011-07-03Rip out and burn support for UVM_HIST.Owain Ainsworth
2011-07-03Do as all other direct archs do and map contig memory through the directOwain Ainsworth
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-07-02Per recommandation in the the sparc docs, use unlocked reads whenPhilip Guenthe
2011-06-30ansi, no binary changeJonathan Gray
2011-06-29Replace all instances of "scsibus* at hba?" with a single "scsibus* atMatthew Dempsky
2011-06-29dmesg@ says pss has never been seen in the wild and the manpage says itTed Unangst
2011-06-29stop printing in apm, acpi doesn't do this. remove APM_NOPRINT option.Ted Unangst
2011-06-28Remove the ega driver which is not referenced by any GENERIC kernel.Matthieu Herrb
2011-06-27If an shared interrupt handler returns -1, continue running other handlers.Theo de Raadt
2011-06-27When adding interrupt handlers to a chain, install them in priority order.Joel Sing
2011-06-27repair after last commitTheo de Raadt
2011-06-27remove compat_vax1k. no more 4.3bsd reno support. ok deraadtTed Unangst
2011-06-27Ensure we don't re-issue a failed buf without clearing B_ERROR andKenneth R Westerback
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-26First stab at MSI support for vpci(4). Still a few rough edges, but seemsMark Kettenis
2011-06-261.500 was a good revision, let's stay there a little longer. (revert accident...Ted Unangst