summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Typo.charnier1997-06-181-2/+3
* Fix infinite loop.davidn1997-06-161-2/+2
* Remember to zero sockaddr_in struct before calling uaddr_to_sockaddr() towpaul1997-06-151-0/+1
* srandomdev: use stack junk value in the fallback code tooache1997-06-151-2/+3
* Change u_char which require special include to unsigned charache1997-06-141-1/+1
* Add arc4random() functions from OpenBSD. They are almost same as ourache1997-06-143-5/+261
* Instead of copying fallback code over and over in each program,ache1997-06-142-15/+17
* Add "break" inadvertently removed in previous update.davidn1997-06-131-1/+3
* Add MAXHOSTNAMELEN checkache1997-06-131-1/+3
* getnetid() crashes if no /etc/netid file is present (it tries to fclose()wpaul1997-06-121-1/+2
* Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)phk1997-06-122-8/+27
* Style optimization in newly added POSIX range []] conformance, redoache1997-06-071-6/+6
* Add missing FNM_PERIOD check for '[' rangeache1997-06-061-4/+10
* 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternache1997-06-061-11/+35
* Bring back nanosleep from the cold.jb1997-06-043-3/+3
* Fix mutex initialization.jb1997-06-041-6/+4
* Fix the man page's title (.Dt).max1997-06-021-1/+1
* Re-activate the nanosleep style using code, but with the signal handlingpeter1997-06-022-110/+2
* Submitted by: Whistle Communications (archie Cobbs)julian1997-06-025-6/+46
* Add xref to signanosleep(2)peter1997-06-011-0/+1
* Doc signanosleep, add to linkspeter1997-06-012-4/+28
* Update the sleep(3)/usleep(3) code to use signanosleep(2) if compiled withpeter1997-06-012-17/+117
* Generate signanosleep(2) syscall wrapperpeter1997-06-011-2/+3
* sysctlbyname allows acces to sysctl variables by name.phk1997-05-302-2/+35
* Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.phk1997-05-302-19/+69
* Fix other small things that got lost in the merge:wpaul1997-05-282-3/+3
* Restore Id.wpaul1997-05-281-0/+1
* Resolve conflicts.wpaul1997-05-2833-84/+425
* This commit was generated by cvs2svn to compensate for changes in r26219,wpaul1997-05-2820-0/+4989
* Resolve conflicts.wpaul1997-05-289-11/+10
* This commit was generated by cvs2svn to compensate for changes in r26216,wpaul1997-05-281-0/+163
* Fix conflicts (this one is easy: there's just the Makefile).wpaul1997-05-281-8/+15
* This commit was generated by cvs2svn to compensate for changes in r26213,wpaul1997-05-288-0/+930
* Bump minor version number.fenner1997-05-271-4/+4
* Use ${DESTDIR} correctly in front of absolute paths.asami1997-05-233-7/+7
* Hook in alias library.brian1997-05-231-1/+1
* This commit was generated by cvs2svn to compensate for changes in r26026,brian1997-05-238-0/+3984
|\
| * Create the alias library. This is currently only used bybrian1997-05-238-0/+3984
* Typo police.tg1997-05-221-2/+2
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-192-3/+3
* Now I really understand the reason for the style.9 rule about not havingpeter1997-05-191-14/+14
* Update the nanosleep versions to set a SIGALRM handler while sleeping.peter1997-05-182-3/+18
* MF2.2: update login_cap api docs.davidn1997-05-181-9/+23
* if nanosleep returns too early, loop. usleep() does not have a returnpeter1997-05-171-2/+7
* round-up non-zero nanoseconds in #ifdef'ed code.peter1997-05-171-0/+2
* Allow conditional use (add -DUSE_NANOSLEEP) to CFLAGS of nanosleep() forpeter1997-05-172-34/+33
* Temporarily restore old (itimer) sleep variant because new oneache1997-05-171-9/+70
* For non-root uids, consider root-owned files also 'secure' unless otherwisedavidn1997-05-152-4/+4
* Completely remove #ifdefed out 8859-1 extension, I found it breakache1997-05-141-39/+1
* Fixed overallocation of _thread_fd_table.alex1997-05-133-3/+3
OpenPOWER on IntegriCloud