| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Define some basic firmware downloading commands.
|
|
|
|
|
| |
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Obtained from: NetBSD
|
|
|
|
| |
This makes truss work on sparc64.
|
|
|
|
| |
have any reason to; force alternat globals instead, which is what we want.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Significantly de-obfuscate udf_lookup
Inspired By: tes@sgi.com
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
function prototype and definition of strptime(3).
- Update the manual page.
|
|
|
|
| |
Suggested by: mike
|
|
|
|
|
|
|
| |
prototype of the tdelete(3) function.
- Remove duplicated space.
- Use an ANSI-C function definition for tdelete(3).
- Update the manual page.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
the BSS (so that it can be binary-patched).
Inspired by: bde
|
|
|
|
|
|
| |
it's const.
Inspired by: bde
|
|
|
|
| |
Inspired by: bde
|
|
|
|
| |
Inspired by: bmah's commit to www/en/releases/4.6.1R
|
| |
|
|
|
|
| |
src/sys/ufs/ufs/quota.h by including mount.h before ufs/quota.h.
|
|
|
|
| |
Submitted by: style(9) police (bde)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Added -F and -W options to the SYNOPSIS.
Fixed options DESCRIPTION to match style(9).
Document the default for -F.
|
| |
|
| |
|
|
|
|
|
|
|
| |
the DIOCGDINFO ioctl into DIOCGDVIRGIN. This allows the newfs(8) to
work on vinum volumes without the now removed -v option.
Approved by: grog
|
| |
|
|
|
|
|
|
| |
are sourced in a subshell.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
pollution.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Suggested by: bde
|
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
|
|
|
| |
Obtained from: Andrew Brown <atatat@NetBSD.org>
|
|
|
|
| |
Approved by: imp
|
| |
|
|
|
|
| |
so that they can be seen by external callers.
|
|
|
|
| |
The last commit cannot possibly have been tested.
|