Age | Commit message (Expand) | Author |
2004-09-10 | mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@ | Pedro Martelletto |
2004-09-10 | setjmp now passes all regress tests. | Per Fogelstrom |
2004-09-10 | mention parent (..) anchors, | Jared Yanovich |
2004-09-10 | add mips64 to the list. ok derradt. | Per Fogelstrom |
2004-09-10 | Need to sync NLEAF() occurences too. | Miod Vallat |
2004-09-10 | typo in SAVE_CPU expansion. | Miod Vallat |
2004-09-10 | Use correct register aliases wrt the __mips_n64 regdef. | Per Fogelstrom |
2004-09-10 | This is the script used to link the kernel. A flaw in ld makes | Per Fogelstrom |
2004-09-10 | Fix LEAF usage adding new extra arg. spotted by miod. | Per Fogelstrom |
2004-09-10 | expand @@ServerRoot@@ variable | David Krause |
2004-09-09 | these should have gone in with the other 64 bit changes | Per Fogelstrom |
2004-09-09 | Kernel moves to 64 bit. A few more tweaks when binutils is updated. | Per Fogelstrom |
2004-09-09 | Copy out anchors with relative paths and wildcards correctly, | Daniel Hartmeier |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-09-09 | Add missing section heading "DESCRIPTION". | Tom Cosgrove |
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller |
2004-09-09 | ABI64 shared libs now handled. | Per Fogelstrom |
2004-09-09 | Shared libs now works. Changes here for ABI64. | Per Fogelstrom |
2004-09-09 | couple of changes (int -> long) to handle 64 bits. | Per Fogelstrom |
2004-09-09 | mips64 is now going ABI64 and shared library support! | Per Fogelstrom |
2004-09-09 | Changes for 64 bit kernel. Some functions needis to be rewritten or | Per Fogelstrom |
2004-09-09 | printing the raw ip protocol name breaks the protocol loop, so just | Otto Moerbeek |
2004-09-09 | Kill mb_map and related defines, we don't need one. | Miod Vallat |
2004-09-09 | nfs daemons started from rc, not netstart; | Jason McIntyre |
2004-09-09 | cpu_setup functions passed wrong first arg; from foleite@yahoo.com.br | Theo de Raadt |
2004-09-08 | typo, wrong type; cd@sentia.nl | Theo de Raadt |
2004-09-08 | fill out more on console and boot devices | Michael Shalayeff |
2004-09-08 | routed assumes it alone controls the routing table and tinkers with | Henning Brauer |
2004-09-08 | security fix: | Henning Brauer |
2004-09-08 | after openpty() do not close() slave and reopen it. that is just crazy | Theo de Raadt |
2004-09-07 | cleanup multiplex control socket on SIGHUP too, spotted by sturm@ | Damien Miller |
2004-09-07 | ignore ntp_sendmsg()s return value in server_dispatch. could result in | Henning Brauer |
2004-09-07 | 32 -> 64 bit cleanups but no optimizations yet | Per Fogelstrom |
2004-09-07 | mips is now 64 bits so use a 64 bit config | Per Fogelstrom |
2004-09-07 | make -netmask work again; ok henning, mcbride, deraadt | Markus Friedl |
2004-09-07 | Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSD | Niklas Hallqvist |
2004-09-07 | Do not incorrectly sign-extend a mode_t value. | Miod Vallat |
2004-09-06 | set the xflags; form netbsd; millert@ deraadt@ otto@ ok | Michael Shalayeff |
2004-09-06 | an(4), atw(4) and wi(4) now X-ref each other. Requested by deraadt@ | Todd C. Miller |
2004-09-06 | rl fits on install media again | Theo de Raadt |
2004-09-06 | Fix a previous merge error. | Per Fogelstrom |
2004-09-06 | sync | Theo de Raadt |
2004-09-06 | put apm (zzz) and apmd on at least some ramdisk media. this lets people | Theo de Raadt |
2004-09-06 | Add t-openbsd64 to handle some libgcc.a build issues (needed functions) | Per Fogelstrom |
2004-09-06 | add INTEL PRO_1000_GT; ok deraadt | Markus Friedl |
2004-09-06 | sync | Markus Friedl |
2004-09-06 | add intel PRO_1000_GT; ok deraadt | Markus Friedl |
2004-09-06 | Make /upgrade mode +x in the ramdisks. | Miod Vallat |
2004-09-06 | Reset signal mask in the rate limiting case; check for interrupted | Otto Moerbeek |