]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Rip out the nastiness I cribbed from the EISA bus code and actually
[FreeBSD/FreeBSD.git] / lib /
1999-08-20 jbWhen checking if there is a stack to free, observe...
1999-08-20 rseFix EINVAL related descriptions.
1999-08-20 mdoddAdd 2 functions: el_data_set() and el_data_get() which...
1999-08-19 alfredtime_to_sleep->tv_nsec > 1000000000
1999-08-19 alfredSanity check time structures passed in, return EINVAL...
1999-08-19 alfredhandle under/overflow of time values in a more robust...
1999-08-18 abialAdd pam_radius.so manual page.
1999-08-18 chrisFix a bunch of broken cross-references
1999-08-17 kenTake out a reference to ccb(4). I never got around...
1999-08-17 rseFix description of the _thread_autoinit_dummy_decl...
1999-08-15 phoReverted to revision 1.8 as previous fix causes fts_ope...
1999-08-15 mppVarious man page cleanup:
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-14 phoReviewed by: phk
1999-08-14 chrisBad reference to exit(2) changed to exit(3).
1999-08-14 chrisBad reference exit(2) changed to exit(3)
1999-08-14 chrisAdd $Id$ tag.
1999-08-14 chrisBad reference time(2) changed to time(3)
1999-08-14 chrisBad reference of termios(3) changed to termios(4).
1999-08-14 chrisBad reference of sysctl(1) changed to sysctl(8)
1999-08-14 chrisBad reference to lstat(3) changed to lstat(2)
1999-08-14 chrisFix .Xr line for `getpagesize'
1999-08-14 chrisFix some bad references:
1999-08-14 chrisChange reference to mount(1) to mount(8)
1999-08-13 chrisChange reference from kldload(3) to kldload(2)
1999-08-13 sheldonhAxe LOGIN_CAP_AUTH.
1999-08-12 deischenAdd check for runnable threads before polling file...
1999-08-10 rnordierTreat an attempt to read from a write-only stream more...
1999-08-10 impUse the latest version of these files from OpenBSD.
1999-08-10 impImport strl{cat,cpy} from OpenBSD.
1999-08-08 bdeFixed missing "G" in the list item for the main descrip...
1999-08-05 deischenAdd RCS IDs to those files without them.
1999-08-05 deischenFix thread initialization to allow for the case where...
1999-08-01 hoekMention that EXIT_SUCCESS and EXIT_FAILURE are preferre...
1999-07-31 bdeFixed $Id$.
1999-07-31 bdeRemoved a duplicate reference to System V.4.
1999-07-31 bdeFixed syntax error in previous commit.
1999-07-31 bdeFIxed disordering in previous commit. Fixed some old...
1999-07-30 nikDocument that writev(2) can fail with ENOBUFS.
1999-07-30 mppUse the .At macro when referencing versions of AT&T...
1999-07-30 mppDocument the getdents(2) system call. The documentatio...
1999-07-30 mppDocument the lchmod(2) system call.
1999-07-30 mppAdd a manual page for getdents(2). This was taken...
1999-07-30 mppDocument the lutimes() and futimes() system calls.
1999-07-30 mppMdoc cleanup.
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-26 sheldonhAdd missing cause for an EINVAL return (msgtype < 1).
1999-07-26 sheldonhCorrect HISTORY section, according to CVS logs.
1999-07-26 acheremove <ctype.h> - not needed
1999-07-26 acheunsigned char cleanup
1999-07-25 hoekasprintf() does use realloc() internally, but saying...
1999-07-24 n_hibmaUpdate the manpage for the number of symlinks in ELOOP
1999-07-24 bdeBacked out previous commit. devname.3 and devname...
1999-07-20 nikCorrect the information about the return value when...
1999-07-20 nikCorrect some grammar and style problems with this page.
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 greenVarious cleanups.
1999-07-18 phkMake devname(3) return something more intelligent than...
1999-07-16 simokawaEnable gmon/mcount on alpha.
1999-07-16 simokawaEnable gcrt1.o.
1999-07-16 simokawaMake profil() 64bit-safe for alpha.
1999-07-15 jlemonReference correct sysctl: kern.maxsockbuf --> kern...
1999-07-14 nikBe a little clearer about login_getpwclass(3), and...
1999-07-12 nikAdd $Id$, to make it simpler for members of the transla...
1999-07-12 nikAdd $Id$, to make it simpler for members of the transla...
1999-07-12 dtUse USRSTACK (defined in <machine/vmparam.h>) to get...
1999-07-12 sheldonhFix commented out CFLAGS addition for LOGIN_CAP_AUTH...
1999-07-11 jasoneFix a couple more coding style nits.
1999-07-11 jasoneModify previous changes to conform better to libc_r...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 wesFixed a minor style nit in the EXAMPLE section.
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-09 phkClarify an explanation a little bit.
1999-07-07 desBack out previous commit after discussing it with Dmitr...
1999-07-07 desAlways set errno to ENOMEM when returning 0 from malloc...
1999-07-06 obrienMake the new %Z addition thread-safe.
1999-07-06 jasoneAlways use growable thread stacks on the i386. The...
1999-07-05 msmithMerge from -stable; support for the 'ida' driver, move...
1999-07-05 jasoneDisable growable stacks by default, as advertised.
1999-07-05 jasoneUse growable stacks for thread stacks that are the...
1999-07-04 obrienActually impliment the documented %Z specifier.
1999-07-01 mppNuke the BUGS sections of these man pages because they...
1999-07-01 mppFix typos/spelling errors.
1999-07-01 mksModify code to be -Wall'able.
1999-07-01 wesAdd mising aio_* man pages. Fixed a minor typo in...
1999-07-01 krisSpelll 'asynchronous' coriectly
1999-07-01 sheldonhFix the NAME section of the kldload.2 manpage, which...
1999-06-29 dtDefer signals, so we will not wait for SIGCHLD after...
1999-06-29 billfClarify what happens if fd is set to -1
1999-06-29 pbMove call to umask(0) back into pw_util(), because...
1999-06-27 mppDocument that mlock() and munlock() can return EPERM...
1999-06-26 simokawaJust return `curbrk' for sbrk(0) to avoid syscall overhead.
1999-06-26 pbForce umask to 077 (instead of 000) during the edit...
1999-06-26 sheldonhAdd -d option to vipw(8) to allow selection of an alter...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-23 dtFix few warnings on the alpha.
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 brianDon't get caught in an infinite recursion when PKT_ALIA...
next