aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Track the number of non-data chararacters stored in socket buffers so thatKelly Yancey2002-11-011-1/+1
* Fill in partition 2 with with "whole disk" parameters.Poul-Henning Kamp2002-11-011-0/+8
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-013-28/+246
* No need to include floatio.h here: vfscanf() no longer uses anythingTim J. Robbins2002-11-012-2/+0
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-316-7/+10
* Use the strong symbol'd version of pthread_mutex_init so we don'tDaniel Eischen2002-10-311-2/+2
* Style(9) improvements.Poul-Henning Kamp2002-10-311-6/+6
* Set the sector size for the disk.Poul-Henning Kamp2002-10-311-0/+2
* Restore to pc98 support.Yoshihiro Takahashi2002-10-313-50/+108
* Use ${MACHINE} variable instead of using '.if .endif' each machines.Yoshihiro Takahashi2002-10-311-18/+1
* Add '#include <err.h>' for warn().Yoshihiro Takahashi2002-10-311-0/+1
* Actually save the bootblock in the disk structure. Write the bootblockJake Burkholder2002-10-312-2/+9
* Make __sF static. This can not be allowed to exist in 5.x.Alfred Perlstein2002-10-311-1/+1
* Untested alpha disk writer.Poul-Henning Kamp2002-10-301-1/+1
* Write out 15 sectors of boot code.Poul-Henning Kamp2002-10-301-0/+4
* Use __func__ and break a long line.Dag-Erling Smørgrav2002-10-301-5/+4
* Fix a bug in fenner's _fetch_writev() patch (rev 1.36)Dag-Erling Smørgrav2002-10-301-1/+6
* Add two additional references to the See Also section, which contain muchTim J. Robbins2002-10-301-2/+16
* Use "deprecated" instead of "depreciated" where appropriate.Sheldon Hearn2002-10-301-1/+1
* Make pthread_sigmask(3) operate on the thread signal mask, not the processJonathan Mini2002-10-302-2/+54
* Use KSE to schedule threads.Jonathan Mini2002-10-3019-518/+1015
* Recognize the (incorrect) error code a MediaHawk server sends in reply toDag-Erling Smørgrav2002-10-301-0/+1
* Clarify my feelings towards fetch / libfetch.Dag-Erling Smørgrav2002-10-301-1/+0
* Recommit the non-broken parts of 1.34 and 1.37.Dag-Erling Smørgrav2002-10-301-6/+11
* Don't forget to set the error flag when _fetch_read() returns -1.Dag-Erling Smørgrav2002-10-301-2/+6
* Implement DCE 1.1 compliant UUID functions. Immediate use of theseMarcel Moolenaar2002-10-3012-0/+669
* Reinstate revs 1.35-36 and 1.38. Revisions 1.34 and 1.37 were specificallyWarner Losh2002-10-301-12/+38
* While an interface can be depreciated, we prefer deprecated.Robert Watson2002-10-291-1/+1
* Getting closer to getting things right:Poul-Henning Kamp2002-10-292-4/+3
* Cosmetics.Ruslan Ermilov2002-10-291-1/+1
* bsd.doc.mk changes:Ruslan Ermilov2002-10-296-6/+0
* Don't call warn(3).Poul-Henning Kamp2002-10-291-5/+1
* Don't forget to '\n'-terminate new entries. This unbreaks chpass -a.Dag-Erling Smørgrav2002-10-291-1/+2
* Fix `pkg_add -r' by backing out revs 1.34-1.38.David E. O'Brien2002-10-291-52/+19
* Since make release is toast anyway, add wood to the pyre:Poul-Henning Kamp2002-10-295-744/+314
* Remove unnecessary inclusion of <rune.h> to make it obvious that this fileTim J. Robbins2002-10-291-1/+0
* Fix various minor issues.Poul-Henning Kamp2002-10-291-3/+5
* the 'd' partition hasn't been magic for years, so allocate it in naturalPoul-Henning Kamp2002-10-291-1/+1
* Add the write_spar64_disk.c to make life easier for testers.Poul-Henning Kamp2002-10-291-0/+94
* Scoop out examples illustrating the label text format and refer toChris Costello2002-10-281-51/+5
* libfetch is now WARNS5 clean in the non-SSL case.Dag-Erling Smørgrav2002-10-281-1/+1
* Cross-reference putc(3).Tim J. Robbins2002-10-281-0/+1
* Allow the admin to specify a different NAS identifier than the hostname.Dag-Erling Smørgrav2002-10-282-11/+20
* Fix an off-by-one error (> where >= should have been used) which causedDag-Erling Smørgrav2002-10-281-6/+5
* Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0)Tim J. Robbins2002-10-282-8/+6
* Up WARNS to 3 if not building with crypto.Bill Fenner2002-10-281-1/+3
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-283-2/+166
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-271-1/+23
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-273-3/+5
* Slight amendment to rev 1.34: instead of considering any short read anDag-Erling Smørgrav2002-10-271-6/+8