summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2004-01-03cope with changed imsg_read semanticsHenning Brauer
2004-01-03change imsg_read semantics so that the number of bytes read is returned.Henning Brauer
2004-01-03there is no guarantee we get all we wan with a single read(), so weHenning Brauer
2004-01-03send an imsg as list end indicatorHenning Brauer
2004-01-03fix umask, noticed by theoHenning Brauer
2004-01-03Fixes from FreeBSD's libc_rBrad Smith
2004-01-03sync the list of acceptable getopt_long options with reality.Brad Smith
2004-01-03do not create pid file. it was just for debugging and there was no properJun-ichiro itojun Hagino
2004-01-03Make 'unknown error category' message more informative by including errorKenneth R Westerback
2004-01-03backout segment register restore diff which causes reproducible hangs; ok der...Peter Valchev
2004-01-03as if we didn't know...Henning Brauer
2004-01-03Todd forgot to make obj thereTheo de Raadt
2004-01-02factor out dump.c from rtsol by -DSMALLJun-ichiro itojun Hagino
2004-01-02Mention that, on most 187 and 197, if the SCSI controller is not the bootMiod Vallat
2004-01-02unifdef for readability. req'ed by deraadtJun-ichiro itojun Hagino
2004-01-02MC88110 errata states that, for instruction faults, in case of bus errorMiod Vallat
2004-01-02Sync m197_ext_int() logic with m187_ext_int() logic.Miod Vallat
2004-01-02Better openings value computation.Miod Vallat
2004-01-02Relaxed dependencies, and do not undef DEBUG.Miod Vallat
2004-01-02There is no such thing as ``device cpu'' for now.Miod Vallat
2004-01-02Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!)Miod Vallat
2004-01-02whitespaceJun-ichiro itojun Hagino
2004-01-02standard order for options;Jason McIntyre
2004-01-02net.inet.carp.preempt is disabled by default.Ryan Thomas McBride
2004-01-02some corrections/improvements to the VI COMMANDS section;Jason McIntyre
2004-01-02use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble;Jason McIntyre
2004-01-02The scratch pages used in pmap_zero_page() and pmap_copy_page() being specialMiod Vallat
2004-01-02When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one,Miod Vallat
2004-01-02new year was around spring equinox and not on winter solstice and thus rearra...Michael Shalayeff
2004-01-02use pool for pcb; with grange@ like netbsd; ok itojun@, cedric@Markus Friedl
2004-01-02Document that pressing return allows you to "fast forward" the game clock.Jason McIntyre
2004-01-02apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahsMichael Shalayeff
2004-01-02attach on two more ICHsMichael Shalayeff
2004-01-02point people to re_format(7) for a description of basic regularJason McIntyre
2004-01-02use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES;Jason McIntyre
2004-01-02typo from Daniel Cavanagh;Jason McIntyre
2004-01-02add a section on thread safety, which is a start at documenting whichJason McIntyre
2004-01-02after some advice from nick, note that only com0 is currently supportedJason McIntyre
2004-01-02syncTheo de Raadt
2004-01-02SEE ALSO after FILES;Jason McIntyre
2004-01-02umask setting and unlink before bind() the unix socket, chmod and umaskHenning Brauer
2004-01-02Don't strip scripts; idea from mpech@; ok deraadt@Todd C. Miller
2004-01-02PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id forTodd C. Miller
2004-01-02fix mount_mfs example: -N is only an option for newfs not mount_mfsDavid Krause
2004-01-02Treat all commands returning a sense data ASC of 0x29 as havingKenneth R Westerback
2004-01-02Add in missing ASC/ASCQ descriptions for non-RAMDISK (i.e.Kenneth R Westerback
2004-01-02connect bgpctlHenning Brauer
2004-01-02move the socket name #define to bgpd.h and get rid of bgpdctl*Henning Brauer
2004-01-02bring back bgpctlHenning Brauer