summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix several problems related to resume:simokawa2003-06-284-5/+40
* o Use a daemon thread to monitor signal events in kernel, if pendingdavidxu2003-06-2827-1172/+1622
* Use mmap retuned value.davidxu2003-06-282-4/+6
* Temporary disable rwlock based code, replace it with low level KSE lockingdavidxu2003-06-282-0/+184
* Write new thread pointer back only when success.davidxu2003-06-282-6/+8
* After thread was interrupted by signal, it should relock mutex.davidxu2003-06-282-4/+2
* if thread is exiting, just returns. kse_thr_interrupt interfacedavidxu2003-06-282-4/+12
* Implement cpu_set_upcall_kse(). Elementary testing shows that thismarcel2003-06-281-0/+26
* - Don't migrate to stopped cpus.jeff2003-06-281-4/+4
* Add regression tests for floating point parsing in scanf(3).das2003-06-282-1/+181
* Update to reflect changes in vfscanf.c,v 1.32. Remove bogusdas2003-06-281-35/+14
* Revamp scanf's floating-point-parsing algorithm to supportdas2003-06-281-94/+172
* Hook grackle system controller/heathrow interrupt controller to PPC build.grehan2003-06-281-0/+2
* A module to handle the interrupt controller on Heathrow/Paddingtongrehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'grehan2003-06-282-0/+622
* o Change kse_thr_interrupt to allow send a signal to a specified thread,davidxu2003-06-289-149/+354
* - If smp is not started yet don't try to load balance or we'll put threadsjeff2003-06-281-0/+3
* Fix POSIX compatible bug for sigwaitinfo and sigtimedwait.davidxu2003-06-281-4/+11
* Attach the amd(4) module to the i386 and pc98 builds only;ru2003-06-281-0/+1
* - Use an int rather than a vm_pindex_t to represent the desired pagealc2003-06-281-24/+6
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-289-0/+174
* o update for new 802.11 supportsam2003-06-281-2/+6
* o update for new 802.11 supportsam2003-06-281-34/+103
* - Throttle the inherited sleep and run time in sched_fork_kseg(). Thisjeff2003-06-281-4/+4
* update for 802.11 supportsam2003-06-281-1/+2
* switch to new 802.11 supportsam2003-06-281-2/+3
* hookup ath and ath_hal to the buildsam2003-06-281-0/+2
* update for new 802.11 supportsam2003-06-2811-160/+134
* switch to new 802.11 supportsam2003-06-281-1/+7
* remove old 802.11 support; replaced by new code in sys/net80211sam2003-06-282-4027/+0
* enable installation of sys/net80211sam2003-06-281-2/+2
* Catch amd64 up with the pending busdma async callback locking. Though thisscottl2003-06-281-0/+5
* - Adjust the default maximum slice value to ~140ms. This has improved thejeff2003-06-281-2/+2
* Announce umct to kernel build.scottl2003-06-282-0/+3
* Hook umct up to the module tree.scottl2003-06-281-0/+1
* Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.scottl2003-06-282-0/+520
* Add documentation for watchdogd_enable setting.smkelly2003-06-281-0/+9
* Fix a race condition in the flushing of commands thatgibbs2003-06-281-49/+379
* - Fix a typo.smkelly2003-06-281-1/+1
* aic79xx.h:gibbs2003-06-282-10/+16
* Use clr instead of an explicit mov from ALLZEROSgibbs2003-06-281-2/+2
* Implement ahd_inq_scbram() and change the implementiongibbs2003-06-281-5/+12
* Correct a typo in a comment.gibbs2003-06-281-10/+23
* aic79xx.seq:gibbs2003-06-281-5/+4
* aic79xx.h:gibbs2003-06-282-16/+23
* Turn ips back on.peter2003-06-271-2/+1
* Fix pointer/int warnings so this compiles on amd64. The driver wantspeter2003-06-273-4/+4
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-277-125/+2
* *groan*. I can't win today. Fix manual transcription error so that thepeter2003-06-271-1/+1
* Make LAZY_SWITCH work with PAEpeter2003-06-271-0/+4
OpenPOWER on IntegriCloud