summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate declaration.markm2002-10-231-1/+0
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...markm2002-10-232-3/+4
* - The GEOM system does not work on pc98.nyan2002-10-231-0/+4
* Fix the NetBSD RCS id's on these files; somehow they were initiallytjr2002-10-232-2/+2
* Reimplement more efficiently, using a single forward scan (like strrchr(3))tjr2002-10-231-22/+12
* Reimplement, handling the case where c == L'\0' correctly and fixingtjr2002-10-231-21/+7
* Add the new extra argument also in the alpha case.phk2002-10-231-1/+1
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.ume2002-10-231-51/+77
* Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.tjr2002-10-231-1/+17
* Translate to English.des2002-10-231-13/+18
* Replace this wcsncpy() implementation with one based on strncpy.c to fixtjr2002-10-231-26/+32
* If LOGIN_SETMAC is set and MAC is enabled in the kernel, then seerwatson2002-10-231-0/+27
* Use an error message closer to old dumpfs(8) in the case of truncated/nojmallett2002-10-221-1/+1
* Add the concept of a per-disk error string, and a function which prints itjmallett2002-10-226-1/+78
* remove unused __sys_sigaltstack() declarationfjoe2002-10-221-1/+0
* Explain to users that they may want to kldload aio.alfred2002-10-227-22/+175
* No longer needed.phk2002-10-221-18/+0
* Rename the libc signal trampoline to __sigtramp to match netbsd. Thisjake2002-10-222-4/+4
* Remove the last traces of bogus MAKEDEV functionality.phk2002-10-222-24/+0
* Reflect MAC kernel/user API changes into the libc MAC implementation.rwatson2002-10-227-247/+398
* Live with it: I had hoped to find a neat way to deal with all the magicphk2002-10-221-2/+9
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsphk2002-10-225-56/+3
* Swing the weed-whacker around libdisk:phk2002-10-2210-447/+73
* .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3.rwatson2002-10-222-3/+5
* Lobotomize MakeDev(), we don't need it with devfs.phk2002-10-211-0/+2
* Sigh, d_ntracks, not d_nheads.phk2002-10-211-1/+1
* fwheads and fwsectors got swapped underway.phk2002-10-211-2/+2
* Implement working on ELF corefiles. Use kvm_read() when readingmarcel2002-10-211-122/+135
* Unhook the per-policy parsing/printing MAC modules in libc to preparerwatson2002-10-217-815/+5
* track gratuitous change to sys/i386/include/reg.hsam2002-10-212-4/+4
* Use a warns setting we can catch regressions with.obrien2002-10-201-3/+1
* When dumping thread info, only include the filename and line if we actuallyjmallett2002-10-201-3/+9
* Another baby step toward getting sysinstall working:sam2002-10-201-77/+128
* Adapt to handle the new sparc64 core dump format correctly.tmm2002-10-201-32/+95
* When recycling a cached connection, increment the reference count so thattjr2002-10-201-1/+1
* Cross-reference fmtcheck(3).tjr2002-10-201-0/+1
* Give in on the __sF stuff. I have a better fix in mind that is futurepeter2002-10-191-1/+1
* o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,sam2002-10-191-62/+456
* Indent code example with one tab, not two, for consistency with the rest.tjr2002-10-191-8/+8
* C89 does not specifiy strsep(), so our strsep() implementation cannottjr2002-10-191-1/+0
* The ftok() function has not been in libcompat for quite a while.tjr2002-10-191-3/+0
* Add the libz derived files, added in the previous commit, tomarcel2002-10-191-0/+2
* Oops. Also provide a lint-compatible unused argument warning killer.markm2002-10-181-0/+4
* ISOfy functions, sort headers and mark unused arguments.markm2002-10-181-13/+6
* Correct the headers needed to use dbopen(3) and friends.markm2002-10-181-1/+2
* Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses therwatson2002-10-182-2/+18
* not sure if this correct, but it compiles againsam2002-10-181-3/+3
* FD locking is not enabled anymore, so the table which contains the ownerjmallett2002-10-171-4/+0
* o ioctl DIOCGDINFO error wasn't checkedsam2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphasam2002-10-171-2/+2
OpenPOWER on IntegriCloud