Commit Graph

72 Commits

Author SHA1 Message Date
blymn 935e860337 bump libcurses minor. 2000-05-01 12:35:42 +00:00
thorpej eb050496a9 Back out rev 1.69 -- I dunno what the deal was on Manuel's system, but
we're certainly still at libutil.so.5.2 on the snapshot I just built.
2000-05-01 05:24:12 +00:00
jdc 85a2e6448b Bump libcurses minor (new functions - wnoutrefresh() and doupdate()). 2000-04-27 00:28:58 +00:00
bouyer 602855a62b Looks like we're at libutil.so.5.3 now ... 2000-04-26 17:07:52 +00:00
blymn 4a7660dd24 Bump libcurses minor. 2000-04-26 12:31:27 +00:00
blymn 3b60d26e3a Bumped libcurses minor version. 2000-04-25 14:08:45 +00:00
sommerfeld e551a33ad0 mention in comment that libtermcap/libtermlib share a version 2000-04-24 15:13:20 +00:00
thorpej c4f7002d69 Update for libtermlib.so.0.2. 2000-04-22 16:52:40 +00:00
minoura 599d65f132 New syscall issetugid. 2000-04-21 16:24:22 +00:00
blymn 6965dd7b76 Bumped major of libmenu. 2000-04-21 11:07:05 +00:00
blymn fca4cb67e8 Updated minor of libtermcap. 2000-04-19 13:42:58 +00:00
thorpej 3b709d7ae5 Update for libcurses.so.3.1 2000-04-14 22:55:56 +00:00
erh 744f0f6486 libc is at 12.60 now. 2000-04-06 21:22:49 +00:00
minoura 59816535a2 Update libc.so version. 2000-04-02 15:39:54 +00:00
itojun 8ab75e23f4 hide shouldn't-be-exported symbols from the outside.
don't compile pfkey*, since we expect tons of changes in the near future.

bump shlib major (due to less exported APIs than before - am I correct here?).
2000-03-13 21:23:55 +00:00
cjs e4d280c038 Update minor version of libc so that those installing a snapshot actually
get a libc with it. (Someone's been naughty!)
2000-03-09 23:32:03 +00:00
itojun 2dc247fc34 make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.
ancillary data alignment will be ALIGNBYTES, not sizeof(long) - 1, from now.

CMSG_xx will NOT resolve into constant.  if you use CMSG_xx to allocate
arrays, you'll lose.

bump shlib minor for libc.

NOTE: if you are on top of arch with ALIGNBYTES != sizeof(long) - 1,
you need to recompile IPv6-related binaries.  there is no way to guarantee
backward compat in this aspect.  sorry for this.  this should be the last
backward compat breakage for IPv6-related ancillary data manipulation.
(we still have PR 9516 for unix-domain sockets...)
2000-03-02 07:41:49 +00:00
itojun 2397ac761e increase shlib minor of libc, for addition of getifaddrs(3). 2000-02-23 07:00:54 +00:00
mycroft 3c2d991568 Move libbfd to comp. 2000-02-20 07:02:48 +00:00
itojun e5e6464767 upgrade libipsec to the latest.
- parser now uses yacc/lex (there'll be no symbol conflict).
- outbound policy and inbound policy is now separate
- policy specification for tunnel SA is improved
- api changed, bump shlib major

XXX some of programs will become not buildable - will commit shortly
2000-01-31 14:15:30 +00:00
itojun e0df61eefa increase libc's shlib minor for rcmd_* changes. sorry to be late.
Suggested by: Klaus Klein
2000-01-28 17:40:41 +00:00
mjl 142f369443 Add necessary support routines for login.conf. 2000-01-12 05:02:10 +00:00
kleink 5937554bad Sync libc minor. 1999-12-23 10:23:34 +00:00
blymn fa1d903d0b Updated libmenu minor number. 1999-12-16 12:11:12 +00:00
itojun 1501f61891 bring in latest KAME get{addr,name}info(3).
getnameinfo(3) globs ai_socktype and ai_protocol correctly.
KAME scopeid extension is implemented.
(draft-ietf-ipngwg-scopedaddr-format-00.txt)

bump up shlib minor
(may not be necessary, but rather big difference in behavior - especially
ai_flags)
1999-12-13 14:18:31 +00:00
itojun 60860abcb8 be more pedant. remove unused vars and such.
don't use s6_addr{8,16,32} directly, they are not in standard.
hide not-supposed-to-be-visible functions as static.

increase shlib minor.
1999-12-13 01:44:30 +00:00
thorpej 39e2649409 libc.so.12.51 -> .52 1999-12-01 18:36:18 +00:00
wennmach adb6f2cddc Sync libc minor 1999-11-25 22:16:11 +00:00
blymn 363014dffa Added the libmenu library. 1999-11-23 11:20:29 +00:00
joda 68a7e9ebde libc.so.12.50 1999-11-18 18:23:44 +00:00
lukem 392dd08f09 bump libedit minor 1999-11-12 01:53:37 +00:00
itojun 52c808fa73 increase shlib minor for z_off_t changes. 1999-10-26 10:00:29 +00:00
lukem f63d9dfb45 sync (for libc minor bump) 1999-09-19 23:26:29 +00:00
kleink 51939a1966 Sync libc. 1999-09-13 18:41:47 +00:00
kleink 2baec578d3 Sync libc. 1999-09-13 09:33:37 +00:00
kleink ec18c67bc3 Sync libc. 1999-09-09 20:23:58 +00:00
perry 5c6c03b3ee update to reflect current reality. 1999-09-07 15:45:07 +00:00
itojun 1e8c736a70 Apply IPv6 support patch.
Note that all IPv6 address must be wrapped with square bracket, like:
	ALL: [::1/128] 127.0.0.1/255.255.255.255
Increase shlib minor.

ftp://ftp.kame.net/pub/kame/misc/tcp_wrappers-76-v6-19990831.diff.gz
1999-08-31 13:58:58 +00:00
itojun 2cd3c05799 increment shlib minor for libwrap (0.0 -> 0.1). 1999-08-27 16:24:01 +00:00
thorpej f0c52a4b8c bump libc minor 1999-08-25 05:17:20 +00:00
blymn b059cacf58 Updated the minor version of libtermcap 1999-08-16 08:31:04 +00:00
fvdl 25b8d43788 Bring setlists up to date for i386 switch to ELF and ipv6. 1999-07-04 20:07:51 +00:00
itojun 67b57a858e upgrade shlib major version for src/lib/libpcap (0.1 -> 1.0).
document KAME IPv6/IPsec import into INSTALL.txt (installation notes).
1999-07-02 18:53:26 +00:00
itojun 0be14eaf65 (shlib monor)++ for libpcap. 1999-07-02 14:50:25 +00:00
itojun 22b07aaafd upgrade libc minor version (sorry forgot this last day) 1999-07-02 10:00:59 +00:00
wrstuden a131b893fb Reflect libc version bump. 1999-06-29 22:31:32 +00:00
pk 6bbd8d074c libutil.so => version 5.1 1999-06-25 07:36:36 +00:00
thorpej 2625387d1f Libc bump, mlockall(2) 1999-06-15 23:32:08 +00:00
veego e5f81ca705 Add missing ./usr/lib/libusb.so.0.0 1999-05-11 21:32:05 +00:00
veego d349878964 Update the version numbers for libc (12.41) and libcurses (2.5). 1999-05-11 20:16:32 +00:00