Commit Graph

3535 Commits

Author SHA1 Message Date
Ulrich Drepper
24b0522505 Update. 1999-10-17 03:38:47 +00:00
Ulrich Drepper
ef40f7296d Added struct in_pktinfo. 1999-10-17 03:36:33 +00:00
Ulrich Drepper
b532d74778 Update. 1999-10-14 19:21:57 +00:00
Ulrich Drepper
ea4f32708f (__sleep): Optimize for zero seconds. 1999-10-14 19:21:37 +00:00
Ulrich Drepper
88fb966ab0 Update. 1999-10-12 23:35:25 +00:00
Ulrich Drepper
cec8f54ac1 Don't define register names unconditionally, only if __USE_GNU. 1999-10-12 23:35:13 +00:00
Ulrich Drepper
b051745d1b Update. 1999-10-12 16:00:11 +00:00
Ulrich Drepper
932e6e4fa1 Fix names whcih are different in 2.2. 1999-10-12 15:22:36 +00:00
Ulrich Drepper
48d4f49ffd Update to match generic Linux version. 1999-10-12 15:21:18 +00:00
Ulrich Drepper
9b3307d6c1 Update. 1999-10-12 00:23:47 +00:00
Ulrich Drepper
ce57bab5b7 GBK conversion function. 1999-10-12 00:23:23 +00:00
Ulrich Drepper
a1f237ef35 Add support for gbk. 1999-10-12 00:22:50 +00:00
Ulrich Drepper
b0fb28a934 Update. 1999-10-11 23:52:52 +00:00
Ulrich Drepper
a6207403e6 (LSW): Depend on __FLOAT_WORD_ORDER not __BYTE_ORDER. 1999-10-11 23:52:33 +00:00
Ulrich Drepper
9968062d13 Update. 1999-10-11 19:22:06 +00:00
Ulrich Drepper
4362c65427 Declare SA_SIGINFO. 1999-10-11 19:21:45 +00:00
Ulrich Drepper
cd27d37f87 Update. 1999-10-11 19:19:22 +00:00
Ulrich Drepper
8b0fde8bd9 Fix typos. 1999-10-11 19:18:49 +00:00
Ulrich Drepper
c1d710ff11 Regenerated: autoconf sysdeps/unix/sysv/linux/configure.in 1999-10-11 04:36:12 +00:00
Ulrich Drepper
b4f9680521 (exit): Beware to not free statically allocated list element. 1999-10-11 04:35:54 +00:00
Ulrich Drepper
5556d9fec4 (initial): New variable. Use to initialize __exit_funcs. 1999-10-11 04:35:35 +00:00
Ulrich Drepper
67947679c8 Update. 1999-10-11 04:35:23 +00:00
Ulrich Drepper
916c315896 Update. 1999-10-11 00:46:44 +00:00
Ulrich Drepper
0ebb1613e6 Fix typo. 1999-10-11 00:45:48 +00:00
Ulrich Drepper
3d438c5df6 Update. 1999-10-10 20:49:53 +00:00
Ulrich Drepper
20cad20bc9 (__xpg_basename): Don't return pointer to slash before the basename. 1999-10-10 20:48:58 +00:00
Ulrich Drepper
bdae594174 Add __new_sem_post to get prototype in manager.c; include semaphore.h
for needed types.
1999-10-10 20:39:30 +00:00
Ulrich Drepper
696077311d Update. 1999-10-08 21:52:48 +00:00
Ulrich Drepper
3842bcd362 (__pthread_manager) [REQ_POST]: Use __new_sem_post directly instead of
calling sem_post which should not be necessary but is faster and might
help in some case to work around problems.
1999-10-08 21:52:41 +00:00
Ulrich Drepper
19bbf04adf Regenerated from source files 1999-10-08 19:00:58 +00:00
Ulrich Drepper
1bc3a535fa Update. 1999-10-08 17:16:01 +00:00
Ulrich Drepper
16cc388add (_nss_nisplus_parse_spent): Fix handling of empty entries. 1999-10-08 17:15:38 +00:00
Ulrich Drepper
9cee1c697b Update. 1999-10-06 06:38:19 +00:00
Ulrich Drepper
1de39bac6e Update from cs translation team. 1999-10-06 06:37:30 +00:00
Ulrich Drepper
ce33b4b2c2 Regenerated: autoconf configure.in 1999-10-05 00:56:27 +00:00
Ulrich Drepper
0fc96bcc08 Update. 1999-10-05 00:56:12 +00:00
Ulrich Drepper
75ca79585d Allow makeinfo 4.*. 1999-10-05 00:55:48 +00:00
Ulrich Drepper
65c8ab83d7 Update. 1999-10-05 00:38:27 +00:00
Ulrich Drepper
e642387cec Correct last patch and use outchar instead of PUTC to output single characters. 1999-10-05 00:38:18 +00:00
Roland McGrath
9247d73b24 . 1999-10-01 20:04:13 +00:00
Roland McGrath
86785541a7 1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Rewrite
	without HURD_DPORT_USE to clean up warnings.
	* hurd/dtable.c (get_dtable_port): Likewise.
	* hurd/hurdioctl.c (rectty_dtable): Renamed to install_ctty.
	(install_ctty): Do the changing of the cttyid port cell here, inside
	the critical section while we holding the dtable lock.
	(_hurd_setcttyid, tiocsctty, tiocnotty): Use that instead of changing
	the port cell and calling rectty_dtable.
	(_hurd_locked_install_cttyid): New function, split out of install_ctty.
	(install_ctty): Use it inside a critical section, with the lock held.
	* sysdeps/mach/hurd/setsid.c (__setsid): Use
	_hurd_locked_install_cttyid to effect the cttyid and dtable changes
	after proc_setsid, having held the dtable lock throughout.
	* hurd/dtable.c (ctty_new_pgrp): With the dtable lock held, check the
	cttyid port for null and bail out early if so.  The dtable lock
	serializes us after any cttyid change and its associated dtable update.
