summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-13Initial support for Broadcom 5820, which is very much like the 5805 exceptJason Wright
that the packet context structure for ipsec has changed (added two fields and, annoyingly, rearranged several of them). The MCR2 operations (only RNG is used at this point) are supported, too.
2001-05-13PAGE_SIZE is a constant now. I should know that, I'm guilty asMiod Vallat
far as this port is concerned.
2001-05-13Honor the ddb.console sysctl.Miod Vallat
2001-05-12Do not use curproc before it gets initialized.Miod Vallat
From niklas@.
2001-05-12A number of buggy BIOS implementations leave the routerMichael Shalayeff
entry as 000:00:0, which is typically not the correct device/function. If the router device address is set to this value, and the compatible router entry is undefined (zero is the correct value to indicate undefined), then we work on the basis it is most likely an error, and search the entire device-space of bus 0 (but obviously starting with 000:00:0, in case that really is the right one). from Dave Sainty <dave@dtsp.co.nz>
2001-05-12readlink does not NULL-terminate; mhe@home.seMarkus Friedl
2001-05-12always print the icu we've foundMichael Shalayeff
2001-05-12Less verbose; angelos@ okAaron Campbell
2001-05-12Move bzero() after test for correct allocation (jj@wabbitt.org)Angelos D. Keromytis
2001-05-12MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-12syncTheo de Raadt
2001-05-12more cyrix devsTheo de Raadt
2001-05-12Better argument checking for kmemstats.Angelos D. Keromytis
2001-05-12size_t -> u_int32_t (mcmahill@mtl.mit.edu)Angelos D. Keromytis
2001-05-12strlcpyTheo de Raadt
2001-05-12add a manual page for stiMichael Shalayeff
2001-05-11Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guideTodd C. Miller
2001-05-11add more on features present in wsdisplayMichael Shalayeff
2001-05-11PowerPC is big endian, not little endian. This fixes isinf() and isnan()Dale Rahn
2001-05-11add rcs tagsMichael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11syncNathan Binkert
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11New National Semiconductor gigabit phyNathan Binkert
2001-05-11use strlcpy instead of strncpy+a[len-1]='\0'Michael Shalayeff
2001-05-11Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ okAaron Campbell
2001-05-11-1 -> MAP_FAILED.Artur Grabowski
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11MAP_FAILED, not 0Artur Grabowski
2001-05-11MAP_FAILED, not NULLArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11mmap returns MAP_FAILED on error, not 0.Artur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11go awayTheo de Raadt
2001-05-11unify a.out rdsetrootTheo de Raadt
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11protoTheo de Raadt
2001-05-11more cleaningTheo de Raadt
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11Put the flag options in a list. (ok deraadt@)Hakan Olsson
2001-05-11I think this will match and work on a hifn 7951Theo de Raadt
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-11syncTheo de Raadt