freebsd-dev/share/man/man3
Ed Schouten 3d98b75bac Rename the queue macros I introduced last year.
Last year I added SLIST_REMOVE_NEXT and STAILQ_REMOVE_NEXT, to remove
entries behind an element in the list, using O(1) time. I recently
discovered NetBSD also has a similar macro, called SLIST_REMOVE_AFTER.
In my opinion this approach is a lot better:

- It doesn't have the unused first argument of the list pointer. I added
  this, mainly because OpenBSD also had it.

- The _AFTER suffix makes a lot more sense, because it is related to
  SLIST_INSERT_AFTER. _NEXT is only used to iterate through the list.

The reason why I want to rename this now, is to make sure we don't
release a major version with the badly named macros.
2009-05-27 19:28:04 +00:00
..
assert.3
bitstring.3
end.3
fpgetround.3
intro.3
makedev.3 Small typo in the makedev(3) manpage. 2008-09-28 20:26:16 +00:00
Makefile Rename the queue macros I introduced last year. 2009-05-27 19:28:04 +00:00
pthread_atfork.3
pthread_attr_get_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_attr_setcreatesuspend_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_attr.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_barrier_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_barrierattr.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cancel.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cleanup_pop.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cleanup_push.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_broadcast.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_init.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_signal.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_timedwait.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_cond_wait.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_condattr.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_create.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_detach.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_equal.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_exit.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_getconcurrency.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_getspecific.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_join.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_key_create.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_key_delete.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_kill.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_main_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_multi_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_init.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_lock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_timedlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_trylock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutex_unlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutexattr_getkind_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_mutexattr.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_once.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_resume_all_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_resume_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_init.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_rdlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_timedrdlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_timedwrlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_unlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlock_wrlock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlockattr_destroy.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlockattr_getpshared.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlockattr_init.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_rwlockattr_setpshared.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_schedparam.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_self.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_set_name_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_setspecific.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_sigmask.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_spin_init.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_spin_lock.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_suspend_all_np.3 Remove mentions of libc_r. 2006-09-30 11:22:26 +00:00
pthread_suspend_np.3 Remove mentions of libc_r. 2006-09-30 11:22:26 +00:00
pthread_switch_add_np.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_testcancel.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread_yield.3 Hide the implementation details about multiple threading libraries 2007-10-22 10:08:01 +00:00
pthread.3 On second thought, remove the comma too. 2009-04-01 08:08:25 +00:00
queue.3 Rename the queue macros I introduced last year. 2009-05-27 19:28:04 +00:00
siginfo.3 Revise markup. 2006-09-30 11:48:12 +00:00
stdarg.3
sysexits.3
tgmath.3 Add sqrt() to the first table in the manpage. It seems it was accidentally 2007-12-15 02:40:10 +00:00
timeradd.3
tree.3 Implement RB_PREV() AND RB_FOREACH_REVERSE(). 2007-12-28 07:03:26 +00:00