summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2016-09-18Bump boot loader versions due to bcrypt pbkdf support.Joel Sing
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.Joel Sing
2016-09-18Fix a bug in the bounce buffer handling of BIOS disk I/O.Joel Sing
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-18as is done on amd64, allow using CTF to lookup the function parameters.Jasper Lievisse Adriaanse
2016-09-17remove unused pmap_dump functionsMike Larkin
2016-09-16move the vm_page struct from being stored in RB macro trees to RBT functionsDavid Gwynne
2016-09-16move the uvm_map_addr RB tree from RB macros to the RBT functionsDavid Gwynne
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-12Enable uwacom(4) where uts(4) is already present.Martin Pieuchot
2016-09-11Switch i386 boot code to libsa MI softraid.Joel Sing
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-09-10take it one step further and bring the message inline with arm/sparc64Jasper Lievisse Adriaanse
2016-09-09don't hardcode the filename in an error message; use the function name insteadJasper Lievisse Adriaanse
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-04bha depends on the deleted aha.h, so it will follow it into the atticTed Unangst
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-09-03fix typo "mode" -> "model" when referring to "Model specific registers"Mike Larkin
2016-09-03Make .openbsd.randomdata section RO. Highlight is that the stack protectorTheo de Raadt
2016-09-03add SDBG to cpuid bits and identcpuMike Larkin
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31remove some ISA drivers for devices not recently seen in the wild.Ted Unangst
2016-08-16move static variable up to firstTed Unangst
2016-08-15normalize some commentsTed Unangst
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-28Store the acpi processor ID/UID in struct cpu_info, and use it to attachMark Kettenis
2016-07-28replace hand rolled physlock with real rwlock. ok mlarkinTed Unangst
2016-07-16remove some 12 year old code that was never correct, and never compiledMike Larkin
2016-07-16remove some unused #includesMike Larkin
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-06-28Enable UMIP feature if present. miod originally pointed this out to me.Mike Larkin
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-22Identify UMIP feature, if available.Mike Larkin
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-10fix some typos in commentsJoshua Stein
2016-06-08remove obsolete raid from namtoblk tables. from Artturi AlmTed Unangst
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-05-28crank version numbers of those bootloaders that have been changed byStuart Henderson
2016-05-27Modify com_init to match the com driver initializaiton, and addBob Beck