| Commit message (Expand) | Author | Age | Files | Lines |
* | Set OPEN Flag on open. | n_hibma | 2000-11-15 | 1 | -3/+11 |
* | Enable all interrupts in switch_trampoline after releasing the sched_lock. | jhb | 2000-11-15 | 1 | -0/+2 |
* | Always enable interrupts during fork_trampoline() after releasing the | jhb | 2000-11-14 | 3 | -0/+9 |
* | Don't use the Gawkism strftime(). Pass in the date stamp on the awk | obrien | 2000-11-14 | 2 | -2/+3 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 3 | -40/+33 |
* | Add support for the Accton EN2242 MiniPCI adapter. This is just an | wpaul | 2000-11-14 | 4 | -0/+8 |
* | Only hold the mutex for an eventhandler list while the list is being accessed. | jhb | 2000-11-14 | 1 | -3/+5 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 2 | -2/+6 |
* | When deleting a file, the ordering of events imposed by soft updates | mckusick | 2000-11-14 | 1 | -15/+18 |
* | Pick up kernelname for bootinfo structure (if possible), otherwise | mjacob | 2000-11-14 | 1 | -5/+13 |
* | init booted_kernel from environment kernelname (if there) | mjacob | 2000-11-14 | 1 | -0/+6 |
* | move init of booted_kernel to bootinfo.c | mjacob | 2000-11-14 | 1 | -4/+2 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 14 | -54/+47 |
* | Missed conversion of CIRCLEQ => TAILQ for mount list. | mckusick | 2000-11-14 | 2 | -2/+2 |
* | Proper capitalization of PCMCIA (and avoid matching pcm) | jkh | 2000-11-14 | 2 | -2/+2 |
* | In the year 2000, I think it's perfectly reasonable to include audio | jkh | 2000-11-14 | 4 | -0/+14 |
* | Close PR# 21843 and PR# 21864. This adds support for WEP and updates some | wpaul | 2000-11-13 | 3 | -12/+121 |
* | Make linux_sendsig and linux_sigreturn use all 64 bits of a | gallatin | 2000-11-13 | 2 | -5/+56 |
* | Fix a bug with handling of the saved interrupt state for spin mutexes in | jhb | 2000-11-13 | 2 | -4/+4 |
* | Initialize bus_space_handle_t with zero (for PC-98). | nyan | 2000-11-13 | 4 | -8/+8 |
* | Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIO | marcel | 2000-11-13 | 1 | -5/+19 |
* | Classify all EISA cards with major firmware revions '2' as 742As. | gibbs | 2000-11-13 | 3 | -3/+22 |
* | Don't attempt to reference a NULL scb_data area during teardown events | gibbs | 2000-11-13 | 1 | -0/+2 |
* | Change the ext_type type from short to int, since it doesn't cost us | bmilekic | 2000-11-13 | 1 | -1/+2 |
* | Add ray driver for card (OLDCARD) and pccard (NEWCARD) entries. | imp | 2000-11-12 | 1 | -0/+3 |
* | Changes necessary to make this work. | imp | 2000-11-12 | 5 | -108/+83 |
* | Only offset raid disks > 1 on the HPT, this should solve the | sos | 2000-11-12 | 1 | -1/+2 |
* | Better handling of immediate commands, mainly to solve timeouts | sos | 2000-11-12 | 4 | -12/+37 |
* | Hopefully fix the probing problems that caused lost slaves etc.. | sos | 2000-11-12 | 1 | -53/+67 |
* | Fixed a certain panic on IO error in sendfile(): Page must be set PG_BUSY | dg | 2000-11-12 | 1 | -1/+3 |
* | aic7xxx.c: | gibbs | 2000-11-12 | 3 | -4/+16 |
* | Add new M_RDONLY flag, which can be set during setup (MEXTADD, for example), | bmilekic | 2000-11-11 | 1 | -14/+32 |
* | Change MEXTADD usage to pass the two new arguments. | bmilekic | 2000-11-11 | 5 | -5/+6 |
* | Change check from mbuf->m_ext.ext_free to use the new ext_type in order | bmilekic | 2000-11-11 | 1 | -6/+3 |
* | While I'm here, get rid of (now useless) MCLISREFERENCED and use MEXT_IS_REF | bmilekic | 2000-11-11 | 2 | -12/+4 |
* | * Have m_pulldown() use the new M_WRITABLE() macro in order to determine | bmilekic | 2000-11-11 | 2 | -15/+33 |
* | Change check for existence of mbuf->m_ext.ext_free to check of new ext_type | bmilekic | 2000-11-11 | 1 | -1/+1 |
* | o Fix a mis-transcription of sef's -STABLE protection fixes--only root | rwatson | 2000-11-10 | 1 | -1/+1 |
* | Enable linux thread support on the alpha. The guts of linux_clone was | gallatin | 2000-11-10 | 1 | -1/+57 |
* | Simplify and correct OSF/1 signal handling. | gallatin | 2000-11-10 | 3 | -133/+16 |
* | Don't overwrite the filename for KTR_EXTEND with "../../kern/kern_ktr.c". | jhb | 2000-11-10 | 1 | -1/+0 |
* | Axe some unused variables. | jhb | 2000-11-10 | 1 | -2/+0 |
* | Fix SMP kernel compiles by #include'ing machine/globals.h to get the | jhb | 2000-11-10 | 1 | -0/+1 |
* | Revert auto-generation. The Alpha port is broken. | marcel | 2000-11-10 | 16 | -6/+1153 |
* | Minor whitespace nit in a comment. | jhb | 2000-11-10 | 3 | -3/+3 |
* | Ignore the INTR_MPSAFE flag when calculating the priority of an interrupt | jhb | 2000-11-10 | 1 | -0/+1 |
* | Sync Perforce IDs, add tranceiver state change support, and correct | gibbs | 2000-11-10 | 10 | -58/+150 |
* | Sync perforce IDs. | gibbs | 2000-11-10 | 7 | -7/+7 |
* | Quick fix for not writing group descriptor group, inode bitmaps or | bde | 2000-11-10 | 2 | -2/+4 |
* | The fe driver does not support pnp devices. | nyan | 2000-11-10 | 1 | -0/+4 |