| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't claim to fully implement C99 in the STANDARDS section and then disclaim | Garrett Wollman | 2002-07-15 | 1 | -2/+4 |
* | Note that fseeko() and ftello() are standard in 1003.1-2001. | Garrett Wollman | 2002-07-15 | 1 | -1/+1 |
* | Add IPv6 support. | Alfred Perlstein | 2002-07-15 | 11 | -47/+123 |
* | Clean up some of the rather strange structure and ordering of this | Garrett Wollman | 2002-07-15 | 1 | -52/+67 |
* | - fixed a bug that we can't send a packet to ipv4mapped ipv6 address | Hajimu UMEMOTO | 2002-07-15 | 1 | -0/+2 |
* | Add a new VM options section. Move KSTACK_PAGES there from the MI NOTES | John Baldwin | 2002-07-15 | 1 | -3/+25 |
* | KSTACK_PAGES is only an option on i386, so move it to the i386 NOTES file. | John Baldwin | 2002-07-15 | 1 | -1/+0 |
* | Whitespace fix. | John Baldwin | 2002-07-15 | 1 | -1/+1 |
* | Move SMBFS from i386 and pc98 files and options files to MI files and | John Baldwin | 2002-07-15 | 6 | -26/+11 |
* | add support for rpc IPv6 (rpc/udp/46 ...) | Alfred Perlstein | 2002-07-15 | 2 | -33/+103 |
* | use getaddrinfo() instead of gethostbyname(). | Alfred Perlstein | 2002-07-15 | 1 | -5/+11 |
* | Nuke unused variable. | Alfred Perlstein | 2002-07-15 | 1 | -1/+0 |
* | The hardware bus configuration section is now empty, so axe it. The | John Baldwin | 2002-07-15 | 1 | -16/+0 |
* | Move NTIMECOUNTER and PPS_SYNC from the ISA bus section to the clock | John Baldwin | 2002-07-15 | 1 | -14/+14 |
* | The EISA_SLOTS option appears to be i386-only. | John Baldwin | 2002-07-15 | 2 | -8/+8 |
* | do not call clnt_spcreateerror nor clnt_sperror with a NULL pointer, instead | Alfred Perlstein | 2002-07-15 | 1 | -3/+3 |
* | Port to TI/RPC and/or IPV6. | Alfred Perlstein | 2002-07-15 | 7 | -123/+131 |
* | COMPAT_OLDISA is only used on i386. | John Baldwin | 2002-07-15 | 2 | -2/+1 |
* | Sync up syscons options from options.i386. | John Baldwin | 2002-07-15 | 2 | -2/+6 |
* | If an RPC fails, try a shorter reply in case the fault lies with the | Alfred Perlstein | 2002-07-15 | 1 | -10/+39 |
* | Add a NOTES file for the Alpha architecture. | John Baldwin | 2002-07-15 | 2 | -158/+65 |
* | makeLINT.send has been moved to sys/conf so we can build LINT on other | John Baldwin | 2002-07-15 | 3 | -11/+4 |
* | de-__P(). | Alfred Perlstein | 2002-07-15 | 2 | -36/+32 |
* | Fix a bazillion lint and WARNS warnings. One major fix is the removal of | Mark Murray | 2002-07-15 | 2 | -16/+16 |
* | Use ISO 9X variadic macro format; arguments are not optional, just | Mark Murray | 2002-07-15 | 1 | -1/+1 |
* | Convert macros with variadic arguments from GNU format to ISO 9X. | Mark Murray | 2002-07-15 | 1 | -4/+4 |
* | Comment out WARNS?=4 to unbreak the Alpha build. | Dag-Erling Smørgrav | 2002-07-15 | 1 | -1/+2 |
* | Identify the C Language Binding Option of IEEE Std. 1003.2-1992. | Garrett Wollman | 2002-07-15 | 1 | -1/+11 |
* | Fix grammar 'the administrator' | Tom Rhodes | 2002-07-15 | 1 | -30/+33 |
* | Get rid of %qd, and unbreak Alpha build. | Dag-Erling Smørgrav | 2002-07-15 | 3 | -11/+16 |
* | Move all the sio(4) attachments (except for pc98's cbus attachment) to the | John Baldwin | 2002-07-15 | 7 | -25/+5 |
* | The puc(4) driver/bridge is MI, so don't bury it in MD options and files | John Baldwin | 2002-07-15 | 7 | -11/+6 |
* | o Introduce new m_getcl() interface routine that allocates an mbuf | Bosko Milekic | 2002-07-15 | 3 | -145/+401 |
* | Sort all the SYSV IPC options. They are still all clumped together, but | John Baldwin | 2002-07-15 | 1 | -14/+14 |
* | - Properly sort GEOM and NODEVFS. | John Baldwin | 2002-07-15 | 1 | -3/+2 |
* | Make WLCACHE and WLDEBUG MI options. | John Baldwin | 2002-07-15 | 3 | -4/+2 |
* | Make NDGBPORTS an MI option since the dgb(4) driver is an MI driver. | John Baldwin | 2002-07-15 | 3 | -8/+1 |
* | Properly document NDGBPORTS and use a better value in NOTES. The normal | John Baldwin | 2002-07-15 | 1 | -1/+6 |
* | Remove SIMOS option from here. It will be moving to a new home shortly. | John Baldwin | 2002-07-15 | 1 | -2/+0 |
* | Adjust a comment, the vga device only supports VGA cards. | John Baldwin | 2002-07-15 | 1 | -1/+1 |
* | The sources to the non-working esp device are no longer present in current. | John Baldwin | 2002-07-15 | 2 | -2/+0 |
* | Alpha does not support the PERFMON kernel option and does not have a | John Baldwin | 2002-07-15 | 1 | -2/+0 |
* | Neither options SLICE or sys/alpha/alpha/mountroot.c exist anymore. | John Baldwin | 2002-07-15 | 1 | -1/+0 |
* | Re-fetch the interface handle after setting the config number, | Ian Dowse | 2002-07-15 | 2 | -1/+4 |
* | - Remove an irrelevant comment from i386 GENERIC. | John Baldwin | 2002-07-15 | 1 | -13/+7 |
* | Move ACPI device and options from MI NOTES to the i386 MD NOTES file. | John Baldwin | 2002-07-15 | 2 | -15/+15 |
* | Very minor warns fix. Add a declaration for an unused parameter. | Mark Murray | 2002-07-15 | 1 | -1/+1 |
* | Help lint out a bit; wrap some functions (redefined as macros) in #ifdef. | Mark Murray | 2002-07-15 | 1 | -0/+2 |
* | Upgrade the random device to use a "real" hash instead of building | Mark Murray | 2002-07-15 | 5 | -55/+14 |
* | Fix some really pedantic GCC warnings. | Mark Murray | 2002-07-15 | 1 | -5/+5 |