summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* more $d -> %d fixesmsmith1999-03-191-4/+4
|
* Fix some $d -> %d mistakes.msmith1999-03-191-5/+5
| | | | Submitted by: crb@crbowman.erols.com
* Don't forget to fully initialise the configured valuesbrian1999-03-191-4/+4
| | | | | for MYADDR and HISADDR in ``set ifaddr'' so that unspecified values don't end up retaining their `width'.
* Modify to compile with egcs.grog1999-03-188-21/+15
| | | | Prodded-by: obrien
* Clarify the synchronization options in additional plexes to a volume.grog1999-03-181-3/+11
|
* Use ``Sx'' when xref'ing sections.brian1999-03-182-12/+16
|
* Remove all remaining [ and ] characters (and do things properly).brian1999-03-182-24/+106
|
* Cast (u_char *) to (vm_offset_t) to silence compiler warnings.jlemon1999-03-181-6/+6
|
* Need to translate more .h to .ph then just /usr/include &julian1999-03-181-2/+2
| | | | | | | | | | | | /usr/include/sys. Specifically we need /usr/include/machine since "syslog.h" includes "machine/ansi.h". To be safe we translate all of /usr/include/* and /usr/include/*/*. sample error case: echo "require 'syslog.ph';" | /usr/bin/perl will fail when syslog.ph tries to include machine/ansi.ph Submitted by: Doug Ambrisko
* Remove debugging printf that I overlooked.jlemon1999-03-181-2/+1
|
* Avoid copying m_args if none exists. (Perhaps this is a better solution,dcs1999-03-183-6/+9
| | | | Doug?)
* Install the manual page in sys/boot/i386/loader.kato1999-03-181-2/+3
| | | | Sumbmitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
* Don't choke in MOD_ARGS() if mp->m_args is NULL.dfr1999-03-181-4/+5
|
* Update bmake glue for cvs-1.10peter1999-03-181-2/+3
|
* Merge cvs-1.9.xx -> 1.10 changes onto mainline.peter1999-03-1814-452/+1385
| | | | | Changes of significance include the top level CVS directory being optional and defaulting to off..
* Merge cvs-1.9.xx -> 1.10 changes onto mainline.peter1999-03-181-6/+17
| | | | | | The merge turned up a long-standing bug in local additions. I'm not quite sure it's right yet. (the code in question is dealing with diffs relative to "HEAD" and dead revisions).
* This commit was generated by cvs2svn to compensate for changes in r44852,peter1999-03-1851-1443/+4222
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.10 onto vendor branch. Merge to follow shortly.peter1999-03-1866-1889/+5632
| | | | | | | | Obtained from: cyclic.com
* | This apparently works now, excise it from TROUBLE.TXTjkh1999-03-181-7/+0
| |
* | Add pointer sys/boot/README for new boot system (this should be in aimp1999-03-181-3/+14
| | | | | | | | | | | | | | | | | | | | | | man page, but I take what I can get) Submitted by: chuckr Add warning that vn can't be a loadable module for a while Submitted by: dillon Add name change for old atapi cd driver Submitted by: sos
* | Update to use the modified vm86_datacall interface.jlemon1999-03-181-21/+27
| |
* | Change the vm86_datacall interface so that callers are now responsiblejlemon1999-03-183-66/+157
| | | | | | | | | | | | | | | | | | for passing in their own data space and associated page table information. Update the support files so that any pages in the vm86 page table are mapped, rather than just one page. Restore the E820 memory probe, and have it use the new interface.
* | Change btrl/btsl to cmpl/movl, since each cpu now has their own copyjlemon1999-03-183-15/+15
| | | | | | | | | | | | | | of private_tss, and there's no need to use a bit array. Also fixes the problem of using `je' after btrl, since cmpl sets ZF. Noticed by: Luoqi, on -current
* | This is a temporary README file, to help those trying to experimentchuckr1999-03-171-0/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with the new boot loader configuration process. I got a lot of help from Daniel Sobral, and both Dan and I got help from Mike Smith. This really belongs in Warner's UPDATING, but he's not been answering his email recently, so that will wait a little. Robert Nordier also gave me a lot of help, but he hasn't seen the last version, and can't be blamed for my errors. Approved by: jkh Reviewed by: Mike Smith
* | Version bump: kvm & dictionary size.dcs1999-03-171-1/+3
| |
* | Disable trace! until it gets fixed.dcs1999-03-171-2/+2
| |
* | - Mixup of kldstat arguments. Use '-i 1' instead of '-n 1' when checkingnate1999-03-172-4/+4
| | | | | | | | | | | | | | | | for the PCIC module in the kernel. { I promise this is the last commit! } Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* | Whoops, fixed typos in PCIC loading command when I modified Sean'snate1999-03-172-4/+4
| | | | | | | | | | | | original patch. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* | Document the flags and p parameters to VOP_LOCK and VOP_UNLOCK. Also,ghelmer1999-03-172-7/+52
| | | | | | | | | | | | | | at Doug Rabson's suggestion, add vn_lock(9) as an alternative name for this manpage and note its calling convention. PR: docs/9338
* | Change copyright in kernel output at booting timewosch1999-03-171-5/+5
| | | | | | | | from "FreeBSD Inc." to "The FreeBSD Project".
* | Add a Q&D test before loading the pcic module to make sure there isn'tnate1999-03-172-6/+16
| | | | | | | | | | | | a compiled in one. Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
* | MF22... add bridging support to the device drivers. Without thisluigi1999-03-178-74/+306
| | | | | | | | bridging cannot work on -current/releng3!
* | Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going toobrien1999-03-171-1/+13
| | | | | | | | | | | | bzip2 as the compression mechanism, this makes life easier. Obtained from: bzip2 website
* | Fix builds for the AXPgpalmer1999-03-171-6/+1
| | | | | | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* | Sync with sys/i386/conf/options.i386 revision 1.110.kato1999-03-172-2/+12
| |
* | Sync with sys/i386/conf/majors.i386 revision up to 1.68.kato1999-03-171-7/+16
| |
* | Sync with sys/i386/conf/files.i386 revision 1.229.kato1999-03-172-4/+4
| |
* | Sync with sys/i386/conf/devices.i386 revision 1.16.kato1999-03-171-1/+2
| |
* | Sync with sys/i386/conf/GENERIC revision 1.155.kato1999-03-172-4/+4
| |
* | Prep for 1080/1240 support. Those fine h/w engineers at Qlogicmjacob1999-03-172-160/+370
| | | | | | | | | | | | gave yet another internal register layout model for what is *still* the same architecture. I hope they saved billyuns of gates 'coz otherwise this is *really* annoying.
* | A wad of changes- prepping for 1080/1240 support (which caused a massivemjacob1999-03-179-350/+2918
| | | | | | | | | | | | thwank in register layout goop). A different mboxcmd approach. Some PDB change infrastructure. Some better management of loopdown/loopup events (keep them distinct from resource starvation for simq freeze/unfreeze actions).
* | Split check_quotas into check_quotas and enable_quotasbillf1999-03-172-9/+17
| | | | | | | | | | | | | | | | | | | | enable_quotas - use quotas on your system check_quotas - check for violations on startup By assuming that a system was neat and without violation before it booted we can skip a long (and at that point needless) process. Submitted by: Alex Perel <veers@disturbed.net>
* | describe new ISP optionsmjacob1999-03-173-3/+33
| |
* | Add options to turn off support for Qlogic 1020/1040, Qlogic 1080/1240,mjacob1999-03-171-1/+6
| | | | | | | | | | | | | | or Qlogic 2100 cards. This to save substantial f/w code space if you really care. Add in options to enable expanded lun or fabric f/w downloads for Qlogic 2100.
* | Remove all hardcoded [...] syntax.brian1999-03-172-144/+402
| | | | | | | | With help from: Daniel C. Sobral <dcs@newsguy.com>
* | Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard tobde1999-03-162-4/+6
| | | | | | | | | | | | | | avoid mounting filesystems multiple times. PR: 10572 Submitted by: Cy Schubert <cy@cschuber.net.gov.bc.ca>
* | Don't call int15:820, it's not allowed to be called from vm86 mode.msmith1999-03-161-30/+1
| | | | | | | | | | PR: i386/10485 Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp
* | Look for the right ACPI table signature.msmith1999-03-162-4/+4
| | | | | | | | | | PR: i386/10587 Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
* | Disable setgid kmem for now.imp1999-03-161-2/+2
| |
* | Remove old reference to needing 'make clean' for QUOTAS - that is noeivind1999-03-163-15/+6
| | | | | | | | longer correct.
OpenPOWER on IntegriCloud