]> git.ipfire.org Git - thirdparty/util-linux.git/log
thirdparty/util-linux.git
16 years agoremove copyright notice from file
Johannes Berg [Wed, 26 Aug 2009 17:51:32 +0000 (19:51 +0200)] 
remove copyright notice from file

should make it clear that COPYING is supposed
to govern the entire source distribution

16 years agoadd copyright notices
Johannes Berg [Wed, 26 Aug 2009 17:41:21 +0000 (19:41 +0200)] 
add copyright notices

16 years agoversion 0.2
Johannes Berg [Tue, 25 Aug 2009 09:53:19 +0000 (11:53 +0200)] 
version 0.2

16 years agosync with kernel, add GPS
Johannes Berg [Tue, 25 Aug 2009 09:52:29 +0000 (11:52 +0200)] 
sync with kernel, add GPS

The kernel added a GPS rfkill type, and also the
event size. Sync with the kernel's header file and
add support for GPS.

16 years agoadd manpage
Johannes Berg [Tue, 25 Aug 2009 09:49:10 +0000 (11:49 +0200)] 
add manpage

Taken from http://tartarus.org/~ds/pkg/rfkill_0.1-4-g9429740-1.diff.gz

Thanks Darren!

16 years agoremove iteration and let the kernel do it
Johannes Berg [Thu, 23 Jul 2009 17:11:21 +0000 (19:11 +0200)] 
remove iteration and let the kernel do it

16 years agoAdded support for block/unblock wireless types.
Tim Gardner [Thu, 23 Jul 2009 16:53:47 +0000 (10:53 -0600)] 
Added support for block/unblock wireless types.

block/unblock now accepts an index as well as a wireless type,
uncluding 'all'.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agoAdded rfkill_block_all()
Tim Gardner [Thu, 23 Jul 2009 15:51:47 +0000 (09:51 -0600)] 
Added rfkill_block_all()

Utility function to block/unblock devices by type.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agoAdded a utility function to acquire a list of events.
Tim Gardner [Thu, 23 Jul 2009 15:34:27 +0000 (09:34 -0600)] 
Added a utility function to acquire a list of events.

Construct a list of events for use by multiple functions,
such as block/unblock for specific rfkill types.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
16 years agobump version to 0.1
Johannes Berg [Tue, 21 Jul 2009 11:34:48 +0000 (13:34 +0200)] 
bump version to 0.1

16 years agocheck event size for version 1
Johannes Berg [Sun, 5 Jul 2009 12:37:40 +0000 (14:37 +0200)] 
check event size for version 1

If we ever increase the event struct size, then we
will need to handle multiple event sizes, so let's
define the current event size and check for that
so we remember to fix it up when (if ever) we need
to change things.

16 years agouse right event size for read()
Johannes Berg [Sun, 5 Jul 2009 12:33:25 +0000 (14:33 +0200)] 
use right event size for read()

In order to be compatible with future size increases of
the kernel's rfkill structure, userspace should only
read as much as it expects -- the kernel will truncate
the event read if necessary, which is the way we plan
to have compatibility between different versions, should
they ever be necessary.

Thus, the userspace tool needs to use the exact event
size for a read().

If the userspace tool is ever compiled with a newer
kernel then it will need to be adjusted to work with
older kernels, however.

16 years agoopen device read-only for list and event operations
Marcel Holtmann [Fri, 5 Jun 2009 10:31:10 +0000 (12:31 +0200)] 
open device read-only for list and event operations

16 years agocomment out rfkill manpage install for now
Johannes Berg [Thu, 4 Jun 2009 18:50:18 +0000 (20:50 +0200)] 
comment out rfkill manpage install for now

16 years agoadd *~ to gitignore
Johannes Berg [Thu, 4 Jun 2009 18:36:58 +0000 (20:36 +0200)] 
add *~ to gitignore

16 years agoadd .gitignore
Johannes Berg [Thu, 4 Jun 2009 18:36:49 +0000 (20:36 +0200)] 
add .gitignore

16 years agoversion script "improvement"
Johannes Berg [Thu, 4 Jun 2009 18:33:21 +0000 (20:33 +0200)] 
version script "improvement"

16 years agoimplement basic rfkill functionality
Marcel Holtmann [Thu, 4 Jun 2009 18:28:39 +0000 (20:28 +0200)] 
implement basic rfkill functionality

16 years agoupdate to latest rfkill.h
Marcel Holtmann [Thu, 4 Jun 2009 18:28:37 +0000 (20:28 +0200)] 
update to latest rfkill.h

16 years agofix wrong rfkill_version type
Marcel Holtmann [Thu, 4 Jun 2009 18:28:38 +0000 (20:28 +0200)] 
fix wrong rfkill_version type

16 years agoinit rfkill basic code
Johannes Berg [Thu, 28 May 2009 09:39:20 +0000 (11:39 +0200)] 
init rfkill basic code