summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add keywords 'mirror' and 'stripe' when not in kernel mode.grog1999-07-022-0/+4
* Allow to unconditionally up subdisks with the -f option.grog1999-07-021-17/+25
* Change the type of the freelist sectors variable to u_int64_t ingrog1999-07-021-2/+2
* Correct some ugly formatting. Remember to initialize the alignment tag.mjacob1999-07-022-80/+70
* Fix last delta which reinitialized nextpaddr to zero each time through themjacob1999-07-021-7/+10
* Sync with GENERIC.. (Gee, this is a useful file..)peter1999-07-021-118/+108
* Zap totally the npx0 memory size override. It only worked if staticallypeter1999-07-022-28/+4
* Change the cast in pci_map_port() from u_short * to pci_port_t * so itpeter1999-07-0210-36/+36
* Replicate changes to i386 to do tags. I doesn't work yet 'coz ctags dumpsmjacob1999-07-022-4/+10
* Working kernel tags!jkh1999-07-024-11/+20
* 127 fire Firewire driver <ikob@koganei.wide.ad.jp>jkh1999-07-022-2/+4
* #include <machine/md_var.h> to bring the prototype forpeter1999-07-012-2/+4
* Fix a warning - the code is correct but gcc can't tell.peter1999-07-011-1/+2
* Moving the initialization for write sooner quiets a warning.peter1999-07-011-2/+2
* Unused variable.peter1999-07-011-2/+1
* Pull some prototypes into scopepeter1999-07-012-1/+3
* Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr()peter1999-07-012-2/+12
* Fix a printf int/long problem on the Alphapeter1999-07-011-2/+3
* move <sys/systm.h> before <sys/buf.h>peter1999-07-012-4/+4
* #include <machine/md_var.h> to get prototype for alpha_register_pci_scsi().peter1999-07-011-2/+3
* Declare busdma_swi() like on i386 version.peter1999-07-012-2/+4
* Avoid warning on nextpaddr, just like on the x86.peter1999-07-011-2/+2
* 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
OpenPOWER on IntegriCloud