summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Back out last delta, it just unpolitely reverted some local changes.ru2004-07-011-8/+8
| | |
* | | Add ability to set start/end for rmanimp2004-07-011-0/+12
| | |
* | | Soften __RMAN_RESOURCE_VISIBLE a little: expose rman and theimp2004-07-011-6/+7
| | | | | | | | | | | | | | | | | | | | | resource_head types. Also add a way to set start and end so fewer things need to reach into struct resource. Pointy hat to: imp for breaking the build on so many platforms.
* | | Tell what percentage of the total IO a process is doing.alfred2004-07-011-5/+37
| | | | | | | | | | | | TODO: Show system totals.
* | | Remove unused argument for good.pjd2004-07-011-2/+2
| | |
* | | Fix build: the return type for t_break changed from int to void.mp2004-07-012-6/+4
| | |
* | | Catch up with __RMAN_RESOURCE_VISIBLE enough to get GENERIC to buildgallatin2004-07-0110-0/+10
| | |
* | | Free only if pointer isn't NULL.pjd2004-07-011-1/+2
| | |
* | | This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined.nyan2004-07-011-0/+3
| | |
* | | MFi386: revision 1.1163nyan2004-07-011-0/+1
| | |
* | | Merged from sys/dev/sio/sio.c revision 1.446.nyan2004-07-012-6/+4
| | |
* | | New feature, provide a display that shows the amount of IO processesalfred2004-07-014-13/+195
| | | | | | | | | | | | | | | | | | are doing. Toggle this mode by hitting "m" or passing the command line option "-m io" to top(1). This allows one to identify disk bandwidth hogs much easier.
* | | Modify loop test when cycling through phys_avail array. It's possiblegrehan2004-07-013-6/+12
| | | | | | | | | | | | | | | for an OpenFirmware implementation to have a single memory region (hello PearPC).
* | | Catch up with __RMAN_RESOURCE_VISIBLE changegrehan2004-07-018-0/+25
| | |
* | | Move soft structs back to C files to avoid exposing rman fieldsgrehan2004-07-012-18/+1
| | | | | | | | | | | | to clients now that it's protected with __RMAN_RESOURCE_VISIBLE
* | | Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-0110-34/+48
| | | | | | | | | | | | | | | | | | | | | cut down on the clutter including PCI interrupt routing, MTRR, pcibios, etc. Discussed with: USENIX Cabal
* | | Create a unix domain socket and write to it all the events that comeimp2004-07-012-14/+91
| | | | | | | | | | | | in over the socket.
* | | MFen 1.19den2004-07-011-6/+21
| | | | | | | | | | | | Obtained from: The FreeBSD Russian Documentation Project
* | | Use a separate flag when doing a kernel coredump when polling forps2004-07-012-3/+4
| | | | | | | | | | | | completion instead of abusing the interrupt enable flag.
* | | When building a kernel or the loader, let the hostname be overriddenps2004-07-012-2/+2
| | |
* | | As per discussion at today's developer summit, add a comment to NOTESjhb2004-07-011-0/+1
| | | | | | | | | | | | | | | | | | | | | indicating that 80386 support is deprecated and will be removed in 6.0-RELEASE. Ok'd by: rwatson, scottl
* | | Product and vendor ids for SIIG US2308 USB to Serial adaptor.brooks2004-07-012-17/+41
| | | | | | | | | | | | Tested against: rwatson's laptop
* | | Remove trailing whitespaces (no content change).hrs2004-07-011-6/+6
| | |
* | | New release notes:hrs2004-07-012-0/+16
| | | | | | | | | | | | | | | acpi(4) bad-BIOS blacklist, and zlib 1.1.4->1.2.1 import.
* | | Set WARNS=2 for the module build of ACPI.marks2004-07-011-0/+1
| | | | | | | | | | | | Approved by: njl
* | | Fix build: forward declare struct tty before defining the tty functionmarcel2004-07-011-0/+2
| | | | | | | | | | | | types.
* | | It's not very useful to set a softc refcount around blocking read/writegreen2004-07-011-11/+9
| | | | | | | | | | | | | | | | | | operations when the refcount doesn't protect the opens and closes. Fix this, and don't actually let a time out happen: now ugen(4) devices do not get freed out from under the programs with them open.
* | | Rework the code that waits for a response from the EC. Use an sx locknjl2004-07-011-48/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of a mutex so we do not unblock it in msleep(). If we do this, another event could occur, resetting the status register since reads reset it. While I'm here, remove the backoff approach. Instead, sleep in 10 ms chunks for up to the configured timeout using either DELAY (if we aren't booted yet) or tsleep. Help from: dillon Tested by: Andrew Thompson andy AT fud.org.nz
* | | Update libstand makefile for zlib 1.2.1.tjr2004-07-011-3/+3
| | |
* | | Update makefile for zlib 1.2.1.tjr2004-06-301-2/+1
| | |
* | | Unbreak build: define __RMAN_RESOURCE_VISIBLEmarcel2004-06-301-0/+2
| | | | | | | | | | | | See also src/sys/sys/rman.h rev. 1.21.
* | | Resolve conflicts.tjr2004-06-3024-2711/+3319
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r131377,tjr2004-06-3011-441/+2290
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import zlib 1.2.1 (trimmed)tjr2004-06-3029-2214/+5639
| | | |
* | | | These need __RMAN_RESOURCE_VISIBLE, too.marius2004-06-306-0/+8
| | | |
* | | | Wordsmith and spell-correct last commitbms2004-06-301-6/+6
| | | |
* | | | Remove the home-grown metadata facility in favour of the now genericjulian2004-06-303-120/+40
| | | | | | | | | | | | | | | | | | | | | | | | mbuf tags facility. Netgraph modules will all need a recompile. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
* | | | Define the tty methods as typedefs.phk2004-06-305-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | Change the return type for t_break to void. Add t_ioctl (more about this later).
* | | | Remove extra RMAN_RESOURCE_VISISBLEimp2004-06-301-1/+0
| | | |
* | | | puc needs to peek into struct resource too.imp2004-06-301-0/+1
| | | |
* | | | This needs __RMAN_RESOURCE_VISIBLEphk2004-06-301-1/+1
| | | |
* | | | Static device counts will not be supported in 6.x so place the generatedbrooks2004-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | macros (N<driver>) under BURN_BRIDGES. Discussed with: peter, imp, scottl, ...
* | | | Fix to not use 255, but instead use APM_UNKNOWN.imp2004-06-301-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Compare things correctly against -1 or 0 Don't print any capabilities if unknown is returned from the kernel. Reviewed/Submitted by: njl, Liam Foy
* | | | mdoc changes.marks2004-06-301-12/+14
| | | | | | | | | | | | | | | | | | | | Reviewed by: ru Approved by: njl
* | | | Add missing function debug trace macros to the new powerres functions.njl2004-06-301-0/+4
| | | | | | | | | | | | | | | | Reported by: phk
* | | | Markup, grammar, and spelling fixes.ru2004-06-3020-82/+121
| | | |
* | | | Remove a duplicated printf().mux2004-06-301-1/+0
| | | | | | | | | | | | | | | | Submitted by: Niki Denev <nike_d@cytexbg.com>
* | | | Bump document date.schweikh2004-06-301-1/+1
| | | | | | | | | | | | | | | | Submitted by: ru
* | | | Document BIOS blacklist.marks2004-06-301-1/+19
| | | | | | | | | | | | | | | | Approved by: njl
* | | | Note the ACPI blacklist changes.njl2004-06-301-0/+8
| | | | | | | | | | | | | | | | Prodded by: imp
OpenPOWER on IntegriCloud