freebsd-src/lib
Marcel Moolenaar 4b1d654efb Port libc_r to ia64. We need to do things slightly different
because we have 2 stacks per thread: the regular downward
memory stack and the irregular upward register stack. This
implementation lets both stacks grow toward each other. An
alternative scheme is to have them grow away from each other.
The alternate scheme has the advantage that both stack grow
toward guard pages. Since libc_r is virtually dead and we
really want the *context stuff for thread switching, we don't
try to be perfect, just functional.
2003-01-06 00:56:23 +00:00
..
compat Update with the 4.7 libraries, and add libposix1e to the mix. 2002-12-18 18:05:07 +00:00
csu Backed out previous commit (alignment suitable for RELENG_4) as planned 2002-12-01 17:36:18 +00:00
libalias Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
libatm
libbind
libbz2
libc Rewrite longjmp() and _longjmp() to directly restore the saved frame, 2003-01-05 22:17:32 +00:00
libc_r Port libc_r to ia64. We need to do things slightly different 2003-01-06 00:56:23 +00:00
libcalendar
libcam english(4) police. 2002-12-27 12:15:40 +00:00
libcom_err
libcompat Consistently mark std(in|out|err) with .Dv, because that's how they 2002-12-04 18:57:46 +00:00
libcrypt english(4) police. 2002-12-27 12:15:40 +00:00
libdevinfo english(4) police. 2002-12-27 12:15:40 +00:00
libdevstat
libdisk Rename the dos_partition structure for pc98 to pc98_partition. 2003-01-04 08:50:48 +00:00
libedit Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
libexpat english(4) police. 2002-12-27 12:15:40 +00:00
libfetch Set auto-retry mode to avoid some spurious errors. 2003-01-03 02:45:10 +00:00
libform
libftpio english(4) police. 2002-12-27 12:15:40 +00:00
libio
libipsec Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
libipx
libisc
libkse For now, build and install this as libkse instead of libpthread. 2002-12-08 22:43:31 +00:00
libkvm Make struct swblock kernel only, to make vm/swap_pager.h userland includable. 2003-01-03 16:23:12 +00:00
libmd
libmenu
libmilter
libmp This compiles fine w/WARNS. 2002-12-30 09:25:30 +00:00
libncp
libncurses Actually check if stdbool.h exists when BOOTSTRAPPING. 2002-11-13 13:47:48 +00:00
libnetgraph Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
libopie
libpam english(4) police. 2002-12-27 12:15:40 +00:00
libpanel
libpcap
libpthread english(4) police. 2002-12-27 12:15:40 +00:00
libradius
librpcsvc
libsbuf
libsm
libsmb
libsmdb
libsmutil
libstand The zalloc pool's size calculation breaks if sbrk() does not return 2002-12-19 23:23:20 +00:00
libtacplus mdoc(7) police: formatting nits. 2002-11-29 15:57:50 +00:00
libtelnet
libufs Create a new 32-bit fs_flags word in the superblock. Add code to move 2002-11-27 02:18:58 +00:00
libugidfw
libusbhid
libutil Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
libvgl Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
libwrap
libxpg4
liby
libypclnt Change the name for the local unix-socket based protocol 2002-12-16 22:24:26 +00:00
libz
msun Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
ncurses Actually check if stdbool.h exists when BOOTSTRAPPING. 2002-11-13 13:47:48 +00:00
Makefile Port libc_r to ia64. We need to do things slightly different 2003-01-06 00:56:23 +00:00
Makefile.inc