summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Document EAGAIN failure per PR. (Finally!)wes2006-08-161-1/+12
* We operate on 'statfs' structures, not on 'fsstat' structures.pjd2006-08-151-2/+2
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Add missing ;.nork2006-07-231-1/+1
* Add missing syscalls.nork2006-07-231-0/+12
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.kib2006-06-211-2/+2
* o Sort .Xrs.maxim2006-06-131-1/+1
* Add xref to statfs(2)phk2006-06-131-0/+1
* o Document the fact truncate(2) has no effect for !VDIR or !VREG files.maxim2006-06-011-1/+5
* Remove reference to "System call restart" in intro(2). intro(2) does notrodrigc2006-05-201-3/+4
* * Document the fact that non-superusers cannot change file flags forkeramida2006-05-161-2/+47
* Update for rev 1.205 of vm_mmap.c.trhodes2006-04-211-7/+6
* o Document SO_NOSIGPIPE, touch .Dd.maxim2006-04-151-1/+9
* List pwritev in the NAME section.ru2006-04-141-1/+2
* Document that the documented 2GB mmap limit is actually apeter2006-03-231-22/+8
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+950
* Remove mq.c, the POSIX mqueue is implemented in librt.davidxu2006-03-081-73/+0
* Remove a useless word.brueffer2006-03-051-1/+1
* Sync with actual code.jcamou2006-03-031-2/+6
* Disconnect mqueue from buildworld, as I will implement it in seperateddavidxu2006-03-011-1/+1
* Tell the truth about a) how to get the first fileid, andyar2006-02-221-5/+10
* - Massage wording to make it easier to understand and fix some grammar.brd2006-02-161-4/+4
* - In pipe() return the error returned by pipe_create(), rather thenglebius2006-01-301-1/+3
* Back out the previous change to rename.2. The previous rename()truckman2006-01-223-9/+8
* rename(), rmdir(), and undelete() fail with EPERM if the last componenttruckman2006-01-213-0/+9
* Add references to fhopen, fhstat, getfh, lgetfh and fhstatfs.grog2006-01-103-0/+6
* Document the recently-added EINVAL behavior.dds2006-01-051-1/+7
* Add abort2 manual page.phk2005-12-232-1/+100
* Sort .Xr by section number.davidxu2005-12-138-14/+14
* Add cross references to siginfo.3.davidxu2005-12-1310-3/+13
* Fix markeup.davidxu2005-12-061-1/+2
* Fix markup.davidxu2005-12-051-5/+13
* Document SIGEV_NONE and SIGEV_SIGNAL.davidxu2005-12-051-0/+15
* Fix prototype.ru2005-12-031-1/+1
* Fix type of argument.ru2005-12-031-1/+1
* Break hard sentence break.ru2005-12-031-1/+2
* Remove implementation-defined, it has already been described in NOTESdavidxu2005-12-031-5/+0
* Remove implementation-defined sentences.davidxu2005-12-033-22/+5
* Fix lots of markup and content bug.davidxu2005-12-037-139/+201
* syscall -> system call.davidxu2005-12-027-25/+25
* Fix markup.davidxu2005-12-021-1/+4
* Tweak markup for POSIX standards. Minor wordsmithing.imp2005-12-011-3/+7
* Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while onimp2005-12-011-0/+17
* Update conformance and history sections.davidxu2005-11-304-4/+16
* Symlink mq_send to mq_timedsend.davidxu2005-11-301-0/+2
* Add manuals for POSIX message queue.davidxu2005-11-308-2/+1077
* Implement following POSIX message queue interfaces:davidxu2005-11-262-1/+74
* Make SYNOPSIS compile.ru2005-11-241-1/+1
* Fix prototypes.ru2005-11-241-3/+3
OpenPOWER on IntegriCloud