| Commit message (Expand) | Author | Age | Files | Lines |
* | Untangle #ifdefs in the write-end of things by giving each arch its | phk | 2002-10-23 | 11 | -322/+968 |
* | Separate the struct disklabel filling stuff from the rest of Write_FreeBSD(). | phk | 2002-10-23 | 1 | -42/+41 |
* | Remove duplicate declaration. | markm | 2002-10-23 | 1 | -1/+0 |
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | markm | 2002-10-23 | 2 | -3/+4 |
* | - The GEOM system does not work on pc98. | nyan | 2002-10-23 | 1 | -0/+4 |
* | Fix the NetBSD RCS id's on these files; somehow they were initially | tjr | 2002-10-23 | 2 | -2/+2 |
* | Reimplement more efficiently, using a single forward scan (like strrchr(3)) | tjr | 2002-10-23 | 1 | -22/+12 |
* | Reimplement, handling the case where c == L'\0' correctly and fixing | tjr | 2002-10-23 | 1 | -21/+7 |
* | Add the new extra argument also in the alpha case. | phk | 2002-10-23 | 1 | -1/+1 |
* | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | ume | 2002-10-23 | 1 | -51/+77 |
* | Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001. | tjr | 2002-10-23 | 1 | -1/+17 |
* | Translate to English. | des | 2002-10-23 | 1 | -13/+18 |
* | 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 |