summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move CPU_ABSENT() macro to smp.h, where it belongs anyway. It will bebmilekic2001-08-012-16/+13
* Update our bpf.h with tcpdump.org's new DLT_ types.fenner2001-07-311-2/+82
* Apply the cluebat to myself and undo the await() -> mawait() rename. Thejhb2001-07-312-33/+16
* Add a safety belt to mawait() for the (cold || panicstr) case identical tojhb2001-07-311-0/+12
* Add in a hack to support IBM "El Torito" CD-ROM booting BIOS's which expectjhb2001-07-316-6/+92
* If we have already panic'd then don't bother enforcing mutex asserts asjhb2001-07-312-0/+6
* - Fix panicstr checks to explicitly check against NULL.jhb2001-07-311-8/+8
* o Modify p_candebug() such that there is no longer automatic acceptancerwatson2001-07-311-3/+0
* Re-order things slightly in the RX handler for VLAN support: we needwpaul2001-07-311-5/+4
* bsh and bst are unused in softc, except for setting them. We do use theimp2001-07-312-6/+4
* o Introduce new kern.security sysctl tree for kernel security policyrwatson2001-07-311-3/+11
* Fix typo where I assigned the bus tag and not the bus handled. Itimp2001-07-311-1/+1
* GC some obsolete alpha code.jhb2001-07-311-390/+1
* 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
OpenPOWER on IntegriCloud