Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't call _getipnodebyname_multi(). It fixes the problem that | ume | 2000-06-20 | 1 | -190/+1216 | |
| | | | | | | | | | getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead of native IPv4 address. Now, getaddinfo() is scoped address ready. You can put scoped address within /etc/hosts. Obtained from: KAME Project. | |||||
* | Re-commit DNS IPv6 transport support with fixes for IPv4 only | ume | 2000-06-19 | 2 | -59/+153 | |
| | | | | | | kernel and compatibility issue. Obtained from: KAME Project | |||||
* | Remove the setflags/getflags routines. Their functionality has | joe | 2000-06-18 | 2 | -234/+0 | |
| | | | | been replaced with the library calls fflagstostr and strtofflags. | |||||
* | Make a note of fflagstostr and strtofflags in the 'see also' section. | joe | 2000-06-17 | 1 | -0/+2 | |
| | ||||||
* | Add strtofflags and fflagstostr to libc. | joe | 2000-06-17 | 1 | -2/+3 | |
| | ||||||
* | Modify strtofflags so that it returns a malloced string instead of a | joe | 2000-06-17 | 2 | -4/+30 | |
| | | | | pointer to a static buffer. | |||||
* | The "def" arg for fflagstostr is too specialized for ls. The caller | joe | 2000-06-17 | 2 | -8/+5 | |
| | | | | | | | can easily translate from "" to whatever it wants to print if no flags are set. (ls prints "-" and mtree prints "none".) Suggested by: bde | |||||
* | Return of the evil file flags! The {s|g}etflags functions were | joe | 2000-06-17 | 4 | -250/+16 | |
| | | | | | | | | renamed to {s|g}etflagsbyname, which received objections. They're now called strtofflags (string to file flags) and fflagstostr (file flags to string). Suggested by: bde | |||||
* | Backout my previous commit. | ume | 2000-06-14 | 2 | -110/+56 | |
| | | | | | | Cannot resolve any host on IPv4 only kernel. Reported by: ache | |||||
* | You need options USER_LDT in your kernel to use these functions. | alex | 2000-06-14 | 1 | -0/+4 | |
| | | | | | | PR: 18943 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: asmodai | |||||
* | Fix typo: turn of -> turn off. | alex | 2000-06-13 | 1 | -1/+1 | |
| | | | | | | PR: 18805 Submitted by: Yoshihiro Ota <ota@mail.drexel.edu> Kind of Reviewed by: asmodai ("sure") | |||||
* | DNS IPv6 transport support. | ume | 2000-06-11 | 2 | -56/+110 | |
| | | | | | | It is nessesary for IPv6 only life. Obtained from: KAME | |||||
* | - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL'' | chris | 2000-06-09 | 1 | -3/+3 | |
| | | | | | | - Fix a typo: ``constrains'' -> ``constraints'' Reviewed by: rwatson | |||||
* | - Replace | chris | 2000-06-09 | 1 | -27/+13 | |
| | | | | | | | | | | | | .Pp .Fn func .Pp Description ... with a list (Bl ... Li ... El). - Remove a superfluous ``.Sh ENVIRONMENT'' and replace it with a ``.Pp'' within the IMPLEMENTATION DETAILS section. Reviewed by: rwatson | |||||
* | add a BUGS section on how we can only watch VNODE's on a UFS file system | jmg | 2000-06-07 | 1 | -0/+4 | |
| | | | | | | | | | right now... I talked w/ phk last night and "fixing" this in a generic way is going to require a lot of complex thought on stacking let alone the NFS problems.. add missing sys/time.h for struct timespec def... | |||||
* | o Introduce libposix1e capability support routines, which provide a | rwatson | 2000-06-04 | 8 | -0/+405 | |
| | | | | | | | | standardized interface to the capability support in TrustedBSD. o Not currently enabled in Makefile, as this code depends on syscalls and include files that will be committed at a later date. Obtained from: TrustedBSD Project | |||||
* | o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() in | rwatson | 2000-06-04 | 1 | -12/+18 | |
| | | | | | | capabilities summary manpage, cap(3). Obtained from: TrustedBSD Project | |||||
* | o Build and install POSIX.1e capabilities man pages | rwatson | 2000-06-04 | 1 | -1/+21 | |
| | | | | | | | | o Add shared library version 2 to libposix1e given API changes, et al o Commented out cap_*.c as that is not currently being compiled into the library (pending syscalls being committed) Obtained from: TrustedBSD Project | |||||
* | o Add posix1e(3) references to acl.3 and cap.3 | rwatson | 2000-06-04 | 2 | -2/+4 | |
| | | | | Obtained from: TrustedBSD Project | |||||
* | o Add mention of capabilities documentation + APIs | rwatson | 2000-06-04 | 1 | -7/+13 | |
| | | | | | | | | | o Switch reference to www.trustedbsd.org instead of POSIX.1e implementation page o Add cross references to capabilities man pages o Remove extended attribute not implemented "BUGS" entry Obtained from: TrustedBSD Project | |||||
* | o Introduce man pages for POSIX.1e capability API | rwatson | 2000-06-04 | 9 | -0/+948 | |
| | | | | | | | | | - cap.3 describing library interface - cap_*.3 describing specific API calls APIs to follow relatively soon, code to follow later. Obtained from: TrustedBSD Project | |||||
* | o Remove extra cross reference from acl.3 to acl.3 | rwatson | 2000-06-04 | 10 | -31/+10 | |
| | | | | | | | o Remove "BUGS" entries indicating that there's nowhere to store ACLs as we now have extended attributes. Obtained from: TrustedBSD Project | |||||
* | Megre XPG4 code into libc | ache | 2000-06-03 | 10 | -52/+24 | |
| | ||||||
* | #include <string.h> for memcpy() prototype | kris | 2000-06-03 | 1 | -0/+1 | |
| | | | | Obtained from: OpenBSD | |||||
* | Replace a `manual(section)' reference with a proper .Xr statement. | chris | 2000-05-31 | 1 | -1/+2 | |
| | ||||||
* | Fix an mdoc-o, and english. | hoek | 2000-05-31 | 1 | -6/+6 | |
| | ||||||
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 | |
| | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others | |||||
* | fix up the kqueue documentation... comment some things that were left | jmg | 2000-05-24 | 1 | -0/+21 | |
| | | | | | | out that really needed to be here... Reviewed-by: jlemon | |||||
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 | |
| | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd | |||||
* | Describe errx/warnx in comparison to errc/warnc/err/warn. | ghelmer | 2000-05-23 | 1 | -12/+33 | |
| | | | | | | Use .Fa instead of .Va for function arguments. Reviewed by: sheldonh | |||||
* | Back out NOTE_EXIT status reporting pending discussion. | green | 2000-05-21 | 1 | -4/+0 | |
| | ||||||
* | Fix a memory leak in getent() that occurred when the requested entry | hoek | 2000-05-21 | 1 | -1/+3 | |
| | | | | | | could not be found. PR: bin/17084 | |||||
* | Remove a superfluous `.Pp' occuring directly after | chris | 2000-05-19 | 1 | -1/+0 | |
| | | | | `.Sh IMPLEMENTATION NOTES'. | |||||
* | Add a note under IMPLEMENTATION NOTES about the behavior of sendfile() | chris | 2000-05-19 | 1 | -0/+27 | |
| | | | | in the threaded library. | |||||
* | List ECONNRESET as a return value. EINVAL was not documented either. | peter | 2000-05-19 | 2 | -0/+4 | |
| | ||||||
* | Put the wait(2) exit status in "data" for NOTE_EXIT kevents. | green | 2000-05-17 | 1 | -0/+4 | |
| | ||||||
* | mdoc related fixes: | phantom | 2000-05-12 | 1 | -19/+22 | |
| | | | | | | . synchronize NAME and SYNOPSIS sections . replace .Ev macros with .Dv / .Er / .Em macros as mdoc(7) specification declare | |||||
* | . fix .Dt macro argument | phantom | 2000-05-12 | 1 | -2/+2 | |
| | | | | . spell inet6_rthdr_reverse correctly | |||||
* | Fixed missing include in synopsis. | bde | 2000-05-11 | 1 | -2/+2 | |
| | | | | | Use a long line instead splitting a line with backslash-newline in synopsis. My synopsis checker doesn't understand backslash-newline. | |||||
* | When "any" acts as a subject, the verb must agree with whatever any is of. | hoek | 2000-05-11 | 1 | -2/+2 | |
| | ||||||
* | Content-free commit: only remove trailing whitespace | hoek | 2000-05-11 | 1 | -6/+6 | |
| | ||||||
* | The accept() function is a call, not an argument. Also, add: serial | hoek | 2000-05-11 | 1 | -5/+5 | |
| | | | | comma, missing-hyphen, and a word-erase character. | |||||
* | Finish moving all IEEE fp types to be the same on all arch's. | jhb | 2000-05-10 | 2 | -3/+3 | |
| | ||||||
* | Add FreeBSD Id tags. | obrien | 2000-05-10 | 12 | -1/+13 | |
| | ||||||
* | fp_except => fp_except_t for consistancy with the i386 and the tradition | obrien | 2000-05-10 | 4 | -8/+12 | |
| | | | | C methoid of nameing types. | |||||
* | Supply only one author name per instance of %A, as per mdoc.samples(7). | sheldonh | 2000-05-10 | 1 | -2/+5 | |
| | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | |||||
* | correct possible security issue(s) in name resolution, due to use of | itojun | 2000-05-10 | 1 | -177/+391 | |
| | | | | | | | pre-4.9.7 BIND resolver code. ftp://ftp.kame.net/pub/mail-list/snap-users/2348 for details. Reviewed by: ume | |||||
* | Fix miscellaneous mdoc macro argument limit infringements. | sheldonh | 2000-05-09 | 1 | -1/+1 | |
| | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | |||||
* | Some mdoc cleanups for the manual page. | jlemon | 2000-05-06 | 2 | -7/+11 | |
| | | | | Submitted by: phantom | |||||
* | Use `Er' variable to define first column width in ERRORS section. | phantom | 2000-05-06 | 17 | -17/+17 | |
| |