Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-09 | The spl() functions block interrupts of equal or lesser priority, not of | Aaron Campbell | |
higher priority. This man page could use some more improvement, but this paragraph was too misleading to be ignored. | |||
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell | |
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions. | |||
2000-11-08 | another MLINK | Theo de Raadt | |
2000-11-08 | Zap dead files. | Artur Grabowski | |
2000-11-08 | Fix a buf oflow, only exposed because a user happened to have a host with a | Aaron Campbell | |
resolvable name > 63 characters and specified a port number on the command line; spotted by steve@tightrope.demon.co.uk, who provided a useful traceback. | |||
2000-11-08 | no need to extern booted_device everywhere. | Artur Grabowski | |
2000-11-08 | extern struct device *booted_device | Artur Grabowski | |
2000-11-08 | tag the rest of alpha tree | Eric Jackson | |
2000-11-08 | Cleanup. | Artur Grabowski | |
Zap COMPAT_09. Don't duplicate creds unless necessary. | |||
2000-11-08 | add tags | Eric Jackson | |
2000-11-08 | Fix up mdoc section header descriptions to more accurately reflect how | Aaron Campbell | |
man pages should be laid out in OpenBSD. | |||
2000-11-08 | oops, oops w/ no configured units | Michael Shalayeff | |
2000-11-08 | put infnan in there, even though it is depricated | Theo de Raadt | |
2000-11-08 | UVM | Artur Grabowski | |
2000-11-08 | using .Tn is ugly | Theo de Raadt | |
2000-11-08 | Escape the quotation marks in the first example so they show; deraadt@ | Aaron Campbell | |
2000-11-08 | UVM default on alpha | Artur Grabowski | |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-11-08 | and ultra160 adaptecs too | Theo de Raadt | |
2000-11-08 | add tags | Eric Jackson | |
2000-11-08 | This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the | Todd T. Fries | |
cases where we did not previously handle them. Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this. | |||
2000-11-08 | adjust for changes to kcore, and dynamically compute page shift. | Eric Jackson | |
from NetBSD. art@ OK | |||
2000-11-08 | sync | Aaron Campbell | |
2000-11-08 | New products, so at least usb_quirks will compile; from NetBSD. | Aaron Campbell | |
2000-11-08 | Sync with NetBSD. Too many changes to mention. For now I have skipped | Aaron Campbell | |
umass.c and ukbd.c as the diffs are a bit hairier. | |||
2000-11-08 | sync | Theo de Raadt | |
2000-11-08 | shorten | Theo de Raadt | |
2000-11-08 | betterer pmap_kenter_pa() mostly from Havard Eidnes <he@runit.sintef.no> | Michael Shalayeff | |
2000-11-08 | use net/netisr_dispatch.h | Michael Shalayeff | |
2000-11-08 | Add back the isp driver. It only works on some machines right now, | Artur Grabowski | |
but will work on all soon. | |||
2000-11-08 | Add support for Miata. | Artur Grabowski | |
Not checked if the ramdisk will fit on a floppy. | |||
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski | |
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware support, possiblity for ELF, etc, etc. Too much to mention. This is still work in progress. video consoles might be broken, otherwise we have basically the same functionality as before plus more. | |||
2000-11-08 | Remove kernel configs that will stop working soon. | Artur Grabowski | |
2000-11-08 | Add comcnattach that does the basic steps needed to attach | Artur Grabowski | |
a com as a serial console. (idea from NetBSD). If cn_tab->cn_dev == NODEV, try to find comopen in cdevsw and set cn_dev to the right device. | |||
2000-11-08 | Include stand.h from lib/libsa/stand.h | Artur Grabowski | |
2000-11-08 | Don't include sys/systm.h if we include stand.h. | Artur Grabowski | |
2000-11-08 | allocate le_iomem in le_ioasic_attach instead of MD code, | Artur Grabowski | |
only for UVM. | |||
2000-11-08 | Code that I will forget to change when I convert pmax to UVM. | Artur Grabowski | |
Better to commit it now. | |||
2000-11-08 | Include vm_page.h and reorder some. | Artur Grabowski | |
2000-11-08 | Initialize the timeout in attach, not wi_init. | Artur Grabowski | |
The difference is that we do not risk reinitializing a pending timeout. | |||
2000-11-08 | Defines for min_gnt and max_lat fields in the bhlc reg. | Artur Grabowski | |
Not used yet. | |||
2000-11-08 | Use netisr_dispatch. | Artur Grabowski | |
2000-11-08 | Opps. | Artur Grabowski | |
protect from multiple inclusion. Needed for the netisr_dispatch changes. | |||
2000-11-08 | Don't busy-wait for random data. | Artur Grabowski | |
Remove unnecessary splhigh. | |||
2000-11-08 | Enable UVM for amiga. | Artur Grabowski | |
2000-11-08 | Enable UVM by default. | Artur Grabowski | |
2000-11-08 | Some fixes to vmapbuf and vunmapbuf. | Artur Grabowski | |
Mostly from NetBSD. | |||
2000-11-08 | Fixes to submap allocation. | Artur Grabowski | |
2000-11-08 | Use netisr_dispatch.h | Artur Grabowski | |
2000-11-08 | OpenBSD tag | Artur Grabowski | |