Age | Commit message (Expand) | Author |
2004-09-20 | don't include sys/malloc.h, no memory management functions are used | Brad Smith |
2004-09-20 | another unit; http://www2.elecom.co.jp/products/UC-SGT.html | Theo de Raadt |
2004-09-20 | meant to commit this too, remove old resume workaround flags | Brad Smith |
2004-09-20 | remove software-based workaround for the resume issue. | Brad Smith |
2004-09-20 | enable code to disable dynamic standby mode on 82550's | Brad Smith |
2004-09-19 | add vflushbuf.9 and vwakeup.9 | Jared Yanovich |
2004-09-19 | add man pages for vflushbuf() and vwakeup(). | Jared Yanovich |
2004-09-19 | typo, or -> of | Brad Smith |
2004-09-19 | regen | Michael Shalayeff |
2004-09-19 | proper sigsetreturn() args | Michael Shalayeff |
2004-09-19 | another long that is really u_int | Michael Shalayeff |
2004-09-19 | const this speedtab too | Michael Shalayeff |
2004-09-19 | ressurect hpux_sig.c and implement just the different parts in arch/hpux_sig2.c | Michael Shalayeff |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-09-19 | nop missing in bd slot | Per Fogelstrom |
2004-09-19 | do not blindly assume console has been mapped | Michael Shalayeff |
2004-09-19 | document CDROM_SITE defaults to empty and what to set it to; ok espie | Peter Valchev |
2004-09-19 | turn totalphysmem into physmem and name old physmem into smth it really is | Michael Shalayeff |
2004-09-18 | c++ code be linted (or, heck, read) | Theo de Raadt |
2004-09-18 | remove unused var, and then fix the code to watch for waitpid() errors | Theo de Raadt |
2004-09-18 | greatly improved by jmc with some tweaks by yours truly | Henning Brauer |
2004-09-18 | some delinting; ok otto | Theo de Raadt |
2004-09-18 | jmc says S before s and not s before S, sssssssso we do. | Henning Brauer |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-09-18 | off by one in check | Ted Unangst |
2004-09-18 | for unconfigured devices also print model number | Michael Shalayeff |
2004-09-18 | Install the yacc(1) PSD. ok mickey@ jmc@ | Otto Moerbeek |
2004-09-18 | gnu code will never, ever, EVER, get close to passing lint | Theo de Raadt |
2004-09-18 | My Bad. | Bob Beck |
2004-09-18 | implement -S to override earlier -s, requested by theo | Henning Brauer |
2004-09-18 | sync | Theo de Raadt |
2004-09-18 | say when we run settimeofday() with -s and when not, help from bob | Henning Brauer |
2004-09-18 | new fxp variant, noticed by freebsd | Bob Beck |
2004-09-18 | back out my previous commit: beck@ says spamd-setup(8) is correct; | Jason McIntyre |
2004-09-18 | don't call settimeofday() when the offset is smaller than 180 seconds, | Henning Brauer |
2004-09-18 | sync | Theo de Raadt |
2004-09-18 | match the new ID | Theo de Raadt |
2004-09-18 | new device supported | Theo de Raadt |
2004-09-18 | unconditionally add -s to ntpd_flags in rc and suggest "" for normal | Henning Brauer |
2004-09-18 | adjust comment for ntpd_flags, "-s" is the normal use in the rc scripts now | Henning Brauer |
2004-09-18 | add a new -s option, that tells ntpd to set the time using settimeofday() | Henning Brauer |
2004-09-18 | Allow thread in FD{R,W}_WAIT states to be suspended. | Marco S Hyman |
2004-09-18 | regen w/ proper rcsids and const | Michael Shalayeff |
2004-09-18 | support microcode being const; krw@ ok | Michael Shalayeff |
2004-09-18 | repair build that reused y.tab.h for two different parsers | Michael Shalayeff |
2004-09-18 | ARGSUSED signal handler | Theo de Raadt |
2004-09-18 | ARGSUSED signal handler | Theo de Raadt |
2004-09-18 | knf | Theo de Raadt |
2004-09-18 | regress for 'z' and 't' modifiers | Otto Moerbeek |
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek |