Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2004-09-18 | label a switch fallthrough | Theo de Raadt | |
2004-09-18 | avoid aliasing over library symbol | Theo de Raadt | |
2004-09-18 | cast not needed | Theo de Raadt | |
2004-09-18 | MLINK to macros provided in wait.2 | Theo de Raadt | |
2004-09-18 | Oops, 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-18 | framework to be able to distinguish packages installed manually (and thus | Marc Espie | |
wanted by the user) from packages installed automatically to satisfy a dependency. | |||
2004-09-18 | full support for @shell: insert shells into /etc/shells if they're | Marc Espie | |
not already there, and remove them on deinstall. | |||
2004-09-18 | document new @shell and @conflict. | Marc Espie | |
2004-09-18 | slightly 64 bit improved | Per Fogelstrom | |
2004-09-18 | new-style conflicts that respect pkgspec. | Marc Espie | |
2004-09-18 | do 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-18 | fix 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-18 | This should be info, from mike@tric.ru | Bob Beck | |
ok henning@ | |||
2004-09-18 | use ret0 instead of r28 to match how it's done later in the code | Michael Shalayeff | |
2004-09-18 | add puc; ok miod | Peter Valchev | |
2004-09-18 | do not match on elroy and mercury bridges | Michael Shalayeff | |
2004-09-18 | Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer to | Ryan Thomas McBride | |
carp_softc. | |||
2004-09-18 | map rodata rdonly in case it gets pushed out of the text batc | Michael Shalayeff | |
2004-09-18 | fix typo in puc(4) line comment (universial->universal) | Peter Valchev | |
2004-09-18 | ARGSUSED on signal handlers | Theo de Raadt | |
2004-09-18 | oops | Michael Shalayeff | |
2004-09-18 | Update to sendmail-8.13.1 | Todd C. Miller | |
2004-09-18 | - Record handles for memory and IO space | Brad Smith | |
- If the CIS pointer is all-0s, don't try to read the CIS. From NetBSD | |||
2004-09-18 | add Linksys PCM200 | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-09-17 | regen | Brad Smith | |
2004-09-17 | add Linksys vendor ID and Linksys PCM200 ID | Brad Smith | |
From: Chuck Gagnon <gagnocg at mac dot com> | |||
2004-09-17 | Set up alternate keyboard encoding earlier in rc. | Ryan Thomas McBride | |
ok miod@ henning@ deraadt@ | |||
2004-09-17 | Clean up reference counting wrt state creation and destruction. Fixes | Ryan 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-17 | In vmapbuf(), pass VM_PROT_READ | VM_PROT_WRITE as flags hints too. | Miod Vallat | |
2004-09-17 | dothrow() 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-17 | correct comment: spamd flags in spamd(8), not spamd-setup(8); | Jason McIntyre | |
from frank bax on misc@; ok deraadt@ | |||
2004-09-17 | tweaks; ok mickey@ | Jason McIntyre | |
2004-09-17 | move MINCLSIZE back to preferring clusters; there is some fallout because | Theo de Raadt | |
the other parts of this were not done. This is a conservative decision for this release. | |||
2004-09-17 | Now that we can check for pmap_extract() failure properly, do so. | Miod Vallat | |
2004-09-17 | Long-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-17 | Crank MSIZE and NMBCLUSTERS, per other 64bit arches. | Miod Vallat | |
2004-09-17 | avoid signal race. | Hans-Joerg Hoexer | |
ok ho@ otto@ | |||
2004-09-17 | Missing #ifdefs. | Hakan Olsson | |
2004-09-17 | #include <stdlib.h> for srandom(). | Hakan Olsson | |
2004-09-17 | Permit next payload type NAT-OA. Noted by Kamel Messaoudi. | Hakan Olsson | |
2004-09-17 | Properly setup register ra in sendsig() in 64bit world. | Miod Vallat | |
2004-09-17 | Kill an assembler warning. | Miod Vallat | |
2004-09-17 | Fix log message | Claudio Jeker | |
2004-09-17 | Remove option EON from kernel and options(4) | Mathieu Sauve-Frankel | |
ok henning@ | |||
2004-09-17 | Some cleanup: | Alexander Yurchenko | |
- don't mix unsigned and u_int across the code - un'static some funcs ok art@ | |||
2004-09-17 | warn for dirrm. | Marc Espie | |
2004-09-17 | ugly spacing | Theo de Raadt | |
2004-09-16 | malloc ibuf instead of having it statically | Henning Brauer | |
2004-09-16 | Clean up CARP_LOG macro and include the physical interface | Ryan Thomas McBride | |
that bogus packets arrive on. |