libc/winsup/cygwin
Corinna Vinschen 80c74a5f38 Fix ChangeLog dates.
* fhandler.h (fhandler_dev_tape::tape_get_pos): Declare with extra
	parameter for partition number.
	(fhandler_dev_tape::_tape_set_pos): Ditto.
	(fhandler_dev_tape::tape_partition): New method.
	(fhandler_dev_tape::tape_set_partition): New method.
	* fhandler_tape.cc (fhandler_dev_tape::open): Call private methods
	directly instead of ioctl.
	(fhandler_dev_tape::ioctl): Use long erase on MTERASE by default.
	Don't use absolute positioning on MTSEEK.  Call tape_set_partition
	on MTSETPART, tape_partition on MTMKPART.
	(fhandler_dev_tape::tape_get_pos): Add partition number parameter.
	Prefer logical position information over absolute position information.
	Return partition number.
	(fhandler_dev_tape::_tape_set_pos): Add partition number parameter.
	Use in SetTapePosition.
	(fhandler_dev_tape::tape_set_pos): Remove special TAPE_ABSOLUTE_BLOCK
	handling.
	(fhandler_dev_tape::tape_erase): Rewind before erasing.
	(fhandler_dev_tape::tape_status): Rearrange slightly. Try to get a
	MediaType even if no tape is loaded. Store active partition in
	mt_resid as on Linux.
	(fhandler_dev_tape::tape_partition): New method.
	(fhandler_dev_tape::tape_set_partition): New method.
	* include/cygwin/mtio.h: Fix copyright. Add comment to explain
	mt_resid content.
	* include/cygwin/version.h: Bump API minor number.
