summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-08for the via c3 use software aes keys, thereby permitting 192 and 256.Theo de Raadt
this also speed things up substantially. ipsec tested by markus
2004-02-08Shave a few more characters.Kenneth R Westerback
2004-02-08Update FD_SETSIZE value to 1024. Spotted by and ok jmc@Otto Moerbeek
2004-02-08if_detach_rtdelete(): abort and restart rn_walktree() if a cloning routeMarkus Friedl
gets deleted; fixes pr 3649; ok henning, deraadt, dhartmei
2004-02-08'ps' should not act like 'ps a'. Resolves PR 3676.Otto Moerbeek
ok tdeval@ millert@
2004-02-08FD_SETSIZE has been cranked up to 1024Otto Moerbeek
ok deraadt@ millert@
2004-02-08forget about 16 bit machines; millert okTheo de Raadt
2004-02-08minimum CPPFLAGSTheo de Raadt
2004-02-08workaround for awk breakage no longer neededTheo de Raadt
2004-02-08add libm parts for amd64; much from netbsd, integration by mickey.Theo de Raadt
Instead of mixing the i387 & xmm register components, we decide to explicitly seperate them. libm is already confusing enough as it is, thank you very much
2004-02-08Replace 'localhost' with '127.0.0.1' and add -q to route invocationsKenneth R Westerback
in enable_network(). From /etc/netstart.
2004-02-0816 byte align for performance, as on other architecturesTheo de Raadt
2004-02-08from freebsd, helps awk too:Theo de Raadt
Fix fabs(). This commit brought to you by the letter 'l'. (fstp stores a mem32 value, fstpl stores a mem64 value)
2004-02-08from freebsd (and appears to make our awk work better)Theo de Raadt
Tidy up modf.S and make it actually work. It wasn't extracting the value out of ST(0) before copying it to %xmm0. Also remove bogus stack frame and work in the red zone.
2004-02-08syncTheo de Raadt
2004-02-08Add loopback routes late during upgrades, as /etc/netstart does now.Kenneth R Westerback
Scavange a couple of characters while in the area.
2004-02-08mark .Dt as being cats pages;Jason McIntyre
ok miod@
2004-02-08add .Dt entries for amd64 and cats;Jason McIntyre
ok miod@
2004-02-08Fix kernel panic which occurs under very high load:Ryan Thomas McBride
- Make sure we calculate the correct maximum size for PFSYNC_ACT_UREQ. - Make pfsync_sendout() return immediately if there is nothing to send.
2004-02-08kill whitespace at EOL;Jason McIntyre
new sentence, new line;
2004-02-08ignore RAMDISK_CD tooTheo de Raadt
2004-02-08amd64 needs the same hack as powerpc; but this code really needs to beTheo de Raadt
deleted/replaced. anyone want to step up?
2004-02-08better one; from mickeyTheo de Raadt
2004-02-08fix, including ptm, ahead of timeTheo de Raadt
2004-02-08ramdisk; from mickeyTheo de Raadt
2004-02-08correct ramdisk supportTheo de Raadt
2004-02-08XXX Why does amd64 require a bin/-sh to boot correctly?? Is this becauseTheo de Raadt
of some flags being passed in? Anyone?
2004-02-083p suffix, formatting.Marc Espie
okay millert@ should have committed before the perl change, except I checked it thru a make build first, and then forgot to commit.
2004-02-08Fix typo: 2>&2 -> 2>&1.Kenneth R Westerback
2004-02-08save kernel space; full unroll is not needed; from freebsdTheo de Raadt
2004-02-08Pull in a few recent changes from FreeBSD, plus a couple of localKenneth R Westerback
tweaks. ok deraadt@.
2004-02-08Add cats documentation, still needs lots of work.Dale Rahn
2004-02-08shave build time.Marc Espie
okay millert@
2004-02-08restored & repaired wcookie support; kettenis@chello.nlTheo de Raadt
2004-02-07do not build AFS on amd64 yetTheo de Raadt
2004-02-074096 blocks here; from mickeyTheo de Raadt
2004-02-07Use __LP64__ to determine whether a platform is 32bit or 64bitTodd C. Miller
instead of using a hard-coded list. OK deraadt@, miod@
2004-02-07add cats and amd64Theo de Raadt
2004-02-07Round up more edges.Miod Vallat
2004-02-07document per-${PKGPATH} settings.Marc Espie
document that WRKOBJDIR is always defined, but can be left empty now.
2004-02-07If scsi_probe_bus() is called with a particular lun, ensure that lun 0Kenneth R Westerback
information is available to make the new lun validation logic work. i.e. don't find phantom luns just because the user asks about them. Also ensure the lun value given does not exceed the maximum valid lun for a bus, rather than assuming the maximum valid lun is 7. ok tdeval@ deraadt@.
2004-02-07The 8GB limit is gone.Miod Vallat
2004-02-07syncTheo de Raadt
2004-02-07document new show=name1 name2...Marc Espie
2004-02-07syncTheo de Raadt
2004-02-07Hauppauge not Hauppage.Miod Vallat
2004-02-07No floppies, no shared libraries, no X11 yetMiod Vallat
2004-02-07bye bye smc stuffTheo de Raadt
2004-02-07Allow architectures to skip the notes part if they don't provide files.Miod Vallat
2004-02-07initial version. 3 minute edit away from i386..Theo de Raadt