bde
e62a650ead
Fixed stray backslash in previous commit.
...
Fixed bitrot in comments about library dependencies. The list has been
maintained better in ../Makefile.inc1, except it has been uninverted
there so it is hard to use manually.
2000-01-16 04:43:11 +00:00
rwatson
e48c1317b1
Oops, didn't commit the Makefile for libposix1e--this should fix build
...
problems.
Reviewed by: eivind
2000-01-15 23:33:49 +00:00
rwatson
2802ca66f1
Enable the building of libposix1e
...
Reviewed by: eivind
2000-01-15 19:47:01 +00:00
rwatson
71ddc09478
libposix1e provides userland library calls for the POSIX.1e security
...
interface. This commit introduces the library, as well as a modest
subset of the ACL calls, with some modifications to support multiple
ACL semantics.
Reviewed by: eivind
2000-01-15 19:44:27 +00:00
shin
aebe3f8e9d
Support v6 login.
2000-01-15 03:26:54 +00:00
bde
3c0d60caf9
Fixed corrupted tabs in previous commit.
2000-01-14 15:47:00 +00:00
rgrimes
c127d0e61e
Replace beforeinstall target with new variables used by .mk system.
...
Reviewed by: marcel, and make world
2000-01-14 07:57:47 +00:00
shin
16085f4294
libc rcmd update for IPv6.
...
A new function bindresvport2(), AF independent version of bindresvport()
is also added.
Reviewed by: sumikawa
Obtained from: KAME project
2000-01-13 15:09:48 +00:00
asmodai
67fa8a58e3
Correct placement of $FreeBSD$ CVS identifier.
2000-01-13 14:27:44 +00:00
asmodai
520393ee7a
Change `from'' to
`to''.
...
PR: 15729
Submitted by: Kim Toms
2000-01-13 14:26:23 +00:00
bde
317b8ad9df
Fixed missing include and missing arg in synopsis.
2000-01-13 10:22:50 +00:00
bde
f3d41d655e
Fixed missing include in synopsis.
2000-01-13 10:21:25 +00:00
jasone
226390d852
Fix unresolved _libc_*() references in libc by creating weak aliases
...
to the respective system call entry points.
2000-01-13 09:26:50 +00:00
shin
5f66665af1
added IPv6 unspecified addr check for getipnodebyaddr.
2000-01-13 05:47:11 +00:00
shin
773759d8c9
added IPv4 mapped IPv6 addr consideration for getaddrinfo() reverse lookup case
2000-01-13 05:37:51 +00:00
jasone
4b4a2e733a
Track libc's three-tier symbol naming. libc_r must currently implement
...
the _libc_*() entry points and add *() weak aliases. This will all
change for the better when libc_r becomes libpthread.
2000-01-12 09:28:58 +00:00
jasone
75903038bc
Add three-tier symbol naming in support of POSIX thread cancellation
...
points. For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep(). The arrows represent weak aliases. For
system calls, the pattern is _read() <-- _libc_read() <-- read().
2000-01-12 09:23:48 +00:00
green
f5d02a1957
This is the second half of unbreaking the world build. Add a -DNOHTML
...
corollary for -DNOINFO and -DNOMAN. I'll fix this properly (add
specific HTML doc magic) in the .mk files later; right now, just
unbreak the world.
2000-01-11 12:51:56 +00:00
green
db50f8609e
*draws his sword*
...
I smite thee, vile buildworld breakage!
The story is that these were added to beforeinstall improperly. In our
beforeinstall, a full mtree has not been populated. Since the tree is
not populated, we explode from missing directories on doc install. It
should not be done in beforeinstall (includes) anyway.
2000-01-11 12:37:57 +00:00
phantom
12408f1416
Install html files to /usr/share/doc/ncurses/
2000-01-10 12:12:51 +00:00
deischen
b4c9cf300f
Make sched_param parameter a const to comply with POSIX and SUSv2 specs.
...
This doesn't need to be applied to stable, because somehow -stable seems
to have gotten it right.
Reviewed by: jasone
2000-01-10 04:14:08 +00:00
jdp
2ffb21198c
Remove the warning that this interface shouldn't be used yet. Fix
...
a typo. Clarify a sentence.
2000-01-09 21:01:39 +00:00
kris
928ad74819
Correct discrepancy between definition of argument to tempnam() and
...
the name by which it is referenced in the text.
2000-01-09 08:54:03 +00:00
kris
1e78bc825f
Sync contents of struct nfsd_svrargs
2000-01-09 01:54:35 +00:00
des
c701cfdd7c
More old uncommitted patches: implement timeouts at the protocol level.
...
Currently only supported for ftp connections.
2000-01-07 12:58:40 +00:00
des
3acbd8ffda
Add error codes for protocol errors.
2000-01-07 12:56:27 +00:00
des
1e930b38f8
Patches I've had lying around for several months:
...
* Add the 'h' ftp flag (allocate local port in high range)
* Add the 'd' flag (use direct connection even if proxy is defined)
* Make sure flags != NULL before calling strchr().
* Minor changes to some comments.
2000-01-07 10:59:12 +00:00
kris
b07ed057b5
Zap SHA1 password support. This will be re-implemented at a later date.
2000-01-07 06:33:54 +00:00
shin
9b5932fc47
libipsec and IPsec related apps. (and some KAME related man pages)
...
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
2000-01-06 12:40:54 +00:00
deischen
f1787f2960
Change REGENTS -> AUTHOR in the copyright.
...
Add $FreeBSD$.
I missed this file in a previous commit.
Pointed out by: tg
2000-01-06 12:16:16 +00:00
itojun
be619b600c
remove most of PF_INET6 description. add references only.
...
Suggested by: Ruslan Ermilov <ru@FreeBSD.org>
2000-01-06 08:58:33 +00:00
itojun
b5c109c129
bring in description for KAME IPv6 changes.
...
XXX it looks that sysctl.3 lacks most of PF_INET items.
Reviewed by: shin
Obtained from: KAME (netbsd-current)
2000-01-06 03:47:57 +00:00
hoek
25fa278a58
Make example for handling "-##" work and comply with style(9). Still
...
doesn't handle nastier corner cases such as "-j3 -33" correctly. <shrug>
PR: docs/12994 (James Howard <howardjp@wam.umd.edu>)
2000-01-06 01:25:15 +00:00
bde
99aef07680
Fixed the type of dllockinit() (const unpoisoning).
...
Use long lines instead of lines split with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
2000-01-05 19:04:55 +00:00
bde
95de817e06
Fixed missing include in synopsis.
...
Use long lines instead of lines split with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
2000-01-05 19:02:14 +00:00
bde
2652dfd127
Fixed missing include in synopsis.
2000-01-05 18:54:37 +00:00
bde
46f9930cf5
Fixed missing includes in synopsis. <sys/file.h> went missing when KERNEL
...
was not updated to _KERNEL. Actually including <sys/file.h> as specified
never actually worked, since a prerequisite was missing.
2000-01-05 16:38:58 +00:00
bde
3a2a6cb025
Fixed missing include in synopsis.
...
Removed superfluous quoting of function name in .Fo macro. My synopsis
checker doesn't understand it.
2000-01-05 16:31:12 +00:00
phantom
fd01ba988e
mdoc(7)'fy
2000-01-05 15:16:32 +00:00
jasone
ee0047e544
Unbreak profiling. bde says this is not the cleanest way to fix the
...
problem, but that it works.
Submitted by: bde
2000-01-04 00:02:21 +00:00
billf
fd1f77cbc0
Grammar: "be even number" -> "be an even number"
2000-01-03 20:18:04 +00:00
marcel
5ed0012e79
Remove -g compiler flag.
2000-01-03 12:01:30 +00:00
bp
3a5569cf04
Remove duplicated extern.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
2000-01-01 14:21:31 +00:00
hoek
8ff2a6f6d4
Backout the prev. commit. It's a bad idea to make-up terms. I believe
...
there is no good solution here.
Set-on-the-straight-and-narrow by: bde
1999-12-31 21:27:02 +00:00
joe
a381d987c4
Moved flags_to_string and string_to_flags into libutil. It's used in
...
many places nowadays.
1999-12-30 13:15:15 +00:00
peter
e8ea19d78e
Connect fparseln(3) for mailwrapper(8)
1999-12-29 17:50:34 +00:00
jasone
a0b3dffc3d
Don't explicitly mmap() red zones at the bottom of thread stacks (except
...
the initial thread). Instead, just leave an unmapped gap between thread
stacks and make sure that the thread stacks won't grow into these gaps,
simply by limiting the size of the stacks with the 'len' argument to
mmap(). This (if I understand correctly) reduces VM overhead
considerably.
Reviewed by: deischen
1999-12-29 15:44:59 +00:00
peter
d53e4c1d80
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
...
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot). This is consistant with the other
BSD's who made this change quite some time ago. More commits to come.
1999-12-29 05:07:58 +00:00
deischen
97c9872408
-Wall and minor style(9) cleanups.
1999-12-28 18:13:04 +00:00
deischen
9321f383a2
Change stack allocation algorithm to make better use of memory
...
(it was leaving an unused block). Also protect the global stack
pointer from context changes while fiddling with it.
1999-12-28 18:12:07 +00:00