summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary check for curthread == NULL.alc2004-10-171-1/+1
* When sf_buf_alloc() replaces a virtual-to-physical mapping, it needn'talc2004-10-161-1/+15
* Add support for the Vodafone Mobile Connect 3G datacard.le2004-10-162-0/+6
* If a process needs to be swapped in, wakeup the swapper from withinscottl2004-10-163-6/+10
* Skip probe attempts for ISA PnP devices.gibbs2004-10-151-1/+5
* Make pty's always come up in echo mode.phk2004-10-153-2/+3
* Merged from sys/dev/sio/sio.c (Use generic tty code).nyan2004-10-152-180/+90
* document host_start_mem.imp2004-10-151-0/+12
* Polish the last change.ru2004-10-151-5/+5
* Re-add an acpi attachment for the legacy probe that was inadvertentlynjl2004-10-151-0/+1
* Remove unused variable.njl2004-10-152-2/+0
* Remove unused variable. Pointy hat candidate.njl2004-10-151-1/+0
* add missing ';' that didn't show up with INVARIANTS enabledsam2004-10-151-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoyongari2004-10-151-9/+24
* Use a taskqueue rather than an swi to handle deferred notifications.kan2004-10-151-25/+9
* Move session state from on-card memory to host memory so we no longer aresam2004-10-152-43/+46
* Document hw.{pci,acpi}.host_start_memimp2004-10-151-0/+9
* Let nexus print our flags for us. Also, clean up an obfuscated if stmt.njl2004-10-141-10/+7
* Print flags in the nexus for child devices.njl2004-10-143-0/+6
* Remove local hacks to set flags now that the device probe does this for us.njl2004-10-1410-31/+3
* Add a missing newline character.pjd2004-10-141-1/+2
* Remove unused ttys field.phk2004-10-141-1/+0
* Add missing chunk of code to enforce the lock-bits of termios.phk2004-10-141-1/+26
* Update flags patch for the !ISA case.njl2004-10-141-5/+14
* Add missing flag to userland_sysctl()phk2004-10-141-1/+1
* Fix echo in console mode.phk2004-10-142-21/+31
* Ehh. Introduce a hack: Wait for 3 seconds, so GEOM is able to give uspjd2004-10-141-0/+5
* Only allow for unloading when there are no geoms in LABEL GEOM class.pjd2004-10-141-1/+16
* /me gets the wrong patch out of the pr :(jmg2004-10-141-2/+2
* Fix a spelling error in a panic string.green2004-10-141-1/+1
* Fix warnings on non-i386 arch.simokawa2004-10-141-0/+2
* Fix maybe_preempt_in_ksegrp for !SMP.ups2004-10-131-7/+33
* fix a bug where signal events didn't set the flags for attach/detach..jmg2004-10-131-0/+2
* Refine locking so it covers the "running" variable as well.sos2004-10-132-108/+108
* Add device IDs for Intel ICH6.le2004-10-131-0/+20
* Remove references to the second byte of a CCB containing the LUN, as thisbms2004-10-131-4/+4
* Use generic tty code instead of local copy.phk2004-10-131-277/+80
* Use generic tty code instead of local stuff.phk2004-10-133-1567/+293
* Print before the footer, not after.njl2004-10-131-1/+1
* If flags are present, print them like ISA does.njl2004-10-131-0/+2
* Set flags for devices before probing them. In the non-ISA case, flags setnjl2004-10-131-1/+5
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000phk2004-10-132-404/+5
* Limit DMA address space to 1GB since the trident audio cards can'tyongari2004-10-131-1/+11
* Audio drivers failed to detect failure condition and attempted toyongari2004-10-1318-23/+29
* Add dcons_os.{c,h}.simokawa2004-10-133-2/+3
* - Split dcons core code and OS dependent code.simokawa2004-10-135-650/+883
* Permit fcntl(F_SETFL) to work on a ugen(4) device by not returning failuregreen2004-10-131-0/+1
* Back out rev.1.91 which implemented bulk read transfers in ugen(4) asgreen2004-10-131-151/+31
* Get rid of device nodes interface. It is useless and confusing.emax2004-10-122-532/+1
* Use generic tty code instead of local copies.phk2004-10-121-118/+48
OpenPOWER on IntegriCloud