Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Newbusify the PCI PDQ (fddi) attachment. This isn't as clean as | peter | 2001-01-02 | 1 | -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. | obrien | 2001-01-02 | 1 | -1/+1 |
| | |||||
* | Change Embedded Controller lock to ACPI Global Lock.This is needed for | takawata | 2001-01-02 | 1 | -11/+2 |
| | | | | mutual execution between BIOS and OS. | ||||
* | Fix typo: s/memberhip/membership/ | peter | 2001-01-02 | 1 | -1/+1 |
| | | | | Submitted by: Peter Avalos <pavalos@theshell.com> | ||||
* | PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h) | obrien | 2001-01-02 | 1 | -0/+46 |
| | |||||
* | PowerPC platform-specific definitions (modeled on sys/i386/include/types.h) | obrien | 2001-01-02 | 1 | -0/+67 |
| | |||||
* | Minor style tweaks. | obrien | 2001-01-02 | 2 | -8/+11 |
| | |||||
* | PowerPC platform-specific definitions (modeled on sys/i386/include/param.h) | obrien | 2001-01-02 | 1 | -0/+175 |
| | |||||
* | MP shells for the PowerPC platform. | obrien | 2001-01-01 | 2 | -0/+526 |
| | |||||
* | Minor layout fixes. | ben | 2001-01-01 | 2 | -0/+8 |
| | | | | | PR: 24004 Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | Add getenv(3) and setenv(3) into ``See also'' section. | sobomax | 2001-01-01 | 1 | -0/+2 |
| | |||||
* | PowerPC platform-specific page size setting. | obrien | 2001-01-01 | 1 | -0/+37 |
| | |||||
* | Fix typo: ispec -> ipsec | ben | 2001-01-01 | 1 | -1/+1 |
| | | | | | PR: 24005 Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | PowerPC platform-specific definitions. | obrien | 2001-01-01 | 1 | -0/+97 |
| | | | | Obtained from: NetBSD (parts) | ||||
* | Install sysinstall.8 as part of buildworld. | ben | 2001-01-01 | 1 | -1/+4 |
| | | | | | PR: 19818 Submitted by: Brian Candler <B.Candler@pobox.com> | ||||
* | Remove a bogus #ifdef KTR stanza. | phk | 2001-01-01 | 1 | -7/+0 |
| | | | | Noticed by: Alexander Langer <alex@big.endian.de> | ||||
* | Add padding space and a version number to the md_ioctl structre for future | phk | 2001-01-01 | 3 | -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. | obrien | 2001-01-01 | 1 | -0/+228 |
| | | | | This is just waiting for a budding PowerPC ASM guy to fill in the blanks. | ||||
* | PowerPC platform-specific type definitions. | obrien | 2001-01-01 | 1 | -0/+128 |
| | |||||
* | Sort some of the _BSD_* types. | obrien | 2001-01-01 | 1 | -4/+4 |
| | |||||
* | Update the e_machine values to include x86-64, PowerPC and [Strong]ARM; | obrien | 2001-01-01 | 1 | -5/+12 |
| | | | | and fix the Sparc values. Also update the ELFOSABI list while I'm here. | ||||
* | PowerPC specific ELF ABI definitions. | obrien | 2001-01-01 | 1 | -0/+170 |
| | |||||
* | Further tidy up the sbin/init and release builds. | peter | 2001-01-01 | 2 | -29/+3 |
| | |||||
* | s/rsa0/sa0/g | obrien | 2001-01-01 | 2 | -8/+8 |
| | |||||
* | This is not necessarily the correct fix, but at least sbin/init compiles | phk | 2001-01-01 | 1 | -8/+11 |
| | | | | in a sterile environment like "make release" | ||||
* | Check that the hostname field in received packets is NUL-terminated. | ben | 2001-01-01 | 1 | -0/+7 |
| | |||||
* | Sanity check ptr for legal values so it is less likely | mjacob | 2001-01-01 | 1 | -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 its | deischen | 2001-01-01 | 1 | -1/+1 |
| | | | | implementation (conformance to '96 POSIX standard). | ||||
* | Change the interface of getlogin_r to return an int. The former | deischen | 2001-01-01 | 2 | -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. | phk | 2001-01-01 | 1 | -1/+1 |
| | | | | Submitted by: Jim Bloom <bloom@acm.org> | ||||
* | We are now in the year 2001, so ajust copyrights. | sobomax | 2001-01-01 | 1 | -2/+2 |
| | | | | Happy New Year! | ||||
* | Make it a bit clearer that asprintf doesn't actually "return" a pointer in | ben | 2001-01-01 | 1 | -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 across | jhb | 2001-01-01 | 1 | -4/+21 |
| | | | | | recursive calls into psignal() as well as calls to signotify(), forward_signal(), etc. | ||||
* | ru_SU -> ru_RU for nls too | ache | 2001-01-01 | 2 | -6/+6 |
| | |||||
* | Add in a missing release of the proctree lock. | jhb | 2001-01-01 | 1 | -0/+1 |
| | | | | Submitted by: Sja <sakari.jalovaara@eqonline.fi> | ||||
* | Add a dopey makefile to do the tags dance, which is probably not perfect | mjacob | 2000-12-31 | 1 | -0/+29 |
| | | | | but is better than nothing by a good deal. | ||||
* | there is no more miscfs/devfs | mjacob | 2000-12-31 | 1 | -1/+0 |
| | |||||
* | Fix problems with incomplete conversions from printf to isp_prt. | mjacob | 2000-12-31 | 1 | -5/+3 |
| | |||||
* | Oops, I'm such an idiot. For reasons I don't really agree with, | mjacob | 2000-12-31 | 2 | -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 the | ghelmer | 2000-12-31 | 1 | -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. | phk | 2000-12-31 | 1 | -5/+1 |
| | | | | | | Remove ru_SU Forgotten by: phantom on 2000/12/29 14:58:01 | ||||
* | Add ru_RU.ISO_8859-5 also. | phk | 2000-12-31 | 1 | -0/+2 |
| | |||||
* | This is the first snapshot of the new all-singing-and-dancing md(4). | phk | 2000-12-31 | 2 | -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. | phk | 2000-12-31 | 1 | -0/+2 |
| | |||||
* | Use macro API to <sys/queue.h> | phk | 2000-12-31 | 2 | -2/+2 |
| | | | | | Submitted by: Dima Dorfman <dima@unixfreak.org> Reviewed by: phk | ||||
* | Improve cmdline parsing and messages. | phk | 2000-12-31 | 3 | -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> | phk | 2000-12-31 | 1 | -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> | phk | 2000-12-31 | 5 | -13/+13 |
| | |||||
* | Add compress option at the instigation of rgrimes. | phk | 2000-12-31 | 1 | -0/+1 |
| | |||||
* | The default is /dev/nrsa0 (now), not /dev/nsa0. | mjacob | 2000-12-31 | 1 | -1/+1 |
| |