summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-182-42/+0
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-1819-5/+33
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-1814-118/+62
* Drop the NDIS lock before returning from ndis_start().le2004-10-181-1/+3
* Major overhaul.glebius2004-10-183-361/+281
* Annotate that get_cyclecount() can be expensive on some platforms,rwatson2004-10-181-0/+4
* Correct several instances where calls to vfs_getvfs() resulting inrwatson2004-10-181-13/+61
* Correct two errors in PG_BUSY management by vm_page_cowfault(). Bothalc2004-10-181-2/+1
* Assert that the containing object is locked in vm_page_io_start() andalc2004-10-171-0/+2
* Use cluster if data >= MINCLSIZE.glebius2004-10-171-1/+1
* 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
OpenPOWER on IntegriCloud