| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement working on ELF corefiles. Use kvm_read() when reading | marcel | 2002-10-21 | 1 | -122/+135 |
* | Unhook the per-policy parsing/printing MAC modules in libc to prepare | rwatson | 2002-10-21 | 7 | -815/+5 |
* | track gratuitous change to sys/i386/include/reg.h | sam | 2002-10-21 | 2 | -4/+4 |
* | Use a warns setting we can catch regressions with. | obrien | 2002-10-20 | 1 | -3/+1 |
* | When dumping thread info, only include the filename and line if we actually | jmallett | 2002-10-20 | 1 | -3/+9 |
* | Another baby step toward getting sysinstall working: | sam | 2002-10-20 | 1 | -77/+128 |
* | Adapt to handle the new sparc64 core dump format correctly. | tmm | 2002-10-20 | 1 | -32/+95 |
* | When recycling a cached connection, increment the reference count so that | tjr | 2002-10-20 | 1 | -1/+1 |
* | Cross-reference fmtcheck(3). | tjr | 2002-10-20 | 1 | -0/+1 |
* | Give in on the __sF stuff. I have a better fix in mind that is future | peter | 2002-10-19 | 1 | -1/+1 |
* | o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, | sam | 2002-10-19 | 1 | -62/+456 |
* | Indent code example with one tab, not two, for consistency with the rest. | tjr | 2002-10-19 | 1 | -8/+8 |
* | C89 does not specifiy strsep(), so our strsep() implementation cannot | tjr | 2002-10-19 | 1 | -1/+0 |
* | The ftok() function has not been in libcompat for quite a while. | tjr | 2002-10-19 | 1 | -3/+0 |
* | Add the libz derived files, added in the previous commit, to | marcel | 2002-10-19 | 1 | -0/+2 |
* | Oops. Also provide a lint-compatible unused argument warning killer. | markm | 2002-10-18 | 1 | -0/+4 |
* | ISOfy functions, sort headers and mark unused arguments. | markm | 2002-10-18 | 1 | -13/+6 |
* | Correct the headers needed to use dbopen(3) and friends. | markm | 2002-10-18 | 1 | -1/+2 |
* | Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses the | rwatson | 2002-10-18 | 2 | -2/+18 |
* | not sure if this correct, but it compiles again | sam | 2002-10-18 | 1 | -3/+3 |
* | FD locking is not enabled anymore, so the table which contains the owner | jmallett | 2002-10-17 | 1 | -4/+0 |
* | o ioctl DIOCGDINFO error wasn't checked | sam | 2002-10-17 | 1 | -7/+29 |
* | correct arg order to strlcpy/strlcat under #ifdef alpha | sam | 2002-10-17 | 1 | -2/+2 |
* | Fix off-by-one error when pushing back a multibyte sequence in | tjr | 2002-10-17 | 1 | -2/+6 |
* | Make part of the previous change clearer; check flags for SUPPRESS directly | tjr | 2002-10-17 | 1 | -7/+7 |
* | The field width for single-byte string conversions (%c, %s, %[) is the | tjr | 2002-10-17 | 1 | -33/+88 |
* | de-__P() | alfred | 2002-10-16 | 1 | -3/+3 |
* | - Remove the lsearch() and lfind() functions and their manpage from | robert | 2002-10-16 | 6 | -205/+167 |
* | Count field width correctly for suppressed multibyte fields (%*lc, | tjr | 2002-10-16 | 1 | -60/+84 |
* | Remove unneeded $FreeBSD$ tags. | robert | 2002-10-16 | 2 | -4/+0 |
* | - Remove the old insque() and remque() functions and their manual | robert | 2002-10-16 | 8 | -213/+145 |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 6 | -15/+52 |
* | Avoid truncating invalid wide characters that are outside the range of | tjr | 2002-10-16 | 1 | -1/+8 |
* | Add a Bugs section and note that fmtcheck() is out of sync with printf(); | tjr | 2002-10-16 | 1 | -1/+7 |
* | Add support for the XSI %C and %S formats, which are the same as %lc | tjr | 2002-10-16 | 2 | -0/+24 |
* | Use kqueue(2) instead of poll(2) to wait for replies and timeouts | iedowse | 2002-10-15 | 1 | -158/+90 |
* | fix typo in comments (in preparation for MFC) | fjoe | 2002-10-15 | 1 | -1/+1 |
* | Add cross-references to the wide character counterparts of these functions. | tjr | 2002-10-15 | 4 | -4/+8 |
* | Eliminate superfluous memory access in memcpy(3)/memmove(3). | sobomax | 2002-10-15 | 1 | -13/+8 |
* | Remove stray comma at the end of the See Also list. | tjr | 2002-10-15 | 1 | -1/+1 |
* | Fix to check disk geometry. | nyan | 2002-10-14 | 1 | -1/+18 |
* | Use a weak reference instead of a macro to make vfscanf an alias | tjr | 2002-10-14 | 2 | -0/+4 |
* | Write the strvis()'d string out to the history file in history_save(), | tjr | 2002-10-14 | 1 | -1/+1 |
* | FA, FB and FC are lead bytes according to recent Microsoft documentation. | tjr | 2002-10-14 | 1 | -1/+1 |
* | Style changes. Mainly removing excessive whitespace and parens. | tjr | 2002-10-14 | 1 | -24/+29 |
* | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | kris | 2002-10-13 | 1 | -7/+11 |
* | Ignore TMPDIR if the application is setugid. | kris | 2002-10-13 | 1 | -1/+2 |
* | FreeBSD's libedit does not include NetBSD's readline emulation code. | tjr | 2002-10-13 | 1 | -4/+3 |
* | Use buffer-safe string functions for paranoia. | kris | 2002-10-12 | 1 | -11/+12 |
* | Zero memory after malloc. This stops sysinstall from dumping core | kris | 2002-10-12 | 1 | -0/+1 |