summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-18Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.Otto Moerbeek
ok millert@ deraadt@
2004-09-18label a switch fallthroughTheo de Raadt
2004-09-18avoid aliasing over library symbolTheo de Raadt
2004-09-18cast not neededTheo de Raadt
2004-09-18MLINK to macros provided in wait.2Theo de Raadt
2004-09-18Oops, copy a pointer to ac_if, not the first bytes of the struct itself.Ryan Thomas McBride
Actually this doesn't matter right now, as the first bytes of struct ifnet are a pointer to the softc, which has ac_if at the beginning and thus by fluke the pointer is correct. This also makes the sc to ifp conversion for carp_macmatch6().
2004-09-18framework to be able to distinguish packages installed manually (and thusMarc Espie
wanted by the user) from packages installed automatically to satisfy a dependency.
2004-09-18full support for @shell: insert shells into /etc/shells if they'reMarc Espie
not already there, and remove them on deinstall.
2004-09-18document new @shell and @conflict.Marc Espie
2004-09-18slightly 64 bit improvedPer Fogelstrom
2004-09-18new-style conflicts that respect pkgspec.Marc Espie
2004-09-18do not bother overallocating and shrinking the pfd and idx2peer arrays,Henning Brauer
doesn't by us anything. discussed with ryan during dinner at original joe's
2004-09-18fix pr 3914, spamd doesn't log only incoming with -I,Bob Beck
and change to look only at S/SA so people logging all crud don't get slaughtered by entries. again from mike@tric.tomsk.gov.ru ok henning@
2004-09-18This should be info, from mike@tric.ruBob Beck
ok henning@
2004-09-18use ret0 instead of r28 to match how it's done later in the codeMichael Shalayeff
2004-09-18add puc; ok miodPeter Valchev
2004-09-18do not match on elroy and mercury bridgesMichael Shalayeff
2004-09-18Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer toRyan Thomas McBride
carp_softc.
2004-09-18map rodata rdonly in case it gets pushed out of the text batcMichael Shalayeff
2004-09-18fix typo in puc(4) line comment (universial->universal)Peter Valchev
2004-09-18ARGSUSED on signal handlersTheo de Raadt
2004-09-18oopsMichael Shalayeff
2004-09-18Update to sendmail-8.13.1Todd C. Miller
2004-09-18- Record handles for memory and IO spaceBrad Smith
- If the CIS pointer is all-0s, don't try to read the CIS. From NetBSD
2004-09-18add Linksys PCM200Brad Smith
From: Chuck Gagnon <gagnocg at mac dot com>
2004-09-17regenBrad Smith
2004-09-17add Linksys vendor ID and Linksys PCM200 IDBrad Smith
From: Chuck Gagnon <gagnocg at mac dot com>
2004-09-17Set up alternate keyboard encoding earlier in rc.Ryan Thomas McBride
ok miod@ henning@ deraadt@
2004-09-17Clean up reference counting wrt state creation and destruction. FixesRyan Thomas McBride
problems with adaptive timeouts, max-states limits, and rules not being freed from memory. Diff from Chris Pascoe. ok henning@ dhartmei@
2004-09-17In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too.Miod Vallat
2004-09-17dothrow() calls bhit() w/ both null hit functions thus have to check before ↵Michael Shalayeff
calling those; from Juha Erkkila <erkkila@cc.jyu.fi>; pr3923
2004-09-17correct comment: spamd flags in spamd(8), not spamd-setup(8);Jason McIntyre
from frank bax on misc@; ok deraadt@
2004-09-17tweaks; ok mickey@Jason McIntyre
2004-09-17move MINCLSIZE back to preferring clusters; there is some fallout becauseTheo de Raadt
the other parts of this were not done. This is a conservative decision for this release.
2004-09-17Now that we can check for pmap_extract() failure properly, do so.Miod Vallat
2004-09-17Long-due mips pmap potpourri:Miod Vallat
- un-__P()ee. - remove splimp() protection. - allow pmap_extract() to return FALSE, dammit! XXX some code under arch/mips64 considers pa == 0 as failure, instead of checking the return value of pmap_extract(). Free commits. - do not peek at uvm vm_page flags for ref/mod accounting, but use real MD flags in pv lists, and implement pmap_is_* and pmap_clear_*, so uvm (which knows better) does the right thing. - debug code #ifdef PMAPDEBUG, not #ifdef DIAGNOSTIC. - merge pmap_init() and pmap_pinit(), pmap_destroy() and pmap_release(), and update comments. - better pmap_enter() logic, from NetBSD. - do not use IS_VM_PHYSADDR() to know if we can use PHYS_TO_VM_PAGE() unchecked. Instead, compute PHYS_TO_VM_PAGE(), and check it against NULL. Saves a vm_physseg_find() call each time. - pass vm_page_t to internal function whenever possible, rather than paddr_t, so that PHYS_TO_VM_PAGE() needs not be computed again. - in the same way, do not compute PHYS_TO_KSEG0(foo) several times in a row (though PHYS_TO_KSEG0 is trivial). - allow userspace address to cross 0x80000000 (may be useful in the future). - implement PMAP_CANFAIL. As a bonus: - switch from HAVE_PMAP_PHYSSEG to HAVE_VM_PAGE_MD. - remove dead (pre-pmap_pv_pool) code. - KNF fixes.
2004-09-17Crank MSIZE and NMBCLUSTERS, per other 64bit arches.Miod Vallat
2004-09-17avoid signal race.Hans-Joerg Hoexer
ok ho@ otto@
2004-09-17Missing #ifdefs.Hakan Olsson
2004-09-17#include <stdlib.h> for srandom().Hakan Olsson
2004-09-17Permit next payload type NAT-OA. Noted by Kamel Messaoudi.Hakan Olsson
2004-09-17Properly setup register ra in sendsig() in 64bit world.Miod Vallat
2004-09-17Kill an assembler warning.Miod Vallat
2004-09-17Fix log messageClaudio Jeker
2004-09-17Remove option EON from kernel and options(4)Mathieu Sauve-Frankel
ok henning@
2004-09-17Some cleanup:Alexander Yurchenko
- don't mix unsigned and u_int across the code - un'static some funcs ok art@
2004-09-17warn for dirrm.Marc Espie
2004-09-17ugly spacingTheo de Raadt
2004-09-16malloc ibuf instead of having it staticallyHenning Brauer
2004-09-16Clean up CARP_LOG macro and include the physical interfaceRyan Thomas McBride
that bogus packets arrive on.