aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix pmap_enter_quick() to stop it hanging when the level 2 pte existsDoug Rabson1998-07-241-7/+28
* Add (struct timezone *) cast to NULL for K&RAndrey A. Chernov1998-07-241-4/+4
* By default, /usr/bin/time writes its output to stderr. Two optionsPoul-Henning Kamp1998-07-242-19/+69
* During compilation of a Fortran program f2c/f77 will spew thePoul-Henning Kamp1998-07-244-12/+24
* Use NULL as gettimeofday arg instead of 0 castAndrey A. Chernov1998-07-231-8/+8
* A bit of PR7278 which belongs here.Poul-Henning Kamp1998-07-221-2/+2
* Don't return an error if the magic number is not present.Julian Elischer1998-07-221-7/+14
* last patch misapplied.Poul-Henning Kamp1998-07-221-2/+2
* Improved pager input failure message.David Greenman1998-07-221-3/+3
* Add a call to a platform-specific irq remapping function for alpha platformsDoug Rabson1998-07-222-2/+8
* On the alpha, ports may be allocated above 64k.Doug Rabson1998-07-223-7/+26
* Add some very simple support for a compiled in (from config(8)) resourceDoug Rabson1998-07-223-3/+162
* Add ISA support.Doug Rabson1998-07-221-6/+7
* Add some convenience functions for accessing device memory.Doug Rabson1998-07-221-2/+88
* Merge KN20AA support from Andrew Gallatin.Doug Rabson1998-07-221-31/+320
* Move the mcclock from root to isa.Doug Rabson1998-07-221-7/+10
* Add a simple ISA bus. No support for memory mapped devices or DMA as yet.Doug Rabson1998-07-221-0/+318
* Add sio support.Doug Rabson1998-07-222-2/+13
* Add platform functions for manipulating PCI irqs.Doug Rabson1998-07-221-0/+3
* Add declaration of {aquire,release}_timer2().Doug Rabson1998-07-222-2/+6
* Add macros and chipset support for accessing device i/o memory on the alpha.Doug Rabson1998-07-222-2/+34
* Add KN20AA support.Doug Rabson1998-07-224-12/+52
* Tweaks to stop config(8) warnings and to avoid an unfinished experiment ofDoug Rabson1998-07-222-6/+6
* Support header for sysbeep() implementation.Doug Rabson1998-07-221-0/+110
* Make ptrace single steps over branches work as intended.Doug Rabson1998-07-221-1/+2
* Add support for sio's soft interrupts.Doug Rabson1998-07-221-10/+23
* Support the DEC_KN20AA platform (AlphaStation 500 or 600).Doug Rabson1998-07-221-0/+347
* Merge changes from Andrew Gallatin to support different CIA based platforms.Doug Rabson1998-07-221-22/+17
* Add code from i386 to support sysbeep(). Doesn't work quite right but itDoug Rabson1998-07-221-1/+86
* Change siocn{put,get}c to siogdb{put,get}c to allow a serial console on oneDoug Rabson1998-07-221-2/+2
* There is a comment in vm_param.h which doesn't belong to thePoul-Henning Kamp1998-07-221-5/+1
* Add -u, -v and -vv options to syslogd, this improves the control andPoul-Henning Kamp1998-07-223-17/+147
* A comment in /usr/src/usr.sbin/ypserv/Makefile.ypPoul-Henning Kamp1998-07-221-4/+3
* Add std.230400 entryPoul-Henning Kamp1998-07-221-0/+2
* Getty is missing the speed table entry for 230400 baud.Poul-Henning Kamp1998-07-221-2/+3
* This may apply to all known versions of inetd.Poul-Henning Kamp1998-07-221-1/+4
* /usr/src/sbin/routed/parms.c and .../routed/rtquery/rtquery.c bothPoul-Henning Kamp1998-07-222-4/+4
* Memory management error in init.Poul-Henning Kamp1998-07-221-2/+5
* modstat | grep _saver is used to determine if a screensaver is loadedPoul-Henning Kamp1998-07-222-4/+4
* Fix a couple of little bugs that prevented login.c from compilingJohn Polstra1998-07-221-3/+3
* Dump out ISA device resources for alpha.Doug Rabson1998-07-211-1/+100
* Document sef's recent changes in the corefile naming.Joerg Wunsch1998-07-213-15/+37
* Sync with sys/i386/i386/userconfig.c revision 1.105.KATO Takenori1998-07-211-2/+3
* Sync with sys/i386/conf/files.i386 revision 1.199.KATO Takenori1998-07-212-2/+4
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.29.KATO Takenori1998-07-212-74/+24
* MF22: various fixes for new XFree86 dist and cdrom warnings.Jordan K. Hubbard1998-07-2110-226/+253
* Fix use of -man macro, correct description of the behaviour of the `+n'Joseph Koshy1998-07-211-8/+3
* Add a section 4 manpage for the 'cs' driver.Mike Smith1998-07-202-2/+105
* Add the 'cs' driver for Crystal Semiconductor CS89x0 devices. ThisMike Smith1998-07-2013-10/+3922
* Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith1998-07-206-8/+50