summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* typo; ok deraadt@otto2007-09-081-2/+2
|
* it's MAXNAMLEN, not MAXNAMELEN; spotted by Igor Zinovi.otto2007-09-081-5/+5
|
* IPv6 is not an ARPA protocol;jmc2007-09-071-3/+3
| | | | | from Robert Elz, netbsd-bugs pr#36933 ok otto deraadt
* Add ENOMSG and EIDRM; from jsg@millert2007-09-034-45/+24
|
* - this page describes getpgid.2 toojmc2007-07-211-4/+10
| | | | | | - describe when "pid" is zero; from Kristaps Dzonsons ok millert
* document "pid"; based on a diff from Kristaps Dzonsonsjmc2007-07-171-2/+8
| | | | ok otto
* add a STANDARDS section, as requested by itojun;jmc2007-07-111-2/+8
| | | | ok otto
* Document the Bluetooth network protocols and mention that there is AF_BLUETOOTHuwe2007-06-111-2/+4
|
* convert some displays to lists, since the format is more suitable;jmc2007-06-071-16/+22
| | | | plus a little cleanup;
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-052-24/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | isolate its usage to libpthread only and replace with generic non-static mutex support in the one place it is needed: - remove _FD_LOCK/UNLOCK from lseek and ftruncate in libc and make the functions weak so that libpthread can override with its own new versions that do the locking. - remove _thread_fd_lock/unlock() weak functions from libc and adjust libpthread for the change. - add generic _thread_mutex_lock/unlock/destroy() weak functions in libc to support non-static mutexes in libc and add libpthread and librthread implementations for them. libc can utilize non-static mutexes via the new _MUTEX_LOCK/UNLOCK/DESTROY() macros. Actually these new macros can support both static and non-static mutexes but currently only using them for non-static. - make opendir/closedir/readdir/readdir_r/seekdir/telldir() thread-safe for both thread libraries by using a non-static mutex in the struct _dirdesc (typedef DIR), utilizing it in the *dir functions and remove remaining and incorrect _FD_LOCK/UNLOCK() use in libc. - add comments to both thread libraries to indicate libc depends on the current implementation of static mutex initialization. suggested by marc@ - major bump libc and libpthread due to function removal, structure change and weak symbol conversions. okay marc@, tedu@
* one more IPX removal; ok henningjmc2007-06-051-4/+3
|
* more adosfs removal;jmc2007-06-011-14/+2
|
* convert to new .Dd format;jmc2007-05-31127-254/+254
|
* Xr clock_gettime. pointed there by art. ok jmc.kjell2007-05-311-1/+2
|
* 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
* 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@
* add EOVERFLOW and ECANCELED here too.jasper2007-05-211-1/+6
| | | | reminded and ok jmc@
* Document the lack of error return value in arc4random.pyr2007-05-021-8/+4
| | | | Sync the documentation in getpid with arc4random's format.
* document accept can return EINTR. ok millert@ jmc@kurt2007-03-301-1/+3
|
* Add support for mounting arbitrary sessions, from Enache Adrianpedro2007-03-211-1/+2
| | | | OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
* 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
* 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@
* improve example by showing how to skip invalid entries; ok millert@otto2007-02-091-2/+3
|
* sys/swap.h needs sys/param.h and sort while heresturm2007-02-071-2/+3
| | | | feedback and ok pedro
* fix NAME, ok jmc@espie2007-02-031-2/+3
|
* make more correct and less confusing; noted by David Madore;otto2006-12-212-9/+20
| | | | ok jmc@ deraadt@
* Nuke GEMDOSFS. Unused part of unused atari port. Simplifieskrw2006-12-151-2/+1
| | | | | | | | MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@
* Adjust ktrace(2) man page to recent changes in struct ktr_header.moritz2006-11-141-3/+3
| | | | OK tedu@
* +.Xr fhstat 2jmc2006-10-311-1/+3
| | | | | from mjf@netbsd -r.1.21 ok otto
* evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down!henning2006-10-241-3/+1
|
* add rthread syscalls and bump minor.tedu2006-10-241-2/+3
| | | | | | rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer
* freebsd -r1.21:jmc2006-10-141-3/+5
| | | | | | | | | | | Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt
* sync with <sys/stat.h>;jmc2006-10-141-5/+14
| | | | | from simon barner (freebsd pr #57153); ok millert deraadt
* SIGCONT may be sent to any process with the same session ID as the caller,jmc2006-10-111-2/+2
| | | | | | | not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok
* be specific about what we mean by a "slow device";jmc2006-10-111-3/+5
| | | | | | | | kick started by netbsd pr 19603 from kevin p. neal. rillig@netbsd seems to have adapted that, and i have in turn adapted it again; ok otto
* MLINKS to macros described in stat(2)deraadt2006-10-101-1/+3
|
* supply -indent to another display, to make the page match;jmc2006-10-051-5/+5
| | | | kill some trailing whitespace;
* Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(),ray2006-10-051-1/+14
| | | | | | and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@.
* remove superfluous paranthesisjasper2006-09-271-2/+2
| | | | | from Matthew R. Dempsky <mrd at alkemio dot org> ok deraadt
* Remove reference to LFS, okay deraadt@pedro2006-09-221-2/+1
|
* better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@otto2006-09-151-3/+2
|
* knock out an .Xr to self;jmc2006-09-071-2/+1
| | | | from joachim schipper (pr #5228)
* Add EINVAL and EOPNOTSUPP for remote filesystems,ian2006-09-031-1/+9
| | | | OK jmc@ miod@
* If pgrp is zero, the process ID of the specified process is used.naddy2006-08-291-1/+4
| | | | ok jmc@
* correction from vasil dimov;jmc2006-08-091-7/+3
| | | | tweak whilst in here
* - fix a sentencejmc2006-08-071-5/+5
| | | | - some indent
* Add ENOMEDIUM and EMEDIUMTYPE to report medium errors to userland programsbeck2006-08-041-1/+6
| | | | | | | | | | | when using removable media devices, along with changes to scsi_base to detect such cases in tapes other devices. This makes tar, dd, and friends report a semi useful error message instead of nonsense when there is nothing in the device. Includes libc minor bump, and will require the corresponding sets change. ok krw@ deraadt@
* clarification from kristaps johnson;jmc2006-08-041-1/+2
|