aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a null dereference leading to a core dump whenMike Makonnen2003-05-061-1/+4
* o Correct a debug message that refered to the wrong functionMike Makonnen2003-05-062-23/+20
* Make pthread_join() async-cancel-safe. David was going to commitDaniel Eischen2003-05-062-18/+0
* OpenPAM is WANRS6-clean.Dag-Erling Smørgrav2003-05-051-1/+1
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-052-2/+2
* Backout last commit. It is redundant in -CURRENT.Murray Stokely2003-05-051-5/+1
* call dump_queues() only when DEBUG_THREAD_KERN is defined, save someDavid Xu2003-05-052-0/+4
* Replace use of a spinlock with a mutex.Daniel Eischen2003-05-042-12/+9
* Protect against a race between granting a lock and accessingDaniel Eischen2003-05-044-14/+56
* Note that the idletime setting is not enforced.Murray Stokely2003-05-041-1/+5
* This is now Gcc 3.3 WARNS 6 clean.David E. O'Brien2003-05-041-0/+1
* Set abitag __unused.David E. O'Brien2003-05-041-3/+4
* Fix suspend and resume.Daniel Eischen2003-05-0412-86/+94
* Document the login-backoff and login-retries capabilities.Murray Stokely2003-05-041-0/+5
* Handle thread canceled case, it is same as signal caused backout,David Xu2003-05-022-2/+2
* Trasmute moer "krb5" distibutions into "crypto".Mark Murray2003-05-011-3/+1
* Use the .Dl macro.Tom Rhodes2003-05-011-1/+1
* Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.Ruslan Ermilov2003-05-011-1/+1
* State the fact that the range is twice the traditional RAND_MAX.Tom Rhodes2003-05-011-1/+16
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-0120-71/+51
* Convert the i386 alloca(3) to the x86-64 ISA.David E. O'Brien2003-05-011-0/+53
* Use C99-style varadic macros instead of the non-standard gcc syntax.Dag-Erling Smørgrav2003-05-011-5/+5
* Mark libpam as c99- and WARNS5-clean.Dag-Erling Smørgrav2003-05-011-1/+2
* Mark libfetch as c99-clean. Always build at WARNS level 2 rather thanDag-Erling Smørgrav2003-05-011-2/+2
* AMD64 support (another IEEEFP platform)Peter Wemm2003-04-301-1/+1
* AMD64 support; repocopied from i386Peter Wemm2003-04-301-3/+3
* Teach libdisk that AMD64 works just like i386Peter Wemm2003-04-305-8/+14
* Add __amd64__ to the list of things that use IEEEFPPeter Wemm2003-04-301-1/+1
* Tell malloc.c that AMD64 uses the same pagesize as i386.Peter Wemm2003-04-301-0/+4
* Add __amd64__ to the list of things that use HIDENAME() to hide minbrkPeter Wemm2003-04-301-1/+1
* Update for AMD64. repocopied from i386-elf/crt1.c. Deal with regparmPeter Wemm2003-04-301-20/+5
* Turn off libstand for amd64 for the time being. It is built in i386Peter Wemm2003-04-301-1/+2
* Delete i386_* syscall wrappers and manpages. Rename Ovfork.S to vfork.S.Peter Wemm2003-04-301-12/+2
* Update for AMD64 after repocopy from i386/sys/*. This means:Peter Wemm2003-04-306-105/+35
* I have no idea why the reboot(2) syscall wrapper ends with iret, butPeter Wemm2003-04-301-1/+1
* Update for AMD64. Depend on %rdi (first syscall argument) being preservedPeter Wemm2003-04-301-4/+3
* Update for AMD64 (repocopied from i386/sys/Ovfork.S - why is it O?)Peter Wemm2003-04-301-5/+4
* Update for AMD64 contexts. Note that this still has some x87-style FPUPeter Wemm2003-04-303-105/+112
* Reduce the SRCS to what compilesPeter Wemm2003-04-301-3/+3
* Update for AMD64 (repocopied from i386/net). We can depend on havingPeter Wemm2003-04-304-10/+6
* Update for AMD64-style syscalls. Repocopied from i386/SYS.h.Peter Wemm2003-04-301-7/+4
* Only define platform once -- in a C file.David E. O'Brien2003-04-302-20/+23
* Floating point libc functions traditionally written in ASM.David E. O'Brien2003-04-302-0/+113
* Symlink with -f.David E. O'Brien2003-04-302-2/+2
* No libc_r for AMD64.David E. O'Brien2003-04-301-0/+2
* Move the mailbox to the beginning of the thread and align theDaniel Eischen2003-04-3010-14/+48
* Backout my changes in rev. 1.32 and 1.33. There is some code that dependsMike Makonnen2003-04-301-4/+2
* Fixed alignment.Ruslan Ermilov2003-04-301-1/+1
* Call kse_wakeup_mutli() after remove current thread from RUNQ to avoidDavid Xu2003-04-302-2/+2
* Call kse_wakeup_multi() to wakeup idle KSEs when there are threads readyDavid Xu2003-04-302-0/+2