summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-06Initialize the result list in uvm_pglistalloc.Artur Grabowski
2002-10-06nbuf 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-06Declare nbuf just like all other architectures.Artur Grabowski
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-10-06use syslog format for syslog, now that release is past...Marc Espie
2002-10-05spelling.Federico G. Schwindt
2002-10-05Allow filtering based on IP header's tos field.Daniel Hartmeier
2002-10-05fix 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-05match 5822Jason Wright
2002-10-04Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com>Jason Wright
2002-10-04formatting, grammar, spaces; from grendel@zeitbombe.orgMichael Shalayeff
2002-10-04free resources on failures in attach, kill some spaces; from ↵Michael Shalayeff
grendel@zeitbombe.org
2002-10-04do 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-04as i said, only check the class; add a comment on signature checkingMichael Shalayeff
2002-10-04regenMichael Shalayeff
2002-10-04some intel ids; from Riccardo.Sibilia@ascom.chMichael Shalayeff
2002-10-04DWL-520+Michael Shalayeff
2002-10-04regenHenning Brauer
2002-10-04Intel 21145Henning Brauer
2002-10-04Prevent packet processing while tweaking address and routing tables.Henric Jungheim
ok art@
2002-10-04Limit the TX key to a valid range; imp@Todd C. Miller
2002-10-04Aasking to load an already loaded map is not a "warn and pray" kinda thing.Jason Wright
2002-10-04simplify format setupJason Wright
2002-10-043.2-currentTheo de Raadt
2002-10-04More OpenBSDism's (vs FreeBSDisms).Jason Wright
2002-10-03Fix check for I2O based AMI cards (we don't want to match them here); meJason Wright
also match the signature of the PERC 2/Sc cards; deraadt
2002-10-03syncJason Wright
2002-10-03bcm5702/bcm5703Jason Wright
2002-10-03Use our defn of pci command registers, not freebsd'sJason Wright
2002-10-03Check for negative values here too. "makes sense" mickey@, ok deraadt@Thomas Nordin
2002-10-02make it compile w/ DEBUG by syncing w/ exec.h; deraadt@ okMichael Shalayeff
2002-10-02Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>.Thomas Nordin
ok deraadt@ and art@
2002-10-02which is int not u_int so check for negative values. ok deraadt@, art@Thomas Nordin
2002-10-01need fpemu for the geckoMichael Shalayeff
2002-10-01a few missing generic devicesMichael Shalayeff
2002-10-01Do not enable the code that makes use of the vertical retrace interruptMiod 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-01Oppsie. 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-01Prevent 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-01both of them; gwyllion@ace.ulyssis.orgTheo de Raadt
2002-10-01-beta can go away nowTheo de Raadt
2002-10-01If the framebuffer is being run in 32bit mode, register a shutdown_hookMiod Vallat
to bring it in a prom-friendly mode upon halting the system, like the other > 8 bit framebuffers do.
2002-09-30syncTheo de Raadt
2002-09-30oopsTheo de Raadt
2002-09-30syncTheo de Raadt
2002-09-30pcidevs.hTheo de Raadt
2002-09-30O2 Micro not 2 Micro; noted by henningTheo de Raadt
2002-09-30Evil, evil, evil typo broke innocent ramdisks. Die!Miod Vallat
2002-09-29Plug memory leak; nyar-junk@int0rnet.netJason Wright