aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use ps_linfo to retrieve LWP info, current it is used to retrieveDavid Xu2006-02-071-0/+6
* Use ps_linfo to retrieve LWP info.David Xu2006-02-071-1/+1
* Replace ptrace syscall with ps_lgetgregs to check a LWP's existence.David Xu2006-02-071-2/+2
* Always clear thread info buffer to zero.David Xu2006-02-062-0/+2
* Now, thread name is stored in kernel, userland no longer has to keep it.David Xu2006-02-053-7/+2
* use syscall thr_set_name to implement pthread_set_name_np.David Xu2006-02-051-9/+18
* Remove spurious "union arg" from printf.hPoul-Henning Kamp2006-02-041-2/+3
* The function isspace does not take a string argument. I have no idea howDoug Rabson2006-02-041-3/+3
* Fix calculation of the number of arenas to use on multi-processor systems.Jason Evans2006-02-041-1/+1
* Add libbsm to the library build.Robert Watson2006-02-022-1/+141
* Expand contractions.Joel Dahl2006-02-011-1/+1
* Add missing 's' suffix on alternate rendition of time.Poul-Henning Kamp2006-01-311-1/+1
* Instead of printing several pieces with .Sy just enclose the 'Note' blockHartmut Brandt2006-01-301-4/+6
* - In pipe() return the error returned by pipe_create(), rather thenGleb Smirnoff2006-01-301-1/+3
* If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there,Olivier Houchard2006-01-291-2/+7
* - Add a note that passing NULL to pidfile_write(), pidfile_remove() andPawel Jakub Dawidek2006-01-281-3/+13
* The .Nm macro prints Open_Disk() instead of libdisk, so use an expliciteHartmut Brandt2006-01-271-2/+2
* Revert 1.45 now that snmp_hostres uses libgeom.Hartmut Brandt2006-01-272-0/+8
* Remove unwarranted uses of 'goto'.Jason Evans2006-01-271-203/+153
* Add NO_MALLOC_EXTRAS, so that various extra features that can causeJason Evans2006-01-271-3/+16
* Fix the type of a statistics counter (unsigned --> unsigned long).Jason Evans2006-01-271-1/+1
* Clean up statistics gathering and printing.Jason Evans2006-01-271-71/+64
* Remove debug printf.Pawel Jakub Dawidek2006-01-261-1/+0
* Optimize arena_bin_pop() to reduce the number of separator operations.Jason Evans2006-01-261-13/+10
* Fix an aliasing error in the new TP support and reenable it in the build.Tim Kientzle2006-01-262-3/+5
* Make getttyent() report what the pts ptys as well.Olivier Houchard2006-01-261-1/+38
* ptsname() bits for pts.Olivier Houchard2006-01-261-5/+45
* Teach openpty() how to deal with pts.Olivier Houchard2006-01-261-0/+45
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"Poul-Henning Kamp2006-01-255-1/+187
* Add a dummy arm Write_Disk() function, and compile libdisk on arm.Olivier Houchard2006-01-254-6/+52
* Move the Internet Society copyright message so that it appears in theDoug Rabson2006-01-2535-910/+910
* Remove a redundant variable assignment in arena_reg_frag_alloc().Jason Evans2006-01-251-1/+0
* If no coalesced exact-fit small regions are available, but delayed exact-Jason Evans2006-01-251-173/+186
* Add missing symbol pthread_set_name_np.David Xu2006-01-231-0/+2
* Make the 'C' and 'c' malloc options consistent with other options; 'C'Jason Evans2006-01-231-2/+2
* In arena_chunk_reg_alloc(), try to avoid touching the last page in theJason Evans2006-01-231-7/+24
* Back out the previous change to rename.2. The previous rename()Don Lewis2006-01-223-9/+8
* rename(), rmdir(), and undelete() fail with EPERM if the last componentDon Lewis2006-01-213-0/+9
* Use uintptr_t rather than size_t when casting pointers to integers. Also,Jason Evans2006-01-201-44/+45
* Revert addtion of assertions in revision 1.99. These assertions causeJason Evans2006-01-191-7/+0
* Add assertions that detect some forms of region separator corruption.Jason Evans2006-01-191-0/+7
* Remove loops in arena_coalesce(). They are no longer necessary, now thatJason Evans2006-01-191-4/+5
* In order to maintain interoperability with certain broken FTP servers,Dag-Erling Smørgrav2006-01-191-2/+18
* Make all internal variables and functions static.Jason Evans2006-01-191-12/+15
* Return NULL if there is an OOM error during initialization, rather thanJason Evans2006-01-191-35/+50
* Disable "tp" support until I figure out why it's breaking the build. <sigh>Tim Kientzle2006-01-181-1/+0
* Fix an 11 year old mistake: Let the hash functions take a void* insteadPoul-Henning Kamp2006-01-1714-28/+35
* If the attempt to open the archive fails (either the client openTim Kientzle2006-01-172-14/+38
* Add support for "tp" format. tp was the standard systemTim Kientzle2006-01-174-1/+631
* Restore use of strncpy(), as there is later unconditional terminationRobert Watson2006-01-161-1/+1