Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - Correct capitalization of a function name. | murray | 2001-09-24 | 1 | -2/+3 |
| | | | | | | | | - Add a missing word to form a complete sentence. PR: docs/30626 Submitted by: Dan Lukes <dan@obluda.cz>, and swear@blarg.net (Gary W. Swearingen) | ||||
* | o Modify access(2) man page to describe eaccess(2), and add a symlink | rwatson | 2001-09-21 | 2 | -4/+20 |
| | | | | | | so man eaccess will return the access(2) man page. Obtained from: TrustedBSD Project | ||||
* | Typo: s/conatains/contains/ | guido | 2001-09-12 | 1 | -1/+1 |
| | | | | MFC after: 1 week | ||||
* | Fix all the ambiguous or erroneous statements of the brk(2) | yar | 2001-09-06 | 1 | -55/+87 |
| | | | | | | | | manpage by taking its text from NetBSD and editing it further. This also improves the page's mdoc(7) markup style. Reviewed by: ru Obtained from: NetBSD | ||||
* | This does not describe sched_{get,set}scheduler. | dd | 2001-09-03 | 1 | -2/+3 |
| | | | | | PR: 26001 Submitted by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> | ||||
* | Don't capitalize jail(2) in the middle of a sentence. | dd | 2001-09-03 | 1 | -1/+1 |
| | | | | | PR: 25876 Submitted by: Koizumi Satoru <koizumi@cms.phys.s.u-tokyo.ac.jp> | ||||
* | PT_STEP in ptrace(2) man page is described as 'addr and data fields | murray | 2001-09-03 | 1 | -3/+3 |
| | | | | | | | | | are not used'. This is incorrect, as addr must be passed (caddr_t)1 to do anything useful. The source for gdb and a short test program will confirm that this man page was in error. PR: docs/27758 Submitted by: Jiangyi Liu <jyliu@163.net> | ||||
* | Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscall | ache | 2001-09-02 | 1 | -1/+0 |
| | |||||
* | Another punctuation fix (missing comma ending preposition). | chris | 2001-09-01 | 1 | -1/+1 |
| | |||||
* | o Mention the fact that specifying a fileid of 0 searches all loaded | chris | 2001-09-01 | 1 | -1/+4 |
| | | | | | modules. o Properly terminate a preposition. | ||||
* | Describe EOVERFLOW I implement per POSIX. | ache | 2001-08-31 | 1 | -9/+17 |
| | | | | Sort ERRORS section | ||||
* | Use ``.Rv -std'' wherever possible. | ru | 2001-08-31 | 28 | -138/+46 |
| | | | | Submitted by: yar | ||||
* | Add Xref to make.conf(5). | alex | 2001-08-30 | 1 | -1/+2 |
| | |||||
* | There shuldn't be whitespace before a question mark. | dd | 2001-08-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed whitespace at EOL. | ru | 2001-08-27 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: markup and spelling fixes. | ru | 2001-08-27 | 1 | -15/+25 |
| | |||||
* | mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs. | ru | 2001-08-27 | 1 | -2/+2 |
| | |||||
* | Remove grammatical bogon. | sobomax | 2001-08-27 | 1 | -1/+0 |
| | |||||
* | Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the same | dillon | 2001-08-24 | 1 | -3/+3 |
| | | | | | semantics as PROT_XXX vs VM_PROT_XXX separating user-space defines from kernel defines). | ||||
* | Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properly | dillon | 2001-08-24 | 1 | -5/+10 |
| | | | | document minherit(). | ||||
* | Update the mmap.2 and minherit.2 manual pages. Add a short explanation and | dillon | 2001-08-24 | 2 | -0/+40 |
| | | | | | | | | referal from mmap to minherit for MAP_INHERIT. Fully document the minherit.2 manual page (because frankly, my dear, however you think it currently works is almost certainly wrong!). I may soon re-implement MAP_COPY because I believe we can support it properly now, but I will have to call it something else and that is for a later time. | ||||
* | Fd is macro too, so use \&Fd | ache | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | Fildes -> Fd too (started from big letter) | ache | 2001-08-24 | 1 | -1/+1 |
| | |||||
* | Change | ache | 2001-08-24 | 1 | -1/+3 |
| | | | | | | | start means ... to .Fa l_start means ... | ||||
* | Fix up English from previous 3 revisions. | sheldonh | 2001-08-24 | 1 | -6/+6 |
| | | | | There is no such argument 'fildes' in the SYNOPSIS. It's called 'fd'. | ||||
* | Killed reference to MAP_INHERIT which is not supported in FreeBSD. | dg | 2001-08-23 | 1 | -4/+0 |
| |