Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-09 | No cd.iso built here (yet?) | Dale Rahn | |
Use correct ramdisk DISKTYPE. | |||
2004-02-09 | replace a bunch of u_long by u_int32_t | Henning Brauer | |
2004-02-09 | make max_prefix an u_int32_t instead of an u_long and change its | Henning Brauer | |
meaning as in 0 means no limit insytead of setting it to ULONG_MAX for no limit | |||
2004-02-09 | print more fluff | Henning Brauer | |
2004-02-09 | slight tweaks, ok jmc@ | Marc Espie | |
2004-02-09 | move printing the config to where it belongs | Henning Brauer | |
2004-02-08 | factor out functions to print the configuration (rules only for now) | Henning Brauer | |
will become more and needed by bgpctl too | |||
2004-02-08 | back out last change since it was unnecessary, the last bind merge fixed the ↵ | Peter Valchev | |
deeper issue | |||
2004-02-08 | Even better | Miod Vallat | |
2004-02-08 | First pass at a whacking. | Miod Vallat | |
2004-02-08 | Oops, InstallPart4 would eat its args. | Miod Vallat | |
2004-02-08 | sync | Theo de Raadt | |
2004-02-08 | fix preprocessor syntax; ok henning@ | Christian Weisgerber | |
2004-02-08 | Remove unused files. | Alexander Yurchenko | |
ok tdeval@ millert@ drahn@ | |||
2004-02-08 | regenerate | Peter Valchev | |
2004-02-08 | 64-bit fix; ok/idea jakob | Peter Valchev | |
2004-02-08 | no matter what size "long long" is, the printf format is always %lld. ok jakob | Peter Valchev | |
2004-02-08 | for 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-08 | Shave a few more characters. | Kenneth R Westerback | |
2004-02-08 | Update FD_SETSIZE value to 1024. Spotted by and ok jmc@ | Otto Moerbeek | |
2004-02-08 | if_detach_rtdelete(): abort and restart rn_walktree() if a cloning route | Markus 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-08 | FD_SETSIZE has been cranked up to 1024 | Otto Moerbeek | |
ok deraadt@ millert@ | |||
2004-02-08 | forget about 16 bit machines; millert ok | Theo de Raadt | |
2004-02-08 | minimum CPPFLAGS | Theo de Raadt | |
2004-02-08 | workaround for awk breakage no longer needed | Theo de Raadt | |
2004-02-08 | add 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-08 | Replace 'localhost' with '127.0.0.1' and add -q to route invocations | Kenneth R Westerback | |
in enable_network(). From /etc/netstart. | |||
2004-02-08 | 16 byte align for performance, as on other architectures | Theo de Raadt | |
2004-02-08 | from 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-08 | from 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-08 | sync | Theo de Raadt | |
2004-02-08 | Add loopback routes late during upgrades, as /etc/netstart does now. | Kenneth R Westerback | |
Scavange a couple of characters while in the area. | |||
2004-02-08 | mark .Dt as being cats pages; | Jason McIntyre | |
ok miod@ | |||
2004-02-08 | add .Dt entries for amd64 and cats; | Jason McIntyre | |
ok miod@ | |||
2004-02-08 | Fix 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-08 | kill whitespace at EOL; | Jason McIntyre | |
new sentence, new line; | |||
2004-02-08 | ignore RAMDISK_CD too | Theo de Raadt | |
2004-02-08 | amd64 needs the same hack as powerpc; but this code really needs to be | Theo de Raadt | |
deleted/replaced. anyone want to step up? | |||
2004-02-08 | better one; from mickey | Theo de Raadt | |
2004-02-08 | fix, including ptm, ahead of time | Theo de Raadt | |
2004-02-08 | ramdisk; from mickey | Theo de Raadt | |
2004-02-08 | correct ramdisk support | Theo de Raadt | |
2004-02-08 | XXX Why does amd64 require a bin/-sh to boot correctly?? Is this because | Theo de Raadt | |
of some flags being passed in? Anyone? | |||
2004-02-08 | 3p 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-08 | Fix typo: 2>&2 -> 2>&1. | Kenneth R Westerback | |
2004-02-08 | save kernel space; full unroll is not needed; from freebsd | Theo de Raadt | |
2004-02-08 | Pull in a few recent changes from FreeBSD, plus a couple of local | Kenneth R Westerback | |
tweaks. ok deraadt@. | |||
2004-02-08 | Add cats documentation, still needs lots of work. | Dale Rahn | |
2004-02-08 | shave build time. | Marc Espie | |
okay millert@ |