]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Warn that the ``alias'' command is depricated.
[FreeBSD/FreeBSD.git] / lib /
2000-08-17 archieFix two bugs:
2000-08-16 greenFix style bugs (including ones introduced from OpenBSD).
2000-08-15 sheldonhThis commit was generated by cvs2svn to compensate...
2000-08-14 ruFixed PunchFW code segmentation violation bug.
2000-08-14 ruUse queue(3) LIST_* macros for doubly-linked lists.
2000-08-13 krisThis commit was generated by cvs2svn to compensate...
2000-08-13 darrenrThis commit was generated by cvs2svn to compensate...
2000-08-13 krisThis commit was generated by cvs2svn to compensate...
2000-08-13 alfredFix an off-by-one error in the recursive mutex handling...
2000-08-12 gshapiroThe rest of the changes needed to support the new versi...
2000-08-12 gshapiroThis commit was generated by cvs2svn to compensate...
2000-08-12 nyan- Added support for installing boot0 and boot0.5 for...
2000-08-11 peterAdd the -mpreferred-stack-boundary=2 option to reduce...
2000-08-11 psAdd support to send the string 'PXEClient' as the Vendo...
2000-08-10 wollmanThis commit was generated by cvs2svn to compensate...
2000-08-10 umeDon't retry connecting via the same medium.
2000-08-09 itojunmention getipnodeby* and get{addr,name}info are not...
2000-08-09 ru- Do not modify Peer's Call ID in outgoing Incoming...
2000-08-08 kbyancThis is an overhaul of the mode page handling in camcon...
2000-08-08 greenIf using a DB_RECNO, db::put should return the new...
2000-08-08 nyan- Fixed warnings and typo.
2000-08-08 jasonekevent() is not a POSIX cancellation point, so _kevent...
2000-08-07 jlemonAdd wrapper for kevent() syscall
2000-08-07 jlemonDocument return value of ENOENT for nonexistent/invalid...
2000-08-07 ruAdjust TCP checksum rather than compute it afresh.
2000-08-07 nyanDon't use kern.disks sysctl on PC-98 because the wd...
2000-08-06 greenGood, fixing the header showed incorrect usage of it...
2000-08-05 benFix description of argv[0] passed to interpreted script...
2000-08-05 krisPrevent internal buffer overflow due to expansion of...
2000-08-04 rusrc/Makefile.inc1 sets DESTDIR=${WORLDTMP} for `buildwo...
2000-08-04 krisReturn an error instead of overflowing the buffer in...
2000-08-04 krisCalculate the string length of a u_long at compile...
2000-08-04 krisCorrect factor-of-10 error in INT_STRLEN_MAXIMUM()...
2000-08-04 krisCorrect string length bounds checking.
2000-08-04 krisPrevent TMPDIR overflow.
2000-08-04 krisDon't overflow the internal buffer in clnt_sperror()
2000-08-04 krissprintf -> snprintf paranoia
2000-08-04 obrienThis commit was generated by cvs2svn to compensate...
2000-08-04 krisLimit the amount of data copied to the error buffer...
2000-08-04 krisPrevent buffer overflows.
2000-08-03 jhbCleanup warnings by adding missint prototypes, removing...
2000-08-02 desFix signedness bogon.
2000-08-01 jasoneMake sem_post() safe to call from within a signal handl...
2000-08-01 peterRevert the temporary hack in rev 1.79.
2000-08-01 psIf the format string passed to setproctitle begins...
2000-07-31 sheldonhWhitespace only:
2000-07-31 peterAdd pointers to rfork_thread(3)
2000-07-29 peterAdd a skeleton rfork_thread(3) man page.
2000-07-29 peterTake a shot at implementing a functional rfork_thread...
2000-07-29 peterFix some rather interesting bugs that managed to not...
2000-07-29 peterrfork(2) wrapper for simple rfork-style threads. I...
2000-07-29 peterDeal with the exit entry in MIASM changing to sys_exit.
2000-07-28 acheTeach library about Home/End keys
2000-07-28 acheFully preserve original tty settings outside of line...
2000-07-27 acheMove terminal descriptor flush before stty to eliminate...
2000-07-27 obrienThis commit was generated by cvs2svn to compensate...
2000-07-27 desDon't fail if _ftp_stat() reports a protocol error...
2000-07-26 acheFix temp. singnals blocking. Only one signal was blocke...
2000-07-26 archieAdd address translation support for RTSP/RTP used by...
2000-07-25 dillon MFC 1.11.2.3 from -stable to -current
2000-07-25 desIf the server reports the size as 0, treat it as unknow...
2000-07-25 desCentralize the default port finding code.
2000-07-24 sheldonhClean up some nits, with the permission of the author:
2000-07-22 sheldonhRemove the reference to KERN_UPDATEINTERVAL and syncer...
2000-07-21 desIgnore environment variables that are set but empty.
2000-07-21 desDocument the proxy support better.
2000-07-21 desThe decision to use an HTTP proxy for FTP documents...
2000-07-21 desDon't send port number to proxy unless it's not the...
2000-07-21 dfrCall _thread_init() from pthread_once() if it has not...
2000-07-21 jasoneUse _close() instead of close() in addrconfig() to...
2000-07-20 fennerThis commit was generated by cvs2svn to compensate...
2000-07-20 obrienFix problem where original author thought `unsigned...
2000-07-20 umeCopy canonname for *ahost, into static buffer.
2000-07-20 alfreduse .Pp instead of faking it with an extra newline
2000-07-20 alfreddocument get/set sockopt usage with accept_filter(9)
2000-07-20 brianAlocate rcmd{,_af}()'s *ahost argument using malloc...
2000-07-20 obrienThis commit was generated by cvs2svn to compensate...
2000-07-20 desFix the case where the file name is preceded by a lone...
2000-07-19 desDon't try to skip to the requested offset if the server...
2000-07-19 jasonepthread_once --> pthread_once_t.
2000-07-19 darrenrThis commit was generated by cvs2svn to compensate...
2000-07-19 sheldonhUpdate stale references to update(4) with references...
2000-07-19 umeTo define A RR to root (.) is valid in DNS. So, h_name...
2000-07-18 archieConst'ify parameters to ethers(3) routines as appropriate.
2000-07-18 jlemonSimplify kqueue API slightly.
2000-07-18 sheldonhSubstitute UT_NAMESIZE for 8 when truncating long usern...
2000-07-18 sheldonhFix header inclusions in preparation for a fix for...
2000-07-18 alexDrop the references to index(3) and rindex(3), which...
2000-07-18 desDon't take a failure to stat a file to mean that it...
2000-07-18 jasoneChange my email address in the copyright notices for...
2000-07-17 jasoneDeal correctly with statically initialized condition...
2000-07-17 jasoneReshuffle the SEE ALSO section.
2000-07-17 desIntroduce fetchXGet*(), which combine the functionaliti...
2000-07-17 desDon't forget to set file descriptor to -1 after closing...
2000-07-17 desUse a symbolic constant instead of hardcoding 999
2000-07-17 desDon't forget to declare fetchRestartCalls.
2000-07-17 desIntroduce the (undocumented) variable fetchRestartCalls...
2000-07-17 desRemove fetchContentType(), which disappeared in the...
2000-07-17 alexAdd SEE ALSO section, as with the other string functions.
2000-07-16 des#ifdef DEBUG -> #ifndef NDEBUG
next