Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from ipfw.8 (1.57). | kuriyama | 2001-06-24 | 1 | -5/+9 |
| | | | | | | o Sync with netinet6/ip6_fw.c (1.12). MFC after: 10 days | ||||
* | Nuke unused variables. | dd | 2001-06-24 | 4 | -14/+1 |
| | |||||
* | Include missing header files whicih define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 2 | -0/+2 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 16 | -0/+17 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Merge from netinet/ip_fw.c (1.117 -> 1.118). | kuriyama | 2001-06-24 | 1 | -45/+69 |
| | | | | | | | o Use syslog(3) interface for logging. Reviewed by: ume MFC after: 10 days | ||||
* | Xref extattr_set_file(2). | dd | 2001-06-24 | 1 | -0/+1 |
| | |||||
* | Xref extattr_get_file(2). | dd | 2001-06-24 | 1 | -0/+1 |
| | |||||
* | Add a namespace argument to one of the examples. | dd | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS. | dd | 2001-06-24 | 1 | -6/+6 |
| | |||||
* | The fact that phk wrote this is not a bug! | dd | 2001-06-24 | 1 | -5/+2 |
| | |||||
* | remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time) | ume | 2001-06-24 | 1 | -7/+0 |
| | | | | | Obtained from: KAME MFC after: 10 days | ||||
* | Reword the sentence that I screwed up in the last commit. | dd | 2001-06-24 | 1 | -1/+1 |
| | | | | Submitted by: Erik Trulsson <ertr1013@student.uu.se> | ||||
* | Add missing includes and sort includes. | dd | 2001-06-24 | 1 | -4/+8 |
| | |||||
* | Include missing header files. | dd | 2001-06-24 | 1 | -0/+1 |
| | |||||
* | disallow setsockopt(IPV6_V6ONLY) for already bound sockets. | ume | 2001-06-24 | 1 | -0/+11 |
| | | | | | Obtained from: KAME MFC after: 10 days | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 8 | -0/+15 |
| | | | | builtints (e.g., exit, strcmp). | ||||
* | Include stdlib.h for exit(3). | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 18 | -0/+21 |
| | | | | builtins (e.g., exit, strcmp). | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 9 | -0/+11 |
| | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Silence warning and set WARNS=2. | dd | 2001-06-24 | 2 | -1/+2 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1) | ||||
* | Constify and set WARNS=2. | dd | 2001-06-24 | 2 | -1/+2 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1) | ||||
* | Constify, add a prototype, and set WARNS=2. | dd | 2001-06-24 | 2 | -3/+3 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1) | ||||
* | Constify and set WARNS=2. | dd | 2001-06-24 | 2 | -4/+5 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Reviewed by: md5(1) | ||||
* | fix oopslet for PROC_UNLOCK_NOSWITCH | mjacob | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Use strdup(3) instead of reimplementing it inline. | dd | 2001-06-24 | 1 | -7/+1 |
| | |||||
* | cleanup some of the XPORT_FC code | mjacob | 2001-06-24 | 1 | -24/+18 |
| | |||||
* | Add a transport settings variant for Fibre Channel. | mjacob | 2001-06-24 | 1 | -0/+13 |
| | |||||
* | Add CAM_NEW_TRAN_CODE as an option (to be included in opt_cam.h). | mjacob | 2001-06-24 | 1 | -0/+3 |
| | |||||
* | Reword a sentence to make it proper English. | dd | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Clean up the addrmerge() function, which was over-complicated and | iedowse | 2001-06-24 | 1 | -136/+120 |
| | | | | | | | | | | | | | | | | | contained a number of memory leaks. The changes include: - Add a comment describing what addrmerge() does. - Deal with 0.0.0.0./::. or AF_LOCAL callers correctly. - Use rpcbind_get_conf() instead of getnetconfigent() so we don't have to remember to free the returned netconfig struct. - Make just one pass through the ifaddrs list; we can pick up a fallback interface address in the same pass as the netmask comparison. - Define and use SA2SIN* macros to avoid the need for loads of protocol-specific local variables. - Use mostly protocol-independent code for building the netbuf version of the address to be returned. - Use the common cleanup code for virtually all error and non-error cases, fixing a number of memory leaks. | ||||
* | on icmp6 node information query (FQDN), do not return hostnames with | ume | 2001-06-24 | 1 | -2/+6 |
| | | | | | | | | two dots (like "foo..bar"). 0-length labels are not distinguishable with multiple name replies. Obtained from: KAME MFC after: 10 days | ||||
* | decrease warning | ume | 2001-06-24 | 1 | -2/+4 |
| | | | | | Obtained from: KAME MFC after: 10 days | ||||
* | Nuke the comment about MIP6. We don't have MIP6 code, yet. | ume | 2001-06-24 | 1 | -12/+0 |
| | | | | MFC after: 10 days | ||||
* | inject outbound packet to BPF. | ume | 2001-06-24 | 1 | -1/+25 |
| | | | | | | Submitted by: itojun Obtained from: KAME MFC after: 10 days | ||||
* | Constify, staticize and add a missing include; add WARNS?=2. | des | 2001-06-24 | 2 | -4/+7 |
| | | | | | Submitted by: Mike Barcroft <mike@q9media.com> MFC after: 2 weeks | ||||
* | Don't dereference a NULL pointer if we fail to get a sendfilebuf. | dwmalone | 2001-06-24 | 1 | -1/+2 |
| | |||||
* | Add prototypes and turn on WARNS=?2. | dwmalone | 2001-06-24 | 2 | -0/+19 |
| | |||||
* | Allow getcred sysctl to work in jailed root processes. Processes can | dwmalone | 2001-06-24 | 3 | -17/+35 |
| | | | | | | | | only do getcred calls for sockets which were created in the same jail. This should allow the ident to work in a reasonable way within jails. PR: 28107 Approved by: des, rwatson | ||||
* | Get rid of some constness warnings. | dwmalone | 2001-06-24 | 1 | -6/+7 |
| | |||||
* | Don't add -Wall, as it's a compiler specific flag. | dwmalone | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | Fix most of the warnings given by WARNS=2. | dwmalone | 2001-06-24 | 3 | -105/+114 |
| | |||||
* | Fix asm constraints for atomic_cmpset_32. This fix may also be needed | benno | 2001-06-24 | 1 | -1/+1 |
| | | | | elsewhere. | ||||
* | After exhaustive discussions and some meandering and confusion, enough | dillon | 2001-06-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | people are on track with the cause and effect of this, and although fixing this severely degenerate case appears to violate the letter of POSIX.1-200x, Bruce and I (and enough others) agree that it should be comitted. So, this patch generates an ENOENT error for any attempt to do a path lookup through an empty symlink (e.g. open(), stat()). Submitted by: "Andrey A. Chernov" <ache@nagual.pp.ru> Reviewed by: bde Discussed exhaustively on: freebsd-current Previously committed to: NetBSD 4 years ago | ||||
* | Reset timestamps of battery info. and status by thier notify handler. | iwasaki | 2001-06-24 | 1 | -10/+13 |
| | | | | Suggested by: takawata | ||||
* | - Swap order of "S4B" and "S5" in sleep_state_names. They already | iwasaki | 2001-06-24 | 1 | -6/+6 |
| | | | | | changed in ACPICA actypes.h. - Use ACPI_S_STATES_MAX instead of ACPI_STATE_S5. | ||||
* | Don't call exit(3) from a signal handler. | dd | 2001-06-24 | 2 | -4/+3 |
| | | | | Obtained from: OpenBSD | ||||
* | mdoc(7) police: use the Fn macro where appropriate. | dd | 2001-06-24 | 1 | -3/+6 |
| | |||||
* | Remove duplicate words. | dd | 2001-06-24 | 24 | -27/+27 |
| | |||||
* | Correct a typo. | dd | 2001-06-24 | 1 | -1/+1 |
| |