summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-11-06the previous change caused invalid checksums in some cases (rdr),Daniel Hartmeier
2003-11-06regenMichael Shalayeff
2003-11-06i82852gm ids from jmc's dmesgMichael Shalayeff
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-11-05Back wdc reset change, now in more careful variant.Alexander Yurchenko
2003-11-05another ad codecMichael Shalayeff
2003-11-05Cleanups.Ryan Thomas McBride
2003-11-04don't call in_pcbrehash twice; ok itojun@Markus Friedl
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff
2003-11-04add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()Markus Friedl
2003-11-04Add carp_setroute(), add and remove routes when the carp(4) interfaceRyan Thomas McBride
2003-11-04Use MGETHDR() instead of m_gethdr()Ryan Thomas McBride
2003-11-04- Remove bogus function prototypeRyan Thomas McBride
2003-11-04kill a no longer relevant todo itemMichael Shalayeff
2003-11-04Some cleanups from Andrey Matveev <andrushock@korovino.net>:Ryan Thomas McBride
2003-11-03verify exec headers before attempting malloc. reported by Georgi Guninski.Ted Unangst
2003-11-03use arc4random_bytesTed Unangst
2003-11-03add arc4random_bytes. input ok mickey@Ted Unangst
2003-11-03There is no point in checking NIC capabilities before calling pf_test(),Cedric Berger
2003-11-03pf_route() can change output NIC, so we need to check its capabilities.Cedric Berger
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03Cleanups:Ryan Thomas McBride
2003-11-03spellingDavid Krause
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-11-03spacingTheo de Raadt
2003-11-03Some KNF cleanup. There's probably more to do.Ryan Thomas McBride
2003-11-02Typo; #ifdef INET not INET6.Ryan Thomas McBride
2003-11-02pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead ofMiod Vallat
2003-11-02Don't zero the debug level when we enable pf.Ryan Thomas McBride
2003-10-31allocate initial pdes for the kmem proportional to the totalphysmem to allow ...Michael Shalayeff
2003-10-31PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ;)...Michael Shalayeff
2003-10-31ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.deMichael Shalayeff
2003-10-31Back all the changes except the wdc reset part, this will come later.Alexander Yurchenko
2003-10-31allocate at least as much elements as requested in hashinitMarkus Friedl
2003-10-31Remove remenants of pf_tree stuff that I missed.Ryan Thomas McBride
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
2003-10-31Work around a _really_ _nasty_ pciide attachment problem on pegasos,Dale Rahn
2003-10-31Work around a problem where the vga code expects to be able to map isaDale Rahn
2003-10-31cleanup some OF bits, macppc specific bits in ofbus.c and with brokenDale Rahn
2003-10-31Use isa iot for pegasos com console attachment, perhaps this couldDale Rahn
2003-10-31Add pegasos.Dale Rahn
2003-10-31'powerpc' common isa definitions.Dale Rahn
2003-10-31OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc.Dale Rahn
2003-10-31syncTheo de Raadt