obrien
6ba3379af0
Fix SCCS id string abuse I introduced.
2001-01-02 09:10:14 +00:00
takawata
0383701d9f
Change Embedded Controller lock to ACPI Global Lock.This is needed for
...
mutual execution between BIOS and OS.
2001-01-02 05:22:35 +00:00
peter
ee9f6ce82c
Fix typo: s/memberhip/membership/
...
Submitted by: Peter Avalos <pavalos@theshell.com>
2001-01-02 04:01:59 +00:00
obrien
5d83ebcf7c
PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)
2001-01-02 00:34:24 +00:00
obrien
9344f0ac75
PowerPC platform-specific definitions (modeled on sys/i386/include/types.h)
2001-01-02 00:30:49 +00:00
obrien
5737790e1e
Minor style tweaks.
2001-01-02 00:11:41 +00:00
obrien
fbd89dbc05
PowerPC platform-specific definitions (modeled on sys/i386/include/param.h)
2001-01-02 00:06:45 +00:00
obrien
bac2796b9d
MP shells for the PowerPC platform.
2001-01-01 23:45:11 +00:00
ben
c89d4cd7c8
Minor layout fixes.
...
PR: 24004
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2001-01-01 23:30:51 +00:00
sobomax
3cd6a133d3
Add getenv(3) and setenv(3) into ``See also'' section.
2001-01-01 23:26:54 +00:00
obrien
d940286b54
PowerPC platform-specific page size setting.
2001-01-01 23:26:39 +00:00
ben
30b43d4123
Fix typo: ispec -> ipsec
...
PR: 24005
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2001-01-01 23:26:16 +00:00
obrien
c00705d792
PowerPC platform-specific definitions.
...
Obtained from: NetBSD (parts)
2001-01-01 23:19:22 +00:00
ben
87a2343bbe
Install sysinstall.8 as part of buildworld.
...
PR: 19818
Submitted by: Brian Candler <B.Candler@pobox.com>
2001-01-01 23:17:11 +00:00
phk
dfe91ebab3
Remove a bogus #ifdef KTR stanza.
...
Noticed by: Alexander Langer <alex@big.endian.de>
2001-01-01 23:09:53 +00:00
phk
cdf3df051b
Add padding space and a version number to the md_ioctl structre for future
...
extension.
Add ability to create a preload disk giving an address and a length
(suggested by imp)
Fix bug relating to very small md(4) devices.
Update md.c copyright to reflect the status of code copied from vn.c.
(noticed by dillon)
2001-01-01 23:08:26 +00:00
obrien
20531f4651
Shells for the atomic operations FreeBSD needs.
...
This is just waiting for a budding PowerPC ASM guy to fill in the blanks.
2001-01-01 23:06:59 +00:00
obrien
ae1d8ec43f
PowerPC platform-specific type definitions.
2001-01-01 22:43:52 +00:00
obrien
65921c45f6
Sort some of the _BSD_* types.
2001-01-01 22:26:56 +00:00
obrien
468ec92a65
Update the e_machine values to include x86-64, PowerPC and [Strong]ARM;
...
and fix the Sparc values. Also update the ELFOSABI list while I'm here.
2001-01-01 21:56:57 +00:00
obrien
888fbf3ca5
PowerPC specific ELF ABI definitions.
2001-01-01 21:54:48 +00:00
peter
c44da00be1
Further tidy up the sbin/init and release builds.
2001-01-01 21:39:00 +00:00
obrien
070f48d14f
s/rsa0/sa0/g
2001-01-01 19:50:48 +00:00
phk
e52f3fe9ba
This is not necessarily the correct fix, but at least sbin/init compiles
...
in a sterile environment like "make release"
2001-01-01 19:46:43 +00:00
ben
de830bf0bb
Check that the hostname field in received packets is NUL-terminated.
2001-01-01 18:43:21 +00:00
mjacob
ebe888cdb7
Sanity check ptr for legal values so it is less likely
...
(but not impossible) to get stuck in an infinite loop.
Obtained from: msmith@freebsd.org
2001-01-01 16:49:31 +00:00
deischen
d8b31c7943
Change prototype to getlogin_r to reflect recent change to its
...
implementation (conformance to '96 POSIX standard).
2001-01-01 13:35:04 +00:00
deischen
62702ce855
Change the interface of getlogin_r to return an int. The former
...
interface was based on a draft version of POSIX whereas the final
(1996) version of POSIX specified that the error is returned.
While I'm here, fix getlogin_r so that it works for more than just
the first time it's called.
Reviewed by: wes, wollman (man page)
2001-01-01 13:29:19 +00:00
phk
95a1cabbb9
Add a missing vnode_if.h.
...
Submitted by: Jim Bloom <bloom@acm.org>
2001-01-01 11:28:32 +00:00
sobomax
9628e1f0a6
We are now in the year 2001, so ajust copyrights.
...
Happy New Year!
2001-01-01 08:05:48 +00:00
ben
97e5bd7d4e
Make it a bit clearer that asprintf doesn't actually "return" a pointer in
...
the normal sense of the word, but does it through one of its arguments which
is a pointer to a pointer.
PR: 23717
Submitted by: phk
2001-01-01 05:19:52 +00:00
jhb
c368baf0b4
Push down sched_lock in psignal(). sched_lock was being held across
...
recursive calls into psignal() as well as calls to signotify(),
forward_signal(), etc.
2001-01-01 02:31:08 +00:00
ache
8ff3e93de3
ru_SU -> ru_RU for nls too
2001-01-01 02:19:59 +00:00
jhb
37f5912410
Add in a missing release of the proctree lock.
...
Submitted by: Sja <sakari.jalovaara@eqonline.fi>
2001-01-01 02:19:51 +00:00
mjacob
45232b4094
Add a dopey makefile to do the tags dance, which is probably not perfect
...
but is better than nothing by a good deal.
2000-12-31 23:26:34 +00:00
mjacob
984784059a
there is no more miscfs/devfs
2000-12-31 23:12:20 +00:00
mjacob
21bcb778b3
Fix problems with incomplete conversions from printf to isp_prt.
2000-12-31 20:50:56 +00:00
mjacob
455cbaec15
Oops, I'm such an idiot. For reasons I don't really agree with,
...
all devices are by default known by their 'cooked' name, so
my change was wrong. I thought it was a hangover from old 'block
tape device' support which hasn't worked (if it ever did) since
v6/PWB.
So, the default tape name is now the same as Linux. Far out, man....
2000-12-31 20:29:56 +00:00
ghelmer
1a64139162
In call to realloc, pass the number of bytes needed, not simply the
...
number of login time structures.
Forward the name of the deny capability rather than hard-coding it
in login_hostok.
2000-12-31 16:15:06 +00:00
phk
27ec6a6ff1
... and ru_RU.KOI8-R.
...
Remove ru_SU
Forgotten by: phantom on 2000/12/29 14:58:01
2000-12-31 15:08:14 +00:00
phk
ff55e9bbc4
Add ru_RU.ISO_8859-5 also.
2000-12-31 15:06:08 +00:00
phk
0ae4f0870d
This is the first snapshot of the new all-singing-and-dancing md(4).
...
Using the mdconfig(8) program you can now configure memory disks
on malloc(9), swap or a file/vnode. preloaded md disks also work
as usual.
2000-12-31 13:03:42 +00:00
phk
bea29a6c37
Add forgotten entry for ru_RU.CP866 to try to make make release work.
2000-12-31 12:02:55 +00:00
phk
ea5b751a79
Use macro API to <sys/queue.h>
...
Submitted by: Dima Dorfman <dima@unixfreak.org>
Reviewed by: phk
2000-12-31 11:22:42 +00:00
phk
3e008ced76
Improve cmdline parsing and messages.
...
Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my
mistakes and blunders)
2000-12-31 11:20:49 +00:00
phk
7e33fb5b20
Use macro API to <sys/queue.h>
...
Submitted by: "Peter Avalos" <pavalos@theshell.com>
Reviewed by: /sbin/md5 [*]
[*] This line appears courtesy of Mr. Warner Losch, all rights reversed.
2000-12-31 10:28:01 +00:00
phk
5de479435a
Use macro API to <sys/queue.h>
2000-12-31 10:24:19 +00:00
phk
bd55e14c59
Add compress option at the instigation of rgrimes.
2000-12-31 10:22:52 +00:00
mjacob
7278f73086
The default is /dev/nrsa0 (now), not /dev/nsa0.
2000-12-31 08:17:58 +00:00
mjacob
072d9a6f78
Unbelievable how this slipped through. There is
...
no such device as /dev/nsa0. The DEFTAPE should
"/dev/nrsa0". *Groan*.
2000-12-31 08:17:19 +00:00