Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat | |
needs the few MD definitions they (sometimes) provide; only binutils is interested in them, but binutils provide their own include files for that purpose anyway. ok deraadt@ kettenis@ | |||
2008-05-21 | Remove elf2aout and elf2ecoff. They are no longer built since they were only | Miod Vallat | |
used by the long defunct OpenBSD/arc and OpenBSD/pmax ports, and nowadays using objcopy or a linker script will perform such conversions if necessary. ok deraadt@ kettenis@ | |||
2008-05-21 | Not all cache operations need to be run from P2, so don't do this unless | Miod Vallat | |
necessary. Also, let the P2 functions return to P1 addresses, instead of jumping to their own P1 image before returning. This gives a ~15% speedup. From NetBSD, thanks uwe@netbsd for spotting this in the sh4 docs! | |||
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat | |
return 1 since 12+ years, it's about time to fix the offending ports. Reported by Pierre Riteau (firstname.lastname at gmail) | |||
2008-05-21 | Update sgi synopsis, add armish and socppc. | Miod Vallat | |
2008-05-21 | First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. | Mark Kettenis | |
2008-05-21 | regen | Miod Vallat | |
2008-05-21 | More pccom references | Miod Vallat | |
2008-05-21 | sync | Theo de Raadt | |
2008-05-21 | intel 5100 chipset; mitja | Theo de Raadt | |
2008-05-21 | sync | Theo de Raadt | |
2008-05-21 | Do not mention pccom any longer. | Miod Vallat | |
2008-05-21 | Bye, bye pccom(4). | Mark Kettenis | |
2008-05-21 | Bye bye pccom | Miod Vallat | |
2008-05-21 | pccom is dead. long live com. Bring install script into the new world. | Kenneth R Westerback | |
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis | |
ok dlg@, jsing@, deraadt@ | |||
2008-05-21 | Print a specific message for non i2c attachments like macppc | Jonathan Gray | |
memc, in the situation where Apple cheaps out by having no SPD on integrated RAM. | |||
2008-05-21 | KNF and readability changes. | Marc Balmer | |
No binary changes. | |||
2008-05-21 | Remove #ifndef SIN6_LEN/#else/#endif constructs. | Marc Balmer | |
Suggested by djm a while ago. No binary changes. | |||
2008-05-21 | Document and implement -U option, fix usage information for '-?'. | Marc Balmer | |
Documentation corrections and spelling by jmc. | |||
2008-05-21 | The default address family to be used is stored in a global variable. If | Marc Balmer | |
no options are given on the commandline, it is set to PF_INET. The configuration file parser did not use this variable in all cases, but used PF_UNSPEC for getaddrinfo/getnameinfo, leading to bogus error messages in some cases (but httpd operated as expected). Use the global variable instead of the hardcode PF_UNSPEC in the cases. Add a new commandline flag, -U, to set the default address family to PF_UNSPEC for ambigous directives. Discussed with sthen. | |||
2008-05-20 | sync | Theo de Raadt | |
2008-05-20 | Add multicast support to lii(4), with suggestions/changes from brad@. | Joel Sing | |
ok brad@ dlg@ | |||
2008-05-20 | Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), rather | Joel Sing | |
than rolling our own load functions. tested jasper@, feedback and ok miod@ | |||
2008-05-20 | remove Xr to non-existent page, rogue(6); | Jason McIntyre | |
2008-05-20 | Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seems | Claudio Jeker | |
that the code is ifdef-ed out all the time. | |||
2008-05-20 | various fixes to tidy these pages up; | Jason McIntyre | |
2008-05-20 | tweaks to bs(6): | Igor Sobrado | |
- the document title (.Dt macro) should be BS, not BATTLESHIPS; - fix spacing on DeGaul's name - use .An/.Aq for Raymond's name and email address feedback by jmc@ ok jmc@ | |||
2008-05-20 | kill an Xr to a non-existent man page, ulimit(1); | Jason McIntyre | |
2008-05-20 | add a small section for routing daemons; ok henning norby | Jason McIntyre | |
2008-05-20 | regen | Brad Smith | |
2008-05-20 | Add the NVIDIA Quadro FX 3500 id. | Brad Smith | |
2008-05-20 | Remove stray "attach com at isapnp with com_isapnp". | Mark Kettenis | |
ok miod@ | |||
2008-05-20 | Do not provide md mainbus(4) since there is an mi blurb. | Miod Vallat | |
2008-05-20 | More references to obio | Miod Vallat | |
2008-05-20 | This is sociic, not alipm | Miod Vallat | |
2008-05-20 | cast pointer arithmetic to unsigned so we can behave correctly on | Federico G. Schwindt | |
underflows. fixes fc -l 1 in my box where line is 1667511151. krw@ ok. | |||
2008-05-19 | sync | Theo de Raadt | |
2008-05-19 | unbreak tree by committing this bit that I missed from: | Damien Miller | |
Fix sending tty modes when stdin is not a tty (bz#1199). Previously we would send the modes corresponding to a zeroed struct termios, whereas we should have been sending an empty list of modes. Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ | |||
2008-05-19 | Fix another typo. | Mark Kettenis | |
2008-05-19 | tsec(4) | Mark Kettenis | |
2008-05-19 | ipic(4) | Mark Kettenis | |
2008-05-19 | Fix typo. | Mark Kettenis | |
2008-05-19 | socpcic(4) | Mark Kettenis | |
2008-05-19 | sociic(4) | Mark Kettenis | |
2008-05-19 | obio(4) | Mark Kettenis | |
2008-05-19 | Add tsec(4) | Mark Kettenis | |
2008-05-19 | tsec(4) | Mark Kettenis | |
2008-05-19 | A driver for the Three Speed Ethernet Controller (TSEC) found on the | Mark Kettenis | |
Freescale MPC8349E SoC platform. Still has some bugs, but it's getting there. | |||
2008-05-19 | sync | Theo de Raadt | |