Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski | |
2002-10-06 | Initialize the result list in uvm_pglistalloc. | Artur Grabowski | |
2002-10-06 | nbuf doesn't belong here. It's declared on all architectures instead. | Artur Grabowski | |
And here it goes into the bss, while it's initialized in MD code. | |||
2002-10-06 | Declare nbuf just like all other architectures. | Artur Grabowski | |
2002-10-06 | Garbage collect __HAVE_SPLASSERT. It wasn't necessary. | Artur Grabowski | |
2002-10-06 | use syslog format for syslog, now that release is past... | Marc Espie | |
2002-10-05 | spelling. | Federico G. Schwindt | |
2002-10-05 | Allow filtering based on IP header's tos field. | Daniel Hartmeier | |
2002-10-05 | fix a embarrassing list-handling bug in cbq. | Kenjiro Cho | |
this bug is triggered only when 3 or more cbq instances are created at a time. | |||
2002-10-05 | match 5822 | Jason Wright | |
2002-10-04 | Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com> | Jason Wright | |
2002-10-04 | formatting, grammar, spaces; from grendel@zeitbombe.org | Michael Shalayeff | |
2002-10-04 | free resources on failures in attach, kill some spaces; from ↵ | Michael Shalayeff | |
grendel@zeitbombe.org | |||
2002-10-04 | do not read the codec regs, it seems to shutter the sound; from ↵ | Michael Shalayeff | |
grendel@zeitbombe.org, reported and tested by rayl@spamcop.net | |||
2002-10-04 | [to the right branch this time] | Jason Ish | |
To detect routing loops use the actual outgoing interface and not the interface that the rule is to apply to (as there may not be one). - noticed by mcbride@countersiege.com - ok dhartmei@, henning@ | |||
2002-10-04 | as i said, only check the class; add a comment on signature checking | Michael Shalayeff | |
2002-10-04 | regen | Michael Shalayeff | |
2002-10-04 | some intel ids; from Riccardo.Sibilia@ascom.ch | Michael Shalayeff | |
2002-10-04 | DWL-520+ | Michael Shalayeff | |
2002-10-04 | regen | Henning Brauer | |
2002-10-04 | Intel 21145 | Henning Brauer | |
2002-10-04 | Prevent packet processing while tweaking address and routing tables. | Henric Jungheim | |
ok art@ | |||
2002-10-04 | Limit the TX key to a valid range; imp@ | Todd C. Miller | |
2002-10-04 | Aasking to load an already loaded map is not a "warn and pray" kinda thing. | Jason Wright | |
2002-10-04 | simplify format setup | Jason Wright | |
2002-10-04 | 3.2-current | Theo de Raadt | |
2002-10-04 | More OpenBSDism's (vs FreeBSDisms). | Jason Wright | |
2002-10-03 | Fix check for I2O based AMI cards (we don't want to match them here); me | Jason Wright | |
also match the signature of the PERC 2/Sc cards; deraadt | |||
2002-10-03 | sync | Jason Wright | |
2002-10-03 | bcm5702/bcm5703 | Jason Wright | |
2002-10-03 | Use our defn of pci command registers, not freebsd's | Jason Wright | |
2002-10-03 | Check for negative values here too. "makes sense" mickey@, ok deraadt@ | Thomas Nordin | |
2002-10-02 | make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ ok | Michael Shalayeff | |
2002-10-02 | Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>. | Thomas Nordin | |
ok deraadt@ and art@ | |||
2002-10-02 | which is int not u_int so check for negative values. ok deraadt@, art@ | Thomas Nordin | |
2002-10-01 | need fpemu for the gecko | Michael Shalayeff | |
2002-10-01 | a few missing generic devices | Michael Shalayeff | |
2002-10-01 | Do not enable the code that makes use of the vertical retrace interrupt | Miod Vallat | |
to update the colormap, as it causes _some_ machines to freeze solid; could not be reproduced here, thanks to Thomas Koellmann (koellmann at gmx dot net) for reporting this problem and testing this change. ok deraadt@ | |||
2002-10-01 | Oppsie. Missing part from this commit: | Artur Grabowski | |
Prevent two localhost crashes with proc filters. - don't send NOTE_SIGNAL to exiting processes. - null dereference on error condition. from Peter Werner <peterw at ifost.org.au> deraadt@ ok | |||
2002-10-01 | Prevent two localhost crashes with proc filters. | Artur Grabowski | |
- don't send NOTE_SIGNAL to exiting processes. - null dereference on error condition. from Peter Werner <peterw at ifost.org.au> deraadt@ ok | |||
2002-10-01 | both of them; gwyllion@ace.ulyssis.org | Theo de Raadt | |
2002-10-01 | -beta can go away now | Theo de Raadt | |
2002-10-01 | If the framebuffer is being run in 32bit mode, register a shutdown_hook | Miod Vallat | |
to bring it in a prom-friendly mode upon halting the system, like the other > 8 bit framebuffers do. | |||
2002-09-30 | sync | Theo de Raadt | |
2002-09-30 | oops | Theo de Raadt | |
2002-09-30 | sync | Theo de Raadt | |
2002-09-30 | pcidevs.h | Theo de Raadt | |
2002-09-30 | O2 Micro not 2 Micro; noted by henning | Theo de Raadt | |
2002-09-30 | Evil, evil, evil typo broke innocent ramdisks. Die! | Miod Vallat | |
2002-09-29 | Plug memory leak; nyar-junk@int0rnet.net | Jason Wright | |