Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-11 | add upa and creator at upa | Jason Wright | |
(neither of which work correctly, but hey, it's a starting point) | |||
2002-06-11 | UPA driver for the Blade1000 | Jason Wright | |
2002-06-11 | UPA attachment for creator | Jason Wright | |
2002-06-11 | Nuke unused function. | Hugh Graham | |
2002-06-11 | bootstraps okay with texinfo 4.0, so install docs directly. | Marc Espie | |
2002-06-11 | sync | Theo de Raadt | |
2002-06-11 | Allow MD code to define __HAVE_VM_PAGE_MD to add own members into struct ↵ | Artur Grabowski | |
vm_page. From NetBSD. | |||
2002-06-11 | Oops, no need for 1k lpgsz support on the ramdisk. | Hugh Graham | |
2002-06-11 | New boot code, mostly from ragge's work in NetBSD. | Hugh Graham | |
Some header syncing and a couple network drivers came along for the ride. Assembly files have been renamed from .s to .S to facilitate diffs. Kernel is backwards compat - with manual interaction. OpenBSD features have been preserved. | |||
2002-06-11 | Saves 4 bytes of filespace | Marcus Watts | |
2002-06-11 | Check that "the rule" is in db_hangman.c, and that it is not violated. | Niklas Hallqvist | |
Prodded by Theo. | |||
2002-06-11 | Document kern.userasymcrypto | Angelos D. Keromytis | |
2002-06-11 | kill __FUNCTION__ | Marc Espie | |
2002-06-11 | nuke an unused parameter in pfctl_timeout. ok frantzen@ | Kjell Wooding | |
2002-06-11 | Protect mi_switch with splstatclock. | Artur Grabowski | |
2002-06-11 | use "ntop" only after initialized | Jun-ichiro itojun Hagino | |
2002-06-11 | Recognize more v9 branches when stepping | Marcus Watts | |
2002-06-11 | Add manpage for umidi(4) | Nathan Binkert | |
2002-06-11 | Add manpage for umct(4) | Nathan Binkert | |
2002-06-11 | can't call arc4random() before timeouts are enabled, use random() if cold. | Jason Wright | |
2002-06-11 | add umidi, but commented out since I don't have anything to test | Nathan Binkert | |
2002-06-11 | add usb midi support. | Nathan Binkert | |
untested From NetBSD | |||
2002-06-11 | silence some of log(), as the codepath will be visited for IPv6-non-capable | Jun-ichiro itojun Hagino | |
interfaces too and can be annoying. net.inet6.icmp6.nd6_debug will re-enable them. | |||
2002-06-11 | whitespace | Jun-ichiro itojun Hagino | |
2002-06-11 | add umct, but commented out since it hasn't been shown to work. | Nathan Binkert | |
2002-06-11 | split creator driver into bus specific and common code. | Federico G. Schwindt | |
requested and ok by jason@ | |||
2002-06-11 | Add -N, -R | Kjell Wooding | |
2002-06-11 | Remove upa_softc from here (it will return, but it's in the way for now) | Jason Wright | |
2002-06-11 | Add the umct serial driver for netbsd. | Nathan Binkert | |
This currently does not work properly with the device that I have, so I will not add it to GENERIC | |||
2002-06-11 | random cleanup that's cheaper to commit than to remove from my tree. | Artur Grabowski | |
2002-06-11 | Remove a stupid assert that grows the kernel by 40kB. | Artur Grabowski | |
2002-06-11 | ANSIfy | Artur Grabowski | |
2002-06-11 | Fail if no symbol table is found, don't crash. | Artur Grabowski | |
2002-06-11 | kill err(3) newlines; ok miod@, deraadt@ | Jason Peel | |
2002-06-11 | Add -N and -R options. When used in conjunction with | Kjell Wooding | |
pfctl -f <rulefile> they allow just the nat or filter rules to be reloaded, respectively. The default (no flags) is to load everything. If -N is specified, any existing filter rules are retained, similarly for -R. ok deraadt@, dhartmei@ | |||
2002-06-11 | Remove unnecessary spllowersoftclock(). ok art@ | Thomas Nordin | |
2002-06-11 | abs() is defined by ANSI C -- don't use a macro for it. ok niklas@ | Thomas Nordin | |
2002-06-11 | Remove \n from warn(3). ok deraadt@ | Thomas Nordin | |
2002-06-11 | splvm, not splimp. | Artur Grabowski | |
2002-06-11 | Remove \n from warnx(3). ok deraadt@ | Thomas Nordin | |
2002-06-11 | splvm, not splimp | Artur Grabowski | |
2002-06-11 | splvm, not splimp | Artur Grabowski | |
2002-06-11 | pid_t cleanup. Markus need this now to keep hacking. | Mike Pechkin | |
markus@, millert@ ok Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for make/. | |||
2002-06-11 | sync with reality | Henning Brauer | |
ok dhartmei@ | |||
2002-06-11 | regen | Matthieu Herrb | |
2002-06-11 | Add a bunch of VGA cards, from XFree86-current. ok deraadt@ | Matthieu Herrb | |
2002-06-11 | change a few buffers to 2*MAXPATHLEN; pob deraadt@ | Niels Provos | |
2002-06-11 | use snprintf. | Jun-ichiro itojun Hagino | |
2002-06-11 | no more err(3) newlines in games; ok pjanzen@ | Jason Peel | |
2002-06-11 | kill err(3) newlines; ok provos@ | Jason Peel | |