summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tidy up a few warnings when used without splash. (things defined but notpeter1999-07-011-1/+7
* Prototype for alpha_fix_srm_checksum().peter1999-07-013-3/+12
* Fix warnings on the Alpha.peter1999-07-011-2/+7
* Get prototype for isa_init_intr().peter1999-07-011-1/+2
* Fix a warning, and pull prototypes into scope for ide/isa interrupt setup.peter1999-07-011-2/+3
* Fix printf int/long format problems on the Alpha.peter1999-07-011-3/+3
* int/long printf format problems on the Alpha.peter1999-07-011-4/+4
* Fix some int/long printf problems for the Alphapeter1999-07-015-20/+23
* Quiet warnings on an Alpha. CBSIZE has long type and causes the otherpeter1999-07-012-6/+10
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)peter1999-07-017-27/+26
* Remove the now-bogus comment about using iosiz with npx0 for memoryjkh1999-07-013-36/+6
* Look up the kernel environment for MAXMEM as a final override for thepeter1999-07-012-6/+18
* Move kern_envp and preload initialization a little earlier so that wepeter1999-07-012-18/+16
* Fix two easy warnings when using BRIDGE without IPFIREWALL.peter1999-07-011-2/+3
* Fix some warnings, unused functions etc.peter1999-07-011-9/+17
* Fix warning. va_fsid is udev_t, which is int32_t. No need to use %lx.peter1999-07-012-4/+4
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-0117-207/+225
* Increase the size of the route reference count from 15 bits to 31 bits.msmith1999-06-301-3/+2
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-305-54/+65
* Sync with sys/i386/i386/userconfig.c revision 1.147.kato1999-06-301-4/+3
* Sync with sys/i386/i386/machdep.c revision 1.345.kato1999-06-302-6/+6
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>julian1999-06-302-2/+4
* An SMP-specific change: Remove unnecessary lock acquires and releasesalc1999-06-301-27/+12
* Submitted by: Conrad Minshall <conrad@apple.com>julian1999-06-302-2/+12
* sscape_mss is supposed to work..peter1999-06-292-2/+4
* Drop old-scsi drivers (was commented out) od0 and (not commented) sctarg0peter1999-06-293-9/+3
* Fix typo (wrong path)peter1999-06-291-1/+1
* Reconcile all the loader newvers.sh's into one common one.peter1999-06-297-106/+15
* Don't use head/tail - they don't exist in a 'make world' environment.peter1999-06-292-2/+4
* Correct spelling of NMBCLUSTERS in a comment.mph1999-06-293-6/+6
* With asbestos suit on, make the options indenting a little more consistantpeter1999-06-293-867/+867
* Put on my asbestos suit and attempt to tidy up and add some simple docspeter1999-06-292-236/+216
* 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
* (mostly) fix ordering.peter1999-06-292-304/+302
* No longer need to set B_ASYNC flag since BUF_KERNPROC nowmckusick1999-06-292-4/+2
* 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
* 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
OpenPOWER on IntegriCloud