summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If LCP proto-rej is received, drop the protocol mentioned by the message.ume2001-07-311-1/+59
* A bunch of interrupt related cleanup.imp2001-07-313-67/+98
* Move pcic_override_irq from pcic_isa, to pcic.imp2001-07-313-9/+8
* Add CLPD6832_BCR_ISA_IRQ definition for ISA routing of interrupts.imp2001-07-311-3/+3
* Flesh out the sparc64 port considerably. This contains:jake2001-07-3146-453/+6905
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-3140-0/+3068
* Machine dependent ifdefs for sparc64.jake2001-07-313-2/+5
* Oops. Last commit to vm_object.c should have got these files too.jake2001-07-313-8/+4
* Remove the use of atomic ops to manipulate vm_object and vm_page flags.jake2001-07-311-11/+6
* Don't try to find an eventhandler list if the list of lists hasn'tjake2001-07-311-0/+3
* Don't try to print a field that doesn't exist; in usually commentedjake2001-07-311-2/+2
* Use a machine dependent type, Elf_Hashelt, for the elements of the elfjake2001-07-317-10/+65
* Removed PLIP support.nyan2001-07-312-1312/+0
* Make the openfirmware functions work on 64 bit architectures by usingjake2001-07-312-237/+241
* Quiet uninitialized variable warning (also a bug).jake2001-07-311-0/+2
* Check the filehandle size when mounting.peter2001-07-302-0/+4
* Fix obsolete code.asmodai2001-07-301-5/+0
* fix import/merge related code problemsdarrenr2001-07-301-6/+3
* The current resource buffer returned from an interrupt link devicemsmith2001-07-302-14/+40
* - Prevent the ACPI code from being loaded as a module other than atmsmith2001-07-302-11/+123
* Minor updates (no functional changes)msmith2001-07-301-86/+82
* Don't use a buffer for the state info from the TI chips. Just printimp2001-07-301-14/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-52/+47
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-9/+13
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-157/+143
* Kill the command (don't rerun it) if we had an AUTOSENSE failure.mjacob2001-07-301-3/+5
* (Forced commit- last one missed the comments)mjacob2001-07-301-2/+2
* (Forced commit- last commit was inadvertant in that it missed the comments)mjacob2001-07-301-0/+1
* backout last commit- inadvertantmjacob2001-07-301-70/+47
* scsi_targetio.hmjacob2001-07-303-103/+198
* Propagate CAM_DIS_DISCONNECT on through:mjacob2001-07-301-5/+54
* When booted -v (eg bootverbose is non-zero), have pccard report whatimp2001-07-301-0/+7
* Two recent commits in sys/ufs/ufs interacted badly with ext2fsiedowse2001-07-292-2/+5
* Disallow ATAPI CD transfers that are not a multiple of the device blocktmm2001-07-291-1/+5
* Convert the olpt driver to using new-bus stuff.nyan2001-07-294-136/+208
* Merged from sys/dev/syscons/syscons.c revisions 1.367 and 1.368.nyan2001-07-291-70/+64
* Make symlink $S/$M/include -> compile/FOO/machine at kernel-dependkato2001-07-291-1/+1
* Diff-reduce this with GENERIC.markm2001-07-281-3/+3
* Permit direct swapping to NFS regular files using swapon(2). Weiedowse2001-07-281-3/+10
* Remove a bootverbose diagnostic that makes bootverbose just too verbose.gibbs2001-07-281-3/+0
* Merged from sys/i86/isa/npx.c revision 1.107.kato2001-07-281-7/+1
* fix conflicts created by importdarrenr2001-07-2818-475/+829
* #ifdef some 5.0 code with freebsd_version to reduce diffs with stable.imp2001-07-281-3/+16
* It is spelled INTR_FAST in current and INTR_TYPE_FAST in stable, so try toimp2001-07-281-1/+4
* Stable requires machine/clock.h to quiet warnings. It isn'timp2001-07-281-0/+1
* To reduce diffs with -stable, ifdef selinfo.h or select.h includeimp2001-07-281-1/+5
* Minor whitespace nitimp2001-07-281-1/+0
* Use spaces instead of hard tabs in the diagram.imp2001-07-281-14/+14
* Pacify users who get all bent out of shape when they see the "xl%d: commandwpaul2001-07-271-2/+7
* Remember to zero out certain things that we malloc() and/or contigmalloc().wpaul2001-07-271-0/+4
OpenPOWER on IntegriCloud