summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
AgeCommit message (Expand)Author
2011-11-19First step of random number subsystem rework described intls
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2010-11-30don't clear TS_BUSY in ucomclose().bsh
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-10-01remove debugging statements that have no chance of working (they crash)christos
2010-02-20printf -> aprint_normal to avoid empty linefeeds and partial messagespooka
2010-01-06Optimize for higher speeds, e.g. when used as part of a 3G modem.martin
2009-12-06Simplify device-activation hooks.dyoung
2009-07-30typo in comment.skrll
2009-01-20Change major()/minor() to return 32-bit types again, calleddrochner
2009-01-11make this compilecegger
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-12-30Add pmf register/deregister to ucom and ugensa. (Addtionally, let asmb
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-12Call ttwakeup() with tty_lock held.ad
2007-11-10Call ttyflush() with tty_lock held.ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-01More from Matt Fleming:elad
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad
2006-07-21- Use the LWP cached credentials where sane.ad
2006-07-12Assert RTS on open. Fixes PR kern/33929.gson
2006-05-14integrate kauth.elad
2006-03-28Use device_unit().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-11merge ktrace-lwp.christos
2005-09-23Remove duplicated "portno %d" from the attach message.itohy
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-26s/locdesc_t/int/gdrochner
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-30- const poisoningchristos
2005-05-18Handle DCD differently so it's not always asserted. From kern/30268 fromaugustss
2004-09-13a round of autoconf cleanup:drochner
2003-11-24Make the DPRINTF text for bulk in/out opening errors match which onenathanw
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-25Avoid strict-alias warnings.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-11Get rid of trailing white space.augustss
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-11-13add RCSIDslukem
2001-08-16Clear busy flag on write error. From PR 13731, IWAMOTO Toshihiro.augustss