summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add PnP ID 'IBM3781' for TP240 mouse.takawata2001-10-032-0/+2
|
* Don't install manpage links for the nonexistent functions exp2(),bde2001-10-031-2/+2
| | | | exp2f(), log2() and log2f().
* Removed .Nm's for the nonexistent functions exp2() and exp2f().bde2001-10-031-2/+0
|
* Add commented-out/prototype entries for samba's swat configuration tool.jkh2001-10-032-1/+4
| | | | | Requested by: "William Wong" <willwong@samurai.com> MFC after: 1 week
* Made this header self-sufficient.bde2001-10-031-6/+9
| | | | Fully parenthesized a macro definition.
* Fixed syntax errors in synopsis. The restrict keyword doesn't exist yet.bde2001-10-031-5/+5
| | | | | | The corresponding bugs in <wchar.h> have no effect because the function prototypes there don't have args so the __restrict "keyword" is misinterpreted as an arg.
* Fixed missing return type in synopsis.bde2001-10-031-0/+1
|
* Restore MSDOSFS support to the install kernel.obrien2001-10-033-3/+9
| | | | | | Remove the `txp' `sf' `ste' network drivers instead. Approved by: jkh
* Fixed wrong arg type in synopsis.bde2001-10-031-1/+1
|
* Fixed bitrot in synopsis. The change of the return type ofbde2001-10-031-1/+1
| | | | | Set_Boot_Blocks() from void to int had not reached here. Callers still don't check the new return value.
* Fixed missing includes in synopsis.bde2001-10-031-0/+4
|
* Fixed misspelled arg type in synopsis.bde2001-10-031-1/+1
|
* Fixed missing include in synopsis.bde2001-10-031-0/+1
|
* Let's not kid ourselves- we don't *really* support jumbframes yet.mjacob2001-10-021-0/+7
| | | | | | We only support the size of frame we are currently allocating, which is MCLBYTES - sizeof (struct ether_header) usable, so don't set an MTU that would go over this.
* Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setdes2001-10-023-10/+57
| | | | | on the node in question. Also add two API functions for setting and clearing this flag; setting it also reclaims all vnodes associated with the node.
* Various fixes and improvements- some from the folks at Sitara Networks (thx)mjacob2001-10-022-14/+34
|
* Only print "XXX (un)registered" message if bootverbose.des2001-10-021-2/+4
|
* Merge the following from the English version:hrs2001-10-021-3/+104
| | | | 1.145 -> 1.149 relnotes/common/new.sgml
* Fix problem where a user buffer outside of the area being testedmjacob2001-10-026-6/+6
| | | | | | | | will be corrupted. PR: 29194 Obtained from: Tor.Egge@fast.no MFC after: 2 weeks
* Documentation comment: note that the each NIC's softc is assumed to startmjacob2001-10-021-0/+5
| | | | | | with an ifnet structure. MFC after: 1 week
* A somewhat large change of this script.luigi2001-10-021-349/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the user's perspective: * everything is now built outside the source tree (more precisely, in `pwd`/builddir-${name}/ ) except for the kernel config file(s) which still need to be copied into src/sys/i386/conf because of "config" limitations. I am not sure if there is an easy way to get away from this without changing "config" or replicating some part of the source tree. This is really the only change that most users should worry about, but it is a good one. * if you do cross-compiles (using "picobsd --src somedir/src [--init] ... ") then the libraries and include directories etc. are searched/created in "somedir/usr" ; * you can do most things (basically build the kernel and the crunched binary and the filesystem trees) without root privileges. You need privileges to use mdconfig/vnconfig to create the actual MFS and floppy image, unfortunately. * the -v option now prints some diagnostic but does not stop for user input at each step. You need to specify -v -v to have the old behaviour. Internally, the script has been reshuffled quite a bit to support the above features. Many shell variables have been renamed or made local in an effort to avoid undesired side effects. There is a somewhat better error handling in case something goes wrong.
* Compile the kernel under ${BUILDDIR} instead of polluting the sourceluigi2001-10-021-3/+13
| | | | | | tree. Unfortunately the latter cannot be completely readonly, because "config" still depends on the kernel config file being in sys/${ARCH}/conf (it seems to derive other pathnames from that one).
OpenPOWER on IntegriCloud