Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Following the discussion in -arch and the submission of a patch by bde, here | roberto | 2001-10-04 | 2 | -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. | ru | 2001-10-04 | 1 | -1/+4 |
| | | | | Noticed by: bde | ||||
* | Remove extraneous semicolon. | jhb | 2001-10-04 | 1 | -1/+1 |
| | | | | Submitted by: Maxime Henrion <mux@qualys.com> | ||||
* | Fixed order of includes. <sys/cdefs.h> must be included before | bde | 2001-10-04 | 1 | -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. It | jhb | 2001-10-04 | 2 | -2/+2 |
| | | | | introduces many useless warnings obscuring the useful ones. | ||||
* | Whitespace fixes. | jhb | 2001-10-04 | 1 | -3/+3 |
| | |||||
* | Second round of spelling fixes for vm_page_io_finised. The function name | bde | 2001-10-04 | 2 | -4/+4 |
| | | | | is actually vm_page_io_finish. | ||||
* | Removed garbage: | bde | 2001-10-04 | 4 | -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. | bde | 2001-10-04 | 1 | -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. | bde | 2001-10-04 | 1 | -11/+11 |
| | |||||
* | Terminate the array of execv(3) pointers by a NULL pointer in the edge case. | ru | 2001-10-04 | 1 | -1/+3 |
| | | | | | PR: bin/30913 Submitted by: Dimitri Lommers <dimitri@hinttech.com> | ||||
* | Fixed wrong include in synopsis. | bde | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed (C) syntax error in synopsis. | bde | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached | bde | 2001-10-04 | 1 | -1/+1 |
| | | | | here. | ||||
* | Fixed missing include in synopsis. | bde | 2001-10-04 | 2 | -0/+2 |
| | |||||
* | Fixed wrong arg type in synopsis. | bde | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | Add a couple of low-level acpi support files. | dfr | 2001-10-04 | 1 | -0/+2 |
| | |||||
* | Add low-level ACPI support code and make a start on parsing the ACPI | dfr | 2001-10-04 | 3 | -0/+356 |
| | | | | interrupt information. | ||||
* | Add busspace hacks for ia64. | dfr | 2001-10-04 | 1 | -0/+6 |
| | |||||
* | Use return_PTR, not return_VALUE when returning pointers. | dfr | 2001-10-04 | 1 | -2/+2 |
| | |||||
* | Check the compatible ID as well as the hardware ID in acpi_MatchHid. | dfr | 2001-10-04 | 1 | -0/+5 |
| | |||||
* | Fixed pedantic syntax error (trailing semicolon in enum). | bde | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed some style bugs. | bde | 2001-10-04 | 1 | -4/+4 |
| | |||||
* | Fixed namespace pollution: | bde | 2001-10-04 | 1 | -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) | bde | 2001-10-04 | 1 | -4/+4 |
| | | | | in rev.1.61. | ||||
* | Fixed a missing forward declaration and unsorting of prototypes in rev.1.18. | bde | 2001-10-04 | 1 | -1/+2 |
| | |||||
* | Fixed wrong include in synopsis. | bde | 2001-10-04 | 1 | -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 use | mike | 2001-10-04 | 1 | -3/+4 |
| | | | | | | of the new RCSID macros. MFC after: 3 days | ||||
* | Add functions to lookup in /etc/networks and set interface | luigi | 2001-10-04 | 2 | -16/+77 |
| | | | | addresses, invoke them from /etc/rc | ||||
* | Add "networks" file used to lookup netmasks | luigi | 2001-10-04 | 1 | -0/+4 |
| | |||||
* | Use @__CWD__@ as the magic string meaning "this directory" | luigi | 2001-10-04 | 1 | -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. | grog | 2001-10-04 | 2 | -2/+0 |
| | |||||
* | Fixed a missing proc -> thread substitution. | bde | 2001-10-03 | 1 | -1/+3 |
| | | | | | Broke future detection of this bug in userland by not declaring kernel prototypes in userland. | ||||
* | Fixed various type errors in synopsis. | bde | 2001-10-03 | 1 | -7/+7 |
| | |||||
* | Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainly | bde | 2001-10-03 | 10 | -31/+33 |
| | | | | | inconsistently weird const poisoning in the man pages relative to the headers. | ||||
* | Fixed spelling of rpow in rpow's prototype. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed missing `const' in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | Fixed return type in synopsis. | bde | 2001-10-03 | 1 | -1/+1 |
| | |||||
* | We don't ship pim6dd/pim6sd any more. | ume | 2001-10-03 | 1 | -2/+4 |
| | | | | MFC after: 1 week | ||||
* | Fixed bitrot in synopsis. The change of the color type from byte to u_long | bde | 2001-10-03 | 1 | -8/+8 |
| | | | | had not reached here. | ||||
* | Doh! committed from the wrong tree, this is the right "stuff"... | sos | 2001-10-03 | 3 | -3/+3 |
| | |||||
* | Forced commit: | alfred | 2001-10-03 | 0 | -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() | alfred | 2001-10-03 | 1 | -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. | sos | 2001-10-03 | 1 | -2/+6 |
| | |||||
* | Fix alphabetical order of supported chipsets. | asmodai | 2001-10-03 | 1 | -2/+2 |
| | |||||
* | Proberly support the Promise TX2/4. | sos | 2001-10-03 | 3 | -8/+51 |
| | | | | Programming info kindly provided by Daniela Engert <dani@ngrt.de> | ||||
* | The encoding for the bus being passed to SAL was completely wrong. | dfr | 2001-10-03 | 2 | -4/+3 |
| | |||||
* | cosmetics in the bootverbose probe- | sos | 2001-10-03 | 1 | -2/+4 |
| | |||||
* | Hopefully fix the identify failed on ATAPI slaves on some notebooks. | sos | 2001-10-03 | 1 | -2/+7 |
| | |||||
* | Clarify parameter "names" in prototypes. | obrien | 2001-10-03 | 1 | -2/+4 |
| | | | | Submitted by: bde |