2004-03-15 11:37:37 +00:00
..
config/i386 * gendef (stabilize_sig_stack): New function. 2004-02-18 20:48:38 +00:00
include Fix ChangeLog dates. 2004-03-15 11:37:37 +00:00
lib * cygwin.din: Make crt0 functions NOSIGFE. 2003-12-31 06:30:48 +00:00
libc * getopt.c: Avoid useless compiler warnings. 2004-02-20 23:31:47 +00:00
regex
regexp
CYGWIN_LICENSE
ChangeLog Fix ChangeLog dates. 2004-03-15 11:37:37 +00:00
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003 fix typo 2004-01-20 03:11:39 +00:00
Makefile.in * Makefile.in (clean): Clean libserver, too. 2004-02-17 20:03:01 +00:00
ROADMAP
acconfig.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
ansi.sgml
assert.cc
autoload.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
automode.c
binmode.c
child_info.h * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. 2004-02-02 21:00:07 +00:00
config.h.in * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
configure * configure.in: Remove NEWVFORK default. 2004-01-23 23:05:33 +00:00
configure.in * configure.in: Remove NEWVFORK default. 2004-01-23 23:05:33 +00:00
cpuid.h
crt0.c * Makefile.in: Rework to accommodate new speclib arguments. 2003-08-06 01:40:12 +00:00
cxx.cc * cxx.cc (new): Fix formatting. Just return result of ccalloc rather than 2003-09-04 03:01:35 +00:00
cygerrno.h * cygerrno.h (set_errno): Replace semicolon with comma in non-DEBUGGING 2004-02-02 10:47:29 +00:00
cygheap.cc * cygheap.cc (_csbrk): Report failing condition to stderr rather than strace. 2004-02-16 02:03:54 +00:00
cygheap.h Rename _threadinfo to _cygtls, throughout. 2004-02-12 03:01:58 +00:00
cygmagic
cygmalloc.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
cygserver.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
cygserver_ipc.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
cygserver_msg.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygserver_sem.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygserver_shm.h * cygserver.h (client_request::request_code_t): Add 2003-11-19 18:50:23 +00:00
cygthread.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
cygthread.h * cygwin/include/signal.h: Add copyright notice. 2004-01-19 05:46:54 +00:00
cygtls.cc * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarily 2004-03-15 02:47:35 +00:00
cygtls.h * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarily 2004-03-15 02:47:35 +00:00
cygwin-shilka * cygwin-shilka: Remove '#line directives' or suffer debugging oddities. Use 2003-09-27 05:35:02 +00:00
cygwin.din * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists 2004-02-26 05:10:49 +00:00
cygwin.sc
cygwin_version.h
dcrt0.cc * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
debug.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
debug.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
delqueue.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
devices.cc * devices.in: Change raw com device to more correct form. 2004-01-21 19:14:19 +00:00
devices.h Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX 2003-12-03 16:35:52 +00:00
devices.in * devices.in: Change raw com device to more correct form. 2004-01-21 19:14:19 +00:00
dir.cc 2004-03-14 Pierre Humblet <pierre.humblet@ieee.org> 2004-03-14 16:16:45 +00:00
dlfcn.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
dll_init.cc * Makefile.in (clean): Remove sigfe.s. 2004-02-13 19:34:32 +00:00
dll_init.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
dll_init.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
dlmalloc.c * include/cygwin/version.h: Bump DLL minor number to 8. 2004-01-20 19:36:35 +00:00
dlmalloc.h * include/cygwin/version.h: Bump DLL minor number to 8. 2004-01-20 19:36:35 +00:00
dtable.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
dtable.h * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. 2004-02-02 21:00:07 +00:00
dtable.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
environ.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
environ.h 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
errno.cc * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and 2004-03-14 18:01:45 +00:00
exceptions.cc * exceptions.cc (sigpacket::process): Simplify code slightly. 2004-03-12 08:22:22 +00:00
exec.cc * devices.cc: New file. 2003-09-25 00:37:18 +00:00
external.cc * dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set. 2004-02-25 01:19:13 +00:00
external.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
fcntl.cc * fcntl.cc (fcntl_worker): Remove static storage class. 2003-12-03 09:55:42 +00:00
fhandler.cc * Makefile.in (clean): Clean libserver, too. 2004-02-17 20:03:01 +00:00
fhandler.h Fix ChangeLog dates. 2004-03-15 11:37:37 +00:00
fhandler_clipboard.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_console.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_disk_file.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_dsp.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_fifo.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_floppy.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_mem.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_nodevice.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_proc.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_process.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_random.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_raw.cc * errno.cc (errmap): Handle ERROR_BUS_RESET. 2004-03-13 18:15:06 +00:00
fhandler_registry.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_serial.cc * fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK. 2004-03-09 02:51:26 +00:00
fhandler_socket.cc * fhandler_socket.cc (fhandler_socket::ioctl): Add FIONREAD handling. 2004-02-09 11:30:57 +00:00
fhandler_tape.cc Fix ChangeLog dates. 2004-03-15 11:37:37 +00:00
fhandler_termios.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_tty.cc Throughout, change name from set_inheritance to set_no_inheritance to better 2004-02-02 20:33:09 +00:00
fhandler_virtual.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_windows.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
fhandler_zero.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
flock.cc * fcntl.cc (fcntl_worker): Remove static storage class. 2003-12-03 09:55:42 +00:00
fork.cc * fork.cc (fork_parent): Save parent pid in a temporary variable since child 2004-03-07 04:57:47 +00:00
gcrt0.c
gendef * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
gendevices * gendevices: Issue error when shilka is missing. 2003-11-28 21:20:15 +00:00
gentls_offsets * gendef (stabilize_sig_stack): Correctly align this pointer for call to 2004-02-25 04:08:00 +00:00
glob.c
gmon.c
gmon.h
grp.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
heap.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
heap.h
hires.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
how-autoload-works.txt
how-cygheap-works.txt
how-fhandlers-work.txt
how-signals-work.txt minor cleanup 2004-03-14 05:35:19 +00:00
how-spawn-works.txt
how-to-debug-cygwin.txt
how-vfork-works.txt
init.cc * dcrt0.cc (_dll_crt0): Add some stern internal errors. 2004-02-24 17:13:16 +00:00
ioctl.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
ipc.cc
localtime.cc * localtime.cc (localtime_r): Call tzset. 2004-02-08 19:59:27 +00:00
malloc.cc * Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object. 2003-08-31 18:26:58 +00:00
malloc_wrapper.cc * gendef (sigreturn): Call stabilize_sig_stack to ensure that there are no 2004-03-04 05:31:14 +00:00
mcount.c
misc-std.sgml
miscfuncs.cc * miscfuncs.cc (check_invalid_virtual_addr): Assure the last page 2004-02-26 11:32:20 +00:00
mkvers.sh update copyright 2004-02-04 22:40:50 +00:00
mmap.cc * miscfuncs.cc (check_invalid_virtual_addr): Assure the last page 2004-02-26 11:32:20 +00:00
msg.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
net.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
netdb.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
newsym
ntdll.h
ntea.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
passwd.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
path.cc * path.cc (conv_path_list): Return error condition. 2004-02-21 04:46:00 +00:00
path.h * Makefile.in (clean): Clean libserver, too. 2004-02-17 20:03:01 +00:00
path.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
perprocess.h
perthread.h * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
pinfo.cc 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
pinfo.h Rename _threadinfo to _cygtls, throughout. 2004-02-12 03:01:58 +00:00
pipe.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
poll.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
posix.sgml
profil.c
profil.h
pseudo-reloc.cc
pthread.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
pwdgrp.h * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
registry.cc 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
registry.h
resource.cc
rmsym
scandir.cc
sched.cc * Makefile.in: Add libusr32.a to DLL_IMPORTS. 2003-09-27 03:44:31 +00:00
sec_acl.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
sec_helper.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
security.cc * security.cc (get_nt_object_attribute): Fix error handling. 2004-02-11 17:54:34 +00:00
security.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
select.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
select.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
sem.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
shared.cc * cygheap.cc (cygheap_init): Set cygheap->shared_prefix. 2003-12-01 15:03:43 +00:00
shared.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
shared_info.h * path.cc (conv_path_list): Return error condition. 2004-02-21 04:46:00 +00:00
shm.cc Eliminate use of sigframe and sigthread throughout. 2003-11-28 20:55:59 +00:00
signal.cc * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists 2004-02-26 05:10:49 +00:00
sigproc.cc * cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarily 2004-03-15 02:47:35 +00:00
sigproc.h * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
smallprint.c 2003-11-11 Robert Collins <rbtcollins@hotmail.com> 2003-11-14 23:40:06 +00:00
spawn.cc * cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff is 2004-03-14 06:34:05 +00:00
speclib * speclib: Use correct EOF marker. Ensure that directory is actually deleted 2003-11-28 20:51:11 +00:00
stackdump.sgml 2004-01-12 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-02-22 23:21:20 +00:00
strace.cc Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, 2003-12-07 22:37:12 +00:00
string.h
strsep.cc
strsig.cc * Makefile.in (DLL_OFILES): Add strsig.o. 2004-02-03 21:59:27 +00:00
sync.cc Rename _threadinfo to _cygtls, throughout. 2004-02-12 03:01:58 +00:00
sync.h * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
syscalls.cc * Makefile.in (clean): Clean libserver, too. 2004-02-17 20:03:01 +00:00
sysconf.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
syslog.cc * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report 2003-12-23 16:26:31 +00:00
termios.cc Rename _threadinfo to _cygtls, throughout. 2004-02-12 03:01:58 +00:00
textmode.c
thread.cc * include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): 2004-03-04 21:04:14 +00:00
thread.h * include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP): 2004-03-04 21:04:14 +00:00
timer.cc * cygwin/include/signal.h: Add copyright notice. 2004-01-19 05:46:54 +00:00
times.cc * cygwin/include/signal.h: Add copyright notice. 2004-01-19 05:46:54 +00:00
tlsoffsets.h * cygtls.h (waitq): Declare structure here. 2004-03-12 03:09:28 +00:00
tty.cc * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. 2003-12-27 01:59:29 +00:00
tty.h * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. 2003-12-27 01:59:29 +00:00
tz_posixrules.h
uinfo.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
uname.cc
wait.cc * wait.cc (wait4): Initialize pointer on entry. Avoid calling 2004-03-12 22:03:33 +00:00
winbase.h * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment. 2003-12-03 05:21:55 +00:00
wincap.cc * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and 2004-03-14 18:01:45 +00:00
wincap.h * errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and 2004-03-14 18:01:45 +00:00
window.cc * debug.h (console_printf): Define for non-debugging condition. 2004-02-09 04:04:24 +00:00
winsup.h * miscfuncs.cc (check_invalid_virtual_addr): New function. 2004-02-25 10:54:31 +00:00
winver.rc
wsock_event.h