summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Change my email address in the copyright notices for the sake ofJason Evans2000-07-1823-23/+23
| | | | | | | consistency (jasone@canonware.com --> jasone@freebsd.org). Notes: svn path=/stable/4/; revision=63369
* MFC: Add a sendfile() wrapper, so that calls to sendfile() do not block theJason Evans2000-07-182-1/+2
| | | | | | | entire process. Notes: svn path=/stable/4/; revision=63368
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-181-0/+154
| | | | Notes: svn path=/stable/4/; revision=63365
* MFC: Add missing man pages and merge minor changes to existing pages.Jason Evans2000-07-184-11/+50
| | | | Notes: svn path=/stable/4/; revision=63362
* MFC: Deal correctly with statically initialized condition variables inJason Evans2000-07-171-18/+17
| | | | | | | | | | pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait(). PR: bin/18099 Notes: svn path=/stable/4/; revision=63357
* MFC: Add a test framework, convert existing tests to work with theJason Evans2000-07-177-2154/+118
| | | | | | | framework, and add a test for semaphores. Notes: svn path=/stable/4/; revision=63349
* MFC: everything since the last one.Dag-Erling Smørgrav2000-07-177-125/+250
| | | | Notes: svn path=/stable/4/; revision=63347
* MFC: Support MBR boot loaders more than 1 sector long.John Baldwin2000-07-176-62/+16
| | | | Notes: svn path=/stable/4/; revision=63339
* MFC: Add SEE ALSOAlexander Langer2000-07-171-0/+11
| | | | Notes: svn path=/stable/4/; revision=63323
* MFC: #ifdef DEBUG -> #ifndef NDEBUGDag-Erling Smørgrav2000-07-161-2/+2
| | | | Notes: svn path=/stable/4/; revision=63282
* MFC: Separate parsing code of 229 replies from the code for 227 and 228.Hajimu UMEMOTO2000-07-161-6/+13
| | | | | | | | Don't assume 227 and 228 replies enclose remote address with parentheses. (rev 1.36 -> 1.37) Notes: svn path=/stable/4/; revision=63272
* MFC: synch with -CURRENTDag-Erling Smørgrav2000-07-165-488/+834
| | | | Notes: svn path=/stable/4/; revision=63237
* MFC: make NAME section less confusingBen Smithurst2000-07-152-2/+2
| | | | Notes: svn path=/stable/4/; revision=63215
* MFC: Merge KAME 2000/07 code.Kris Kennaway2000-07-1523-833/+1908
| | | | Notes: svn path=/stable/4/; revision=63208
* MFC: _PATH_DEV'ify libdisk and fix a misspelling in an error message.John Baldwin2000-07-144-8/+12
| | | | Notes: svn path=/stable/4/; revision=63106
* MFC 1.6 -> 1.7: Deprecate the dllockinit interface.John Polstra2000-07-121-3/+4
| | | | Notes: svn path=/stable/4/; revision=62999
* MFC: Always do the right thing if there are multiple sigwait()ers for theJason Evans2000-07-123-4/+37
| | | | | | | same signal. Notes: svn path=/stable/4/; revision=62997
* MFC: sa_siginfo -> sa_sigactionBen Smithurst2000-07-111-1/+1
| | | | Notes: svn path=/stable/4/; revision=62948
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-103-0/+619
| | | | Notes: svn path=/stable/4/; revision=62923
* Remove DIAGASSERTNick Hibma2000-07-103-25/+0
| | | | Notes: svn path=/stable/4/; revision=62910
* MFC: ncurses 5.1 prerelease (20000701)Paul Saab2000-07-103-6/+20
| | | | Notes: svn path=/stable/4/; revision=62901
* MFC: remove bogus 'l' suffixes in FP register to register instructionsDavid E. O'Brien2000-07-106-8/+8
| | | | Notes: svn path=/stable/4/; revision=62896
* MFC: use the MI versions of crtbegin and crtend from the "common" directory.David E. O'Brien2000-07-108-219/+15
| | | | | | | | | * This fixes the ordering of global constructors and destructors on the Alpha. * This makes crt{i,n}.S empty shells (for link command line compatibility). Notes: svn path=/stable/4/; revision=62895
* MFC: 1.14, first appeared in 2.9BSD.Daniel Harris2000-07-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=62825
* MFC: merge in rev 1.3 through 1.10John-Mark Gurney2000-07-061-8/+32
| | | | Notes: svn path=/stable/4/; revision=62699
* MFC: [rev 1.12] Remove unneeded #include.Paul Saab2000-07-041-1/+0
| | | | Notes: svn path=/stable/4/; revision=62551
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-045-0/+345
| | | | Notes: svn path=/stable/4/; revision=62529
* MFC rev 1.4: Remove extraneous commas and fix run-on mark-up.Sheldon Hearn2000-07-031-6/+6
| | | | Notes: svn path=/stable/4/; revision=62462
* MFC: (rev 1.13) fix a null-dereference problem.Ruslan Ermilov2000-07-031-5/+17
| | | | | | | PR: 19069 Notes: svn path=/stable/4/; revision=62443
* Include libusb in the buildNick Hibma2000-07-021-1/+1
| | | | Notes: svn path=/stable/4/; revision=62414
* MFC, Implement a new camcontrol function, 'camcontrol format'.Kenneth D. Merry2000-07-011-1/+1
| | | | | | | | | | | | | | | Merged files/revisions: camcontrol.c: rev 1.23 camcontrol.8: rev 1.21 libcam/Makefile: rev 1.7 scsi_da.c: rev 1.49 scsi_da.h: rev 1.5 Tested for RELENG_4 by: markm, nectar, will Notes: svn path=/stable/4/; revision=62368
* MFC: DNS IPv6 transport supportHajimu UMEMOTO2000-07-012-59/+153
| | | | Notes: svn path=/stable/4/; revision=62358
* MFC:Paul Saab2000-07-013-22/+22
| | | | | | | | | | | kvm.c [rev 1.14] Change the return value of kvm_read/kvm_write to be -1 on error. kvm.c [rev 1.13], kvm_getswapinfo [rev 1.11], kvm_proc.c [rev 1.26] -Wall, which caught a real bug where buflen wasn't being set properly. Notes: svn path=/stable/4/; revision=62312
* MFC: alt_month assigningAndrey A. Chernov2000-06-291-1/+1
| | | | Notes: svn path=/stable/4/; revision=62260
* MFC: Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-291-190/+1216
| | | | | | | | | | getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead of native IPv4 address. Now, getaddinfo() is scoped address ready. You can put scoped address within /etc/hosts. Notes: svn path=/stable/4/; revision=62244
* MFC: everything since RELENG_4 branchedDag-Erling Smørgrav2000-06-2911-330/+863
| | | | Notes: svn path=/stable/4/; revision=62243
* MFC: Fix typo in SEE ALSO section.Jason Evans2000-06-281-1/+1
| | | | Notes: svn path=/stable/4/; revision=62199
* MFC: Remove the getflags/setflags functions. Their functionality hasJosef Karthauser2000-06-282-234/+0
| | | | | | | been replaced with the libc functions fflagstostr and strtofflags. Notes: svn path=/stable/4/; revision=62195
* MFC: Use the new fflagstostr and strtofflags functions in libc.Josef Karthauser2000-06-281-0/+2
| | | | Notes: svn path=/stable/4/; revision=62194
* MFC: strtofflags and fflagstostr are functions for converting betweenJosef Karthauser2000-06-281-2/+3
| | | | | | | | file flag strings such as 'noschg', or 'schg,uunlnk' and their internal argument forms such as would be given to chflags(2). Notes: svn path=/stable/4/; revision=62191
* MFC: Don't allow pthread_suspend_np()/pthread_resume_np() to causeJason Evans2000-06-277-36/+142
| | | | | | | | pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() to return EINTR. Notes: svn path=/stable/4/; revision=62180
* MFC: fixed PunchFWHole().Ruslan Ermilov2000-06-271-2/+3
| | | | Notes: svn path=/stable/4/; revision=62164
* MFC:Ruslan Ermilov2000-06-279-1021/+1776
| | | | | | | | | | | - Added support for FTP EPRT (RFC 2428) command. - Added support for passive mode FTP servers behind NAT. - Added security checks for FTP aliasing. - Load Sharing using IP Network Address Translation (RFC 2391). - Real PPTP support. Notes: svn path=/stable/4/; revision=62162
* MFC: token returned by NgSendMsg() and NgSendAsciiMsg()Archie Cobbs2000-06-262-4/+16
| | | | Notes: svn path=/stable/4/; revision=62131
* MFC: mcontext_t -> ucontext_tAlexander Langer2000-06-261-1/+1
| | | | Notes: svn path=/stable/4/; revision=62124
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-06-263-0/+536
| | | | Notes: svn path=/stable/4/; revision=62108
* MFC: add MLINKS for the functions defined in netgraph(3)Archie Cobbs2000-06-211-0/+12
| | | | Notes: svn path=/stable/4/; revision=61923
* MFC: Fix groff confusion in PS output.Alexander Langer2000-06-201-3/+1
| | | | Notes: svn path=/stable/4/; revision=61860
* MFC: add libxpg4Andrey A. Chernov2000-06-141-1/+1
| | | | Notes: svn path=/stable/4/; revision=61668
* MFC: options USER_LDT is required for these functions.Alexander Langer2000-06-141-0/+4
| | | | Notes: svn path=/stable/4/; revision=61665