summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2003-11-04Add carp_setroute(), add and remove routes when the carp(4) interfaceRyan Thomas McBride
enters and leaves MASTER state. Allows the system to connect to the common address when it is master. ok cedric@ henning@
2003-11-04Use MGETHDR() instead of m_gethdr()Ryan Thomas McBride
Patch from Marco Pfatschbacher (Marco_Pfatschbacher at genua dot de)
2003-11-04- Remove bogus function prototypeRyan Thomas McBride
- Put the correct address family in the BPF header Pointed out by Max Laier.
2003-11-04kill a no longer relevant todo itemMichael Shalayeff
2003-11-04Some cleanups from Andrey Matveev <andrushock@korovino.net>:Ryan Thomas McBride
- remove duplicate string; - carp_set_addr() -> carp_set_addr6() when INET6; - spacing police. Oh yeah, and we can take inet6 support off the todo list.
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
since pf_test() can drop the packet or route it through another NIC. ok dhartmei@ mcbride@ comment requested by markus@
2003-11-03pf_route() can change output NIC, so we need to check its capabilities.Cedric Berger
good candidate for 3.X errata. ok dhartmei@ henning@ mcbride@
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
- missing #ifdef INET6. - fix check for interface going down in carp_send_ad(). - fix memory leak which occurs when when ifpromisc() fails. All from Max Laier, thanks.
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
From Max Laier.
2003-11-02pmap_remove_mapping() uses an unnecessary PHYS_TO_VM_PAGE call. Instead ofMiod Vallat
simply removing it, slightly reorganize the code to remove a pg_to_pvh() call as well.
2003-11-02Don't zero the debug level when we enable pf.Ryan Thomas McBride
ok henning@ dhartmei@
2003-10-31allocate initial pdes for the kmem proportional to the totalphysmem to allow ↵Michael Shalayeff
large memory sizes and also more verbose diagnostic message in pmap_destroy()
2003-10-31PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ↵Michael Shalayeff
;); from hellmuth.michaelis@t-online.de and also some spaces from me
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
Tested on matthieu's U5.
2003-10-31allocate at least as much elements as requested in hashinitMarkus Friedl
fixes pr 3537, based on patch from daniel@nofsk.nofsk.au.eu.org ok millert@, deraadt@, tedu@
2003-10-31Remove remenants of pf_tree stuff that I missed.Ryan Thomas McBride
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
ok deraadt@
2003-10-31Work around a _really_ _nasty_ pciide attachment problem on pegasos,Dale Rahn
it maps the IO in PCI space, but assumes tradition interrupt mappings. Better solution welcome.
2003-10-31Work around a problem where the vga code expects to be able to map isaDale Rahn
io/memory space using PCI io/mem descriptors.
2003-10-31cleanup some OF bits, macppc specific bits in ofbus.c and with brokenDale Rahn
firmware OF_exit() can return.
2003-10-31Use isa iot for pegasos com console attachment, perhaps this couldDale Rahn
be adopted MI?
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
cleans up pieces in the pmap code. tested otto, brad, miod, pval.
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