aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor whitespace cleanup.David E. O'Brien2000-10-221-6/+5
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-10-221-234/+408
* Don't bogusly include <struct.h>Poul-Henning Kamp2000-10-221-3/+13
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.Poul-Henning Kamp2000-10-221-0/+3
* On DEVFS machines, the device name database is no use.Poul-Henning Kamp2000-10-221-2/+6
* We use ___setjmp (non-signal saving) to setup a signal frame. WhenDaniel Eischen2000-10-223-3/+3
* Avoid using the semi-bogus include <struct.h>Poul-Henning Kamp2000-10-221-5/+3
* Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() toYoshihiro Takahashi2000-10-223-10/+15
* Rev 1.41 was committed from wrong diff, now do it right.Boris Popov2000-10-222-2/+2
* Make LINT compile again.Poul-Henning Kamp2000-10-223-3/+2
* Release and unlock vnode if resource deadlock detected.Boris Popov2000-10-222-0/+2
* Update stale comment.Boris Popov2000-10-222-6/+2
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.Boris Popov2000-10-228-26/+54
* Clean up the raid code a bit, also allow disks on HPT controllers toSøren Schmidt2000-10-222-65/+97
* Fix warning in the ISA only case.Søren Schmidt2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containSøren Schmidt2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallySøren Schmidt2000-10-221-7/+1
* It is bsd.sites.mk one should look for a full list of default sites,Akinori MUSHA2000-10-222-2/+26
* Use funopen() instead of fdopen(). This fixes three problems:Dag-Erling Smørgrav2000-10-221-4/+118
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-2212-58/+58
* First attempt at timeouts for bio commands sent to the controller. No retry isScott Long2000-10-222-0/+34
* Make usual 1-line cardbus support modification.Warner Losh2000-10-222-0/+2
* Remove obsolete setting. The directory src/usr.sbin/sendmail/cf hasn'tGregory Neil Shapiro2000-10-221-5/+0
* Cleanup the rman_make_alignment_flags function to be much clearer and shorterWarner Losh2000-10-221-12/+10
* o Remove lots of kludges with iospace and irq.Warner Losh2000-10-221-10/+13
* Cleanup allocation of resources for 16-bits. We now do the rightWarner Losh2000-10-221-12/+20
* add Toshiba Mobile HDD MEHDD20A (Type II)MIHIRA Sanpei Yoshiro2000-10-222-5/+31
* add TDK Grey Cell GCS2000 Ethernet CardMIHIRA Sanpei Yoshiro2000-10-211-0/+6
* If the scheme is HTTP or HTTPS, percent-escape whitespace in the documentDag-Erling Smørgrav2000-10-211-1/+21
* Popup IPv6 dialog, again.Hajimu UMEMOTO2000-10-212-2/+2
* Use kern.disks sysctl on PC-98.Yoshihiro Takahashi2000-10-211-4/+0
* Claim maintainership of inetd.David Malone2000-10-211-0/+2
* Don't leak a file discriptor if a service we've called accept() forDavid Malone2000-10-211-0/+3
* if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryYoshihiro Takahashi2000-10-211-1/+9
* Add '-DPC98' to CFLAGS if MACHINE == pc98.Yoshihiro Takahashi2000-10-212-0/+8
* (Introduce something sitting in my repo for 3 weeks now...)Bosko Milekic2000-10-214-48/+22
* Propogate the 'const'ness of mutex descriptions to the witness code toJohn Baldwin2000-10-203-9/+9
* Define the mtx_legal2block() macro used in the witness code that managedJohn Baldwin2000-10-205-0/+12
* Revert the init_clocks change in revision 1.72. On the alpha we use anJohn Baldwin2000-10-201-1/+1
* Actually enable the witness code if the WITNESS kernel option is enabled.John Baldwin2000-10-203-15/+3
* Allow interrupts to be sharable.Warner Losh2000-10-201-9/+6
* Get the interrupt correct.Warner Losh2000-10-201-1/+1
* Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by usingJohn Baldwin2000-10-202-2/+4
* Back out increasing entropy file size workaround and wait for real fix instead.Andrey A. Chernov2000-10-201-1/+1
* Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variableJohn Baldwin2000-10-203-3/+3
* Don't bother setting the saved IPL in the sched_lock mutex as it doesn'tJohn Baldwin2000-10-201-5/+0
* Fix a typo in the last commit; should be 'remove' not 'insert'.Josef Karthauser2000-10-201-1/+1
* Catch up to some of the changes to _getlock_spin_block. Specifically,John Baldwin2000-10-202-8/+8
* Grrrr. Fix the order of the #define's so atomic_cmpset_{acq,rel}_longJohn Baldwin2000-10-201-5/+5
* Fix the atomic_cmpset_{acq,rel}_ptr() functions to do proper type-casting.John Baldwin2000-10-201-4/+18