summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-09duh. there are two syscall entry points and both have to preserve rdx. also ↵Michael Shalayeff
make sure child process gets 1 in rdx as libc expects
2004-02-09simpler ssl manpages, using --name=.Marc Espie
okay markus@
2004-02-09amd64 can build afs it looks likeTheo de Raadt
2004-02-09Use macros to reduce the amount of hand written asm. inspired by future amd64Dale Rahn
code. no functional change.
2004-02-09Add copyright to code where I forgot, thx wouter.Dale Rahn
2004-02-09preserve high word of return value like other archs doMichael Shalayeff
2004-02-09be accurate now that SunOS compat output does not exist in MAKEDEV; ok miod@Todd T. Fries
2004-02-09Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.sinceCedric Berger
is the time of last "pf -e" or "pf -d". ok dhartmei@ henning@
2004-02-09Add arm support files for libpthread.Dale Rahn
2004-02-09punctuate variable; okay jmc@.Marc Espie
2004-02-09make sure errno gets declared for C++ as well.Marc Espie
okay millert@
2004-02-09syncTheo de Raadt
2004-02-09Mention shared libraries.Miod Vallat
2004-02-09use process.x86_64.STheo de Raadt
2004-02-09regsize must be 8 on amd64... surely...Theo de Raadt
2004-02-09Stub this out, copied from other archs with this stubbed out.Dale Rahn
2004-02-09Add cats to MANSUBDIRS, missed when cats was added to the top of the file.Dale Rahn
ok deraadt@
2004-02-09Proper PIC support in arm startup files.Dale Rahn
2004-02-09Corrected lib_specs for OPENBSD/arm shared libraries. copied from alpha.Dale Rahn
2004-02-09Add shared libraries for cats, some minor cleanup.Dale Rahn
2004-02-09Disable lazy binding until that feature is fixed.Dale Rahn
2004-02-09do not build AFS on arm, no process.arm.S file (yet)Dale Rahn
arm now has shared library support.
2004-02-09Do not compile libstdc++ with --enable-shared on NOPIC archs. ok espie@Dale Rahn
2004-02-09Remove bogus move to self line introduced in the compressed ramdisk removal.Dale Rahn
2004-02-09No cd.iso built here (yet?)Dale Rahn
Use correct ramdisk DISKTYPE.
2004-02-09replace a bunch of u_long by u_int32_tHenning Brauer
2004-02-09make max_prefix an u_int32_t instead of an u_long and change itsHenning Brauer
meaning as in 0 means no limit insytead of setting it to ULONG_MAX for no limit
2004-02-09print more fluffHenning Brauer
2004-02-09slight tweaks, ok jmc@Marc Espie
2004-02-09move printing the config to where it belongsHenning Brauer
2004-02-08factor out functions to print the configuration (rules only for now)Henning Brauer
will become more and needed by bgpctl too
2004-02-08back out last change since it was unnecessary, the last bind merge fixed the ↵Peter Valchev
deeper issue
2004-02-08Even betterMiod Vallat
2004-02-08First pass at a whacking.Miod Vallat
2004-02-08Oops, InstallPart4 would eat its args.Miod Vallat
2004-02-08syncTheo de Raadt
2004-02-08fix preprocessor syntax; ok henning@Christian Weisgerber
2004-02-08Remove unused files.Alexander Yurchenko
ok tdeval@ millert@ drahn@
2004-02-08regeneratePeter Valchev
2004-02-0864-bit fix; ok/idea jakobPeter Valchev
2004-02-08no matter what size "long long" is, the printf format is always %lld. ok jakobPeter Valchev
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