summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
AgeCommit message (Expand)Author
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-21no newlines at endTheo de Raadt
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-22sigpid should be of type pid_t (only visable with DEBUG).Okan Demirmen
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-07-04remove all the compat svr4 filesTed Unangst
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
2011-06-26if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()Theo de Raadt
2011-06-05Move the bufcachepercent setting code to MI locations -- set it to 42%Theo de Raadt
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-04-28- enable fenvMartynas Venckus
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-04-15Convert the kernel Makefiles to autogenerate dependencies during compilationPhilip Guenthe
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2011-04-03Move PPWAIT flag from struct proc to process, so that rthreads inPhilip Guenthe
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2010-12-30If genassym fails, sort on the pipeline will indicate no error resultingTheo de Raadt
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod Vallat
2010-12-02After the most recent change, make it possible to make -j again. TheTheo de Raadt
2010-12-02move vers.o to before the other objects, so that it is not linked last.Theo de Raadt
2010-11-27Make sure kcopy() returns EFAULT instead of -1 upon failure on vax, andMiod Vallat
2010-11-18Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>Miod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-12Push all potential (as in, all system MI not utilized by the bootblocks)Theo de Raadt