| Commit message (Expand) | Author | Age | Files | Lines |
* | "Unmount" is spelled "umount", not "unmount". | mph | 2001-06-20 | 1 | -1/+1 |
* | Avoid using too many args for ``set m[tr]u'' | brian | 2001-06-20 | 2 | -4/+16 |
* | Resort the last entry to its proper location. D definitely comes before Z. | jhb | 2001-06-20 | 1 | -6/+5 |
* | Change m_devget()'s outdated and unused `offset' argument to actually mean | bmilekic | 2001-06-20 | 15 | -90/+57 |
* | Remove a duplicate entry. | jhb | 2001-06-20 | 1 | -3/+0 |
* | Preemption by an interrupt thread is an involuntary switch, not a voluntary | jhb | 2001-06-20 | 1 | -1/+1 |
* | Applied the patch to fix HARP ATM that was broken when KAME IPv6 came | pirzyk | 2001-06-20 | 2 | -1/+4 |
* | The serial console break-to-debugger support only functioned while | iedowse | 2001-06-20 | 2 | -2/+42 |
* | Constify (silence warnings introduced by last commit to sys/module.h) | des | 2001-06-20 | 1 | -7/+7 |
* | Update the manpage to reflect reality (and what was already in -stable). | luigi | 2001-06-20 | 1 | -199/+144 |
* | o Add a -a flag for changing/getting the ALTPIN setting for a digi port. | brian | 2001-06-20 | 2 | -19/+99 |
* | Allow individual ports to use alternate pin settings (swap dsr & cd) | brian | 2001-06-20 | 2 | -12/+89 |
* | Add DIGIIO_SETALTPIN and DIGIIO_GETALTPIN ioctl values | brian | 2001-06-20 | 1 | -5/+7 |
* | Move variable assignement after argument parsing, to improve handling | luigi | 2001-06-20 | 1 | -8/+33 |
* | Change default value of rtadvd_enable to NO to be compatible with | ume | 2001-06-20 | 1 | -1/+1 |
* | made sure to use the correct sa_len for rtalloc(). | ume | 2001-06-20 | 2 | -4/+4 |
* | Close a race where we were releasing the unit resource at the start | brian | 2001-06-20 | 1 | -2/+4 |
* | Work around the problem in RELENG_4 where the file doesn't actually | dougb | 2001-06-20 | 1 | -7/+13 |
* | Revert last change: it was unintended at this time. | imp | 2001-06-20 | 1 | -31/+37 |
* | Add new entries for: | imp | 2001-06-20 | 2 | -38/+35 |
* | Document the interactive command `what'. | mikeh | 2001-06-20 | 1 | -0/+4 |
* | Add B921600 (yes, some serial ports can do this, but generic sio not support | ache | 2001-06-20 | 2 | -0/+2 |
* | Fix typo which could lead to memory leak. | mikeh | 2001-06-20 | 1 | -1/+1 |
* | This compiles cleanly with WARNS=2; make sure it stays that way. | dd | 2001-06-20 | 1 | -2/+3 |
* | Don't arbitrarily limit tabstop expansions to 256 characters. | dd | 2001-06-20 | 1 | -1/+1 |
* | Put the scheduler, vmdaemon, and pagedaemon kthreads back under Giant for | jhb | 2001-06-20 | 2 | -19/+1 |
* | Add a SEE ALSO section. | dd | 2001-06-20 | 1 | -0/+6 |
* | Miscellaneous mdoc(7) fixes; also expand contractions. | dd | 2001-06-20 | 1 | -22/+19 |
* | Constify the module name. This silences a few warnings ("initialization | des | 2001-06-19 | 1 | -2/+2 |
* | Add configuration for a FAITH IPv6-to-IPv4 TCP translator. | ume | 2001-06-19 | 3 | -0/+61 |
* | Made all fields in default output be space separated. Run-together | schweikh | 2001-06-19 | 1 | -11/+6 |
* | Actually document TCPDEBUG. | wollman | 2001-06-19 | 2 | -2/+6 |
* | Fix punctuation in comment. | wollman | 2001-06-19 | 2 | -4/+4 |
* | Fix a couple of tips, and add a new one. | nik | 2001-06-19 | 1 | -15/+8 |
* | Suppress update ifnet.iflastchange when processing packets for SNMP | sumikawa | 2001-06-19 | 1 | -1/+0 |
* | Add more headers that are required with -fno-builtin (stdlib and strings) | des | 2001-06-19 | 5 | -0/+6 |
* | Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now. | sumikawa | 2001-06-19 | 2 | -0/+9 |
* | More verbose version of identifycpu() which also contains many more CPU | benno | 2001-06-19 | 2 | -48/+98 |
* | <stdlib.h> is needed for exit(3) when building with -fno-builtin. | des | 2001-06-19 | 1 | -0/+1 |
* | Convert the elf loader to the new linker set layout for elf files. | peter | 2001-06-19 | 1 | -6/+7 |
* | Fix some of the worst formatting bug (seperate commit) | peter | 2001-06-19 | 1 | -2/+4 |
* | This commit was generated by cvs2svn to compensate for changes in r78460, | ru | 2001-06-19 | 1 | -2/+2 |
|\ |
|
| * | Bring in FSF revision 1.17: | ru | 2001-06-19 | 1 | -2/+2 |
| * | Removed files not present in v1.17 import. | ru | 2001-04-17 | 628 | -219491/+0 |
* | | Correct some typos. | dd | 2001-06-19 | 1 | -2/+2 |
* | | stat(2) filesystem quotas act on, not filesystem quotas file resides on. | mikeh | 2001-06-19 | 1 | -1/+1 |
* | | Call clnt_destroy() to prevent exhausting resources. | mikeh | 2001-06-19 | 2 | -0/+3 |
* | | Cleanup the mix of styles in this file: | mikeh | 2001-06-19 | 1 | -125/+124 |
* | | This command has more than four options. | dd | 2001-06-19 | 1 | -1/+1 |
* | | Add IBM "High Rate Wireless LAN PC Card", a rebadged Lucent WaveLAN/IEEE. | grog | 2001-06-19 | 1 | -1/+7 |