| Commit message (Expand) | Author | Age | Files | Lines |
| * | Minor whitespace cleanup. | David E. O'Brien | 2000-10-22 | 1 | -6/+5 |
| * | Minimal set of diffs from the i386 bits to the AlphaLinux. | David E. O'Brien | 2000-10-22 | 1 | -234/+408 |
| * | Don't bogusly include <struct.h> | Poul-Henning Kamp | 2000-10-22 | 1 | -3/+13 |
| * | Don't rely on <sys/queue.h> to bogusly include <struct.h>. | Poul-Henning Kamp | 2000-10-22 | 1 | -0/+3 |
| * | On DEVFS machines, the device name database is no use. | Poul-Henning Kamp | 2000-10-22 | 1 | -2/+6 |
| * | We use ___setjmp (non-signal saving) to setup a signal frame. When | Daniel Eischen | 2000-10-22 | 3 | -3/+3 |
| * | Avoid using the semi-bogus include <struct.h> | Poul-Henning Kamp | 2000-10-22 | 1 | -5/+3 |
| * | Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to | Yoshihiro Takahashi | 2000-10-22 | 3 | -10/+15 |
| * | Rev 1.41 was committed from wrong diff, now do it right. | Boris Popov | 2000-10-22 | 2 | -2/+2 |
| * | Make LINT compile again. | Poul-Henning Kamp | 2000-10-22 | 3 | -3/+2 |
| * | Release and unlock vnode if resource deadlock detected. | Boris Popov | 2000-10-22 | 2 | -0/+2 |
| * | Update stale comment. | Boris Popov | 2000-10-22 | 2 | -6/+2 |
| * | Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware. | Boris Popov | 2000-10-22 | 8 | -26/+54 |
| * | Clean up the raid code a bit, also allow disks on HPT controllers to | Søren Schmidt | 2000-10-22 | 2 | -65/+97 |
| * | Fix warning in the ISA only case. | Søren Schmidt | 2000-10-22 | 1 | -0/+1 |
| * | Get the prober error code instead of relying on scp->error to contain | Søren Schmidt | 2000-10-22 | 1 | -0/+1 |
| * | Up the reset pulse to 100ms in ata_reset, some drives especially | Søren Schmidt | 2000-10-22 | 1 | -7/+1 |
| * | It is bsd.sites.mk one should look for a full list of default sites, | Akinori MUSHA | 2000-10-22 | 2 | -2/+26 |
| * | Use funopen() instead of fdopen(). This fixes three problems: | Dag-Erling Smørgrav | 2000-10-22 | 1 | -4/+118 |
| * | Cause fatal error messages to be a little more helpful to the programmer | Jordan K. Hubbard | 2000-10-22 | 12 | -58/+58 |
| * | First attempt at timeouts for bio commands sent to the controller. No retry is | Scott Long | 2000-10-22 | 2 | -0/+34 |
| * | Make usual 1-line cardbus support modification. | Warner Losh | 2000-10-22 | 2 | -0/+2 |
| * | Remove obsolete setting. The directory src/usr.sbin/sendmail/cf hasn't | Gregory Neil Shapiro | 2000-10-22 | 1 | -5/+0 |
| * | Cleanup the rman_make_alignment_flags function to be much clearer and shorter | Warner Losh | 2000-10-22 | 1 | -12/+10 |
| * | o Remove lots of kludges with iospace and irq. | Warner Losh | 2000-10-22 | 1 | -10/+13 |
| * | Cleanup allocation of resources for 16-bits. We now do the right | Warner Losh | 2000-10-22 | 1 | -12/+20 |
| * | add Toshiba Mobile HDD MEHDD20A (Type II) | MIHIRA Sanpei Yoshiro | 2000-10-22 | 2 | -5/+31 |
| * | add TDK Grey Cell GCS2000 Ethernet Card | MIHIRA Sanpei Yoshiro | 2000-10-21 | 1 | -0/+6 |
| * | If the scheme is HTTP or HTTPS, percent-escape whitespace in the document | Dag-Erling Smørgrav | 2000-10-21 | 1 | -1/+21 |
| * | Popup IPv6 dialog, again. | Hajimu UMEMOTO | 2000-10-21 | 2 | -2/+2 |
| * | Use kern.disks sysctl on PC-98. | Yoshihiro Takahashi | 2000-10-21 | 1 | -4/+0 |
| * | Claim maintainership of inetd. | David Malone | 2000-10-21 | 1 | -0/+2 |
| * | Don't leak a file discriptor if a service we've called accept() for | David Malone | 2000-10-21 | 1 | -0/+3 |
| * | if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessary | Yoshihiro Takahashi | 2000-10-21 | 1 | -1/+9 |
| * | Add '-DPC98' to CFLAGS if MACHINE == pc98. | Yoshihiro Takahashi | 2000-10-21 | 2 | -0/+8 |
| * | (Introduce something sitting in my repo for 3 weeks now...) | Bosko Milekic | 2000-10-21 | 4 | -48/+22 |
| * | Propogate the 'const'ness of mutex descriptions to the witness code to | John Baldwin | 2000-10-20 | 3 | -9/+9 |
| * | Define the mtx_legal2block() macro used in the witness code that managed | John Baldwin | 2000-10-20 | 5 | -0/+12 |
| * | Revert the init_clocks change in revision 1.72. On the alpha we use an | John Baldwin | 2000-10-20 | 1 | -1/+1 |
| * | Actually enable the witness code if the WITNESS kernel option is enabled. | John Baldwin | 2000-10-20 | 3 | -15/+3 |
| * | Allow interrupts to be sharable. | Warner Losh | 2000-10-20 | 1 | -9/+6 |
| * | Get the interrupt correct. | Warner Losh | 2000-10-20 | 1 | -1/+1 |
| * | Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by using | John Baldwin | 2000-10-20 | 2 | -2/+4 |
| * | Back out increasing entropy file size workaround and wait for real fix instead. | Andrey A. Chernov | 2000-10-20 | 1 | -1/+1 |
| * | Doh. Fix a 64-bit-ism by using uintptr_t for a temporary lock variable | John Baldwin | 2000-10-20 | 3 | -3/+3 |
| * | Don't bother setting the saved IPL in the sched_lock mutex as it doesn't | John Baldwin | 2000-10-20 | 1 | -5/+0 |
| * | Fix a typo in the last commit; should be 'remove' not 'insert'. | Josef Karthauser | 2000-10-20 | 1 | -1/+1 |
| * | Catch up to some of the changes to _getlock_spin_block. Specifically, | John Baldwin | 2000-10-20 | 2 | -8/+8 |
| * | Grrrr. Fix the order of the #define's so atomic_cmpset_{acq,rel}_long | John Baldwin | 2000-10-20 | 1 | -5/+5 |
| * | Fix the atomic_cmpset_{acq,rel}_ptr() functions to do proper type-casting. | John Baldwin | 2000-10-20 | 1 | -4/+18 |