Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller | |
2001-05-13 | Initial support for Broadcom 5820, which is very much like the 5805 except | Jason 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-13 | PAGE_SIZE is a constant now. I should know that, I'm guilty as | Miod Vallat | |
far as this port is concerned. | |||
2001-05-13 | Honor the ddb.console sysctl. | Miod Vallat | |
2001-05-12 | Do not use curproc before it gets initialized. | Miod Vallat | |
From niklas@. | |||
2001-05-12 | A number of buggy BIOS implementations leave the router | Michael 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-12 | readlink does not NULL-terminate; mhe@home.se | Markus Friedl | |
2001-05-12 | always print the icu we've found | Michael Shalayeff | |
2001-05-12 | Less verbose; angelos@ ok | Aaron Campbell | |
2001-05-12 | Move bzero() after test for correct allocation (jj@wabbitt.org) | Angelos D. Keromytis | |
2001-05-12 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-12 | sync | Theo de Raadt | |
2001-05-12 | more cyrix devs | Theo de Raadt | |
2001-05-12 | Better argument checking for kmemstats. | Angelos D. Keromytis | |
2001-05-12 | size_t -> u_int32_t (mcmahill@mtl.mit.edu) | Angelos D. Keromytis | |
2001-05-12 | strlcpy | Theo de Raadt | |
2001-05-12 | add a manual page for sti | Michael Shalayeff | |
2001-05-11 | Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guide | Todd C. Miller | |
2001-05-11 | add more on features present in wsdisplay | Michael Shalayeff | |
2001-05-11 | PowerPC is big endian, not little endian. This fixes isinf() and isnan() | Dale Rahn | |
2001-05-11 | add rcs tags | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | sync | Nathan Binkert | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | New National Semiconductor gigabit phy | Nathan Binkert | |
2001-05-11 | use strlcpy instead of strncpy+a[len-1]='\0' | Michael Shalayeff | |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell | |
2001-05-11 | -1 -> MAP_FAILED. | Artur Grabowski | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | MAP_FAILED, not 0 | Artur Grabowski | |
2001-05-11 | MAP_FAILED, not NULL | Artur Grabowski | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | mmap returns MAP_FAILED on error, not 0. | Artur Grabowski | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | go away | Theo de Raadt | |
2001-05-11 | unify a.out rdsetroot | Theo de Raadt | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | proto | Theo de Raadt | |
2001-05-11 | more cleaning | Theo de Raadt | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | Put the flag options in a list. (ok deraadt@) | Hakan Olsson | |
2001-05-11 | I think this will match and work on a hifn 7951 | Theo de Raadt | |
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl | |
2001-05-11 | sync | Theo de Raadt | |