summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Improve the PCI interrupt routing code. Now the process is as follows:msmith2000-11-022-32/+324
* Make the target a little bit more generic.obrien2000-11-012-2/+10
* Fix typo in commentsroger2000-10-311-2/+2
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-86/+0
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Comment out the (old) acpi stuff, it breaks LINT.phk2000-10-301-3/+3
* Remove unneeded <stddef.h> #includes.phk2000-10-293-6/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-297-7/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-295-5/+0
* Add hints for ISA cards (such as TMC1610M) which use stg driver.non2000-10-291-0/+3
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAjhb2000-10-281-2/+1
* Add a brief comment telling people to retain 'device miibus' as necessary.nik2000-10-281-0/+1
* Quick fix for namespace problems which broke many ports. Spellbde2000-10-281-6/+6
* Add some verbiage about the new ACPICA code. Note that this probablymsmith2000-10-281-0/+12
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-281-0/+56
* Revert two experimental changes which escaped from my devel machine.phk2000-10-283-3/+3
* The x86 atomic operations are already locked, so they do not need anjhb2000-10-281-2/+0
* Fix a couple of whitespace nits.jhb2000-10-272-4/+4
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-275-5/+8
* Expand on the reasons for and against defining NO_F00F_HACK. This is one ofdougb2000-10-271-2/+2
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-278-32/+11
* As the blocking model has seems to be troublesome for many, disablemarkm2000-10-272-0/+4
* Add and document the WITNESS_SKIPSPIN and WITNESS_DDB kernel options.jhb2000-10-271-0/+6
* Add new ioctls for userland access to the MSP deviceroger2000-10-261-0/+10
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-261-5/+6
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-251-11/+47
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-254-5/+195
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-251-0/+52
* Catch up to the new software interrupt code.jhb2000-10-251-3/+4
* - Catch up to new software interrupt code.jhb2000-10-251-3/+3
* - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
* Fast interrupts have no associated process, therefore do not tryps2000-10-252-22/+26
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-252-0/+3
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-2514-149/+107
* * Update commentsobrien2000-10-242-40/+62
* Added lines for the wds driver.babkin2000-10-241-0/+6
* Don't dink with interrupts in vm_page_zero_idle(). This code assumed itjhb2000-10-231-10/+1
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-231-0/+5
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-234-0/+100
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-231-1/+1
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() tonyan2000-10-221-10/+0
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+2
* Return -10000 in pci_hostb_probe to allow agp driver (disabled otherwise)ache2000-10-201-1/+1
* Add i815 Host to Hubache2000-10-201-0/+3
* Catch up to moving headers:jhb2000-10-207-8/+8
* Actually harvest interrupt threads when the last handler is removed from ajhb2000-10-203-6/+51
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* Catch up to SMP_DEBUG -> MUTEX_DEBUG.jhb2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-2/+2
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-6/+6
OpenPOWER on IntegriCloud