summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded crud.markm1998-03-261-207/+0
|
* Make the decision to compile kerberosIV a bit more secure by lookingmarkm1998-03-261-2/+2
| | | | for the appropriate directory.
* Repaired version of Bruce's "make -jN" patches.markm1998-03-262-7/+6
|
* Remove special global tags support; we don't do it that way anymore.eivind1998-03-261-2/+0
|
* Remove special handling of 'tags' for complex subdir systemseivind1998-03-261-26/+4
| | | | | | (presently only used in tip; should have been used by e.g. pkg_add). Submitted by: bde
* Don't build sperl if you don't want to.dima1998-03-264-4/+14
|
* Remove unused cheat static.imp1998-03-251-3/+1
|
* Quieten a debug message.. This happens under "normal" operation by 4 bytespeter1998-03-251-2/+2
| | | | | on a frequent enough rate to be annoying. There is a real bug somewhere, but it looks harmless enough.
* Use the zone allocator to allocate inpcbs and tcpcbs. Each protocol createswollman1998-03-247-33/+140
| | | | | | | | its own zone; this is used particularly by TCP which allocates both inpcb and tcpcb in a single allocation. (Some hackery ensures that the tcpcb is reasonably aligned.) Also keep track of the number of pcbs of each type allocated, and keep a generation count (instance version number) for future use.
* Fix a stupid bug where I was returning the wrong value. It's a wonderjlemon1998-03-241-1/+2
| | | | this code even worked in the first place.
* Only read the cr4 register if the cpu_feature flag indicates the machinejlemon1998-03-241-2/+3
| | | | | | has VME support. Noticed by: kato
* Add new documentation.jkh1998-03-241-0/+261
| | | | Submitted by: Doug
* Sync with 2.2-stable branch.jkh1998-03-2410-31/+44
|
* Add new help file.jkh1998-03-241-0/+98
| | | | Submitted by: Doug
* PC-98 does not have a BIOS call to get memory size.kato1998-03-241-2/+3
|
* Sync with sys/i386/i386/machdep.c and trap.c revisions 1.293 andkato1998-03-243-65/+101
| | | | 1.123, respectively.
* Sync with sys/i386/conf/files.i386 revision 1.195.kato1998-03-242-6/+6
|
* Don't delete "Latest" link if NO_LATEST_LINK is set.asami1998-03-241-2/+5
|
* Describe the SC_DISABLE_REBOOT option.yokota1998-03-243-3/+6
|
* Ouch, that nm is aout which is not alpha-friendly. Make it i386jb1998-03-241-3/+3
| | | | specific.
* The logic in tape.c:getfile() doesn't allow for a filesystemjkh1998-03-231-1/+3
| | | | | | | | with a blocksize smaller than the tape block size. The problem seems to be most easily fixed by changeing where fssize is set. PR: 5704 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* A few things won't compile on alpha, so make them i386 specific forjb1998-03-231-6/+5
| | | | the time being.
* Fix a cut'n'paste error that added a stray gnu to a few paths.jb1998-03-231-4/+4
|
* grr....forgot a bug fix in rewrite rules on hubjmb1998-03-231-6/+6
| | | | | Reviewed by: jmb Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* For 1.3, NetBSD replaced the swapon() syscall with swapctl() and movedjb1998-03-232-2/+46
| | | | | the only call to compat_12 which isn't there by default. Provide a wrapper.
* update to match configuration currently in usejmb1998-03-231-3/+3
| | | | on hub.freebsd.org
* Updates for the new si driver.peter1998-03-232-96/+110
| | | | Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
* Add the ability to make real-mode BIOS calls from the kernel. Currently,jlemon1998-03-2319-113/+986
| | | | | | | | | | | everything is contained inside #ifdef VM86, so this option must be present in the config file to use this functionality. Thanks to Tor Egge, these changes should work on SMP machines. However, it may not be throughly SMP-safe. Currently, the only BIOS calls made are memory-sizing routines at bootup, these replace reading the RTC values.
* si driver has changed microcode file locations.peter1998-03-232-6/+6
|
* Remove these.peter1998-03-232-2530/+0
| | | | | They have been replaced by different uuencoded binary files, so it would have been nearly a 100% delta anyway.
* Several changes:peter1998-03-236-568/+1038
| | | | | | | | | | | | | | - Implement proper EISA probing. - Better support for the new transputer based host cards. - use standard termios settings, one can use the intial/lock devices. - use a simple bcopy since some cards/systems apparently don't support 32 bit accesses. - hard reset and halt host card CPU prior to download in case of a soft restart. - recognize new remote module types (ASIC vs. CD1400 based) - a number of cosmetic changes (my fault, not Nick's) Submitted by: Nick Sayer <nsayer@quack.kfu.com>
* New versions of Specialix host card download code.peter1998-03-234-0/+6932
| | | | Submitted by: Nick Sayer <nick@quack.kfu.com>
* Support new version of global.eivind1998-03-234-15/+15
| | | | | Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net> Tested by: make buildworld
* key_getspi() bugfix.itojun1998-03-231-2/+19
| | | | Submitted by: k-sugyou@ccs.mt.nec.co.jp
* Ifdefed conditionally-unused variables.bde1998-03-231-1/+3
|
* Forward declare even more structs to restore some self-sufficiency.bde1998-03-231-2/+3
| | | | Didn't fix new dependence on <ufs/ufs/inode.h> and its prerequisites.
* Fixed syntax errors.bde1998-03-232-10/+10
|
* Don't depend on namespace pollution to help misdeclare pointers as arrays.bde1998-03-231-5/+3
|
* Added a forward struct declaration so that this file is lessbde1998-03-231-2/+2
| | | | self-insufficient.
* Fixed function types in synopsis.bde1998-03-231-10/+10
| | | | | | Commented out docmentation of nonexistent authenticate() and auth_timesok(). authenticate() seems to be obsolete and auth_timesok() never existed in FreeBSD.
* Fixed bitrot in synopsis.bde1998-03-231-1/+1
|
* Regenerate (install tclAppInit.c in the installhdrs step).bde1998-03-231-4/+4
|
* Install tclAppInit.c in the installhdrs step so that it isn't necessarybde1998-03-231-4/+4
| | | | to build libtcl twice in `make world'.
* Fixed a function arg type in the synopsis.bde1998-03-233-3/+3
|
* (Ab)use .Vt instead of .Fd for a variable declaration.bde1998-03-231-2/+2
|
* Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.bde1998-03-231-6/+7
|
* FixedSpellingErrorInAFunctionname.bde1998-03-232-4/+4
|
* Support building of libgcc.a without building all of gcc. This isbde1998-03-232-30/+68
| | | | | useful for bootstrapping. Compatible versions of gcc and cc1 should should be installed before using this feature.
* Honour -static in LDLAGS. ld without -Bstatic is happy to choosebde1998-03-231-4/+4
| | | | | static libraries if there are no shared libraries in the search path, but gcc without -static blindly attempts to link crt0.o.
* MF22: resync.jkh1998-03-235-5/+46
|
OpenPOWER on IntegriCloud