1999-10-01 20:02:44 +00:00
Roland McGrath
3e78f0910e 1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Rewrite
	without HURD_DPORT_USE to clean up warnings.
	* hurd/dtable.c (get_dtable_port): Likewise.
1999-10-01 20:02:34 +00:00
Roland McGrath
7eed8c34e9 1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdioctl.c (rectty_dtable): Renamed to install_ctty.
	(install_ctty): Do the changing of the cttyid port cell here, inside
	the critical section while we holding the dtable lock.
	(_hurd_setcttyid, tiocsctty, tiocnotty): Use that instead of changing
	the port cell and calling rectty_dtable.
	(_hurd_locked_install_cttyid): New function, split out of install_ctty.
	(install_ctty): Use it inside a critical section, with the lock held.
	* sysdeps/mach/hurd/setsid.c (__setsid): Use
	_hurd_locked_install_cttyid to effect the cttyid and dtable changes
	after proc_setsid, having held the dtable lock throughout.
	* hurd/dtable.c (ctty_new_pgrp): With the dtable lock held, check the
	cttyid port for null and bail out early if so.  The dtable lock
	serializes us after any cttyid change and its associated dtable update.
1999-10-01 20:02:29 +00:00
Ulrich Drepper
46c030627d Regenerated: autoconf sysdeps/unix/sysv/linux/configure.in 1999-10-01 16:44:43 +00:00
Ulrich Drepper
a9f4c9216f Update. 1999-10-01 16:07:53 +00:00
Ulrich Drepper
f598c2fa81 (_nl_find_domain): Add cast to avoid warning. 1999-10-01 16:06:25 +00:00
Ulrich Drepper
72e26bb1d4 Disable debug messages. 1999-10-01 16:03:36 +00:00
Ulrich Drepper
b276e345bc Correct assembler commands to fix warnings. 1999-10-01 16:00:37 +00:00
Ulrich Drepper
8e7f6c203e Update from tzcode1999g and tzdata1999g. 1999-10-01 15:52:49 +00:00
Ulrich Drepper
59f0c522ff Add missing patch from main branch. 1999-10-01 15:31:08 +00:00