summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use an internal buffer for the result when the first argument is NULL.tjr2002-10-251-0/+4
* The ORIENTLOCK macro is no longer needed since all functions usetjr2002-10-251-7/+0
* The FTP connection caching needs a better interface -- connections arenjl2002-10-251-0/+4
* #ifdef out assignToPartition on non x86 arches to unbreak the worldgallatin2002-10-241-0/+2
* Restored sigaction's name in its prototype.bde2002-10-241-1/+1
* * Modernize aio(4), providing instructions for static and dynamic kernelsheldonh2002-10-247-147/+8
* Add cross-references to the aio(4) manual page.des2002-10-246-0/+6
* Replace wcsstr() with an implementation based on strstr(), which is fartjr2002-10-241-38/+32
* Restore Berkeley SCCS id.tjr2002-10-241-1/+5
* Remove the Standards section again until we get these functions sortedtjr2002-10-241-8/+0
* Place mac_prepare() with the other mac_prepare*() functions.chris2002-10-241-10/+10
* mac_free() no longer accepts a void * parameter; only mac_t's are supposedchris2002-10-241-9/+20
* Remove superfluous empty "FILES" section.chris2002-10-231-1/+0
* Remove hard sentence breaks.chris2002-10-231-11/+19
* More lobotomy:phk2002-10-238-111/+6
* Remove another 10 mindless #ifdefs.phk2002-10-231-59/+45
* Rely on sysctl kern.disks to be there, and get rid of one of the far toophk2002-10-231-69/+36
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-237-55/+3
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-2311-322/+968
* Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().phk2002-10-231-42/+41
* 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
OpenPOWER on IntegriCloud