summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused scheduler related definitions.mpi2019-06-111-4/+1
* Refactor the MAP_STACK feature, and introduce another similar variation:deraadt2019-06-011-20/+4
* Enable ucrcom(4) on all architectures that have uslcom(4).kettenis2019-05-081-1/+3
* Remove file name and line number output from witness(4)visa2019-04-233-38/+26
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* Instead of using COPTS=-Oz (and similar) in make environment to forcederaadt2019-04-141-1/+5
* crank versionsderaadt2019-04-101-2/+2
* change marks[] array to uint64_t, so the code can track full 64-bitderaadt2019-04-104-12/+12
* crank version; looks good deraadtflorian2019-04-081-2/+2
* fast track ddb> reboot command to skip anything which might panic again.tedu2019-04-011-1/+5
* markup boot prompt commands using Ic, not Nm; ok jmc@anton2019-01-021-18/+18
* Fix dino at uturn attachment. From miod@kettenis2018-12-281-2/+2
* Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg2018-12-051-1/+2
* one more typo noticed while pasting miod a reply;jmc2018-11-151-2/+2
* fix typos in comments; from miodjmc2018-11-151-4/+4
* Remove cardbus and pcmcia debug options that we don't enable on otherkettenis2018-11-081-3/+2
* grow alpha and hppa media to accomodate some recent growthderaadt2018-09-201-2/+2
* Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio2018-09-141-2/+2
* Enable uscom(4) where uslcom(4) is already present.mpi2018-08-221-1/+3
* Missed a 'ksi' -> '*ksip' change in previous commitguenther2018-07-201-2/+2
* Move from sendsig() to its callers the initsiginfo() calls andguenther2018-07-101-6/+3
* Constipate all the struct lock_type's so they go into .rodataguenther2018-06-081-3/+3
* Delete antique sigdebug definitionsguenther2018-05-221-7/+1
* Relax the way irqs are assigned. This diff does:kettenis2018-05-1411-181/+171
* Expose memory barriers to userland.kettenis2018-05-141-2/+3
* Initialize st_count in db_save_stack_trace().visa2018-05-041-1/+2
* replace add_*_randomness with enqueue_randomness()jasper2018-04-281-2/+2
* Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andderaadt2018-04-122-4/+24
* Do not panic from ddb(4) when a lock requirement isn't fulfilled.mpi2018-03-201-2/+1
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-1/+2
* Remove almost unused `flags' argument of suser().mpi2018-02-191-2/+2
* prune files.* entries that refer to files not in treejsg2018-02-142-29/+2
* Check for the existence of /bsd before trying to back it up to /obsd.tb2018-02-091-2/+2
* Sync the nam2blk entries with the bdevsw table, which is thenaddy2018-01-271-3/+2
* Define and use IPL_MPFLOOR in our common mutex implementation.mpi2018-01-132-3/+4
* Unify <machine/mutex.h> a bit further.mpi2018-01-041-2/+2
* Don't pull in <sys/file.h> just to get fcntl.hguenther2017-12-301-2/+2
* Delete unnecessary <sys/file.h> includesguenther2017-12-302-4/+2
* fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soguenther2017-12-141-1/+9
* In uvm Chuck decided backing store would not be allocated proactivelyderaadt2017-12-111-2/+2
* Change __mp_lock_held() to work with an arbitrary CPU info structure andmpi2017-12-042-6/+6
* Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theflorian2017-11-041-3/+5
* use %lx to print the frame address if resolving of the symbol name failsjasper2017-11-031-2/+5
* When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick2017-09-281-1/+12
* Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarmpi2017-09-121-27/+2
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-083-6/+3
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-5/+1
* swap ualea for urngjasper2017-08-281-2/+2
* Use ctfstrip(1) by default to strip kernels.mpi2017-08-121-2/+2
* change -Os to -Oz all around the treerobert2017-07-251-2/+2