summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Slight content fixes.ru2004-07-071-11/+10
|
* Close tagsden2004-07-077-10/+12
|
* Pathnames as .Nm arguments in the NAME section isn't aru2004-07-072-8/+8
| | | | | | good idea, as they appear in the whatis(1) output. So replace them with the lowercase version of the document title. While here, do some tiny markup fixes.
* Fixed document title (should be in all uppercase).ru2004-07-078-94/+159
| | | | | List all functions in the NAME section so they appear in whatis(1). Assorted fixes (mostly markup).
* Arguments to options aren't necessarily separated with whitespace.ru2004-07-071-0/+1
| | | | Noticed by: harti
* Sweep formatting and assorted fixes.ru2004-07-077-163/+246
|
* Tabs here upset my automatic checker, so replaced them with spaces.ru2004-07-072-9/+9
|
* style(9)alfred2004-07-071-1/+12
|
* do the vfsstd thing instead of messing up our VFS_SYSCTL macro.alfred2004-07-073-2/+14
|
* Sort entries correctly.cperciva2004-07-071-21/+21
|
* Add pmap locking to pmap_protect().alc2004-07-071-0/+2
|
* White space and style changes only.alc2004-07-072-7/+1
|
* Fix bug introduced in rev 1.434:peadar2004-07-061-3/+3
| | | | | | | | | | | | | When avoiding the zeroing of "bogus_page" when it appears in a buf, be sure to advance the pointers into the data for successive pages. The bug caused file corruption when read(2)ing from a "hole" in a file where a previous page of the read block had already been faulted in: fsx tripped up on this pretty quickly. The particular access pattern is probably pretty unusual, so other applications probably wouldn't have had problems, but you'd never know. Reviewed By: alc@
* Move the return value information about the getenv(3) library functionhmp2004-07-061-4/+10
| | | | | | | | | under the RETURN VALUES section so it is consistent with others. Cleanup the return value text for getenv(3) a little while I am here. PR: docs/58033 MFC after: 3 days
* Prepare for upcoming Binutils house cleaning.obrien2004-07-061-1/+1
|
* Fixed section name.ru2004-07-065-5/+5
|
* Eliminated mdoc(7) warning.ru2004-07-061-1/+1
|
* mdoc(7) fixes.ru2004-07-064-36/+63
|
* This commit was generated by cvs2svn to compensate for changes in r131722,obrien2004-07-064-0/+985
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Binutils from the FSF 2.15 branch (just post-.0 release).obrien2004-07-064-0/+985
| | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
* | Fix copy&paste bug.pjd2004-07-061-1/+1
| |
* | Parenthesised string literals are invalid in initialisers for character arrays.stefanf2004-07-061-1/+1
| | | | | | | | Use braces instead.
* | Micro-optimize vmspace for 64-bit architectures: Colocate vm_refcnt andalc2004-07-061-1/+1
| | | | | | | | vm_exitingcnt so that alignment does not result in wasted space.
* | Add missing argument.pjd2004-07-061-1/+1
| |
* | Acquire socket lock in nfs_connect() connection/sleep loop to protectrwatson2004-07-061-6/+6
| | | | | | | | socket state and avoid missed wakeups.
* | Properly free resources if g_access() fails.pjd2004-07-061-1/+3
| |
* | Tiny markup fixes.ru2004-07-061-13/+23
| |
* | Tiny markup nits in an otherwise outstanding mdoc(7) work.ru2004-07-062-4/+4
| |
* | Fix a number of incorrect assumptions regarding the size of time_t.des2004-07-065-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code has its own TIME type, which is actually defined to time_t, but it still used u_int32_t in some places. In addition, dhclient not only had two separate global cur_time variables, one of which was defined as u_int32_t and the other as TIME, but cur_time was sometimes shadowed by local variables, leading to widespread confusion as to which of these variable was being referenced. There is a lesson in here somewhere: a decent compiler with warnings enabled should have caught all of this long before it became a problem. This patch has been submitted to the vendor, but it will likely be some time before they release a version that includes it. Approved by: mbr
* | Readd accidently deleted file.mbr2004-07-061-0/+3
| |
* | Generate fresh aux_conf.h.mbr2004-07-061-18/+6
| |
* | Keep it sync with OpenBSD:ache2004-07-061-3/+4
| | | | | | | | | | | | | | An optional argument cannot start with '-', even if permutation is disabled. Obtained from: OpenBSD getopt_long.c v1.17
* | Check if `dirmask' is a member of `pcfs_args_t'.mbr2004-07-062-0/+8
| | | | | | | | | | | | | | | | A diff to the autoconf aux-files has been submitted to the amd people. PR: 57401 Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com>
* | Unbreak pcfs supportmbr2004-07-061-5/+8
| | | | | | | | PR: 68679
* | Update OS-dependent variables.mbr2004-07-061-12/+15
| |
* | Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)mbr2004-07-06136-15781/+102
| | | | | | | | | | | | | | | | | | import: - Fix typo in amd/nfs_prot_svc.c - Manpage change in scripts/amd.conf.5 - Remove unneeded configure files - Remove unneeded m4/macros
* | MFen 1.8den2004-07-061-4/+5
| | | | | | | | Obtained from: The FreeBSD Russian Documentation Project
* | This commit was generated by cvs2svn to compensate for changes in r131702,mbr2004-07-06108-292/+638
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of AMD (am-utils) v6.0.10p1mbr2004-07-06133-364/+738
| | |
* | | Add some unneeded files to the Xlist in preparation for the newmbr2004-07-061-0/+4
| | | | | | | | | | | | amd import.
* | | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in thedes2004-07-062-2/+4
| | | | | | | | | | | | open where people can see them and hopefully fix them.
* | | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-0624-104/+154
| | | | | | | | | | | | | | | | | | | | | {ip,udp,tcp} header and return a void * pointing to the payload (i.e. the first byte past the end of the header and any required padding). Use them consistently throughout libalias to a) reduce code duplication, b) improve code legibility, c) get rid of a bunch of alignment warnings.
* | | - trailing white-space cleanupgrehan2004-07-062-14/+20
| | | | | | | | | | | | | | | - add call to thread_user_enter for P_SA processes before trap processing ala all other arches
* | | use vfs_suser() to restrict access to the nfs mount's timeout.alfred2004-07-061-0/+3
| | |
* | | Use vfs_suser() where appropriate.alfred2004-07-061-11/+7
| | |
* | | Introduce vfs_suser(), used to test if a user should have special privsalfred2004-07-062-0/+17
| | | | | | | | | | | | for a mount.
* | | NFS mobility Phase VI:alfred2004-07-061-1/+50
| | | | | | | | | | | | | | | Export NFS mount state via sysctl. Export timeout via sysctl.
* | | Rewrite twowords() to access its argument through a char pointer and notdes2004-07-062-6/+20
| | | | | | | | | | | | | | | | | | a short pointer. The previous implementation seems to be in a gray zone of the C standard, and GCC generates incorrect code for it at -O2 or higher on some platforms.
* | | Document incorrect handling of multibyte characters.tjr2004-07-061-1/+3
| | |
* | | NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-069-98/+271
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebind the client socket when we experience a timeout. This fixes the case where our IP changes for some reason. Signal a VFS event when NFS transitions from up to down and vice versa. Add a placeholder vfs_sysctl where we will put status reporting shortly. Also: Make down NFS mounts return EIO instead of EINTR when there is a soft timeout or force unmount in progress.
OpenPOWER on IntegriCloud