Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make RTS follow DTS when CRTSCTS is off, like com(4) and pccom(4); tested | 2005-01-28 | 1 | -2/+6 | |
| | | | | hshoexer@ henning@; ok henning@ | ||||
* | Restore asserting DTR by default, lost when cuaU* support was added; | 2005-01-28 | 1 | -1/+10 | |
| | | | | tested hshoexer@ henning@, ok henning@ | ||||
* | make sure only one set of xfers are set up for any number of opens of the | 2005-01-19 | 1 | -115/+110 | |
| | | | | tty/cua device. | ||||
* | add support for calling units (cuaU*) | 2005-01-10 | 1 | -121/+77 | |
| | |||||
* | put "do { } while (0)" wrappers on all the debug maroc functions | 2004-07-08 | 1 | -2/+2 | |
| | |||||
* | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | 2003-10-03 | 1 | -1/+5 | |
| | | | | | | | | | separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | ||||
* | change arguments to suser. suser now takes the process, and a flags | 2003-08-15 | 1 | -2/+2 | |
| | | | | | | | | | argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | ||||
* | better match netbsd | 2003-05-19 | 1 | -3/+3 | |
| | |||||
* | sync with NetBSD | 2002-11-11 | 1 | -4/+20 | |
| | |||||
* | update $NetBSD$ tags | 2002-07-25 | 1 | -2/+2 | |
| | |||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -20/+20 | |
| | |||||
* | Please be more portable in usb land | 2002-07-11 | 1 | -1/+5 | |
| | |||||
* | no provate cdev_decl()s, they are in sys/conf.h now | 2002-07-10 | 1 | -3/+1 | |
| | |||||
* | Try to be more portable | 2002-07-10 | 1 | -24/+25 | |
| | |||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -25/+24 | |
| | |||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -24/+25 | |
| | |||||
* | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -5/+53 | |
| | |||||
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | 2001-05-03 | 1 | -27/+63 | |
| | | | | kue(4) Ethernet devices. | ||||
* | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | 2001-01-28 | 1 | -1/+7 | |
| | | | | | | driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.) | ||||
* | Sync with NetBSD. Too many changes to mention. For now I have skipped | 2000-11-08 | 1 | -132/+109 | |
| | | | | umass.c and ukbd.c as the diffs are a bit hairier. | ||||
* | Add ucom to char. device list and change XX_UNITMASK's to match OpenBSD; | 2000-07-06 | 1 | -4/+4 | |
| | | | | from dugsong@ | ||||
* | sync with NetBSD... well almost. someone w/ the hw should check umass. | 2000-07-04 | 1 | -2/+2 | |
| | |||||
* | Sync with NetBSD. | 2000-04-14 | 1 | -45/+113 | |
| | |||||
* | Add RCSids. | 2000-04-08 | 1 | -0/+1 | |
| | |||||
* | Add USB modem driver stubs; from NetBSD. Not yet tested. | 2000-04-05 | 1 | -0/+1045 | |