summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for multibyte characters, loosely based on Bruno Haible'stjr2004-07-292-18/+41
* Remove unnecessary #include directives.tjr2004-07-293-8/+0
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.tjr2004-07-295-5/+5
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-293-12/+0
* Add configuration option "set pppoe [standard|3Com]" which allowsglebius2004-07-295-3/+47
* Add support for multibyte characters.tjr2004-07-291-30/+84
* Add a paragraph break in the STANDARDS section to improve readability.tjr2004-07-291-0/+1
* Change the 'no terminating ";"' error message to 'no terminating ";" or "+"'tjr2004-07-291-1/+1
* Remove partial support for building this on NetBSD.tjr2004-07-293-10/+0
* Now that fnmatch() supports multibyte characters, find does too; removetjr2004-07-291-5/+1
* Add support for multibyte characters.tjr2004-07-291-49/+112
* Allow GCC to recognize -fformat-extensions flag.kan2004-07-292-0/+11
* Fix ACPI floppy enumeration for three types of divergent behavior.njl2004-07-281-40/+90
* Disable memory locking that could keep watchdogd from deadlocking itselfgreen2004-07-281-4/+0
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-286-98/+17
* Leaving the '.Pp' before '.Sh' is a style bug. This should have beentrhodes2004-07-281-1/+0
* Remove buggy (root filesystems may not have cdev) and pointlessphk2004-07-281-8/+3
* Remove global variable rootdevs and rootvp, they are unused as such.phk2004-07-2811-15/+14
* Correct a very old error in both vm_object_madvise() (originating inalc2004-07-281-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeglebius2004-07-281-0/+1
* Remove the ERRORS section in favor of a DIAGNOSTICS section.trhodes2004-07-282-29/+27
* No need to include if_var.h.harti2004-07-281-1/+0
* Get rid of several unneeded includes (if.h, if_var.h, if_mib.h).harti2004-07-281-3/+0
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-286-12/+12
* Document incorrect handling of multibyte characters due to limitationstjr2004-07-281-1/+6
* Wrap the supported adapters list into an .Sh HARDWARE section.trhodes2004-07-281-13/+51
* Remove an empty default: case to please GCC 3.4.2.mux2004-07-281-2/+0
* Set fpu context flags to known values, zero is illegal.davidxu2004-07-281-0/+2
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-282-15/+2
* ANSIfy and constify; this now builds with GCC 3.4.des2004-07-281-22/+19
* Remove (at least temporarily) the check that prevents us from includingmux2004-07-281-4/+0
* Damage control. Correcly advance symtab and strtab pointers, notkan2004-07-281-2/+2
* Avoid casts as lvalues.kan2004-07-282-5/+8
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-287-14/+16
* Move __iniline function definition before its first usage in the file.kan2004-07-281-8/+7
* Temporarily disable kernbb utility. It has to learn about new gcov datakan2004-07-281-1/+0
* Remove local malloc prototypes, which are incorrect and conflict withkan2004-07-284-7/+0
* Do not predeclare __inline functions, this makes no sense and generateskan2004-07-281-2/+2
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofkan2004-07-281-0/+2
* Emply __used attribute to prevent compiler from removing unreferencedkan2004-07-281-1/+1
* Introduce __used attribute which serves as logical conuterpart ofkan2004-07-281-0/+2
* Introduce SLOT_SET macro and use it in place of casts as lvalues.kan2004-07-283-12/+16
* Avoid casts as lvalues.kan2004-07-2811-24/+37
* Avoid casts as lvalues. Declare local variable as u_char * instead ofkan2004-07-281-6/+6
* Initialize ; variable eraly to shut up GCC warning.kan2004-07-281-0/+1
* Forced commit to note that prevois commit has nothing to do with castskan2004-07-280-0/+0
* Avoid casts as lvalues.kan2004-07-283-7/+6
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-2811-109/+120
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for thatdavidxu2004-07-281-1/+1
OpenPOWER on IntegriCloud