summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-09-12add br keymap; from miodTheo de Raadt
2004-09-12Return the most common data link type instead of the first match for anClaudio Jeker
2004-09-11backout 1.48, but maintain the fix for the merge error.David Gwynne
2004-09-11Verify packets from the server were md5'd with the same sharedTodd C. Miller
2004-09-10Bail out on errors when making very small filesystems. ok deraadt@Otto Moerbeek
2004-09-10Update sets sizes with the latest binaries (except for hp300 X11 which willMiod Vallat
2004-09-10Upgrades are allowed.Miod Vallat
2004-09-10End sentences with a dot.Miod Vallat
2004-09-10Better wording, and a few typos.Miod Vallat
2004-09-10Document cdemu36.iso, because we are nice lads, but you really really reallyMiod Vallat
2004-09-10Remind people that 386 and 486 systems really need an FPU.Miod Vallat
2004-09-10Do not mention a.out upgrades anymore, they are not supported anymore.Miod Vallat
2004-09-10Try to make the port descriptions less stupid and more concise.Miod Vallat
2004-09-10mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@Pedro Martelletto
2004-09-10setjmp now passes all regress tests.Per Fogelstrom
2004-09-10mention parent (..) anchors,Jared Yanovich
2004-09-10add mips64 to the list. ok derradt.Per Fogelstrom
2004-09-10Need to sync NLEAF() occurences too.Miod Vallat
2004-09-10typo in SAVE_CPU expansion.Miod Vallat
2004-09-10Use correct register aliases wrt the __mips_n64 regdef.Per Fogelstrom
2004-09-10This is the script used to link the kernel. A flaw in ld makesPer Fogelstrom
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-10expand @@ServerRoot@@ variableDavid Krause
2004-09-09these should have gone in with the other 64 bit changesPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-09-09Copy out anchors with relative paths and wildcards correctly,Daniel Hartmeier
2004-09-09correctly track peer count. fixes a memory corruption.Henning Brauer
2004-09-09correctly track peer count. fixes a memory corruption.Henning Brauer
2004-09-09Add missing section heading "DESCRIPTION".Tom Cosgrove
2004-09-09Avoid following a NULL pointer if a hostname lookup fails andTodd C. Miller
2004-09-09ABI64 shared libs now handled.Per Fogelstrom
2004-09-09Shared 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-09mips64 is now going ABI64 and shared library support!Per Fogelstrom
2004-09-09Changes for 64 bit kernel. Some functions needis to be rewritten orPer Fogelstrom
2004-09-09printing the raw ip protocol name breaks the protocol loop, so justOtto Moerbeek
2004-09-09Kill mb_map and related defines, we don't need one.Miod Vallat
2004-09-09nfs daemons started from rc, not netstart;Jason McIntyre
2004-09-09cpu_setup functions passed wrong first arg; from foleite@yahoo.com.brTheo de Raadt
2004-09-08typo, wrong type; cd@sentia.nlTheo de Raadt
2004-09-08fill out more on console and boot devicesMichael Shalayeff
2004-09-08routed assumes it alone controls the routing table and tinkers withHenning Brauer
2004-09-08security fix:Henning Brauer
2004-09-08after openpty() do not close() slave and reopen it. that is just crazyTheo de Raadt
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
2004-09-07ignore ntp_sendmsg()s return value in server_dispatch. could result inHenning Brauer
2004-09-0732 -> 64 bit cleanups but no optimizations yetPer Fogelstrom
2004-09-07mips is now 64 bits so use a 64 bit configPer Fogelstrom
2004-09-07make -netmask work again; ok henning, mcbride, deraadtMarkus Friedl
2004-09-07Properly put ktrsyscall (and scdebug_foo) into biglock, inspired from NetBSDNiklas Hallqvist