| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace this wcsncpy() implementation with one based on strncpy.c to fix | tjr | 2002-10-23 | 1 | -26/+32 |
* | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see | rwatson | 2002-10-23 | 1 | -0/+27 |
* | Use an error message closer to old dumpfs(8) in the case of truncated/no | jmallett | 2002-10-22 | 1 | -1/+1 |
* | Add the concept of a per-disk error string, and a function which prints it | jmallett | 2002-10-22 | 6 | -1/+78 |
* | remove unused __sys_sigaltstack() declaration | fjoe | 2002-10-22 | 1 | -1/+0 |
* | Explain to users that they may want to kldload aio. | alfred | 2002-10-22 | 7 | -22/+175 |
* | No longer needed. | phk | 2002-10-22 | 1 | -18/+0 |
* | Rename the libc signal trampoline to __sigtramp to match netbsd. This | jake | 2002-10-22 | 2 | -4/+4 |
* | Remove the last traces of bogus MAKEDEV functionality. | phk | 2002-10-22 | 2 | -24/+0 |
* | Reflect MAC kernel/user API changes into the libc MAC implementation. | rwatson | 2002-10-22 | 7 | -247/+398 |
* | Live with it: I had hoped to find a neat way to deal with all the magic | phk | 2002-10-22 | 1 | -2/+9 |
* | Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions | phk | 2002-10-22 | 5 | -56/+3 |
* | Swing the weed-whacker around libdisk: | phk | 2002-10-22 | 10 | -447/+73 |
* | .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3. | rwatson | 2002-10-22 | 2 | -3/+5 |
* | Lobotomize MakeDev(), we don't need it with devfs. | phk | 2002-10-21 | 1 | -0/+2 |
* | Sigh, d_ntracks, not d_nheads. | phk | 2002-10-21 | 1 | -1/+1 |
* | fwheads and fwsectors got swapped underway. | phk | 2002-10-21 | 1 | -2/+2 |
* | 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 |