aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I doJuli Mallett2003-06-092-43/+0
* Reduce diffs with code in Perforce:Juli Mallett2003-06-095-34/+34
* Correct a typo.Ceri Davies2003-06-081-1/+1
* After selecting a thread to handle a signal and takingDaniel Eischen2003-06-082-6/+16
* Insert threads at the end of the free thread list so thatDaniel Eischen2003-06-082-2/+2
* Provide a reference to __sys_write. The implementation uses this whenDaniel Eischen2003-06-082-0/+6
* The .Fn functionPhilippe Charnier2003-06-0813-35/+70
* The .Fn functionPhilippe Charnier2003-06-082-34/+67
* The .Fn functionPhilippe Charnier2003-06-081-2/+5
* Add section number with .Xr. .Xr -> .Vt changes.Philippe Charnier2003-06-081-4/+4
* The .Fn functionPhilippe Charnier2003-06-082-6/+12
* .Xr p1003_1b moved to .St -p1003.1b-93Philippe Charnier2003-06-082-6/+6
* .Xr -> .Lb for librairy. There is no manual page corresponding to .Xr.Philippe Charnier2003-06-081-1/+1
* Add or correct section number in .Xr. Use .Vt or .FnPhilippe Charnier2003-06-088-13/+13
* The .Fn functionPhilippe Charnier2003-06-081-4/+6
* Don't force -L/usr/lib. This is incorrect because we should not beWarner Losh2003-06-082-2/+2
* Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()Scott Long2003-06-071-1/+4
* UseJun Kuriyama2003-06-068-8/+8
* Recognize the magic NODEV value.Poul-Henning Kamp2003-06-051-3/+3
* Rename local variables to not mask global names of same name. ThisMark Murray2003-06-053-28/+29
* Make this compile without warnings on 64-bit architectures:Marcel Moolenaar2003-06-041-6/+7
* Make this compile without warnings on 64-bit architectures:Marcel Moolenaar2003-06-041-1/+1
* Drop stale MAINTAINER bit.Mark Murray2003-06-041-2/+0
* Only init _thread_sigact once, needn't init it again after a fork().David Xu2003-06-042-62/+62
* Despite whether threaded mode is turned on, always save thread'sDavid Xu2003-06-042-8/+12
* Removed garbage:Bruce Evans2003-06-041-3/+1
* Make C applications statically compiled with libthr work. Previously,Mike Makonnen2003-06-041-0/+6
* If the library is not able to create a thread because resourcesMike Makonnen2003-06-041-0/+4
* Document the new explicit listing API for extended attributes; noteRobert Watson2003-06-041-6/+32
* KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.David Xu2003-06-044-14/+0
* Document that kldload(2) can also return EEXIST.Hiten Pandya2003-06-031-0/+4
* Teach recent changes in the umtx structure in the kernel to the libthrMike Makonnen2003-06-031-1/+1
* Free memory of internal low level lock when mutex and condition variableDavid Xu2003-06-034-0/+18
* Cosmetic; record offsets used within jmpbufPeter Wemm2003-06-023-30/+30
* Update for amd64 after repocopy from i386/Peter Wemm2003-06-021-2/+1
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofPeter Wemm2003-06-022-1/+20
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskPeter Wemm2003-06-021-0/+1
* Tidy the code up a fraction. Re-release with a 2-clause BSD licenseMark Murray2003-06-021-19/+33
* Add a new hash type. This "NT-hash" is compatible with the passwordMark Murray2003-06-025-11/+123
* Unwind the _giant_mutex from pthread_detach(). When detaching a joiner threadMike Makonnen2003-06-021-8/+8
* Consolidate static_init() and static_init_private into one function.Mike Makonnen2003-06-021-17/+11
* .S comments must be C comments, not ASM ones.David E. O'Brien2003-06-021-1/+1
* Use C99 compatible ASM statements.David E. O'Brien2003-06-022-3/+3
* Revert accidental change: don't change the thread library for testing toRobert Watson2003-06-021-1/+1
* o Fix a cut-n-paste bug. We were clobbering rp with gp...Marcel Moolenaar2003-06-021-2/+2
* A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov2003-06-013-1/+36
* Include string.h for memset().Robert Watson2003-06-012-1/+2
* Make the PacketAliasSetAddress() function call optional. If itRuslan Ermilov2003-06-012-11/+18
* Match style of source and headers.Juli Mallett2003-06-011-1/+1
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-06-015-74/+91