summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2003-10-31correct namesTheo de Raadt
2003-10-31sync.Dale Rahn
2003-10-31Add MENTOR vendor and two devices.Dale Rahn
2003-10-31Fix ppc segment register restores, this fixes the 1GB ram limit andDale Rahn
2003-10-31tab/whitespace cleanup.Dale Rahn
2003-10-31Enable wi@usb, otherwise this will never get tested... deraadt@Dale Rahn
2003-10-31warn commons instead of generating a map file (was there for debugging)Michael Shalayeff
2003-10-30correct mac address fetching; pr 3532, jerry@dunmire.orgTheo de Raadt
2003-10-30preceeded -> preceded;Jason McIntyre
2003-10-30typos and grammer from Bruno Rohee <bruno@rohee.com>Michael Shalayeff
2003-10-30Add us.dvorak. ok maja@Thomas Nordin