summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-16Typo in comment.Artur Grabowski
From Alexander Yurchenko <grange@rt.mipt.ru>
2001-09-16Update CellServDB.Artur Grabowski
From Arla 0.35.5 through David Krause <openbsd@davidkrause.com>
2001-09-16Optimize space-eating loop since we've already checked that theTodd C. Miller
first char is a space. Patch from sacrificial-spam-address@horizon.com
2001-09-161) In skin(), only add a space after a comma if there is actually a spaceTodd C. Miller
in the input buffer. This prevents a rare buffer overflow on very long header lines where one or more entries has a comment in it but the entries have no space after the comma *and* the amount of extra space needed to add a space after each comma is greater than the length of the comments that will be removed. This is debian bug #108677 2) In skin(), use a temporary variable in the realloc() and don't die if realloc() fails since its only purpose is to shrink the buffer, not expand it (and thus is not fatal).
2001-09-16partial documentation for the *_DEPENDS recent changes.Marc Espie
2001-09-16calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943Markus Friedl
2001-09-16Add a manual page for genassym.sh, from NetBSD.Miod Vallat
2001-09-16Add a manual page for genassym.cf, from NetBSD, and documenting our changes.Miod Vallat
2001-09-16genassym.cf changes force a lot of case changes here.Miod Vallat
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
and simpler.
2001-09-16Feature-sync with NetBSD (add the "config" keyword).Miod Vallat
Allow multiple occurences of "struct foo". Add syntaxic sugar to make use of "struct" and "member" keywords more useful in genassym.cf files. This will be badly documented in a manpage, to come in a few minutes.
2001-09-16return 0, not NULL, the function returns an intArtur Grabowski
2001-09-16bye byeTheo de Raadt
2001-09-16Shave a few byte; "mount -u" not "mount -o update"; Theo OK'dTodd C. Miller
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn
Now uses mii/mii_bitbang. Driver still has performance issues, It does not transfer as fast data as it should. No worse than before. Need to investigate a dhclient reported error: 'ip length 331 disagrees with bytes recieved 336'. only on if_bm.
2001-09-16Fix this so it understands disklabels.Artur Grabowski
Fix from janjaap@stack.nl. PR 1775
2001-09-16%llu instead of %qu and explicit casts.Artur Grabowski
2001-09-16Make make cross-compilable.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
kernel. From based on NetBSD patches.
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
o handles decode of all 64 32 bit registers (based on type) o easier to read (at least imo). o needs some optimization (clarity was the first goal here)
2001-09-15sync ICMP6_DST_UNREACH_NOROUTE <-> _ADMINPeter Stromberg
2001-09-15return-icmp / icmp-type tests, ok dhartmei@Peter Stromberg
2001-09-15Implement return-icmp(number), return-icmp6(number)Peter Stromberg
Differentiate between return-icmp and return-icmp6, icmp-type and ipv6-icmp-type. ok dhartmei@
2001-09-15ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN, reported by Wouter Coene.Daniel Hartmeier
2001-09-15The inner protocol of IPv4 ICMP error messages was ignored, leading toDaniel Hartmeier
'ICMP error message for bad proto' messages and breaking traceroute etc. Please increase debugging level (pfctl -x m) while testing.
2001-09-15Update regress tests. Some input syntax has changed (inet/inet6) as wellDaniel Hartmeier
as some output format (netmasks, inet/inet6, return-icmp).
2001-09-15Fix 'binat ... to any ...' (binat.af wasn't set).Daniel Hartmeier
2001-09-15Two changes here.Dale Rahn
Verify that regions which were allocated by stealing are not returned to phys_map, perhaps before phys_map is initialized. Not seen to be a problem, but is potentially. Also, the system can deal with not having the devices mapped with BATs. In fact after some testing the systems seem more stable when BATs are not used for devices. Stop using them, at least for now.
2001-09-15If ddb cannot find a symbol, do not print a useless address ofDale Rahn
?+(64k), instead print 0+0x<address>, at least that is useful.
2001-09-15Add a timer to reinable the OHCI RHSC (Root Hub Status Change)Dale Rahn
interrupt after one second. Originally the interrupt was disabled permanently after it fired once. This causes futher hot plug/removals to stop working. However the interrupt will fire several times in succession as a device is inserted/removed. This effectively debounces the interrupt. Apparently only some systems actually plug directly into the root hub: Most PCI cards do not, however newer apple motherboards all do. This was sent around for review some time back and again recently, this time with no feedback.
2001-09-15Some cleanup in loader.c, initialize the symbol pointer with NULL,Dale Rahn
add a missing initialization of the sym pointer. Add some functionality which allows a program to open itself dlopen(NULL), so that it can then look up symbols in the executable itself. Note that the program can only access exported variables, either by exporting all variables with the ld option -E or externally referrenced. Fix bug in dlsym() where it would return failure when looking up symbols. It was testing the offset of the found symbol, not if the symbol was found.
2001-09-15Revert the sleep priority to something more saneMike Frantzen
(the previous priority didn't help performance in tests on a hacked up BPF and it weighed down the load average)
2001-09-15fix a pasto, fix pr 1969Michael Shalayeff
2001-09-15add mtu description, from Phil Pennock <Phil.Pennock@globnix.org>Michael Shalayeff
2001-09-15fix unknown codec id printoutMichael Shalayeff
2001-09-15Don't use m_pkthdr.rcvif in pflog_packet(), it doesn't work for outgoingDaniel Hartmeier
packets and is obviously invalid (and not NULL) for IPv6 packets (hence crashed). Pass ifp down instead. sizeof(ih) instead of sizeof(&ih) for pf_pull_hdr() from pf_test6().
2001-09-15Obvious omissions.Miod Vallat
2001-09-15describe pflogd usage; canacar@eee.metu.edu.tr, ok deraadt@Jakob Schlyter
2001-09-15add EXAMPLES section; canacar@eee.metu.edu.tr, ok deraadt@Jakob Schlyter
2001-09-15prototype cleanupTheo de Raadt
2001-09-15Rewrite of powerpc pmap_page_protect(), the old version had a couple ofDale Rahn
possible bugs in it which could cause the code to spin indefinately attempting to remove all mappings for a page. This is now able to survive a paging death program and additional other testing.
2001-09-15Parse bug, found by wilfried@Daniel Hartmeier
2001-09-15merge with netbsd (no external differences... basically just makes diffs easier)Jason Wright
2001-09-15match ebusIII (from netbsd)Jason Wright
2001-09-15syncJason Wright
2001-09-15SUN GEMJason Wright
2001-09-15IPv6 support from Ryan McBride (mcbride@countersiege.com)Mike Frantzen
2001-09-15reimplement dbdma such that it does memory allocationsMichael Shalayeff
w/ bus_dma(9) and rework drivers accordingly. make drivers use bus_dma as well, except for if_bm (later ;) . additionally, sync wdc_obio w/ netbsd. drahn@ ok, tested by miod@, pval@, brad@, mickey@
2001-09-15pass the dma tag to obio; drahn@ okMichael Shalayeff
2001-09-15implement _bus_dmamap_load_raw; drahn@ okMichael Shalayeff