aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* style(9)David E. O'Brien2001-12-091-9/+8
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-093-3/+4
* s/^options\t\t/options \t/Dag-Erling Smørgrav2001-12-041-15/+15
* PROCFS requires PSEUDOFS.Dag-Erling Smørgrav2001-12-043-3/+6
* o Stop abusing MD headers with non-MD types.Mike Barcroft2001-12-011-2/+0
* fix DIAGNOSTIC panic caused by proc/thread typoAndrew Gallatin2001-11-291-1/+1
* The DEC kn300 has special code for console handling hardcoded here, so addJonathan Lemon2001-11-221-0/+1
* Cosmetic tweak to eliminate some diffsPeter Wemm2001-11-161-2/+0
* Merge another missing part of i386/pmap.c rev 1.220. Dont blindly clearPeter Wemm2001-11-161-1/+2
* Oops, I accidently merged a whitespace error from the original commit.Peter Wemm2001-11-161-1/+1
* Merge rev 1.264 from i386/pmap.c (tegge via alfred):Peter Wemm2001-11-161-1/+4
* Merge rev 1.202 from i386/pmap.c (back in 1998 by John Dyson):Peter Wemm2001-11-161-0/+3
* Merge rev 1.293 of i386/pmap.c - skip PG_UNMANAGED in pmap_collect()Peter Wemm2001-11-161-1/+1
* Converge/fix some debug code (#if 0'ed on alpha, but whatever)Peter Wemm2001-11-161-15/+11
* Converge with i386/pmap.c - dont refer to curproc, use curthread.Peter Wemm2001-11-161-2/+2
* Merge part of i386/pmap.c rev 1.220 that got missed in alpha/pmap.cPeter Wemm2001-11-161-5/+1
* As part of a general cleanup and reconvergence of related pmap code,Peter Wemm2001-11-161-24/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-5/+0
* Introduce a boot environment variable (clock_compat_osf1) which canAndrew Gallatin2001-11-031-1/+26
* Remove unneeded and #if 0'ed code to register in cdevsw[]Poul-Henning Kamp2001-11-031-13/+0
* Implement i386/i386/pmap.c 1.292 for alpha, ia64 (avoid freeMatthew Dillon2001-11-031-1/+17
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-024-0/+470
* Rather than just change the arguments to suser() change the function toMike Barcroft2001-11-021-1/+1
* "Fix" a problem that got copied from alpha to ia64 and broke there.Peter Wemm2001-11-021-1/+3
* o Permit osf1-emulated programs to modify uid/gid under jail byRobert Watson2001-11-011-2/+2
* Fix misspelling in comment.Matt Jacob2001-10-311-1/+1
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysDag-Erling Smørgrav2001-10-271-2/+2
* minor commenting based on syscall environmentMatthew Dillon2001-10-261-0/+6
* Detach the prom console when platform.cons_init is called. This seemsMatt Jacob2001-10-263-2/+15
* Add a per-thread ucred reference for syscalls and synchronous traps fromJohn Baldwin2001-10-261-2/+19
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-242-2/+2
* Remove call to cninit_finish().Jonathan Lemon2001-10-241-2/+0
* Remove funky right justification.Mike Barcroft2001-10-231-9/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-160/+0
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-212-4/+10
* {set,fill}_{,fp,db}regs() fixup:Dag-Erling Smørgrav2001-10-211-1/+14
* - splhigh()/splx() -> critical_enter()/critical_exit()Andrew Gallatin2001-10-202-5/+5
* Remove wx.Matt Jacob2001-10-202-2/+0
* apparently EV5 2x00s have their t2 CSRs where I'd expect to findAndrew Gallatin2001-10-201-1/+4
* Try two on the preprocessing logic.David E. O'Brien2001-10-191-1/+1
* Remove unneeded sys/mutex.h includes.John Baldwin2001-10-198-8/+0
* Move sys/mutex.h include after sys/lock.h to ensure we use the properJohn Baldwin2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.David E. O'Brien2001-10-191-1/+1
* After removing the bogus differences, any real incompatibilitiesMarcel Moolenaar2001-10-191-452/+0
* My attempts at minimizing the number of #def's got me in trouble.David E. O'Brien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeDavid E. O'Brien2001-10-181-1/+4
* Sync comments with i386.David E. O'Brien2001-10-181-6/+6
* Small cleanups to the handling of Giant in trap().John Baldwin2001-10-171-8/+5
* Make SCSI changer and SES devices standard in generic kernels.Matt Jacob2001-10-162-0/+4
* Implement linux_chown and linux_lchown. The fchown syscall mapsMarcel Moolenaar2001-10-161-2/+0