summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* asyncronous -> asynchronous;jmc2007-05-311-2/+2
| | | | from Chad Dougherty, documentation/5493
* add a new kevent filter type for timers. this allows processes to createtedu2007-05-301-1/+17
| | | | | | a series of oneshot or periodic timers. capped to a global limit. from freebsd via brad. ok art pedro
* when producing a v1 label, set the version!!!!otto2007-05-291-0/+1
|
* Updated disklabel format to support larger disks and partitions. Weotto2007-05-291-5/+7
| | | | | | | | | | | free room in struct partition by packing fragment size and fragments/block more tighlty and use the resulting space to make offset and size 48 bits. For the disk part we use spare fields in struct disklabel. Kernel converts in-mem copy of the on-disk label if needed, disklabel(8) writes new version. We are careful to only change fields not used by bootloaders. Conception of basic scheme by deraadt. ok deraadt@ krw@
* mention new option 2 for nosuidcoredumptedu2007-05-291-1/+4
|
* tweaks; ok thibjmc2007-05-281-8/+5
|
* cleanup the nfssvc() system call.thib2007-05-271-137/+15
| | | | | | | | | | | | | | | | | | | | | * Remove alot of dead kerberos code like the options for NFSSVC_AUTHIN and NFSSVC_AUTHFAIL wich where originally to get the kerberos auth info into the kernel. (that hasnt worked for long, if ever.) Also remove some helper functions and associated goo, however theres still alot of it left. * Remove NFSSVC_BIOD, biod's where replaced with kernel threads a long time ago. * NFSSVC_MNTD wich was is NQNFS leftover. Update the man page and nfsd(8). nfssvc(2) besides being special has only one user in the tree nfsd(8), therefore no library bumps are needed. (discussed with deraadt@). ok beck@, "go a head" deraadt@ Tested by ckuethe@
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-252-4/+4
|
* Remove unnecessary locking. There is no need for serializing calls tokurt2007-05-232-27/+5
| | | | | these functions and each use of the fd is already protected. No externally visible changes. okay marc@ millert@
* add EOVERFLOW and ECANCELED here too.jasper2007-05-211-1/+6
| | | | reminded and ok jmc@
* Add ECANCELED and EOVERFLOW. For canceled (async) operations and conversionjasper2007-05-211-1/+4
| | | | | | | | | | overflows, respectively. (EOVERFLOW from espie@) don't bump libc, as there are currently no functions that use them, but it doesn't hurt to have them around. as discussed with deraadt@, espie@, miod@ and otto@ ok deraadt@ espie@ miod@ otto@
* Typos.ray2007-05-201-3/+3
| | | | OK jmc@.
* Remove no-op code. From tbert.ray2007-05-181-3/+1
| | | | OK moritz@ and jaredy@
* Don't save strlen results in an int. Remove a variable that's usedray2007-05-171-5/+2
| | | | | | only once while here. From tbert. OK jaredy@.
* LSRCS should refer to the C source version of asm files 'put it in' deraadt@drahn2007-05-172-4/+4
|
* Improve reentrancy by not using global variable. Removes tworay2007-05-171-31/+11
| | | | | | wrappers around fopen/fclose. From tbert. OK millert@, tedu@, and itojun@.
* Unbreak libc on arm. -mojmaja2007-05-171-2/+2
|
* Wrap some functions, labels, and variables in #ifdefs correspondingray2007-05-163-3/+11
| | | | | | | to #ifdefs where they are used. Found by lint by bret dot lambert at gmail. OK deraadt@.
* fix some lint 'xxx used, but not defined' warnings by properly addingotto2007-05-156-7/+19
| | | | stuff to LSRCS
* Document errno usage. From Tobias Stoeckmann.ray2007-05-121-2/+16
| | | | Earlier diff OK jmc@, with nit by otto@.
* Use size_t for strlen results.ray2007-05-121-4/+6
| | | | OK moritz@.
* Clean up macros according to style. From tbert <bret dot lambert at gmail>.ray2007-05-121-27/+27
| | | | OK moritz@ and jaredy@.
* grammar,espie2007-05-101-2/+2
| | | | okay jmc@
* document net.inet.tcp.keepinittime;jmc2007-05-101-2/+2
| | | | spotted by Daniel Ouellet; help/ok claudio
* Use syslog_r instead of syslog in getaddrinfo. Slowly makingray2007-05-101-4/+9
| | | | | | getaddrinfo reentrant. OK millert@ and deraadt@.
* macros at start of line require a `.';jmc2007-05-021-2/+2
|
* Document the lack of error return value in arc4random.pyr2007-05-022-9/+8
| | | | Sync the documentation in getpid with arc4random's format.
* Support for optional args separated with whitespace was removedmillert2007-04-101-17/+1
| | | | some time ago--it caused too many problems.
* clarify return values, prompted by moritz; ok moritz jmcderaadt2007-04-011-4/+8
|
* document accept can return EINTR. ok millert@ jmc@kurt2007-03-301-1/+3
|
* eliminate call to abort(), which is very bad in libs. I forgat howotto2007-03-251-6/+9
| | | | | this diff came into my tree, apologies for not naming the contributor. ok tedu@ deraadt@
* Add support for mounting arbitrary sessions, from Enache Adrianpedro2007-03-211-1/+2
| | | | OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
* Get rid of useless #if 0 block, especially since the code is includedray2007-03-191-5/+1
| | | | | | immediately after. OK millert@.
* manual page update by Bruce M. Simpson <bms@FreeBSD.org> tojmc2007-03-071-36/+87
| | | | | | reflect how shutdown() behaves with PF_INET and PF_INET6 sockets; help/ok millert otto
* Remove _err() calls from getnetgrent.c. This is a minor API changemillert2007-03-051-30/+41
| | | | | | as _ng_sl_add() now returns a value. The only consumer of that interface is netgroup_mkdb(8). Adapted from NetBSD. OK deraadt@
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-029-136/+265
| | | | | | | | | | | | | | | always saved upon context switches, as FPU registers are heavily used for long long computations (don't ask). Gcc default to -m4. Credits to drahn@ otto@ and deraadt@ for feedback and help testing. Upgrade procedure if you don't want to use the damn snapshots: - build and install new kernel, reboot off it - build new gcc, do not install it yet - make includes - install new gcc - build and install lib/csu and lib/libc - make build
* If NLS is disabled, strerror does not print the correct error string.bluhm2007-03-011-2/+2
| | | | | | No binary change with NLS enabled. ok otto millert espie
* - NOTES -> CAVEATSjmc2007-02-281-19/+19
| | | | - use escapes for <>
* use mdoc macros;jmc2007-02-281-57/+38
|
* new sentence, new line;jmc2007-02-281-20/+25
|
* sha2 hashes are not 5 32-bit ints in size. Just leave out the sizemillert2007-02-271-2/+2
| | | | | | | in ints since there are multiple flavors. The key point to get across is that when storing as a type > byte it may be necessary to do byte swapping depending on the machine's byte order. Noticed by Tamas TEVESZ.
* Update to tzcode2007c from elsie.nci.nih.govmillert2007-02-273-11/+79
|
* Add SuperH to the architecture list which stack grow down, even though thismiod2007-02-261-2/+3
| | | | file is not used for them.
* another EINVAL case documentedotto2007-02-261-2/+6
|
* Now that the code is consistent, make the descriptions of EINVALotto2007-02-264-11/+25
| | | | consisten also. ok millert@ jmc@
* net.inet.esp.udpencap is enabled by default;jmc2007-02-211-2/+2
| | | | from jared rr spiegel: documentation/5385
* Change hard coded numbers to sizeof(buf). Also change someray2007-02-202-5/+5
| | | | | | | | sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@.
* wording fix from wiz@netbsd, -r1.11;jmc2007-02-191-2/+2
|
* from hubertf@netbsd:jmc2007-02-191-6/+18
| | | | | | | | | | Try to tell what this really does. Including a BUGS section on why it doesn't. *roff code by wiz@, with some input from Slava Semushin <slava.semushin@gmail.com> ok millert
* strlen(3) returns size_t, not int.ray2007-02-181-14/+16
| | | | | | Suggested by itojun@ in response to my getaddrinfo fixes. OK millert@.