summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-21Remove <machine/elf_abi.h> on platforms which have it. Nothing in the treeMiod 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-21Remove elf2aout and elf2ecoff. They are no longer built since they were onlyMiod 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-21Not all cache operations need to be run from P2, so don't do this unlessMiod 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-21ddb expects the kernel longjmp() to only take a single parameter and alwaysMiod 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-21Update sgi synopsis, add armish and socppc.Miod Vallat
2008-05-21First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU.Mark Kettenis
2008-05-21regenMiod Vallat
2008-05-21More pccom referencesMiod Vallat
2008-05-21syncTheo de Raadt
2008-05-21intel 5100 chipset; mitjaTheo de Raadt
2008-05-21syncTheo de Raadt
2008-05-21Do not mention pccom any longer.Miod Vallat
2008-05-21Bye, bye pccom(4).Mark Kettenis
2008-05-21Bye bye pccomMiod Vallat
2008-05-21pccom is dead. long live com. Bring install script into the new world.Kenneth R Westerback
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
ok dlg@, jsing@, deraadt@
2008-05-21Print a specific message for non i2c attachments like macppcJonathan Gray
memc, in the situation where Apple cheaps out by having no SPD on integrated RAM.
2008-05-21KNF and readability changes.Marc Balmer
No binary changes.
2008-05-21Remove #ifndef SIN6_LEN/#else/#endif constructs.Marc Balmer
Suggested by djm a while ago. No binary changes.
2008-05-21Document and implement -U option, fix usage information for '-?'.Marc Balmer
Documentation corrections and spelling by jmc.
2008-05-21The default address family to be used is stored in a global variable. IfMarc 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-20syncTheo de Raadt
2008-05-20Add multicast support to lii(4), with suggestions/changes from brad@.Joel Sing
ok brad@ dlg@
2008-05-20Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherJoel Sing
than rolling our own load functions. tested jasper@, feedback and ok miod@
2008-05-20remove Xr to non-existent page, rogue(6);Jason McIntyre
2008-05-20Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seemsClaudio Jeker
that the code is ifdef-ed out all the time.
2008-05-20various fixes to tidy these pages up;Jason McIntyre
2008-05-20tweaks 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-20kill an Xr to a non-existent man page, ulimit(1);Jason McIntyre
2008-05-20add a small section for routing daemons; ok henning norbyJason McIntyre
2008-05-20regenBrad Smith
2008-05-20Add the NVIDIA Quadro FX 3500 id.Brad Smith
2008-05-20Remove stray "attach com at isapnp with com_isapnp".Mark Kettenis
ok miod@
2008-05-20Do not provide md mainbus(4) since there is an mi blurb.Miod Vallat
2008-05-20More references to obioMiod Vallat
2008-05-20This is sociic, not alipmMiod Vallat
2008-05-20cast pointer arithmetic to unsigned so we can behave correctly onFederico G. Schwindt
underflows. fixes fc -l 1 in my box where line is 1667511151. krw@ ok.
2008-05-19syncTheo de Raadt
2008-05-19unbreak 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-19Fix another typo.Mark Kettenis
2008-05-19tsec(4)Mark Kettenis
2008-05-19ipic(4)Mark Kettenis
2008-05-19Fix typo.Mark Kettenis
2008-05-19socpcic(4)Mark Kettenis
2008-05-19sociic(4)Mark Kettenis
2008-05-19obio(4)Mark Kettenis
2008-05-19Add tsec(4)Mark Kettenis
2008-05-19tsec(4)Mark Kettenis
2008-05-19A driver for the Three Speed Ethernet Controller (TSEC) found on theMark Kettenis
Freescale MPC8349E SoC platform. Still has some bugs, but it's getting there.
2008-05-19syncTheo de Raadt