| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in manual page reference. | wkoszek | 2006-02-26 | 1 | -1/+1 |
* | Sync inet_net_pton() and inet_net_ntop() with latest BIND9's includes | ume | 2006-02-26 | 3 | -85/+420 |
* | Add an alias 'unhalted-cycles' denoting cycles where the CPU is | jkoshy | 2006-02-25 | 2 | -0/+6 |
* | Fix a race condition introduced when redzones were added. Use an | deischen | 2006-02-24 | 2 | -10/+8 |
* | - Just query 'as is', if there is a trailing dot in the name. | ume | 2006-02-24 | 2 | -18/+40 |
* | Eliminate a race condition in timed waits (cv, mutex, and sleeps). | deischen | 2006-02-23 | 6 | -60/+60 |
* | Tell the truth about a) how to get the first fileid, and | yar | 2006-02-22 | 1 | -5/+10 |
* | Disable POSIX SIGEV_THREAD notification support, soon we will have a common | davidxu | 2006-02-22 | 1 | -1/+0 |
* | Read cycle count before sending signal, this fixes a userland thread | davidxu | 2006-02-20 | 1 | -1/+1 |
* | Add utility functions for checking if a given kernel module is loaded, | des | 2006-02-18 | 4 | -2/+180 |
* | - Massage wording to make it easier to understand and fix some grammar. | brd | 2006-02-16 | 1 | -4/+4 |
* | Don't forget to initialize a tailq before using it. | deischen | 2006-02-16 | 2 | -0/+2 |
* | Rework last change of pthread_once, create a function _thr_once_init to | davidxu | 2006-02-15 | 3 | -6/+10 |
* | After fork(), reinitialize internal locks for pthread_once(). | davidxu | 2006-02-15 | 3 | -11/+15 |
* | Clean up some descriptions and remove ambiguities in the language. | gnn | 2006-02-14 | 2 | -97/+146 |
* | Minor fixes to the code that generates an internal ustar filename | kientzle | 2006-02-14 | 1 | -21/+22 |
* | Extract device number information from SVR4 CPIO archives. | kientzle | 2006-02-14 | 1 | -0/+6 |
* | Remove extra slash from pty slave device name returned by ptsname. | kan | 2006-02-13 | 1 | -1/+1 |
* | Update copyright for 2006. | rwatson | 2006-02-11 | 1 | -1/+1 |
* | The uma_zone data structure defines the size of its uz_cpu[] array as 1, | rwatson | 2006-02-11 | 1 | -2/+24 |
* | When reporting an error reading from UMA per-cpu cache pointers using KVM, | rwatson | 2006-02-11 | 1 | -4/+2 |
* | Read all_cpus variable out of kmem, and validate CPUs against the all_cpus | rwatson | 2006-02-11 | 1 | -0/+10 |
* | Correct a typo in the extraction of zone information from UMA using kmem: | rwatson | 2006-02-11 | 1 | -1/+1 |
* | Use ps_linfo to retrieve LWP info, current it is used to retrieve | davidxu | 2006-02-07 | 1 | -0/+6 |
* | Use ps_linfo to retrieve LWP info. | davidxu | 2006-02-07 | 1 | -1/+1 |
* | Replace ptrace syscall with ps_lgetgregs to check a LWP's existence. | davidxu | 2006-02-07 | 1 | -2/+2 |
* | Always clear thread info buffer to zero. | davidxu | 2006-02-06 | 2 | -0/+2 |
* | Now, thread name is stored in kernel, userland no longer has to keep it. | davidxu | 2006-02-05 | 3 | -7/+2 |
* | use syscall thr_set_name to implement pthread_set_name_np. | davidxu | 2006-02-05 | 1 | -9/+18 |
* | Remove spurious "union arg" from printf.h | phk | 2006-02-04 | 1 | -2/+3 |
* | The function isspace does not take a string argument. I have no idea how | dfr | 2006-02-04 | 1 | -3/+3 |
* | Fix calculation of the number of arenas to use on multi-processor systems. | jasone | 2006-02-04 | 1 | -1/+1 |
* | Add libbsm to the library build. | rwatson | 2006-02-02 | 2 | -1/+141 |
* | Expand contractions. | joel | 2006-02-01 | 1 | -1/+1 |
* | Add missing 's' suffix on alternate rendition of time. | phk | 2006-01-31 | 1 | -1/+1 |
* | Instead of printing several pieces with .Sy just enclose the 'Note' block | harti | 2006-01-30 | 1 | -4/+6 |
* | - In pipe() return the error returned by pipe_create(), rather then | glebius | 2006-01-30 | 1 | -1/+3 |
* | If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there, | cognet | 2006-01-29 | 1 | -2/+7 |
* | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | pjd | 2006-01-28 | 1 | -3/+13 |
* | The .Nm macro prints Open_Disk() instead of libdisk, so use an explicite | harti | 2006-01-27 | 1 | -2/+2 |
* | Revert 1.45 now that snmp_hostres uses libgeom. | harti | 2006-01-27 | 2 | -0/+8 |
* | Remove unwarranted uses of 'goto'. | jasone | 2006-01-27 | 1 | -203/+153 |
* | Add NO_MALLOC_EXTRAS, so that various extra features that can cause | jasone | 2006-01-27 | 1 | -3/+16 |
* | Fix the type of a statistics counter (unsigned --> unsigned long). | jasone | 2006-01-27 | 1 | -1/+1 |
* | Clean up statistics gathering and printing. | jasone | 2006-01-27 | 1 | -71/+64 |
* | Remove debug printf. | pjd | 2006-01-26 | 1 | -1/+0 |
* | Optimize arena_bin_pop() to reduce the number of separator operations. | jasone | 2006-01-26 | 1 | -13/+10 |
* | Fix an aliasing error in the new TP support and reenable it in the build. | kientzle | 2006-01-26 | 2 | -3/+5 |
* | Make getttyent() report what the pts ptys as well. | cognet | 2006-01-26 | 1 | -1/+38 |
* | ptsname() bits for pts. | cognet | 2006-01-26 | 1 | -5/+45 |