History log of /dragonfly/sys/sys/tty.h (Results 26 – 28 of 28)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ddac2002 13-Aug-2010 Matthew Dillon <dillon@apollo.backplane.com>

kernel - Fix pty registration, memory leak

* Properly unregister the pt_ioctl before freeing it.

* Free the pt_ioctl structure after destroying the device, fixing
a memory leak.

* Fix races in t

kernel - Fix pty registration, memory leak

* Properly unregister the pt_ioctl before freeing it.

* Free the pt_ioctl structure after destroying the device, fixing
a memory leak.

* Fix races in the sysctl_proc which iterates the tty list by using
a marker.

show more ...


# 5b22f1a7 29-Jul-2010 Samuel J. Greear <sjg@thesjg.com>

kernel - Remove kevent subsystem from under mplock

* Create a global token for the kevent subsystem to operate under

* Push klist insertion and removal into knote_insert()/knote_remove()

* Rename

kernel - Remove kevent subsystem from under mplock

* Create a global token for the kevent subsystem to operate under

* Push klist insertion and removal into knote_insert()/knote_remove()

* Rename struct selinfo to struct kqinfo

show more ...


# 163625b9 11-Jul-2010 Samuel J. Greear <sjg@thesjg.com>

kernel - Tear out device polling

* Remove existing (now legacy) code that implements device polling, kq filters
are now the "One True (and only) Way"

* Add dummy write filters (always true) for d

kernel - Tear out device polling

* Remove existing (now legacy) code that implements device polling, kq filters
are now the "One True (and only) Way"

* Add dummy write filters (always true) for devices: targ, vinum, snp, tw
and apm

show more ...


12