summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add very simple regression test for fstat(2) on sockets: make sure itrwatson2008-10-062-0/+80
| | | | | returns success for various socket types. It's easy to imagine this being enhanced to validate the returned data, but...
* Add a boot loader for ixp425 based boards like the Gateworks Avilajhay2008-10-067-0/+1473
| | | | and ADI Pronghorn Metro with Redboot on them.
* Now that portalfs doesn't directly invoke uipc_connect2(), make it arwatson2008-10-062-8/+4
| | | | | | static symbol. MFC after: 3 days
* Use soconnect2() rather than directly invoking uipc_connect2() torwatson2008-10-061-1/+1
| | | | | | interconnect two UNIX domain sockets. MFC after: 3 days
* Document that the bce(4) driver works with Dell PowerEdge 1950/2950simon2008-10-061-0/+4
| | | | | | NIC's. MFC after: 3 days
* - Add jme(4).simon2008-10-061-0/+2
| | | | | Suggested by: yongari MFC after: 3 days
* Add a HARDWARE section. It doesn't contain any information notsimon2008-10-061-1/+12
| | | | | | | already in the DESCRIPTION section, but this allows for the manual page to be used in the automatic hardware notes generation. MFC after: 3 days
* Add myself as requested by the committers-guidelstewart2008-10-061-0/+4
| | | | Approved by: gnn (mentor)
* Correct a typo.jkoshy2008-10-062-2/+2
|
* Bring in the trivial differences between this code and John Hay's newimp2008-10-051-17/+26
| | | | | | | | | | | | code. Added a copyright for the work I did to this file a couple of years ago. Add John's copyright too, since I'm sure I'll be pulling more into this code. This also implements a new -n option to not allow breaking into the boot sequence which was original in the patch John posted (not in the original i386 code I based this boot2.c on, only the name is the same). I haven't checked to see if he did that, or if it was one of Sam's improvements. Submitted by: jhay@
* Remove XMODEM_DL support. It never was complete and only serves toimp2008-10-053-14/+0
| | | | increase the diffs with other arm boot2 loaders.
* Indent with 8-space tabs. This reduces the diffs to the newer ixp425imp2008-10-051-165/+169
| | | | boot2 and may make it easier to merge these files in the future...
* - Add age(4).simon2008-10-051-0/+2
| | | | | Suggested by: stass MFC after: 3 days (including other recent changes)
* Add initial version of the nullfs(5) man pagedanger2008-10-052-0/+76
| | | | MFC after: 3 days
* - Revert to the pre-r183242 behavior of building sade(8) on sparc64.marius2008-10-051-3/+4
| | | | - Fix whitespace.
* Disable ATAPI DMA as it's once again broken in that it causes datamarius2008-10-051-1/+1
| | | | | | | corruption with the on-board AcerLabs M5229 controllers. While at it, remove the pointless "nothing to autoload yet." message. MFC after: 3 days
* Document that vr(4) supports Soekris Engineering net5501.simon2008-10-051-0/+2
|
* Major whitespace cleanup to follow FDP style. This was done sincesimon2008-10-051-910/+1124
| | | | | | markup was getting in the way when doing "real" changes. The resulting HTML output is unchanged.
* Move a lists which was inside a <para> to outside the <para>.simon2008-10-051-2/+1
| | | | | | This removes some vertical whitespace in the output. This one was missed in r183620.
* - Add support for Pp command - this improves output for axe(4).simon2008-10-051-3/+16
| | | | | | | | - Add support for .Fx, just in case somebody starts using it. - Only add the arch information to the first para per manual page. This improves output for axe(4), and generally seems to make sense (I hope). - Remove an unneeded line for non-compat mode.
* Move some lists which were inside a <para> to outside the <para>.simon2008-10-051-39/+22
| | | | | | | | This removes some vertical whitespace in the output. Whitespace was intentionally not fixed in the SGML for the related lists, to make the actual change more clear. This file is in need of a major whitespace cleanup anyway.
* Remove reference to hardware devices which does not exist anymore.simon2008-10-051-11/+0
| | | | This fixes the build.
* Remove reference to hardware devices which does not exist anymore.simon2008-10-051-11/+0
| | | | This fixes the build.
* o Typo fixes.maxim2008-10-051-2/+2
| | | | | PR: docs/127866 Submitted by: Marius Korsmo
* If the current thread has the trap bit set (i.e. a debugger haddavidxu2008-10-052-0/+16
| | | | | | | single stepped the process to the system call), we need to clear the trap flag from the new frame. Otherwise, the new thread will receive a (likely unexpected) SIGTRAP when it executes the first instruction after returning to userland.
* dynamically allocate the task structure in firmware_mountroot: whensam2008-10-041-4/+10
| | | | | | | | | booting from an MFS root (e.g. from an install CD) firmware_mountroot can be called twice with the second call happening before the task callback occurs; this results in the task structure contents being corrupted because it was declared static. Submitted by: marius (original version)
* Note recently added ICH10 supportdelphij2008-10-041-2/+2
|
* Current linux_fooaffinity() emulation fails, as the FreeBSD affinitykib2008-10-041-4/+9
| | | | | | | | | | | | | | syscalls expect the bitmap size in the range from 32 to 128. Old glibc always assumed size 1024, while newer glibc searches for approriate size, starting from 1024 and going up. For now, use FreeBSD size of cpuset_t for bitmap size parameter and return EINVAL if length of user space bitmap less than our size of cpuset_t. Submitted by: dchagin MFC after: 1 week [This requires MFC of the actual linux affinity syscalls]
* Style changes: compare pointer to NULL and move a }.bz2008-10-041-3/+2
| | | | MFC after: 6 weeks
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cbz2008-10-041-1/+0
| | | | | | when transitioning from so_cred to inp_cred. MFC after: 6 weeks
* - Minor mdoc cleanup.simon2008-10-041-3/+4
| | | | - Make HARDWARE section a bit more friendly for the Hardware Notes.
* - Add ae(4) to the list of devices support full hardware VLANstas2008-10-041-0/+1
| | | | | | | tags processing. Approved by: kib (mentor) MFC after: 1 week
* - Add ae(4).simon2008-10-041-0/+3
| | | | - Add 2008 to copyright years.
* Cache so_cred as inp_cred in the inpcb.bz2008-10-049-55/+43
| | | | | | | | | | | | This means that inp_cred is always there, even after the socket has gone away. It also means that it is constant for the lifetime of the inp. Both facts lead to simpler code and possibly less locking. Suggested by: rwatson Reviewed by: rwatson MFC after: 6 weeks X-MFC Note: use a inp_pspare for inp_cred
* Don't explicitly bzer driver softcrnoland2008-10-048-16/+0
| | | | | | | | new-bus already handles this for us. Suggested by jhb@ Approved by: jhb (mentor)
* Use M_WAITOK when allocating driver memoryrnoland2008-10-048-8/+24
| | | | | | | | | We don't explicity check for error here and M_WAITOK will just put the process to sleep waiting on resources to become available. Suggested by jhb@ Approved by: jhb (mentor)
* Change drm_order() to use ffsl()rnoland2008-10-041-3/+4
| | | | | | pointed out by jhb@ Approved by: jhb (mentor)
* - Add manual page for ae(4) driver.stas2008-10-042-0/+153
| | | | | Approved by: kib (mentor) MFC after: 1 week
* - Document that 'show alllocks' and 'show locks' are only availablesimon2008-10-041-5/+10
| | | | | | | | | with witness. - Remove references to non-existing witness(9) and replace with witness(4) where appropriate. - Bump document date. MFC after: 3 days
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-042-58/+12
| | | | | | | | | | | | sbuf instead of doing uiomove. This allows for reads from non-zero offsets to work. Patch is forward-ported des@' one, and was adopted to current code by dchagin@ and me. Reviewed by: des (linprocfs part) PR: kern/101453 MFC after: 1 week
* Minor style(9) fixes for U-Boot API glue.raj2008-10-044-25/+23
|
* U-Boot API glue improvements:raj2008-10-044-42/+45
| | | | | | | | - extend ub_dev_read() and ub_dev_recv() so that the actual len and all error codes can be passed and processed properly; unify behaviour of these routines - introduce syscall general error code (API_ESYSC)
* - Add cross-references.jkoshy2008-10-041-3/+6
| | | | - Tweak -mdoc use.
* Add cross-references.jkoshy2008-10-041-1/+5
|
* Cross-reference new manual pages.jkoshy2008-10-044-4/+20
|
* - Cross-reference new manual pages.jkoshy2008-10-041-8/+14
| | | | - Spell new PMC class names correctly.
* Add manual pages for performance measurement counters present injkoshy2008-10-045-0/+3171
| | | | Intel Atom(tm), Core(tm) and Core2(tm) CPUs.
* - Add ae(4) to loader.conf.stas2008-10-041-0/+1
| | | | | Approved by: kib (mentor) MFC after: 1 week
* - Add ae(4) to sysinstall devices list.stas2008-10-041-0/+1
| | | | | Approved by: kib (mentor) MFC after: 1 week
* - Spell cam correctly (scbus), this makes it possible to compile hptiopantoine2008-10-042-3/+3
| | | | | | | | | | in GENERIC and LINT. [1] - Rename hpt_dbg_level to hpt_iop_dbg_level to avoid multiple definition of hpt_dbg_level (hptmv also has hpt_dbg_level). PR: 127551 [1] Reviewed by: scottl@ MFC after: 1 month
OpenPOWER on IntegriCloud