summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak.mike2002-09-011-1/+3
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-241-1/+0
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
* s/trailing NULL/trailing NUL/jmallett2002-08-192-2/+2
* Fix libc build breakage by defining FSTYPENAMES before includingbmilekic2002-08-161-0/+1
* can not -> cannot.ru2002-08-131-1/+1
* Add a missing copyright for Doug. There are other files missing thisdwmalone2002-08-111-0/+28
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-4/+4
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.mux2002-08-103-55/+43
* mdoc(7) police: laundry.ru2002-08-091-9/+14
* Introduce a new error return code:phk2002-08-091-0/+3
* Implement POSIX.1-2001 (XSI)'s ulimit(3).mike2002-08-083-3/+171
* o Fix a memory leak.mike2002-08-051-11/+15
* Implement POSIX.1-2001 (XSI)'s fmtmsg(3).mike2002-08-054-2/+473
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-172-29/+34
* Don't ask me how I consistently turned struct statvfs into struct vfsconf....wollman2002-07-161-3/+3
* Assume that my bug report against 1003.1-2001 will be resolved my way,wollman2002-07-151-13/+9
* Support POSIX/SUS ``programming environment'' mistake in confstr().wollman2002-07-151-1/+62
* All of the things that confstr() returns are compile-time constants.wollman2002-07-151-31/+10
* Don't bother asking the kernel about _SC_FSYNC; it's not optional.wollman2002-07-151-4/+3
* Fix a few bugs in the ERRORS section.wollman2002-07-131-3/+12
* Add statvfs(3) to the build.wollman2002-07-131-2/+3
* Well, it's not quite strxfrm(3) but at least it's honest.wollman2002-07-131-0/+176
* Various typo fixes.keramida2002-07-121-2/+2
* A simple implementation of statvfs(3) (one step above the trivial one).wollman2002-07-111-0/+160
* Move appropriate information out of `DESCRIPTION' and into `SECURITYchris2002-07-031-12/+12
* Remove pselect from application namespace and instead use a weak referencedeischen2002-06-271-1/+3
* Remove improper use of <namespace.h>.deischen2002-06-271-6/+2
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-172-1/+123
* Add pselect(3) to the build. Need to figure out the most appropriatewollman2002-06-151-1/+1
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-292-3/+3
* Add link dlopen(3) -> dlfunc(3).wollman2002-05-291-1/+2
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-293-6/+61
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-287-101/+1
* These files are no longer used.jake2002-05-2411-196/+0
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-232-8/+3
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-3/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-1/+1
* Fix bug that causes passwd and friends to fail when the user has a '+' indes2002-05-071-0/+3
* #include <string.h> instead of <strings.h>des2002-04-251-1/+1
* Support the snapshot file flag, so that tools like 'ls -ol' workjoe2002-04-161-0/+3
* Missed a spot in previous commit.des2002-04-151-1/+3
* (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-141-2/+12
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-092-4/+0
* Catch up with const'ification of <sys/disklabel.h> and quelch warnings.phk2002-04-081-18/+13
* Initial deorbit burn for the undocumented and unused d_boot[01]phk2002-04-031-5/+0
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-296-16/+24
* Fixed some style bugs in the removal of __P(()). Some function parameterbde2002-03-261-1/+1
* A break after a return is useless.dd2002-03-241-1/+0
* Fix braino.dd2002-03-241-1/+1
OpenPOWER on IntegriCloud