summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename the pccbb device to cbb.imp2002-08-152-311/+318
|
* Move the symbol firmware loading routines into if_wi.imp2002-08-154-148/+161
| | | | Define some basic firmware downloading commands.
* Add regression tests for sysvipc.alfred2002-08-1510-0/+1079
| | | | | Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Obtained from: NetBSD
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
| | | | This makes truss work on sparc64.
* Fix some confusion regarding traps that use mmu globals but don't reallyjake2002-08-151-2/+4
| | | | have any reason to; force alternat globals instead, which is what we want.
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-156-20/+29
| | | | | Find the prom node for the boot cpu earlier and store it in the per-cpu area, so that cache_init can be called earlier.
* I was too conservative with my header changes, so restore some sanitydougb2002-08-151-2/+3
| | | | | | | via bde. atatat@NetBSD.org made basically the same change in their version, so bring over their CVS Id which I neglected last time. Obtained from: bde, Andrew Brown <atatat@NetBSD.org>
* Improve handling of TX errors. Early reports indicate that thissilby2002-08-154-26/+56
| | | | | | | | | | elimiates the driver lockup problem reported by many. Concepts used were taken from Via's if_fet driver. Verification and implementation were done by Thomas Nystrom. Submitted by: Thomas Nystrom <thn@saeab.se> MFC after: 3 days
* Clean up comments that are no longer relevant.scottl2002-08-151-12/+9
|
* I missed the single_mountd_enable in rc.network.gordon2002-08-151-1/+1
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Remove an accidental double chkdepend that snuck in during the last commit.gordon2002-08-151-1/+0
| | | | Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Sync to trustedbsd_mac tree: default to sigsegv rather than copy-on-writerwatson2002-08-159-9/+9
| | | | | | | | | during a label change resulting in an mmap removal. This is "fail stop" behavior, which is preferred, although it offers slightly less transparency. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* return foo -> return (foo)alfred2002-08-151-22/+22
|
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-153-246/+239
| | | | | | Significantly de-obfuscate udf_lookup Inspired By: tes@sgi.com
* - Add the 'restrict' qualifier to the function definitions androbert2002-08-144-12/+6
| | | | | | | | public prototypes of setbuf(3) and setvbuf(3) using the '__restrict' macro from <sys/cdefs.h> to be compliant with IEEE Std 1003.1-2001. - Replace the K&R with ANSI-C function definitions. - Bring the manual page up-to-date.
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-143-8/+7
| | | | | | | | | strftime(3) for IEEE Std 1003.1-2001 compliance and remove excessive usage of the 'const' qualifier that was neither present in the prototype in the publice header, nor in the local prototype just above the function definition. - Replace the K&R function definition with a ANSI-C one. - Update the prototype of strftime(3) in its manual page.
* - Add the 'restrict' qualifier to the definitions of the stringrobert2002-08-146-18/+8
| | | | | | | concatenation and copy functions using the '__restrict' macro. This is to satisfy IEEE Std 1003-1.2001. - Use ANSI-C function definitions. - Add the 'restrict' keyword to the manual pages, too.
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-143-3/+5
| | | | | function prototype and definition of strptime(3). - Update the manual page.
* Use "ugidfw.h" rather than <ugidfw.h> so that mkdep can find it.rwatson2002-08-141-1/+1
| | | | Suggested by: mike
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001robert2002-08-143-8/+13
| | | | | | | prototype of the tdelete(3) function. - Remove duplicated space. - Use an ANSI-C function definition for tdelete(3). - Update the manual page.
* - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001robert2002-08-142-5/+2
| | | | | | | to the function definition of strxfrm(3) in form of our '__restrict' macro. - Use an ANSI-C function definition for strxfrm(3). - Change the manual page accordingly.
* -Add the restrict required by IEEE Std 1003.1-2001 in formrobert2002-08-144-27/+12
| | | | | | | of our __restrict macro to the prototypes and function definitions of inet_pton and inet_ntop. - Use ANSI-C function argument lists. - Adjust the prototypes in the manual page.
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-142-2/+2
| | | | | | the BSS (so that it can be binary-patched). Inspired by: bde
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:jmallett2002-08-141-1/+1
| | | | | | it's const. Inspired by: bde
* Spell kenrel as 'kernel' for consistency with the rest of the universe.jmallett2002-08-142-2/+2
| | | | Inspired by: bde
* Removed the (never-released) FreeBSD 4.6.1.ru2002-08-141-1/+0
| | | | Inspired by: bmah's commit to www/en/releases/4.6.1R
* Collapsed the export list, added CD_EXTRA_BITS to it.ru2002-08-141-63/+12
|
* Unbreak building of fstat following version 1.23 ofbmilekic2002-08-141-1/+1
| | | | src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
* mdoc(7) police: fixed indentation in SYNOPSIS.ru2002-08-141-2/+16
| | | | Submitted by: style(9) police (bde)
* Set kernel_vm_end. Panic if we try to grow the kernel.jake2002-08-141-0/+3
|
* Use proper #includeache2002-08-141-1/+1
|
* Add #undefs to separate local buffers declaration and now dinamic libc buffersache2002-08-141-0/+5
|
* mdoc(7) police: simplify.ru2002-08-141-3/+1
|
* mdoc(7) police: Forgot to bump .Dd.ru2002-08-141-1/+1
|
* mdoc(7) police:ru2002-08-141-11/+17
| | | | | | Added -F and -W options to the SYNOPSIS. Fixed options DESCRIPTION to match style(9). Document the default for -F.
* Fix the usage() to match style(9).ru2002-08-141-3/+4
|
* mdoc(7) police: nits.ru2002-08-141-3/+5
|
* Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and renamejoerg2002-08-141-1/+9
| | | | | | | the DIOCGDINFO ioctl into DIOCGDVIRGIN. This allows the newfs(8) to work on vinum volumes without the now removed -v option. Approved by: grog
* Add definition for FreeBSD 4.6.2.murray2002-08-141-0/+1
|
* Don't export variables from /etc/rc when doing rc_ng because the scriptsgordon2002-08-141-2/+0
| | | | | | are sourced in a subshell. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Clean up the scripts to use the new variables:gordon2002-08-1412-51/+100
| | | | | | | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable -> mountd_enable Changing the mountd flags brings us closer to NetBSD. All of the old variable names are shimmed so you can continue to use the old variable name. Finally make /etc/rc.d/mountd no longer dependent on nfs as there are (apparently) other consumers of mountd. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Clean up some variables that should have been done before:gordon2002-08-143-14/+40
| | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable to mountd_enable. We also include shims for all the old variable names. Submitted by: Mike Makonnen <makonnen@pacbell.net>
* Move to nested include of _label.h instead of mac.h, reducing namespacerwatson2002-08-142-2/+2
| | | | | | | | pollution. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Suggested by: bde
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hrwatson2002-08-146-14/+8
| | | | | | | | | (Most of the places where mac.h was recursively included from another kernel header file. net/netinet to follow.) Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Suggested by: bde
* - Add the missing td argument to vn_lock that I missed in my last commit.jeff2002-08-131-1/+1
|
* A much better description of the -q option.dougb2002-08-131-5/+10
| | | | Obtained from: Andrew Brown <atatat@NetBSD.org>
* mdoc(7) police: minor nits.ru2002-08-131-2/+5
| | | | Approved by: imp
* remove spurious printfphk2002-08-131-1/+1
|
* Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.hdg2002-08-133-4/+3
| | | | so that they can be seen by external callers.
* Unbreak one of the most confusing breaks of the tree I've seen.phk2002-08-131-1/+2
| | | | The last commit cannot possibly have been tested.
OpenPOWER on IntegriCloud