wollman
382395e868
Note that fseeko() and ftello() are standard in 1003.1-2001.
...
(Prefer the more-encompassing POSIX standard to SUSv2.)
2002-07-15 19:42:25 +00:00
keramida
bc32551746
Fix whitespace in .Bd -literal display of S_IXXX constants.
...
Noticed by: jmallett
2002-07-15 08:58:16 +00:00
alfred
ef40393a59
Fix "rpcinfo -m" when talking to other implementations of rpcbind.
...
Submitted by: mbr (NetBSD PR#15802)
2002-07-14 23:38:37 +00:00
alfred
11274ff2e6
clnt_vc_create() has const scalar arguments that wind up being modified,
...
fix it (make them non-const) and update the associated documentation.
Submitted by: mbr
2002-07-14 23:35:04 +00:00
alfred
9d11d52e91
Cast function args to silence warning.
...
Submitted by: mbr
2002-07-14 23:20:08 +00:00
alfred
4add317b3c
Add a prototype for __rpcb_findaddr_timed to silence a warning.
2002-07-14 23:14:08 +00:00
alfred
2d2461dde0
Silence several warnings due to functions that needed to take a void *
...
having a char * as an argument instead. clnt_dg_control(), clnt_raw_control(),
clnt_vc_control().
2002-07-14 23:14:02 +00:00
wollman
02d3f94cc9
Fix a few bugs in the ERRORS section.
2002-07-13 19:38:59 +00:00
wollman
9c6596bcd6
Add statvfs(3) to the build.
...
Tested by: Steve Kargl
2002-07-13 19:33:20 +00:00
wollman
feae9590e0
Well, it's not quite strxfrm(3) but at least it's honest.
2002-07-13 19:29:44 +00:00
keramida
760cdded06
Various typo fixes.
...
PR: docs/39395
Submitted by: Rich Neswold <rneswold@ameritech.net>
2002-07-12 01:30:18 +00:00
wollman
231c73de87
A simple implementation of statvfs(3) (one step above the trivial one).
...
Not yet connected to the build (awaiting documentation).
2002-07-11 22:54:11 +00:00
alfred
44a833ee5a
Update manpages to reference 'timed' rpc functions
2002-07-11 22:25:16 +00:00
jmallett
9c7ad0f5fd
Fill out (zero) and fill in (when doing getino()) the minimum and maximum
...
inodes in our inoblock (disk->d_ino{min,max}) appropriately.
2002-07-11 21:27:26 +00:00
obrien
e6d1debf31
RELENG_4_6 PL 1 libc bits with non-vulnerable resolver.
...
Security Advisory: FreeBSD-SA-02:28.resolv
2002-07-11 20:40:24 +00:00
alfred
5b169b54b8
Add functions allowing for the user to specify a timeout for rpc functions.
...
Update copyrights to reflect where this code was lifted from. (tirpc '99)
Submitted by: mbr
2002-07-11 16:23:04 +00:00
tmm
95a384b19a
Add missing ret instruction to the ptrace() syscall wrapper.
2002-07-11 15:48:02 +00:00
wollman
7e0fbbed95
Fix some comments.
2002-07-10 16:35:02 +00:00
maxim
14a7c8c5dc
Fix a typo.
...
MFC after: 3 days
2002-07-10 09:06:42 +00:00
deischen
22c445eb6f
Oops, forgot to set the suspended flag for threads that are created
...
initially suspended. This was preventing such threads from getting
resumed.
Reported by: Bill Huey <billh@gnuppy.monkey.org>
2002-07-09 13:24:52 +00:00
luigi
152cae690e
Fix a bug caused by dereferencing an invalid pointer when
...
no punch_fw was used.
Fix another couple of bugs which prevented rules from being
installed properly.
On passing, use IPFW2 instead of NEW_IPFW to compile the new code,
and slightly simplify the instruction generation code.
2002-07-08 22:57:35 +00:00
mux
9d6bbab0db
Typo fix: Setlogin() -> setlogin().
...
Submitted by: Olivier Houchard <cognet@ci0.org>
2002-07-08 20:16:15 +00:00
mike
2363974e0c
Bring poll.h up to conformance with POSIX.1-2001 by adding some
...
visibility conditionals, adding the nfds_t type, and changing the
poll() prototype a little. Update the manual to match.
2002-07-08 16:37:35 +00:00
jake
9c4815fb21
Add a hack (kludge?) to avoid trying to access files backed by disk
...
devices as though they were backed by network devices.
2002-07-07 23:01:36 +00:00
dannyboy
6ed5521a7e
s/unavilable/unavailable/
...
PR: 39446
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after: 1 day
2002-07-07 18:08:51 +00:00
jake
0e3c61f51a
Ficl wants _setjmp and _longjmp. No need for weak symbols either.
2002-07-07 18:04:45 +00:00
robert
4c9a1c63b4
Fix syntax error which occurred when LIBC_SCCS was defined.
2002-07-07 11:28:28 +00:00
chris
c54abf6b04
Move appropriate information out of DESCRIPTION' and into
SECURITY
...
CONSIDERATIONS'.
Sponsored by: DARPA, NAI Labs
2002-07-03 15:31:47 +00:00
markm
38e70a1e48
Whitespace diffs only; this brings this file into the same whitespace
...
convention as src/lib/csu/*/crt1.c.
This will make the follow up diffs easier to see and extract.
2002-07-03 14:42:39 +00:00
chris
b9183e530c
Correct a call to fcntl(F_SETFD) to use FD_CLOEXEC' instead of
1'.
2002-07-03 08:15:55 +00:00
chris
306b98b34d
Add a SECURITY CONSIDERATIONS example: make note that access to open
...
file descriptors does not change upon dropping privilege, and include
a likely case of `setuid(non_superuser); exec(...);'.
Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project
2002-07-03 08:13:25 +00:00
mini
46aac0b82f
Fix off-by-one error.
...
PR: misc/40104
Submitted by: Neal Fachan <neal@isilon.com>
MFC after: 3 days
2002-07-03 06:28:04 +00:00
ru
43e208a3ee
No need to explicitly set NOMAN here.
...
Reviewed by: jmallett
2002-07-03 06:25:28 +00:00
mp
2b2c982721
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
2002-07-02 21:05:08 +00:00
ume
8530756499
Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
...
scope identifier).
MFC after: 3 weeks
2002-07-02 11:11:17 +00:00
ume
eb16909ba9
Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attach
...
scope identifier).
Approved by: des
MFC after: 3 weeks
2002-07-02 11:09:02 +00:00
ume
ddbac8e311
Make NI_WITHSCOPEID a default (always on), to synchronize
...
with recent 2553bis.
Obtained from: KAME
MFC after: 3 weeks
2002-07-02 11:05:31 +00:00
deischen
dc65596ce8
Fix a couple of minor nits that prevented this from compiling.
...
Pointed out by: julian
2002-07-02 01:26:16 +00:00
jmallett
33afc2db3f
DEBUG is a knob that means something else in FreeBSD, use LIBUFS_DEBUG to
...
turn on tracing.
2002-07-01 18:20:48 +00:00
jmallett
1c27521e29
In getino, have our DEBUG message in the unhandled case mention that it
...
does not know what sort of UFS filesystem this is.
Add some DEBUG(NULL)'s to function entry points.
2002-07-01 18:19:20 +00:00
chris
22405035c0
Rename CAVEAT' to
SECURITY CONSIDERATIONS' and move it up to
...
the correct location--this section consists solely of security
considerations information.
Sponsored by: DARPA, NAI Labs
Obtained from: TrustedBSD Project
2002-07-01 14:41:05 +00:00
brian
95fdc0d642
Remove trailing whitespace
2002-07-01 11:19:40 +00:00
jmallett
e7f13daa73
Add libufs, a library for dealing with UFS filesystems from userland to
...
the build. It is here to compartmentalise functionality currently duplicated
in many notable programs in the base system. It currently handles block
reads and writes, as well as reading and writing of the filesystem superblock,
and the reading/lookup of inode data. It supports both UFS and UFS2. I
will be maintaining it, and porting programs to use it, however for now, it
is simply being built as part of world.
2002-07-01 01:45:03 +00:00
naddy
ea2af26043
LP64 fix: don't cast pointer to int
...
Reviewed by: gallatin, ticso
2002-06-30 23:36:21 +00:00
julian
cc3a647e18
Don't even read in the thread if it is a zombie process.
2002-06-30 20:13:53 +00:00
julian
812b8c7762
grow a brain and do this right.
2002-06-30 17:06:46 +00:00
julian
6f349b9e50
Don't follow non existant thread pointers (e.g. for zombies)
2002-06-30 08:11:30 +00:00
obrien
0ceea17099
Use FBSDID
2002-06-30 05:36:49 +00:00
julian
aa2dc0a5d9
Part 1 of KSE-III
...
The ability to schedule multiple threads per process
(one one cpu) by making ALL system calls optionally asynchronous.
to come: ia64 and power-pc patches, patches for gdb, test program (in tools)
Reviewed by: Almost everyone who counts
(at various times, peter, jhb, matt, alfred, mini, bernd,
and a cast of thousands)
NOTE: this is still Beta code, and contains lots of debugging stuff.
expect slight instability in signals..
2002-06-29 17:26:22 +00:00
peter
ed94a8432d
To avoid anybody else getting caught out, these two files are really
...
in /sys/boot/common and are actually used there.
2002-06-29 09:21:14 +00:00