summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* - machine/mutex.h -> sys/mutex.hjhb2000-10-202-6/+6
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-3/+3
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-202-1062/+23
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-2/+108
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-203-72/+0
* Convert the type of bus_space_handle_t of pc98 from structure intokato2000-10-204-132/+166
* Call the BIOS to route the selected interrupt. Correctly calculate themsmith2000-10-192-8/+44
* Add PCI BIOS function codes for IRQ routing fetch and route.msmith2000-10-191-0/+2
* Axe the idle_event eventhandler, and add a MD cpu_idle function usedjhb2000-10-191-11/+4
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-183-0/+69
* Add ifpnp driver to list of i4b hardware drivers.hm2000-10-181-4/+5
* Add a debug flag bit for a new driver.hm2000-10-181-19/+19
* Use appropriate resource management accessors instead of directlymdodd2000-10-182-14/+16
* - Catch up to moving headers, machine/ipl.h -> sys/ipl.hjhb2000-10-171-7/+9
* Implement write combining for crashdumps. This is useful whenps2000-10-172-3/+15
* Some linux apps, such as IBM's JDK 1.3, will attempt to mmap threadgallatin2000-10-171-0/+28
* regen after addition of linux_rt_sigreturngallatin2000-10-173-5/+5
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-176-4/+360
OpenPOWER on IntegriCloud