summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Hook ypclnt.3 up to the build.trhodes2007-02-151-0/+1
|
* Add a ypclnt.3 manual page referenced by various other YP based manual pages.trhodes2007-02-151-0/+362
| | | | | PR: 108980 Obtained from: OpenBSD (minimal changes for mdoc(7) style)
* New sentence -> new line. While here, fix apostrophe abuse.brueffer2007-02-141-4/+7
|
* Change the date.julian2007-02-131-1/+1
|
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.julian2007-02-131-54/+30
|
* o s/cgetseq/cgetset/maxim2007-02-111-1/+1
| | | | Obtained from: DragonFly
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.jhb2007-02-071-5/+94
| | | | | | | | - Restore support for fetching swap information from crash dumps via kvm_get_swapinfo(3) to fix pstat -T/-s on crash dumps. Reviewed by: arch@, phk MFC after: 1 week
* If (a == NULL), don't dereference (a) to record an error message. [1]cperciva2007-02-052-4/+7
| | | | | | | | | | | Fallout from changing the skip API to use off_t instead of size_t: Print the skip length using %jd and cast to (intmax_t) instead of %d / (int), and if ARCHIVE_API_VERSION >= 2, allow the client skipper to be called for requests longer than SSIZE_MAX. [2] Approved by: kientzle Pointy hats to: kientzle [1], cperciva [2] MFC after: 3 days
* Remove old libmytinfo link.rafan2007-02-011-3/+0
| | | | | Approved by: delphij (mentor) Requested by: ache
* Add support for a new archive format "empty" that reads empty files.kientzle2007-02-016-11/+109
|
* Docment the acceptable values for the id parameter.mpp2007-02-011-1/+16
|
* Fix a utrace(2)-related bug in calloc(3).jasone2007-01-311-44/+56
| | | | | | Integrate various pedantic cleanups. Submitted by: Andrew Doran <ad@netbsd.org>
* Update generated files for BIND 9.3.4dougb2007-01-296-282/+45
|
* Remove getobjformat() from libc's symbol map. It probably should have beenpeter2007-01-251-1/+0
| | | | in the private area anyway. Nothing in FreeBSD uses it any more anyway.
* Retire more remnants of a.out support, as threatened in 2002.peter2007-01-253-182/+2
| | | | Laughed-at-by: kris
* Docuemnt exactly which functions access which NSS databases.bms2007-01-221-1/+15
| | | | | | | | Point out that FreeBSD libc has compat stubs for GNU glibc NSS modules which access NSDB_PASSWD/NSDB_GROUP, but not NSDB_HOSTS; based on painful experience porting nss_mdns. Reviewed by: ru
* Send not only Access Request, but also Access Challenge with definedpjd2007-01-201-5/+7
| | | | | | | NAS-Identifier and NAS-IP-Address. Reviewed by: bz MFC after: 1 month
* o Remove duplicate includes.maxim2007-01-203-3/+0
| | | | Obtained from: Slava Semushin via NetBSD
* Retire old ncurses build gluerafan2007-01-207-1248/+0
| | | | Approved by: delphij
* Switch to new ncurses build gluerafan2007-01-201-5/+5
| | | | Approved by: delphij
* Introduce new ncurses build glues which are part of ncurses 5.6 update.rafan2007-01-209-626/+1086
| | | | | Approved by: delphij Inspired by: DragonFly's and lib/bind
* On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeimp2007-01-191-2/+2
| | | | | | | | | | | number being returned for mktime and timegm calls. Choose 48 because that works well. This does reduce the dynamic range of tm_year from about 2 billion years down to "only" about 9 million years. Please contact me if this restriction poses a problem. Due to the complexity of the code, I admit that I didn't trace down what, exactly, was overflowing with longer bits. This fixes software that we run on the embedded systems we have.
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourpjd2007-01-161-1/+5
| | | | | | effective group ID (and any of our group) doesn't match the group ID of the file, we get EPERM. This doesn't conform POSIX. POSIX requires that we should return 0, but silently clear the set-gid bit.
* Correct the int->text conversion. <sigh>kientzle2007-01-131-1/+1
| | | | MFC after: 3 days
* Remove 3rd clause, renumber, ok per emailimp2007-01-125-20/+5
|
* Remove 3rd clause, renumber, ok per emailimp2007-01-12220-884/+221
|
* o Document SO_TIMESTAMP and SO_BINSTAMP socket options.maxim2007-01-111-2/+46
| | | | | | | | PR: docs/107696 Submitted by: Rob Robertson Reviewed by: ru Obtained from: NetBSD (mostly) MFC after: 1 week
* Boris Popov has granted permission to remove the advertising clauseimp2007-01-0914-56/+14
| | | | from lib/libncp. Make it so. Also, renumbered clauses.
* Fix the copyright notice; it was always intended to bekientzle2007-01-0951-136/+93
| | | | | | | | | a vanilla 2-clause BSD license, but somehow some confusing extra verbage get copied from somewhere. Also, update the copyright dates to 2007 for all of the files. Prompted by: several questions about what those extra words really mean
* Remove California Regent's clause 3, per letterimp2007-01-09100-400/+14
|
* Remove silly n that crept inimp2007-01-091-1/+1
|
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-09749-3005/+1
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Per Olivier Houchard, use the proper license for this file. Heimp2007-01-081-10/+10
| | | | | | | bogusly used the kvm_powerpc.c file as a template for the license, but then either wrote the code himself, or cribbed it from the kvm_i386 file. The only thing from the kvm_powerpc.c file was the license. Correct this mistake with his blessing.
* Remove the advertising clause. UCB did this some time ago, but theseimp2007-01-0818-72/+0
| | | | | | files were never updated to reflect that. MFC After: 2 days
* Be more specific in ENXIO description:pjd2007-01-071-3/+4
| | | | | | - O_NONBLOCK flag has to be set, if it is not set, open(2) will wait for another process opening the fifo for reading, - Use O_WRONLY which implies that the file has to be opened _only_ for write.
* open(2) returns EROFS when O_CREAT is specified and the named file wouldpjd2007-01-071-0/+3
| | | | reside on a read-only file system.
* Special case to support hard-coded configuration for building on Windows.kientzle2007-01-071-0/+3
|
* - POSIX mentions that EACCES can be returned when O_TRUNC is specifiedpjd2007-01-071-1/+18
| | | | | separately. Do the same. - Document when EPERM can be returned.
* Prefer "to be modified" over "to be opened for writing".pjd2007-01-071-1/+1
| | | | | | | | | | This is quite tricky situation, because we allow to open a file with O_RDONLY|O_TRUNC. O_TRUNC modifies a file, but we actually don't open it for writing. EISDIR is also returned when we try to open a directory O_RDONLY|O_TRUNC, which is correct. POSIX says that "The result of using O_TRUNC with O_RDONLY is undefined.", we choose to accept it (Solaris did the same), that's why "to be modified" seems more accurate to me.
* Implement modfl().das2007-01-074-2/+104
|
* Handle inf/nan correctly.das2007-01-061-2/+14
|
* Fix a problem relating to fesetenv() clobbering i387 register stack.das2007-01-062-2/+24
| | | | | | | | | | | Details: As a side-effect of restoring a saved FP environment, fesetenv() overwrites the tag word, which indicates which i387 registers are in use. Normally this isn't a problem because the calling convention requires the register stack to be empty on function entry and exit. However, fesetenv() is inlined, so we need to tell gcc explicitly that the i387 registers get clobbered. PR: 85101
* Fix a cut-and-paste-o.das2007-01-061-2/+2
|
* Correctly handle NaN.das2007-01-061-0/+2
|
* Correctly handle inf/nan. This routine is currently unused because wedas2007-01-061-0/+4
| | | | | seem to have assembly versions for all architectures, but it can't hurt to fix it.
* Remove modf from libm's symbol map. It's actually in libc fordas2007-01-061-1/+0
| | | | hysterical raisins.
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-056-0/+46
| | | | | | wrap this within #if/#else/#endif so that it will only take effect once ARCHIVE_API_VERSION is increased (which should happen on HEAD some time between now and when RELENG_7 is branched).
* Remove an unneeded fnstcw instruction.das2007-01-052-13/+10
| | | | Noticed by: bde
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
|
* Insert mutex at tail if it has highest ceiling.davidxu2007-01-051-1/+1
|
OpenPOWER on IntegriCloud