.. |
compat
|
Update compat3x libc and libc_r from RELENG_3. This fixes the buffer
|
2002-09-25 19:47:54 +00:00 |
csu
|
Align the stack suitably for the version of gcc in FreeBSD-4 (provided
|
2002-09-29 13:42:27 +00:00 |
libalias
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libatm
|
bzero() allocations.
|
2002-09-30 09:18:54 +00:00 |
libbind
|
|
|
libbz2
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libc
|
libc_r wasn't so tied to libc for 22 months.
|
2002-11-18 09:50:57 +00:00 |
libc_r
|
Implement the lock with a cmpxchg instruction instead of a xchg.
|
2002-11-16 17:05:06 +00:00 |
libcalendar
|
|
|
libcam
|
Don't depend on <sys/types.h> pollution in <fcntl.h>.
|
2002-09-16 07:18:27 +00:00 |
libcom_err
|
|
|
libcompat
|
- Remove the lsearch() and lfind() functions and their manpage from
|
2002-10-16 14:29:23 +00:00 |
libcrypt
|
|
|
libdevinfo
|
Expose the new kernel data structures to libdevinfo:
|
2002-09-20 02:16:33 +00:00 |
libdevstat
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libdisk
|
- Ease sanity check to get cylinders.
|
2002-11-17 13:51:22 +00:00 |
libedit
|
Write the strvis()'d string out to the history file in history_save(),
|
2002-10-14 10:42:38 +00:00 |
libexpat
|
Minor tweaks to make this manpage readable.
|
2002-10-04 15:07:39 +00:00 |
libfetch
|
Fix two typos.
|
2002-11-08 19:10:05 +00:00 |
libform
|
|
|
libftpio
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libio
|
|
|
libipsec
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libipx
|
Replace various spelling with FALLTHROUGH which is lint()able
|
2002-08-25 13:10:45 +00:00 |
libisc
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libkse
|
Adjust code for new mailbox format.
|
2002-11-18 02:02:08 +00:00 |
libkvm
|
Implement working on ELF corefiles. Use kvm_read() when reading
|
2002-10-21 04:21:12 +00:00 |
libmd
|
Initiate deorbit burn for the i386-only a.out related support. Moves are
|
2002-09-17 01:49:00 +00:00 |
libmenu
|
|
|
libmilter
|
|
|
libmp
|
|
|
libncp
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libncurses
|
Actually check if stdbool.h exists when BOOTSTRAPPING.
|
2002-11-13 13:47:48 +00:00 |
libnetgraph
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libopie
|
Drop login.c and logwtmp.c from the library build. None of the apps
|
2002-10-04 00:24:31 +00:00 |
libpam
|
utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than
|
2002-11-15 22:42:00 +00:00 |
libpanel
|
|
|
libpcap
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libpthread
|
Adjust code for new mailbox format.
|
2002-11-18 02:02:08 +00:00 |
libradius
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
librpcsvc
|
make rstat(3) return an 'enum clnt_stat' rather than an 'int' to match
|
2002-10-01 22:02:06 +00:00 |
libsbuf
|
|
|
libsm
|
|
|
libsmb
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libsmdb
|
|
|
libsmutil
|
|
|
libstand
|
Add the libz derived files, added in the previous commit, to
|
2002-10-19 02:23:09 +00:00 |
libtacplus
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libtelnet
|
|
|
libufs
|
Use an error message closer to old dumpfs(8) in the case of truncated/no
|
2002-10-22 19:36:10 +00:00 |
libugidfw
|
License and blurb update authorized by Network Associates.
|
2002-11-07 20:37:04 +00:00 |
libusbhid
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libutil
|
Oops. Some ut_time stuff slipped through the cracks. These turned out
|
2002-11-17 23:46:45 +00:00 |
libvgl
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libwrap
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libxpg4
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
liby
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libypclnt
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |
libz
|
Actually implement gzip's -c option. minigzip now also doubles
|
2002-10-03 19:30:22 +00:00 |
msun
|
Re-apply the previously backed-out commit that fixes the problem where
|
2002-10-31 23:05:20 +00:00 |
ncurses
|
Actually check if stdbool.h exists when BOOTSTRAPPING.
|
2002-11-13 13:47:48 +00:00 |
Makefile
|
Connect libbsdxml (nee libexpat) to the build.
|
2002-10-04 13:40:39 +00:00 |
Makefile.inc
|
Zap now-unused SHLIB_MINOR
|
2002-09-28 00:25:32 +00:00 |