summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Dequote like on the i386 configs. Also remove some references to oldpeter1999-06-292-44/+38
* idev->id_irq is an interrupt MASK, not an interrupt number.yokota1999-06-291-4/+3
* Keyboard allocation/deallocation fix.yokota1999-06-292-33/+69
* Allocate the port resource when attaching the keyboard controller,yokota1999-06-293-21/+30
* Skip the device if it is disabled, when searching for a serial portyokota1999-06-292-0/+10
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),yokota1999-06-291-2/+6
* Stop signals being generated after meteor_close.roger1999-06-291-1/+6
* Clarify what happens if fd is set to -1billf1999-06-291-2/+4
* (mostly) fix ordering.peter1999-06-292-304/+302
* No longer need to set B_ASYNC flag since BUF_KERNPROC nowmckusick1999-06-293-6/+3
* Hopefully fix the remaining glitches with the BUF_*() changes. This shouldpeter1999-06-294-27/+18
* Lock buffer before calling strategy.grog1999-06-292-3/+8
* close_drive:grog1999-06-291-6/+5
* Correct type of intializer for (undocumented) cdevsw.d_parms.grog1999-06-291-1/+2
* Move call to umask(0) back into pw_util(), because the latterpb1999-06-293-5/+9
* Save common_tssd before it's loaded and the busy bit set.luoqi1999-06-282-6/+6
* Fix a bug that was almost certainly making breadn() fail. BUF_KERNPROC()peter1999-06-281-2/+2
* Typo: BUF_INITLOCK -> BUF_LOCKINIT and BUF_FREELOCK -> BUF_LOCKFREE.kato1999-06-282-6/+6
* Use the correct value for banksize so splash_pcx works in LFB modes.des1999-06-282-4/+4
* Sync with sys/i386/isa/clock.c revision 1.138.kato1999-06-283-3/+9
* Sync with sys/i386/i386/userconfig.c revision 1.146.kato1999-06-281-3/+5
* Sync with sys/i386/i386/machdep.c revision 1.344.kato1999-06-282-2/+14
* Sync with sys/i386/conf/Makefile.i386 revision 1.156.kato1999-06-282-6/+6
* Fix a KASSERT() that was negated and lead to:peter1999-06-282-4/+4
* Fix page fault in visual userconfig's save code. (I only use normalpeter1999-06-281-3/+5
* Sync usage() with the manpage.sheldonh1999-06-281-2/+3
* Update the SYNOPSIS to reflect that the -l option can be specifiedmpp1999-06-281-2/+3
* make va_fsid be of type udev_tphk1999-06-281-2/+2
* Add some extra alpha_pal_imb()'s in overkill mode. This makes this PC164SXpeter1999-06-281-6/+12
* Fix broken logic: (!wrap || log) -> (!wrap && log) .sheldonh1999-06-281-2/+2
* Use the same -UKERNEL strategy as the alpha to avoid the inlines etc.peter1999-06-285-8/+14
* Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. Thispeter1999-06-283-6/+3
* Revert back to not using -DKERNEL - it exposes inlines etc.peter1999-06-283-116/+12
* Revert back to not using -DKERNELpeter1999-06-282-2/+6
* Move struct prochd out of #ifdef KERNEL so the Alpha genassym can getpeter1999-06-281-5/+6
* Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h'speter1999-06-282-4/+4
* Define "OBSTACK_CHUNK_SIZE" as getpagesize().obrien1999-06-281-1/+5
* When requesting an exclusive lock with LK_NOWAIT, do not panicmckusick1999-06-281-5/+7
* Hmm, might as well make all of BEFORE_DEPEND first in case make dependphk1999-06-283-6/+6
* Also make pci_if.h early if make depend wasn't run.phk1999-06-283-6/+6
* Make bus_if.h and device_if.h as early as possible if make depend hasn'tphk1999-06-283-6/+6
* Amd now mounts to "/.amd_mnt" rather than "/net". "/net/<host>" now worksobrien1999-06-281-2/+2
* Syntax for user/group is changed from "user.group" to "user:group" to beobrien1999-06-283-7/+15
* Fix minor alignment problem.obrien1999-06-281-2/+2
* New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.billf1999-06-282-2/+8
* Add MultiTech Atlas modemn_hibma1999-06-272-0/+15
* Remove superfluous semi-colonn_hibma1999-06-271-4/+4
* Standardize appearance of subsection headers (two spaces for section name)jseger1999-06-271-2/+2
* Kirk missed a required BUF_KERNPROC(). Even though this is a non-asyncpeter1999-06-271-1/+2
* An SMP-specific change: Remove an unnecessary lock acquire and releasealc1999-06-273-15/+39
OpenPOWER on IntegriCloud