summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Following the discussion in -arch and the submission of a patch by bde, hereroberto2001-10-042-11/+20
| | | | | | | it is. I added the manpage change. Submitted by: bde MFC after: 1 week
* Unbreak standalone `make depend' in gnu/usr.bin/perl.ru2001-10-041-1/+4
| | | | Noticed by: bde
* Remove extraneous semicolon.jhb2001-10-041-1/+1
| | | | Submitted by: Maxime Henrion <mux@qualys.com>
* Fixed order of includes. <sys/cdefs.h> must be included beforebde2001-10-041-9/+6
| | | | | | | | | <machine/ansi.h> for the definition of __signed, unless the compiler is gcc. Moved the declaration of socklen_t up together with the declaration of size_t, and removed low-quality comment about this declaration. Declaring socklen_t in this file is normal in POSIX-1.200x, unlike declaring size_t.
* Comment out RESTARTABLE_PANICS so that it is not defined in LINT. Itjhb2001-10-042-2/+2
| | | | introduces many useless warnings obscuring the useful ones.
* Whitespace fixes.jhb2001-10-041-3/+3
|
* Second round of spelling fixes for vm_page_io_finised. The function namebde2001-10-042-4/+4
| | | | is actually vm_page_io_finish.
* Removed garbage:bde2001-10-044-286/+2
| | | | | | | | | - bus_generic_map_intr.9. This has been undead for more than 3 years following the changes in rev.1.4 of sys/bus.h. - CONDSPLASSERT.9, SPLASSERT.9. These have been undead since SMPng. They were even less useful than most section 9 man pages -- the interfaces described in them have never been used in the FreeBSD source tree.
* Fixed missing include in synopsis.bde2001-10-041-35/+36
| | | | | | | Fixed bitrot in synopsis. Const'ification of string args had not reached here. Fixed some style bugs (superfluous quotes).
* Fixed many wrong arg types and 1 missing arg in synopsis.bde2001-10-041-11/+11
|
* Terminate the array of execv(3) pointers by a NULL pointer in the edge case.ru2001-10-041-1/+3
| | | | | PR: bin/30913 Submitted by: Dimitri Lommers <dimitri@hinttech.com>
* Fixed wrong include in synopsis.bde2001-10-041-1/+1
|
* Fixed (C) syntax error in synopsis.bde2001-10-041-1/+1
|
* Fixed bitrot in synopsis. Const'ification of m_copydata() had not reachedbde2001-10-041-1/+1
| | | | here.
* Fixed missing include in synopsis.bde2001-10-042-0/+2
|
* Fixed wrong arg type in synopsis.bde2001-10-041-1/+1
|
* Add a couple of low-level acpi support files.dfr2001-10-041-0/+2
|
* Add low-level ACPI support code and make a start on parsing the ACPIdfr2001-10-043-0/+356
| | | | interrupt information.
* Add busspace hacks for ia64.dfr2001-10-041-0/+6
|
* Use return_PTR, not return_VALUE when returning pointers.dfr2001-10-041-2/+2
|
* Check the compatible ID as well as the hardware ID in acpi_MatchHid.dfr2001-10-041-0/+5
|
* Fixed pedantic syntax error (trailing semicolon in enum).bde2001-10-041-1/+1
|
* Fixed some style bugs.bde2001-10-041-4/+4
|
* Fixed namespace pollution:bde2001-10-041-3/+12
| | | | | | - only declare the application symbols specified in Posix.1-200x drafts, not everything in <sys/types.h> and <stddef.h>. - don't use the application symbol 'm' for an arg name.
* Fixed style bugs (indentation errors, missing punctuation, and unsorting)bde2001-10-041-4/+4
| | | | in rev.1.61.
* Fixed a missing forward declaration and unsorting of prototypes in rev.1.18.bde2001-10-041-1/+2
|
* Fixed wrong include in synopsis.bde2001-10-041-3/+3
| | | | | Fixed bitrot in synopsis. Const'ification of make_dev() and make_dev_alias() had not reached here.
* Include <string.h> to prototype strcpy(3). While I'm here, make usemike2001-10-041-3/+4
| | | | | | of the new RCSID macros. MFC after: 3 days
* Add functions to lookup in /etc/networks and set interfaceluigi2001-10-042-16/+77
| | | | addresses, invoke them from /etc/rc
* Add "networks" file used to lookup netmasksluigi2001-10-041-0/+4
|
* Use @__CWD__@ as the magic string meaning "this directory"luigi2001-10-041-1/+1
| | | | | | in crunch.conf -- the previous choice, CWD, was too subject to false matches (this string will be replaced by the absolute pathname during the build process).
* Remove duplicate entries.grog2001-10-042-2/+0
|
* Fixed a missing proc -> thread substitution.bde2001-10-031-1/+3
| | | | | Broke future detection of this bug in userland by not declaring kernel prototypes in userland.
* Fixed various type errors in synopsis.bde2001-10-031-7/+7
|
* Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainlybde2001-10-0310-31/+33
| | | | | inconsistently weird const poisoning in the man pages relative to the headers.
* Fixed spelling of rpow in rpow's prototype.bde2001-10-031-1/+1
|
* Fixed missing `const' in synopsis.bde2001-10-031-1/+1
|
* Fixed return type in synopsis.bde2001-10-031-1/+1
|
* We don't ship pim6dd/pim6sd any more.ume2001-10-031-2/+4
| | | | MFC after: 1 week
* Fixed bitrot in synopsis. The change of the color type from byte to u_longbde2001-10-031-8/+8
| | | | had not reached here.
* Doh! committed from the wrong tree, this is the right "stuff"...sos2001-10-033-3/+3
|
* Forced commit:alfred2001-10-030-0/+0
| | | | | | | Previous delta was, Tested by: David Taylor <davidt@yadt.co.uk> and should be MFC after: 1 week
* Avoid getting stuck in system(3) when the internal call to wait4()alfred2001-10-031-2/+3
| | | | | | | | | | is interrupted by saving the pid. The old code would assign the return value to pid which would trash it, to fix the problem save a copy of the pid to be used as the paramter to wait4(). Submitted by: Toshihiko ARAI <toshi@jp.FreeBSD.org>
* Update with latest chipset supports.sos2001-10-031-2/+6
|
* Fix alphabetical order of supported chipsets.asmodai2001-10-031-2/+2
|
* Proberly support the Promise TX2/4.sos2001-10-033-8/+51
| | | | Programming info kindly provided by Daniela Engert <dani@ngrt.de>
* The encoding for the bus being passed to SAL was completely wrong.dfr2001-10-032-4/+3
|
* cosmetics in the bootverbose probe-sos2001-10-031-2/+4
|
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.sos2001-10-031-2/+7
|
* Clarify parameter "names" in prototypes.obrien2001-10-031-2/+4
| | | | Submitted by: bde
OpenPOWER on IntegriCloud