summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo which I cannot believe I missed after rereading this textasmodai1999-12-211-1/+1
* Properly manify this manpage.asmodai1999-12-211-5/+5
* Fix a bug where a pointer would be one character too far after puttingroberto1999-12-213-3/+3
* Rewriting of flags_to_string() and string_to_flags() to use an array.roberto1999-12-193-258/+183
* Initialize a var to quiet -Wall.obrien1999-12-181-1/+1
* Switch over to the OpenBSD fts.c, fixing lots of things.green1999-12-182-142/+250
* Back up following macros by functions: ishexnumber, isideogram, isnumber,phantom1999-12-171-7/+58
* Fix handling of trailing :'s to match what other OSes do (spit outjkh1999-12-171-2/+8
* KAME 4th patchshin1999-12-166-4/+1088
* Document SA_SIGINFOcracauer1999-12-151-25/+90
* Make setjmp, longjmp, sigsetjmp, and siglongjmp weak aliases forjasone1999-12-144-8/+24
* Commented outnik1999-12-141-1/+1
* Remove x-ref to itself.billf1999-12-141-1/+0
* Correct "standard compilance" notesphantom1999-12-141-2/+8
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-122-0/+56
* While comparing this with OpenBSD (ie: trying to figure out what mkstemps()peter1999-12-111-2/+2
* Remove discussion of %C in the BUGS section. The limitations on validsheldonh1999-12-091-4/+0
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.sheldonh1999-12-082-12/+85
* Accept 12 for %l, because it's logical to expect "%l:%M" to work forsheldonh1999-12-081-1/+1
* Add a cross-reference to fabs(3) man page.chris1999-12-071-0/+1
* Add reference to netgraph(4) in the 'see also' section.archie1999-12-061-0/+1
* Fix buffer overflows.kris1999-12-051-2/+2
* Add RLIMIT_SBSIZE here, too.green1999-12-031-0/+4
* Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS insheldonh1999-12-021-1/+8
* Separate some common sysctl code into sysctl_find_oid() and callinggreen1999-12-011-0/+4
* %Ex -> %Ef to not conflict with POSIXache1999-11-305-13/+53
* Document %Ex and %OBache1999-11-301-2/+4
* Stricter checking %A vs %aache1999-11-301-11/+13
* Fix %C handlingache1999-11-301-14/+52
* Add %Ex extension to determine "%e %b" or "%b %e" orderache1999-11-303-8/+22
* style fixes, remove extra braces.alfred1999-11-291-17/+20
* Provide a man page for Alfreds lovely readdir_r function. Alsowes1999-11-292-5/+27
* Provide and document ctermid_r function.wes1999-11-282-2/+23
* Document the getlogin_r function.wes1999-11-281-2/+22
* Provide the getlogin_r function.wes1999-11-281-0/+18
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+44
* General clean-up of socket.h and associated sources to synchronise upphk1999-11-249-21/+48
* Allow empty UIDs if we are processing NIS records. I am not entirelyeivind1999-11-221-2/+4
* Make __sfp() even more thread-safe.dt1999-11-211-1/+1
* Add (FILE *) locking.dt1999-11-201-0/+9
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().dt1999-11-201-0/+11
* Fix HISTORY - the copyright header on the file of the GCC version wasobrien1999-11-201-4/+4
* Add to the HISTORY.obrien1999-11-191-1/+9
* For the TCP transport, put the listening socket in non-blockingjdp1999-11-181-0/+18
* Make setproctitle(NULL) restore all of the original argumentsbrian1999-11-172-30/+45
* Fix a bug in the hack that protects against FTP bounce attacks.jdp1999-11-171-3/+2
* Introduce commandline caching in the kernel.phk1999-11-161-0/+9
* Add to pwd_mkdb a -q option to silence warnings about large IDs. Add asheldonh1999-11-152-4/+15
* fts_pathlen and fts_namelen are u_short, not shortkris1999-11-151-2/+2
* Typokris1999-11-151-1/+1
OpenPOWER on IntegriCloud