freebsd-skq/lib
marcel d5ebc72a62 Rough implement of makecontext() needed to support libthr.
o  Up to 8 arguments are allowed. This is the number of arguments
   passed in registers. Subsequent registers are passed on the stack.
   Trying to deal with this is not easy in C and likely forces us to
   use assembly code. Let's avoid that for now. There's no indication
   that more than 8 arguments is a strong requirement (Linux also has
   an 8 argument limit).
o  We expect that the stack base is 16-byte aligned and the stack
   size is a multiple of 16-byte. We bomb out if this is not the case.
   We probably want to be less strict by enforcing it ourselves. For
   now it's better to not hide gross alignment bogons by silently
   correcting it.
2003-05-31 19:42:51 +00:00
..
compat
csu This is now Gcc 3.3 WARNS 6 clean. 2003-05-04 18:34:00 +00:00
libalias style.Makefile(5) 2003-04-20 18:38:59 +00:00
libatm fix __FBSDID 2003-04-20 18:41:16 +00:00
libbind
libbz2
libc Rough implement of makecontext() needed to support libthr. 2003-05-31 19:42:51 +00:00
libc_r Fixed another bug in the threaded close() call; clear the 2003-05-31 05:23:20 +00:00
libcalendar
libcam
libcom_err
libcompat
libcrypt Retire the useless NOSECURE knob. 2003-05-19 15:52:01 +00:00
libdevinfo
libdevstat Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
libdisk Teach libdisk that AMD64 works just like i386 2003-04-30 21:03:16 +00:00
libedit
libexpat
libfetch Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
libform
libftpio
libgeom Moved libgeom.so dependencies to where they belong. 2003-05-17 19:05:17 +00:00
libio
libipsec Buffer size is not enough in the previous commit. Use 128. 2003-04-17 07:20:00 +00:00
libipx
libisc
libkse Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received 2003-05-30 14:50:16 +00:00
libkvm Revamp of the syscall path, exception and context handling. The 2003-05-16 21:26:42 +00:00
libmd
libmenu
libmilter
libmp
libncp
libncurses Symlink with -f. 2003-04-30 15:49:40 +00:00
libnetgraph
libopie
libpam Update copyright dates. 2003-05-31 17:19:03 +00:00
libpanel
libpcap
libpthread Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received 2003-05-30 14:50:16 +00:00
libradius
librpcsvc
libsbuf
libsm
libsmb
libsmdb
libsmutil
libstand Restore bzip2(1) support in loader(8) after Peter's renames of 2003-04-25 06:44:56 +00:00
libtacplus
libtelnet
libthr I botched one of my committs in the last round. Fix it. 2003-05-31 14:38:22 +00:00
libufs
libugidfw
libusbhid Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
libutil Backout last commit. It is redundant in -CURRENT. 2003-05-05 06:25:03 +00:00
libvgl
libwrap Following MLINKS added, which point to host_access(3): 2003-05-12 21:59:16 +00:00
libxpg4
liby
libypclnt
libz
msun Fix two misuses of __BSD_VISIBLE. 2003-05-22 17:07:57 +00:00
ncurses Symlink with -f. 2003-04-30 15:49:40 +00:00
Makefile Hook libthr to the build. It's currently built only for i386 and 2003-05-31 18:43:17 +00:00
Makefile.inc