summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bring the NOTICE section into the DESCRIPTION section and wrap it inru2002-12-121-4/+6
| | | | | | | .Bf -symbolic ... .Ef Approved by: re Obtained from: gbde(8)
* mdoc(7) police: .Dt is ALL UPPERCASE.ru2002-12-121-1/+1
| | | | Approved by: re
* mdoc(7) police: overhaul.ru2002-12-121-28/+55
| | | | Approved by: re
* mount_udf(8) is currently not in 4.X, so obviously it did not first appeartrhodes2002-12-121-1/+1
| | | | | | | | in 4.6 PR: 46117 Submitted by: Ryuichiro Imura <imura@ryu16.org> Approved by: re (bmah)
* Add Remote AppleEvents/PPC Toolbox.eric2002-12-121-0/+2
| | | | | | Approved by: rwatson Obtained from: IANA Sponsored by: Apple
* vinum_info: Correct the print formats to allow for 64 bit pointers.grog2002-12-121-8/+8
| | | | Approved by: re (jhb).
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.grog2002-12-121-2/+4
| | | | Approved by: re (jhb)
* Remove the comment about dump(8) not working properly with snapshots.trhodes2002-12-121-3/+1
| | | | | Discussed with: mckusick Approved by: re (rwatson)
* o Don't do anything if the interface is already up.imp2002-12-112-11/+17
| | | | | | o Only delay in pccard_ether when we're doing dhcp and starting the interface. Approved: (re blanket for devd)
* Update to reflect devd.imp2002-12-112-7/+4
| | | | Approved by: re (blanket)
* Add a rudimentary man page for /dev/devctl.imp2002-12-112-0/+35
| | | | Approved by: re (blanket devd)
* Note that UFS1 superblock changes may cause compatability problemsbmah2002-12-112-10/+30
| | | | | | | | | with older 4.X (for example, the case of a dual-booting machine). While here, spell "Soft Updates" consistently (and hopefully correctly). Approved by: re (implicitly)
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-115-11/+95
| | | | | | | | | | | | | | | | | | | | | | as module. This also fix's issue kern/45713. Fix - polling was implemented incorrectly for adapter enquiry and adapter flush. (2) Problem: PANIC when unloading driver as module. Fix - device nodes are not destroyed for amr0, and amrd* when driver is unloaded (3) Problem: PANIC from loading driver when 3ware adapter present, error message "Warning "amrd is usurping twed's bmaj" Fix - put #idef freebsd version < 500000 for bmaj -1 -> amrd_cdevsw (4) Problem: warnings in driver when compiling with DAMR_DEBUG param enabled in Makefile Fix - fix the warnings so driver can compile when -Werror is present in Makefile. Approved by: jhb MFC: 7 days
* Connect ubsa.4 man page to the build.kan2002-12-111-0/+1
| | | | Approved by: re (rwatson)
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-112-2/+10
| | | | Approved by: re(jhb)
* When things get bigger than 99GB our fields run over.phk2002-12-112-10/+40
| | | | | | Use GB from 100GB and upwards. Approved by: re
* mdoc(7) police: overhaul.ru2002-12-111-24/+41
| | | | Approved by: re
* mdoc(7) police: overhaul.ru2002-12-111-2/+2
| | | | Approved by: re
* mdoc(7) police: Fixed the declaration of the -column list.ru2002-12-111-4/+4
| | | | Approved by: re
* mdoc(7) police: Use the default .Os version.ru2002-12-112-2/+2
| | | | Approved by: re
* mdoc(7) police: Added the missing .Os call; it's not strictlyru2002-12-1111-0/+11
| | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re
* mdoc(7) police: fixed the document date (the current date was used, asru2002-12-111-1/+1
| | | | | | documented in mdoc(7)). Approved by: re
* Fixed the parameter's name.ru2002-12-111-1/+1
| | | | | | PR: docs/46183 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de> Approved by: re
* Un-break world.chris2002-12-111-1/+1
| | | | | Reported by: Ray Kohler <ataraxia@cox.net> Approved by: re (blanket)
* Backout unapproved WARNS level change occasionally slipped into previoussobomax2002-12-111-1/+1
| | | | | | commit. Big pointy hat to: sobomax
* - Allow comments to be placed at the end of configuration line.sobomax2002-12-113-5/+21
| | | | | | Sponsored by: Porta Software Ltd Approved by: re MFC after: 2 weeks
* Fix an mdoc error (call .Bd with -literal)chris2002-12-111-1/+1
| | | | | Sponsored by: DARPA, Network Associates Labs Approved by: re (blanket)
* Document the following MAC policies:chris2002-12-1110-0/+259
| | | | | | | | | | | o ifoff: Interface silencing policy o partition: Process partitioning policy Add associated Makefile entries and man page cross-references. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Labs Approved by: re (blanket)
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-108-28/+33
| | | | | | | | | | | | | NULL is passed. The address of the HCDP table can be found by iterating over the configuration tables in the EFI system table. To avoid more duplication, a function can be called with the GUID of interest. The function will do the scanning. Use the function in all places where we iterate over the configuration tables in an attempt to find a specific one. Bump the loader version number as the result of this. Approved by: re (blanket)
* Add ${BUILDNAME} and ${TARGET} to the filenames of ISO imagesbmah2002-12-101-3/+3
| | | | | | | | | | | | generated during release builds. For the most part, re@ was doing this manually before putting ISO images on ftp-master, but not always. This should make naming more consistent and descriptive. Requested by: jason andrade <jason@dstc.edu.au>, hubs@ Approved by: re (rwatson) MFC after: 1 month
* Default policies to on: if you load them or compile them into yourrwatson2002-12-107-7/+7
| | | | | | | | | | kernel, you should expect them to do something, so now they do. This doesn't affect users who don't load or explicitly compile in the policies. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Play nice with GEOM and use the appropriate ioctls for getting thescottl2002-12-101-20/+12
| | | | | | | | partition size and sector size. The old way of groveling through the disklabel doesn't work anymore. Noticed by: anholt Approved by: re
* mdoc(7) police: overhaul.ru2002-12-1015-268/+355
| | | | Approved by: re
* mdoc(7) police: nit.ru2002-12-101-1/+0
| | | | Approved by: re
* mdoc(7) police: overhaul (including adoptation to FreeBSD).ru2002-12-101-106/+138
| | | | Approved by: re
* Check if rpcbind is already running and print a warning.mbr2002-12-101-0/+13
| | | | | | | | | Fixes segfault if rpcbind is started up a second time. Solution has been taken from mountd(8). Reviewed by: phk Approved by: re (rwatson)
* The exit() function has been moved to libefi.c to better deal withmarcel2002-12-101-39/+0
| | | | | | | cleaning up after ourselves. Approved by: re (blankoscheck) German corrections: Alexander (both :-)
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-105-41/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accept load options (=command line options). The call graph changes from *entry*->efi_main->efi_init, where efi_main is the EFI equivalent of main to *entry*->efi_main->main, where main is what you'd expect. efi_main now is what efi_init was. The prototype of main follows that of C. The first argument is argc and the second is argv. There is no third argument. Allocation of heap pages is now handled by the EFI library and it now deallocates the pages when main() returns or when exit() is called. This allows us to safely return to the boot manager (or EFI shell) without leaks. EFI applications are responsible to free all memory themselves. Handling of the load options is a bit tricky. There are either no load options, load options in ASCII or load options in Unicode. The EFI library will translate the ASCII options to Unicode options as to simplify user code. Since the load options are passed as a single string (if present) and main() accepts argc and argv, the startup code also has to split the string into words and build the argv vector. Here the trickiness starts. When the loader is started from the EFI shell, argv[0] will automaticly load the program name. In all other cases (ie through the boot manager), this is not the case. Unfortunately, there's no trivial way to check. Hence, a set of conditions is checked to determine if we need to fill in argv[0] ourselves or not. This checking is not perfect. There are known cases where it fails to do the right thing. The logic works for most expected cases, though. This includes the case where no options are given. Approved by: re (blanket)
* o Make all GUID variables global to maximize reuse.marcel2002-12-102-42/+64
| | | | | | | o Recognize the HCDP configuration table. o Dump the GUID of tables we don't recognize. Approved by: re (carte blanche)
* Build EFI with -fshort-wchar so that L"some string" works with themarcel2002-12-101-1/+1
| | | | EFI has defined CHAR16.
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-102-202/+4
| | | | Approved by: re (blanket)
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-1014-280/+198
| | | | | | | | during the context switch. Rearrange thread cleanups to avoid problems with Giant. Clean threads when freed or when recycled. Approved by: re (jhb)
* Add powerpc.h. Still missing powerpc.[ch] in gprof, but this getsgrehan2002-12-101-0/+3
| | | | | | the MI stuff out of the way. Approved: re (rwatson)
* Document the following MAC policies:chris2002-12-108-7/+446
| | | | | | | | | | o None: Stub policy o Seeotheruids: The "see processes and sockets owned by other users" policy o Test: Debugging policy Standardize the SYNOPSIS and HISTORY sections. Update SEE ALSO sections.
* Teach lint about powerpc.benno2002-12-091-0/+3
| | | | Approved by: re (rwatson)
* Unhook LOMAC sysinstall twiddle for the time being: mac_lomac requiresrwatson2002-12-092-0/+4
| | | | | | | the MAC Framework to be compiled into the kernel, and that's not well-expressed in sysinstall. Approved by: re (bmah)
* Move lang/perl5 from the "want to have on disc1" to the "sysinstallbmah2002-12-091-1/+1
| | | | | | | requires on disc1" part of the package split list, to track the Perl support in sysinstall. Essentially a cosmetic change. Approved by: re
* Only create the DRIVERS.TXT file on i386 for now.murray2002-12-091-0/+2
| | | | Approved by: re
* Create DRIVERS.TXT file to describe the contents of drivers.flp.murray2002-12-091-0/+2
| | | | Approved by: re
* Add a script to create a manifest of the drivers.flp disk. Thismurray2002-12-091-0/+43
| | | | | | | | | | generates a file which will be installed as DRIVERS.TXT in the floppies directory so that users know which device drivers are included on drivers.flp, and whether or not they need to worry about it. Reviewed by: ru Approved by: re
OpenPOWER on IntegriCloud