Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 7 | -6/+13 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Fixed the spammage of this file with trailing whitespaces | ru | 2002-03-20 | 1 | -21/+20 |
| | | | | | in revisions 1.26-1.28. Fixed two bugs in punctuation cleanup in rev. 1.27. Removed hard sentence break not killed by rev. 1.26. | ||||
* | Features are deprecated, not depreciated. | dd | 2002-03-18 | 1 | -1/+1 |
| | | | | | PR: 35987 Submitted by: shill@free.fr | ||||
* | Document PT_IO, and move the comment about machine-dependent requests | des | 2002-03-16 | 1 | -5/+33 |
| | | | | below PT_[GS]ET_{,DB,FP}REGS. | ||||
* | Further cleanup (punctuation, genitive) | des | 2002-03-16 | 1 | -18/+27 |
| | |||||
* | Insert newlines between sentences and rewrap paragraphs. No changes to | des | 2002-03-16 | 1 | -31/+40 |
| | | | | the actual text or markup. | ||||
* | mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions. | ru | 2002-03-15 | 1 | -10/+18 |
| | |||||
* | mdoc(7) police: Fix xref to timeradd(3). | ru | 2002-03-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: punctuation nit. | ru | 2002-03-15 | 1 | -2/+1 |
| | |||||
* | Clarify fcntl(2) and flock(2) interoperability. | maxim | 2002-03-14 | 1 | -1/+7 |
| | | | | | | | PR: docs/23353 Reviewed by: ru, dillon Approved by: ru MFC after: 3 days | ||||
* | Correct a typo. | dd | 2002-03-09 | 1 | -1/+1 |
| | | | | Submitted by: peter.kusenda@accenture.com | ||||
* | Improve punctuation consistency: all errors had a '.' after them | rwatson | 2002-03-08 | 1 | -1/+1 |
| | | | | except ENOATTR. | ||||
* | Add new errno ``ENOATTR''. | green | 2002-03-07 | 1 | -0/+2 |
| | |||||
* | Add GETPID to the list of operations for which semctl(2) returns the value. | maxim | 2002-03-06 | 1 | -1/+1 |
| | | | | | | Reviewed by: alfred, ru Approved by: ru MFC after: 3 days | ||||
* | Document that the type of st_flags is now fflags_t. | wollman | 2002-02-15 | 1 | -2/+2 |
| | |||||
* | Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED. | dd | 2002-02-10 | 1 | -4/+4 |
| | | | | | | PR: 34005 Submitted by: Steven Grady <grady@digitaldeck..com>, Hiten Pandya <hitmaster2k@yahoo.com> | ||||
* | Part III: Update extended attribute system call interface documentation. | rwatson | 2002-02-10 | 1 | -18/+39 |
| | | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs | ||||
* | Change brk's prototype from char *brk(const char *) to int brk(const void *) | dwmalone | 2002-01-24 | 1 | -15/+7 |
| | | | | | | | | | | | | | | | and sbrk's prototype from char *sbrk(int) to void *sbrk(intptr_t). This makes us more consistant with NetBSD and standards which include these functions. Bruce pointed out that ptrdiff_t would probably have been better than intptr_t, but this doesn't match other implimentations. Also remove local declarations of sbrk and unnecessary casting. PR: 32296 Tested by: Harti Brandt <brandt@fokus.gmd.de> MFC after: 1 month | ||||
* | Fix the description of the O_NONBLOCK flag to match reality. | ru | 2002-01-22 | 1 | -2/+1 |
| | | | | | Prodded by: Maxim Konovalov <maxim@macomnet.ru> Obtained from: BSD/OS | ||||
* | Add xref for timeradd(3). | dwhite | 2002-01-14 | 1 | -0/+1 |
| | | | | PR: 13079 | ||||
* | Document behaviour with respect to interval timers. | sheldonh | 2002-01-09 | 1 | -0/+4 |
| | | | | | PR: 33156 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> | ||||
* | We are munmap(2), so there's no need to list ourselves in the SEE ALSO | dd | 2002-01-07 | 1 | -1/+1 |
| | | | | | | | section; instead, list our partner in crime, mmap(2). PR: 33153 Submitted by: Faried Nawaz <fn@hungry.org> | ||||
* | Nuke the paragraph that says "One can obtain user connection request | dd | 2002-01-07 | 1 | -17/+0 |
| | | | | | | | | | data without confirming the connection by issuing a recvmsg(2) [...]". There's no such code in the kernel. PR: 26861 Submitted by: Richard A Steenbergen <ras@e-gerbil.net>, Tom Rhodes <darklogik@pittgoth.com> | ||||
* | Minor grammar and punctuation fixes | yar | 2002-01-04 | 1 | -2/+2 |
| | | | | in the SO_ACCEPTFILTER description. | ||||
* | State clearly that one should call listen(2) on a socket | yar | 2002-01-04 | 1 | -0/+11 |
| | | | | | | at first and try to set an accept_filter(9) on it only after that. Also document errno value that will be set if installing the filter on a non-listening socket. | ||||
* | Add xref to jail(2). | mpp | 2001-12-28 | 1 | -1/+2 |
| | | | | | PR: docs/33177 Submitted by: Tom Rhodes <darklogik@pittgoth.com> | ||||
* | The VM_STACK option is long dead. MAP_STACK is available everywhere. | peter | 2001-12-21 | 1 | -12/+0 |
| | |||||
* | Document that rfork() will return EINVAL if flags not listed in the | jhb | 2001-12-19 | 1 | -0/+2 |
| | | | | manpage are passed in. | ||||
* | Fix a typo. | ru | 2001-12-07 | 1 | -1/+1 |
| | | | | Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru> | ||||
* | mdoc(7) police: markup the previous delta. | ru | 2001-12-04 | 1 | -1/+3 |
| | |||||
* | Bump p1003.1-90 to p1003.1-96. | green | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | rename() can't guarantee "to" always exists if it didn't exist in the first | gshapiro | 2001-11-29 | 1 | -1/+3 |
| | | | | | | | | place -- for example, rename("existing", "newfile"); on a read-only file system. Reviewed by: green MFC after: 3 days | ||||
* | Return a more meaningful errno when the length of the interpreter | jwd | 2001-11-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | exceeds MAXSHELLCMDLEN to avoid secondary /bin/sh execution. Update execve man page to reflect change. Increase MAXSHELLCMDLEN to a slightly more meaningful value. PR: kern/32106 Submitted by: b@etek.chalmers.se Reviewed by: bsd MFC after: 2 weeks | ||||
* | mdoc(7) police: general cleanup. | ru | 2001-11-21 | 1 | -40/+55 |
| | |||||
* | Remove a sentence from the BUGS section that claims non page-aligned | iedowse | 2001-11-18 | 1 | -3/+1 |
| | | | | | | | | offsets don't work. It should really be documented that the returned pointer can be in the middle of a fully-valid page when the offset is not page-aligned, but I couldn't come up with suitable wording. PR: kern/22754 | ||||
* | Note that the manpage is incorrect about the vector argument. | peter | 2001-11-09 | 1 | -0/+3 |
| | |||||
* | - There is no such thing as a socket structure. sockets are integers. | jhb | 2001-11-05 | 1 | -2/+2 |
| | | | | | | | | | | | I'm assuming that the comment was regarding socket address structures, so correct the comment about pre-zero'ing socket structures to recommend pre-zero'ing socket address structures. - Fix some minor grammar nits. - This isn't directly submitted by the PR below but is related to it and was inspired by it. PR: 31704 | ||||
* | Document ENETDOWN. | dd | 2001-11-05 | 1 | -0/+2 |
| | | | | | PR: 31436 Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz> | ||||
* | Remove the internal implementation details of wrapping syscalls, | ru | 2001-10-26 | 19 | -505/+0 |
| | | | | | | which do not match the reality anyway. Approved by: deischen, bde | ||||
* | Refer to chflags(2) instead of chflags(1) (since we're a section 2 | dd | 2001-10-23 | 1 | -3/+2 |
| | | | | | | | manual page), fix capitalization, and remove chflags reference from SEE ALSO since the only time it's referenced is with an .Xr, anyway. Submitted by: bde | ||||
* | mdoc(7) police: join OS version with the corresponding macro. | ru | 2001-10-19 | 1 | -2/+2 |
| | |||||
* | Fix reference to aio_read, should be aio_write | alfred | 2001-10-16 | 1 | -1/+1 |
| | |||||
* | link(2) may fail with EPERM if name1 is immutable or append-only. | dd | 2001-10-14 | 1 | -1/+4 |
| | | | | | PR: 31025 Submitted by: Tim Singletary <tsingle@vetinsite.com> | ||||
* | Add warning about zeroing-out the socket structure before populating it. | dillon | 2001-10-13 | 1 | -0/+4 |
| | |||||
* | - Bump document date for eaccess(2) addition. | ru | 2001-10-11 | 1 | -27/+35 |
| | | | | | | | | - Mention ``eaccess'' in the NAME section. - Use intro(2) terminology. - Markup fixes. Reviewed by: rwatson | ||||
* | Fix SysV Semaphore Handling. | mr | 2001-10-11 | 2 | -27/+124 |
| | | | | | | | | Updated by peter following KSE and Giant pushdown. I've running with this patch for two week with no ill side effects. PR: kern/12014: Fix SysV Semaphore handling Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> | ||||
* | Fixed misspelled arg type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed missing include in synopsis. | bde | 2001-10-03 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 144 | -246/+246 |
| |