| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed remnants of ports-related knobs from here. | ru | 2004-07-29 | 2 | -19/+1 |
* | Clean up structure packing. | ps | 2004-07-29 | 2 | -25/+22 |
* | Address node in a less complex way. | glebius | 2004-07-29 | 1 | -1/+1 |
* | Add a cross-reference to colcrt(1). | tjr | 2004-07-29 | 1 | -0/+1 |
* | Sort #include directives and remove one duplicate that crept in to the | tjr | 2004-07-29 | 1 | -2/+1 |
* | Add support for multibyte characters, loosely based on Bruno Haible's | tjr | 2004-07-29 | 2 | -18/+41 |
* | Remove unnecessary #include directives. | tjr | 2004-07-29 | 3 | -8/+0 |
* | Prefer <runetype.h> to <rune.h>, since the latter is going away soon. | tjr | 2004-07-29 | 5 | -5/+5 |
* | Remove useless checks for characters longer than INT_MAX bytes. | tjr | 2004-07-29 | 3 | -12/+0 |
* | Add configuration option "set pppoe [standard|3Com]" which allows | glebius | 2004-07-29 | 5 | -3/+47 |
* | Add support for multibyte characters. | tjr | 2004-07-29 | 1 | -30/+84 |
* | Add a paragraph break in the STANDARDS section to improve readability. | tjr | 2004-07-29 | 1 | -0/+1 |
* | Change the 'no terminating ";"' error message to 'no terminating ";" or "+"' | tjr | 2004-07-29 | 1 | -1/+1 |
* | Remove partial support for building this on NetBSD. | tjr | 2004-07-29 | 3 | -10/+0 |
* | Now that fnmatch() supports multibyte characters, find does too; remove | tjr | 2004-07-29 | 1 | -5/+1 |
* | Add support for multibyte characters. | tjr | 2004-07-29 | 1 | -49/+112 |
* | Allow GCC to recognize -fformat-extensions flag. | kan | 2004-07-29 | 2 | -0/+11 |
* | Fix ACPI floppy enumeration for three types of divergent behavior. | njl | 2004-07-28 | 1 | -40/+90 |
* | Disable memory locking that could keep watchdogd from deadlocking itself | green | 2004-07-28 | 1 | -4/+0 |
* | Move a relic to its correct location(s): Put nfs diskless initialization | phk | 2004-07-28 | 6 | -98/+17 |
* | Leaving the '.Pp' before '.Sh' is a style bug. This should have been | trhodes | 2004-07-28 | 1 | -1/+0 |
* | Remove buggy (root filesystems may not have cdev) and pointless | phk | 2004-07-28 | 1 | -8/+3 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 11 | -15/+14 |
* | Correct a very old error in both vm_object_madvise() (originating in | alc | 2004-07-28 | 1 | -2/+2 |
* | Print link level address on vlan interfaces using ether_ntoa(), to make | glebius | 2004-07-28 | 1 | -0/+1 |
* | Remove the ERRORS section in favor of a DIAGNOSTICS section. | trhodes | 2004-07-28 | 2 | -29/+27 |
* | No need to include if_var.h. | harti | 2004-07-28 | 1 | -1/+0 |
* | Get rid of several unneeded includes (if.h, if_var.h, if_mib.h). | harti | 2004-07-28 | 1 | -3/+0 |
* | Use the length modifier 'll' instead of 'q' to print long longs. | stefanf | 2004-07-28 | 6 | -12/+12 |
* | Document incorrect handling of multibyte characters due to limitations | tjr | 2004-07-28 | 1 | -1/+6 |
* | Wrap the supported adapters list into an .Sh HARDWARE section. | trhodes | 2004-07-28 | 1 | -13/+51 |
* | Remove an empty default: case to please GCC 3.4.2. | mux | 2004-07-28 | 1 | -2/+0 |
* | Set fpu context flags to known values, zero is illegal. | davidxu | 2004-07-28 | 1 | -0/+2 |
* | Disallow a particular kind of port theft described by the following scenario: | yar | 2004-07-28 | 2 | -15/+2 |
* | ANSIfy and constify; this now builds with GCC 3.4. | des | 2004-07-28 | 1 | -22/+19 |
* | Remove (at least temporarily) the check that prevents us from including | mux | 2004-07-28 | 1 | -4/+0 |
* | Damage control. Correcly advance symtab and strtab pointers, not | kan | 2004-07-28 | 1 | -2/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 2 | -5/+8 |
* | Downgrade WARNS level to more tolerable value. Attempt to fix | kan | 2004-07-28 | 7 | -14/+16 |
* | Move __iniline function definition before its first usage in the file. | kan | 2004-07-28 | 1 | -8/+7 |
* | Temporarily disable kernbb utility. It has to learn about new gcov data | kan | 2004-07-28 | 1 | -1/+0 |
* | Remove local malloc prototypes, which are incorrect and conflict with | kan | 2004-07-28 | 4 | -7/+0 |
* | Do not predeclare __inline functions, this makes no sense and generates | kan | 2004-07-28 | 1 | -2/+2 |
* | Introduce SYSCTL_CHILDREN_SET macro which can be used in place of | kan | 2004-07-28 | 1 | -0/+2 |
* | Emply __used attribute to prevent compiler from removing unreferenced | kan | 2004-07-28 | 1 | -1/+1 |
* | Introduce __used attribute which serves as logical conuterpart of | kan | 2004-07-28 | 1 | -0/+2 |
* | Introduce SLOT_SET macro and use it in place of casts as lvalues. | kan | 2004-07-28 | 3 | -12/+16 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 11 | -24/+37 |
* | Avoid casts as lvalues. Declare local variable as u_char * instead of | kan | 2004-07-28 | 1 | -6/+6 |
* | Initialize ; variable eraly to shut up GCC warning. | kan | 2004-07-28 | 1 | -0/+1 |