Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-03 | missing prototypes; ok espie | Peter Valchev | |
2004-01-03 | Replace bogus use of fgetln() (which doesn't NUL-terminate strings) | Todd C. Miller | |
with fgets() (which does). Using fgetln() doesn't make a huge amount of sense since passwd entries are required to be short and mustn't contain NULs. This also fixes a bus error on sparc64 (caused by passing a pointer to an int when a pointer to size_t was expected) found by pvalchev@. Tested and OK pvalchev@ | |||
2004-01-03 | we'll have more than one view one day, strutural prepare for that | Henning Brauer | |
2004-01-03 | Be more careful with INITIAL-CONTACT and do not delete SPIs when getting | Hakan Olsson | |
an INVALID-SPI notification. Issues noted by Thomas Walpuski. markus@ ok. | |||
2004-01-03 | factor out the printing stuff and format nicer as well | Henning Brauer | |
2004-01-03 | disable TSC for Geode SC1100; Stuart Henderson, pr 3625; ok mickey, deraadt | Markus Friedl | |
2004-01-03 | switch to shorter licence at millert@ suggestion. | Marc Espie | |
2004-01-03 | make sure userland sees memcmp and friends (gcc3) | Marc Espie | |
okay frantzen@ | |||
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | |||
2004-01-03 | cope with changed imsg_read semantics | Henning Brauer | |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | Henning Brauer | |
that means that the callers can (and must) coope with closed connections themselves, what is exactly the desired behaviour. | |||
2004-01-03 | there is no guarantee we get all we wan with a single read(), so we | Henning Brauer | |
have to do the imsg_read in a loop as well. | |||
2004-01-03 | send an imsg as list end indicator | Henning Brauer | |
2004-01-03 | fix umask, noticed by theo | Henning Brauer | |
2004-01-03 | Fixes from FreeBSD's libc_r | Brad Smith | |
rev 1.21 Make the libc_r version of select() set the readable or writable file descriptor bit if poll() returns POLLERR, POLLHUP, or POLLNVAL. Othewise, it's possible for select() to return successfully but with no bits set. rev 1.19 Return correct number of total bits set in all fd_set's. Change case of POLLNVAL as an error. Remove POLLHUP and POLLERR from one case, their place is most likely amongst read events. ok marc@ | |||
2004-01-03 | sync the list of acceptable getopt_long options with reality. | Brad Smith | |
Fixes PR 3623 From: binutils CVS 2.11 branch, based on rev 1.15.2.3 ok otto@ | |||
2004-01-03 | do not create pid file. it was just for debugging and there was no proper | Jun-ichiro itojun Hagino | |
cleanup code. from kame | |||
2004-01-03 | Make 'unknown error category' message more informative by including error | Kenneth R Westerback | |
number. Same change as was made to scsi_base.c a few days ago. ok deraadt@. | |||
2004-01-03 | backout segment register restore diff which causes reproducible hangs; ok ↵ | Peter Valchev | |
deraadt | |||
2004-01-03 | as if we didn't know... | Henning Brauer | |
2004-01-03 | Todd forgot to make obj there | Theo de Raadt | |
2004-01-02 | factor out dump.c from rtsol by -DSMALL | Jun-ichiro itojun Hagino | |
2004-01-02 | Mention that, on most 187 and 197, if the SCSI controller is not the boot | Miod Vallat | |
device and no boot from it has been attempted at the prom, it will not get detected. Unfortunately, right now I don't know how to ``warm'' the chip. This also will need to be documented in the insallation notes at some point... | |||
2004-01-02 | unifdef for readability. req'ed by deraadt | Jun-ichiro itojun Hagino | |
2004-01-02 | MC88110 errata states that, for instruction faults, in case of bus error | Miod Vallat | |
trap class, the value of the page fault and segment fault bits are undefined; so check for bus error first. | |||
2004-01-02 | Sync m197_ext_int() logic with m187_ext_int() logic. | Miod Vallat | |
2004-01-02 | Better openings value computation. | Miod Vallat | |
For now, the result is the same as the hard-coded constant it used to be, due to a pessimistic NUM_IOPB value. This will change. | |||
2004-01-02 | Relaxed dependencies, and do not undef DEBUG. | Miod Vallat | |
2004-01-02 | There is no such thing as ``device cpu'' for now. | Miod Vallat | |
2004-01-02 | Revert 1.100 and 1.102 for now - they cause page table corruption (bloody hell!) | Miod Vallat | |
2004-01-02 | whitespace | Jun-ichiro itojun Hagino | |
2004-01-02 | standard order for options; | Jason McIntyre | |
kill a .Pp before a list; move AUTHORS to a more logical place; | |||
2004-01-02 | net.inet.carp.preempt is disabled by default. | Ryan Thomas McBride | |
Pointed out by david@ | |||
2004-01-02 | some corrections/improvements to the VI COMMANDS section; | Jason McIntyre | |
2004-01-02 | use .Sq rather than .Dq, which, for some reason, is making -mdoc wobble; | Jason McIntyre | |
2004-01-02 | The scratch pages used in pmap_zero_page() and pmap_copy_page() being special | Miod Vallat | |
mappings, they still need the dcache to be invalidated after use. | |||
2004-01-02 | When both cmmu_dofoo() and cmmu_remote_dofoo() exist, kill the first one, | Miod Vallat | |
and rename the second one to the first one, i.e. have the cmmu_dofoo() functions always take a cpu# parameter. No functional change, simply makes code more readable and saves a few call frames. | |||
2004-01-02 | new year was around spring equinox and not on winter solstice and thus ↵ | Michael Shalayeff | |
rearrange it properly | |||
2004-01-02 | use pool for pcb; with grange@ like netbsd; ok itojun@, cedric@ | Markus Friedl | |
2004-01-02 | Document that pressing return allows you to "fast forward" the game clock. | Jason McIntyre | |
From Peter Maydell (Debian bug 216980) via NetBSD; | |||
2004-01-02 | apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs | Michael Shalayeff | |
been wrong and thus proven by many and there change it back to what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html . also fix spmath to use it's own consts instead of (now) off by one float.h values thus to avoid any kind of binary changes. | |||
2004-01-02 | attach on two more ICHs | Michael Shalayeff | |
2004-01-02 | point people to re_format(7) for a description of basic regular | Jason McIntyre | |
expressions, rather than regex(3); from Greg A. Woods; | |||
2004-01-02 | use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES; | Jason McIntyre | |
from deraadt@ | |||
2004-01-02 | typo from Daniel Cavanagh; | Jason McIntyre | |
2004-01-02 | add a section on thread safety, which is a start at documenting which | Jason McIntyre | |
functions are not thread safe; started by a request from Marc Balmer to document that malloc(3) *was* thread safe, and expanded by marc@ to list functions that are not; also add some spacing to make the page more readable, and adjust the -width of a list; ok marc@ | |||
2004-01-02 | after some advice from nick, note that only com0 is currently supported | Jason McIntyre | |
as serial; closes PR 3621 from Johan Fredin; ok nick@ krw@ millert@ deraadt@ | |||
2004-01-02 | sync | Theo de Raadt | |
2004-01-02 | SEE ALSO after FILES; | Jason McIntyre | |
2004-01-02 | umask setting and unlink before bind() the unix socket, chmod and umask | Henning Brauer | |
restore afterwards help & ok theo |