Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl | |
2001-05-11 | sync | Theo de Raadt | |
2001-05-11 | some more | Theo de Raadt | |
2001-05-11 | Add back MAP_COPY. Just describe why it shouldn't be used. | Artur Grabowski | |
2001-05-11 | Missing "len" word in manpage. | Janne Johansson | |
2001-05-11 | cleanup | Theo de Raadt | |
2001-05-11 | Fix typo in a comment. | Hans Insulander | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | Fix version stuff on alpha. | Hans Insulander | |
Tested on alpha and i386, but should work on others... | |||
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-05-11 | MAP_FAILED, not -1 | Artur Grabowski | |
2001-05-11 | Explicit mapping type to mmap. (not used yet) | Artur Grabowski | |
2001-05-11 | Remove MAP_COPY. It shouldn't be used anymore. | Artur Grabowski | |
2001-05-11 | mmap returns MAP_FAILED when it fails, not -1 | Artur Grabowski | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | MAP_COPY -> MAP_SHARED (it's ok in this case (/dev/ksyms)) | Artur Grabowski | |
2001-05-11 | MAP_SHARED is better. Maybe we're trying to map /dev/ksyms. | Artur Grabowski | |
And we'll never write to those mappings anyway. | |||
2001-05-11 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski | |
2001-05-11 | Bye bye. | Artur Grabowski | |
2001-05-11 | Use genassym.cf | Artur Grabowski | |
2001-05-11 | Add a genassym.cf that uses the standard scripts. | Artur Grabowski | |
We loose the dependencies and all strange bugs that appear because genassym.c is a user program with _KERNEL defined. | |||
2001-05-11 | more rd merge (headcolds suck) | Theo de Raadt | |
2001-05-11 | Don't ask C for more syntactic sugar than it can provide. | Miod Vallat | |
2001-05-11 | Revert previous untested change, until a fix is ready. | Miod Vallat | |
2001-05-11 | unify rd(4) even more | Theo de Raadt | |
2001-05-11 | oh, i forgot to put this in ;-) | Theo de Raadt | |
2001-05-11 | Use sysctl(3) to retrieve nchstats, forkstat, nselcoll, and kmemstats | Angelos D. Keromytis | |
if the "default" files (running system) were specified for the ksyms and memory dump. Eventually, it won't be necessary for vmstat to be privileged. | |||
2001-05-11 | Print the new sysctls (nchstats, kmemstats, nselcoll, forkstat) | Angelos D. Keromytis | |
2001-05-11 | unify | Theo de Raadt | |
2001-05-11 | Fix stray comma. | Angelos D. Keromytis | |
2001-05-11 | Update with new sysctl's | Angelos D. Keromytis | |
2001-05-11 | kmemstats, nselcoll, forkstat, and nchstats structures through | Angelos D. Keromytis | |
sysctl. deraadt@ ok | |||
2001-05-11 | sysctl entries for kmemstats, nselcoll, nchstats, and forkstat. | Angelos D. Keromytis | |
2001-05-11 | sync | Theo de Raadt | |
2001-05-11 | check for 'fastroute' condition (like ip_input) in bridge_filter() and | Jason Wright | |
deal with it. | |||
2001-05-11 | no dcl | Todd C. Miller | |
2001-05-11 | o We don't have a dcl device | Todd C. Miller | |
o Both dcm and dca support 38400 baud | |||
2001-05-11 | First shot at an apci(4) man page, derived from dca.4 and the comments in | Todd C. Miller | |
apci.c. | |||
2001-05-11 | o Minor updates from 4.4BSD | Todd C. Miller | |
o Renamed rd.4 -> hd.4 since OpenBSD calls this device hd, not rd o Fixed up device sections to matchg config.new o Added /dev/cua* to FILES sections where sensible o We don't have an RMP option since rbootd uses bpf o A few other minor wording fixes | |||
2001-05-10 | Simplify probe routine. | Aaron Campbell | |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat | |
2001-05-10 | Don't play with MCR_IEN, it breaks serial console input on the 425e. | Todd C. Miller | |
If it turns out that this causes problems on other 4xx models this can be added back for the non-425e models. | |||
2001-05-10 | Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.org | Todd C. Miller | |
2001-05-10 | Add missing #include <sys/resourcevar.h> so these can compile. | Todd C. Miller | |
2001-05-10 | In apciparam() in the ospeed == 0 case, actually set the cfcr to the new | Todd C. Miller | |
value; bad@netbsd.org | |||
2001-05-10 | Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on every | Todd C. Miller | |
other 4xx model, and the "not configured" could be pretty annoying. This means we can nuke apcicheckdca() and just key off being a 425e. Also, ia->ia_addr is a physical address, not a kernel virtual address; thorpej@netbsd.org | |||
2001-05-10 | dmamem_unmap the memory before dmamem_freeig it. | Michael Shalayeff | |
only affects unaligned transfers (such as disklabel, fsck and dump). we used to get away w/ this due to older pmap, uvm or both. be more precise w/ double-buffer on command failure as well. once at it, allow more than 1 segment for double-buffer to be allocated. also fix a couple of endianesses and command timeouts. | |||
2001-05-10 | Typo; physial -> physical. | Aaron Campbell | |
2001-05-10 | fix typo introduced in non-UVM case yesterday | Todd C. Miller | |