aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsPoul-Henning Kamp2002-10-225-56/+3
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-2210-447/+73
* .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3.Robert Watson2002-10-222-3/+5
* Lobotomize MakeDev(), we don't need it with devfs.Poul-Henning Kamp2002-10-211-0/+2
* Sigh, d_ntracks, not d_nheads.Poul-Henning Kamp2002-10-211-1/+1
* fwheads and fwsectors got swapped underway.Poul-Henning Kamp2002-10-211-2/+2
* Implement working on ELF corefiles. Use kvm_read() when readingMarcel Moolenaar2002-10-211-122/+135
* Unhook the per-policy parsing/printing MAC modules in libc to prepareRobert Watson2002-10-217-815/+5
* track gratuitous change to sys/i386/include/reg.hSam Leffler2002-10-212-4/+4
* Use a warns setting we can catch regressions with.David E. O'Brien2002-10-201-3/+1
* When dumping thread info, only include the filename and line if we actuallyJuli Mallett2002-10-201-3/+9
* Another baby step toward getting sysinstall working:Sam Leffler2002-10-201-77/+128
* Adapt to handle the new sparc64 core dump format correctly.Thomas Moestl2002-10-201-32/+95
* When recycling a cached connection, increment the reference count so thatTim J. Robbins2002-10-201-1/+1
* Cross-reference fmtcheck(3).Tim J. Robbins2002-10-201-0/+1
* Give in on the __sF stuff. I have a better fix in mind that is futurePeter Wemm2002-10-191-1/+1
* o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,Sam Leffler2002-10-191-62/+456
* Indent code example with one tab, not two, for consistency with the rest.Tim J. Robbins2002-10-191-8/+8
* C89 does not specifiy strsep(), so our strsep() implementation cannotTim J. Robbins2002-10-191-1/+0
* The ftok() function has not been in libcompat for quite a while.Tim J. Robbins2002-10-191-3/+0
* Add the libz derived files, added in the previous commit, toMarcel Moolenaar2002-10-191-0/+2
* Oops. Also provide a lint-compatible unused argument warning killer.Mark Murray2002-10-181-0/+4
* ISOfy functions, sort headers and mark unused arguments.Mark Murray2002-10-181-13/+6
* Correct the headers needed to use dbopen(3) and friends.Mark Murray2002-10-181-1/+2
* Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses theRobert Watson2002-10-182-2/+18
* not sure if this correct, but it compiles againSam Leffler2002-10-181-3/+3
* FD locking is not enabled anymore, so the table which contains the ownerJuli Mallett2002-10-171-4/+0
* o ioctl DIOCGDINFO error wasn't checkedSam Leffler2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphaSam Leffler2002-10-171-2/+2
* Fix off-by-one error when pushing back a multibyte sequence inTim J. Robbins2002-10-171-2/+6
* Make part of the previous change clearer; check flags for SUPPRESS directlyTim J. Robbins2002-10-171-7/+7
* The field width for single-byte string conversions (%c, %s, %[) is theTim J. Robbins2002-10-171-33/+88
* de-__P()Alfred Perlstein2002-10-161-3/+3
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-166-205/+167
* Count field width correctly for suppressed multibyte fields (%*lc,Tim J. Robbins2002-10-161-60/+84
* Remove unneeded $FreeBSD$ tags.Robert Drehmel2002-10-162-4/+0
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-168-213/+145
* Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins2002-10-166-15/+52
* Avoid truncating invalid wide characters that are outside the range ofTim J. Robbins2002-10-161-1/+8
* Add a Bugs section and note that fmtcheck() is out of sync with printf();Tim J. Robbins2002-10-161-1/+7
* Add support for the XSI %C and %S formats, which are the same as %lcTim J. Robbins2002-10-162-0/+24
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsIan Dowse2002-10-151-158/+90
* fix typo in comments (in preparation for MFC)Max Khon2002-10-151-1/+1
* Add cross-references to the wide character counterparts of these functions.Tim J. Robbins2002-10-154-4/+8
* Eliminate superfluous memory access in memcpy(3)/memmove(3).Maxim Sobolev2002-10-151-13/+8
* Remove stray comma at the end of the See Also list.Tim J. Robbins2002-10-151-1/+1
* Fix to check disk geometry.Yoshihiro Takahashi2002-10-141-1/+18
* Use a weak reference instead of a macro to make vfscanf an aliasTim J. Robbins2002-10-142-0/+4
* Write the strvis()'d string out to the history file in history_save(),Tim J. Robbins2002-10-141-1/+1
* FA, FB and FC are lead bytes according to recent Microsoft documentation.Tim J. Robbins2002-10-141-1/+1