| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary check for curthread == NULL. | alc | 2004-10-17 | 1 | -1/+1 |
* | When sf_buf_alloc() replaces a virtual-to-physical mapping, it needn't | alc | 2004-10-16 | 1 | -1/+15 |
* | Add support for the Vodafone Mobile Connect 3G datacard. | le | 2004-10-16 | 2 | -0/+6 |
* | If a process needs to be swapped in, wakeup the swapper from within | scottl | 2004-10-16 | 3 | -6/+10 |
* | Skip probe attempts for ISA PnP devices. | gibbs | 2004-10-15 | 1 | -1/+5 |
* | Make pty's always come up in echo mode. | phk | 2004-10-15 | 3 | -2/+3 |
* | Merged from sys/dev/sio/sio.c (Use generic tty code). | nyan | 2004-10-15 | 2 | -180/+90 |
* | document host_start_mem. | imp | 2004-10-15 | 1 | -0/+12 |
* | Polish the last change. | ru | 2004-10-15 | 1 | -5/+5 |
* | Re-add an acpi attachment for the legacy probe that was inadvertently | njl | 2004-10-15 | 1 | -0/+1 |
* | Remove unused variable. | njl | 2004-10-15 | 2 | -2/+0 |
* | Remove unused variable. Pointy hat candidate. | njl | 2004-10-15 | 1 | -1/+0 |
* | add missing ';' that didn't show up with INVARIANTS enabled | sam | 2004-10-15 | 1 | -1/+1 |
* | Plug possible memory leak in sound DMA buffer handling. It also | yongari | 2004-10-15 | 1 | -9/+24 |
* | Use a taskqueue rather than an swi to handle deferred notifications. | kan | 2004-10-15 | 1 | -25/+9 |
* | Move session state from on-card memory to host memory so we no longer are | sam | 2004-10-15 | 2 | -43/+46 |
* | Document hw.{pci,acpi}.host_start_mem | imp | 2004-10-15 | 1 | -0/+9 |
* | Let nexus print our flags for us. Also, clean up an obfuscated if stmt. | njl | 2004-10-14 | 1 | -10/+7 |
* | Print flags in the nexus for child devices. | njl | 2004-10-14 | 3 | -0/+6 |
* | Remove local hacks to set flags now that the device probe does this for us. | njl | 2004-10-14 | 10 | -31/+3 |
* | Add a missing newline character. | pjd | 2004-10-14 | 1 | -1/+2 |
* | Remove unused ttys field. | phk | 2004-10-14 | 1 | -1/+0 |
* | Add missing chunk of code to enforce the lock-bits of termios. | phk | 2004-10-14 | 1 | -1/+26 |
* | Update flags patch for the !ISA case. | njl | 2004-10-14 | 1 | -5/+14 |
* | Add missing flag to userland_sysctl() | phk | 2004-10-14 | 1 | -1/+1 |
* | Fix echo in console mode. | phk | 2004-10-14 | 2 | -21/+31 |
* | Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give us | pjd | 2004-10-14 | 1 | -0/+5 |
* | Only allow for unloading when there are no geoms in LABEL GEOM class. | pjd | 2004-10-14 | 1 | -1/+16 |
* | /me gets the wrong patch out of the pr :( | jmg | 2004-10-14 | 1 | -2/+2 |
* | Fix a spelling error in a panic string. | green | 2004-10-14 | 1 | -1/+1 |
* | Fix warnings on non-i386 arch. | simokawa | 2004-10-14 | 1 | -0/+2 |
* | Fix maybe_preempt_in_ksegrp for !SMP. | ups | 2004-10-13 | 1 | -7/+33 |
* | fix a bug where signal events didn't set the flags for attach/detach.. | jmg | 2004-10-13 | 1 | -0/+2 |
* | Refine locking so it covers the "running" variable as well. | sos | 2004-10-13 | 2 | -108/+108 |
* | Add device IDs for Intel ICH6. | le | 2004-10-13 | 1 | -0/+20 |
* | Remove references to the second byte of a CCB containing the LUN, as this | bms | 2004-10-13 | 1 | -4/+4 |
* | Use generic tty code instead of local copy. | phk | 2004-10-13 | 1 | -277/+80 |
* | Use generic tty code instead of local stuff. | phk | 2004-10-13 | 3 | -1567/+293 |
* | Print before the footer, not after. | njl | 2004-10-13 | 1 | -1/+1 |
* | If flags are present, print them like ISA does. | njl | 2004-10-13 | 1 | -0/+2 |
* | Set flags for devices before probing them. In the non-ISA case, flags set | njl | 2004-10-13 | 1 | -1/+5 |
* | First half of tty code rework: unifdef -D__FreeBSD_Version=600000 | phk | 2004-10-13 | 2 | -404/+5 |
* | Limit DMA address space to 1GB since the trident audio cards can't | yongari | 2004-10-13 | 1 | -1/+11 |
* | Audio drivers failed to detect failure condition and attempted to | yongari | 2004-10-13 | 18 | -23/+29 |
* | Add dcons_os.{c,h}. | simokawa | 2004-10-13 | 3 | -2/+3 |
* | - Split dcons core code and OS dependent code. | simokawa | 2004-10-13 | 5 | -650/+883 |
* | Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failure | green | 2004-10-13 | 1 | -0/+1 |
* | Back out rev.1.91 which implemented bulk read transfers in ugen(4) as | green | 2004-10-13 | 1 | -151/+31 |
* | Get rid of device nodes interface. It is useless and confusing. | emax | 2004-10-12 | 2 | -532/+1 |
* | Use generic tty code instead of local copies. | phk | 2004-10-12 | 1 | -118/+48 |