summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Newbusify the PCI PDQ (fddi) attachment. This isn't as clean aspeter2001-01-021-355/+73
| | | | | the EISA attachment and has not been tested (no hardware!), but at least it stands a chance at working. At least it compiles now.
* Fix SCCS id string abuse I introduced.obrien2001-01-021-1/+1
|
* Change Embedded Controller lock to ACPI Global Lock.This is needed fortakawata2001-01-021-11/+2
| | | | mutual execution between BIOS and OS.
* Fix typo: s/memberhip/membership/peter2001-01-021-1/+1
| | | | Submitted by: Peter Avalos <pavalos@theshell.com>
* PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h)obrien2001-01-021-0/+46
|
* PowerPC platform-specific definitions (modeled on sys/i386/include/types.h)obrien2001-01-021-0/+67
|
* Minor style tweaks.obrien2001-01-022-8/+11
|
* PowerPC platform-specific definitions (modeled on sys/i386/include/param.h)obrien2001-01-021-0/+175
|
* MP shells for the PowerPC platform.obrien2001-01-012-0/+526
|
* Minor layout fixes.ben2001-01-012-0/+8
| | | | | PR: 24004 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Add getenv(3) and setenv(3) into ``See also'' section.sobomax2001-01-011-0/+2
|
* PowerPC platform-specific page size setting.obrien2001-01-011-0/+37
|
* Fix typo: ispec -> ipsecben2001-01-011-1/+1
| | | | | PR: 24005 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* PowerPC platform-specific definitions.obrien2001-01-011-0/+97
| | | | Obtained from: NetBSD (parts)
* Install sysinstall.8 as part of buildworld.ben2001-01-011-1/+4
| | | | | PR: 19818 Submitted by: Brian Candler <B.Candler@pobox.com>
* Remove a bogus #ifdef KTR stanza.phk2001-01-011-7/+0
| | | | Noticed by: Alexander Langer <alex@big.endian.de>
* Add padding space and a version number to the md_ioctl structre for futurephk2001-01-013-5/+25
| | | | | | | | | | | | 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)
* Shells for the atomic operations FreeBSD needs.obrien2001-01-011-0/+228
| | | | This is just waiting for a budding PowerPC ASM guy to fill in the blanks.
* PowerPC platform-specific type definitions.obrien2001-01-011-0/+128
|
* Sort some of the _BSD_* types.obrien2001-01-011-4/+4
|
* Update the e_machine values to include x86-64, PowerPC and [Strong]ARM;obrien2001-01-011-5/+12
| | | | and fix the Sparc values. Also update the ELFOSABI list while I'm here.
* PowerPC specific ELF ABI definitions.obrien2001-01-011-0/+170
|
* Further tidy up the sbin/init and release builds.peter2001-01-012-29/+3
|
* s/rsa0/sa0/gobrien2001-01-012-8/+8
|
* This is not necessarily the correct fix, but at least sbin/init compilesphk2001-01-011-8/+11
| | | | in a sterile environment like "make release"
* Check that the hostname field in received packets is NUL-terminated.ben2001-01-011-0/+7
|
* Sanity check ptr for legal values so it is less likelymjacob2001-01-011-0/+6
| | | | | | (but not impossible) to get stuck in an infinite loop. Obtained from: msmith@freebsd.org
* Change prototype to getlogin_r to reflect recent change to itsdeischen2001-01-011-1/+1
| | | | implementation (conformance to '96 POSIX standard).
* Change the interface of getlogin_r to return an int. The formerdeischen2001-01-012-22/+68
| | | | | | | | | | 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)
* Add a missing vnode_if.h.phk2001-01-011-1/+1
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* We are now in the year 2001, so ajust copyrights.sobomax2001-01-011-2/+2
| | | | Happy New Year!
* Make it a bit clearer that asprintf doesn't actually "return" a pointer inben2001-01-011-4/+3
| | | | | | | | 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
* Push down sched_lock in psignal(). sched_lock was being held acrossjhb2001-01-011-4/+21
| | | | | recursive calls into psignal() as well as calls to signotify(), forward_signal(), etc.
* ru_SU -> ru_RU for nls tooache2001-01-012-6/+6
|
* Add in a missing release of the proctree lock.jhb2001-01-011-0/+1
| | | | Submitted by: Sja <sakari.jalovaara@eqonline.fi>
* Add a dopey makefile to do the tags dance, which is probably not perfectmjacob2000-12-311-0/+29
| | | | but is better than nothing by a good deal.
* there is no more miscfs/devfsmjacob2000-12-311-1/+0
|
* Fix problems with incomplete conversions from printf to isp_prt.mjacob2000-12-311-5/+3
|
* Oops, I'm such an idiot. For reasons I don't really agree with,mjacob2000-12-312-2/+2
| | | | | | | | | 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....
* In call to realloc, pass the number of bytes needed, not simply theghelmer2000-12-311-2/+2
| | | | | | | number of login time structures. Forward the name of the deny capability rather than hard-coding it in login_hostok.
* ... and ru_RU.KOI8-R.phk2000-12-311-5/+1
| | | | | | Remove ru_SU Forgotten by: phantom on 2000/12/29 14:58:01
* Add ru_RU.ISO_8859-5 also.phk2000-12-311-0/+2
|
* This is the first snapshot of the new all-singing-and-dancing md(4).phk2000-12-312-133/+520
| | | | | | 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.
* Add forgotten entry for ru_RU.CP866 to try to make make release work.phk2000-12-311-0/+2
|
* Use macro API to <sys/queue.h>phk2000-12-312-2/+2
| | | | | Submitted by: Dima Dorfman <dima@unixfreak.org> Reviewed by: phk
* Improve cmdline parsing and messages.phk2000-12-313-21/+210
| | | | | Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my mistakes and blunders)
* Use macro API to <sys/queue.h>phk2000-12-311-4/+4
| | | | | | | Submitted by: "Peter Avalos" <pavalos@theshell.com> Reviewed by: /sbin/md5 [*] [*] This line appears courtesy of Mr. Warner Losch, all rights reversed.
* Use macro API to <sys/queue.h>phk2000-12-315-13/+13
|
* Add compress option at the instigation of rgrimes.phk2000-12-311-0/+1
|
* The default is /dev/nrsa0 (now), not /dev/nsa0.mjacob2000-12-311-1/+1
|
OpenPOWER on IntegriCloud