aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix some bugs that would prevent %fsr to be set correctly, and addThomas Moestl2002-03-114-8/+25
| | | | | | | | | | | | support for fcmp and fcmpe instructions with a condition code specification other than %fcc0. This (primarily the first part) seems to fix a lot of problems that people were seeing, e.g. perl and gawk failures. Reported and analyzed by: wollman Notes: svn path=/head/; revision=92055
* Account for <machine/fsr.h> no longer being usable for assembler code.Thomas Moestl2002-03-112-2/+6
| | | | Notes: svn path=/head/; revision=92054
* Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),Thomas Moestl2002-03-111-13/+13
| | | | | | | and make it PIC-aware. Notes: svn path=/head/; revision=92053
* Add support for Simplified Direct Access Device in scsi_op_desc().Hidetoshi Shimokawa2002-03-111-0/+4
| | | | Notes: svn path=/head/; revision=92052
* Fix the type of some constants, and make some macros safer by castingThomas Moestl2002-03-111-18/+18
| | | | | | | the argument. Notes: svn path=/head/; revision=92051
* Add convenience macros to extract the cc0 and cc1 from format 2 and 3Thomas Moestl2002-03-111-0/+6
| | | | | | | instructions. Notes: svn path=/head/; revision=92050
* Save/restore the %y register around calls to the C user trap handler;Thomas Moestl2002-03-111-0/+4
| | | | | | | | | gcc emits the deprecated sparc v8 instructions that use this register when optimizing for UltraSparc machines because they are apparetly faster then their v9 counterpars there. Notes: svn path=/head/; revision=92049
* Wrong spelling of PIC.David E. O'Brien2002-03-111-1/+1
| | | | | | | Submitted by: jake Notes: svn path=/head/; revision=92048
* Don't depend on ucred.h to include sys/queue.h for us.Dima Dorfman2002-03-111-0/+1
| | | | Notes: svn path=/head/; revision=92047
* Use the pci_enable_* functions instead of manually fiddling with theThomas Moestl2002-03-112-12/+8
| | | | | | | | | command register. Pointed out by: msmith Notes: svn path=/head/; revision=92046
* Belatedly add a release note about destaticizing and modulizing ofDima Dorfman2002-03-112-2/+8
| | | | | | | snp(4), and note MFC of watch(8) -f. Notes: svn path=/head/; revision=92043
* Chase sysctl name.Dima Dorfman2002-03-112-2/+2
| | | | | | | Submitted by: Christopher Sharp <christopher_sharp@web.de> Notes: svn path=/head/; revision=92035
* Sync with csu/alpha/Makefile: build crt{i,n}.o.David E. O'Brien2002-03-101-3/+2
| | | | | | | Leave crtbegin* to the compiler vendor. Notes: svn path=/head/; revision=92033
* Don't assign strcmp to a variable called err and then compare itDavid Malone2002-03-101-20/+12
| | | | | | | | | | | with zero, just compare strcmp with zero. This fixes the same bug which Maxim just fixed and fixes some odd style too. PR: 35712 Reviewed by: arr Notes: svn path=/head/; revision=92032
* Remove a mention of the worm(4) device that was missed when it wasCrist J. Clark2002-03-101-1/+0
| | | | | | | | | | removed from MAKEDEV in 1.171. PR: misc/35729 MFC after: 1 day Notes: svn path=/head/; revision=92031
* CG superfluous prototype.Maxim Sobolev2002-03-101-1/+0
| | | | Notes: svn path=/head/; revision=92030
* - Remove a number of extra newlines that do not belong here according toEivind Eklund2002-03-1024-427/+102
| | | | | | | | | | | | style(9) - Minor space adjustment in cases where we have "( ", " )", if(), return(), while(), for(), etc. - Add /* SYMBOL */ after a few #endifs. Reviewed by: alc Notes: svn path=/head/; revision=92029
* Don't build xlint until surgery is finished.Mark Murray2002-03-101-1/+0
| | | | Notes: svn path=/head/; revision=92028
* CURRENT has devfs, so we do not need to specify what devices weLuigi Rizzo2002-03-105-20/+5
| | | | | | | want on the MFS image. Update the config files accordingly. Notes: svn path=/head/; revision=92027
* Uncomment the entry for a getty on the serial port. Boxes withLuigi Rizzo2002-03-101-1/+1
| | | | | | | a serial console can make use of it. Notes: svn path=/head/; revision=92026
* Add back the "sis" driver, we had some room left...Luigi Rizzo2002-03-101-0/+1
| | | | Notes: svn path=/head/; revision=92025
* Silence a warning when compile without atapi devices.Søren Schmidt2002-03-101-3/+4
| | | | Notes: svn path=/head/; revision=92024
* With devfs, we do not need to initialize pty's permissions.Luigi Rizzo2002-03-101-1/+0
| | | | Notes: svn path=/head/; revision=92023
* The probable boot device is "machdep.guessed_bootdev".Luigi Rizzo2002-03-101-2/+2
| | | | Notes: svn path=/head/; revision=92022
* Add an implementation of cpu_throw() and make restorectx() simply branchDoug Rabson2002-03-102-77/+23
| | | | | | | to the tail of cpu_switch. Notes: svn path=/head/; revision=92020
* Don't try to print the arguments if the value of bsp is outside theDoug Rabson2002-03-101-7/+9
| | | | | | | kernel - its asking for trouble. Notes: svn path=/head/; revision=92019
* Export a (machine dependent) kernel variable bootdev asLuigi Rizzo2002-03-105-4/+59
| | | | | | | | | | | | | | | | | | | | | | | | | machdep.guessed_bootdev, and add code to sysctl to parse its value and give a (not necessarily correct) name to the device we booted from (the main motivation for this code is to use the info in the PicoBSD boot scripts, and the impact on the kernel is minimal). NOTE: the information available in bootdev is not always reliable, so you should not trust it too much. The parsing code is the same as in boot2.c, and cannot cover all cases -- as it is, it seems to work fine with floppies and IDE disks recognised by the BIOS. It _should_ work as well with SCSI disks recognised by the BIOS. Booting from a CDROM in floppy emulation will return /dev/fd0 (because this is what the BIOS tells us). Booting off the network (e.g. with etherboot) leaves bootdev unset so the value will be printed as "invalid (0xffffffff)". Finally, this feature might go away at some point, hopefully when we have a more reliable way to get the same information. MFC-after: 5 days Notes: svn path=/head/; revision=92018
* Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which resultsMaxim Sobolev2002-03-101-6/+6
| | | | | | | | | in "missing dependencies" error when loading some kld modules. It is sad to see how often these days style cleanus break doesn't broken things. Perhaps people should recall good old principle: "don't fix it if it isn't broken". Notes: svn path=/head/; revision=92016
* Added upcoming FreeBSD 4.6Wolfram Schneider2002-03-101-0/+3
| | | | Notes: svn path=/head/; revision=92014
* FreeBSD 4.5 is releaseed "29 Jan 2002" (not 20 Jan)Wolfram Schneider2002-03-101-1/+1
| | | | | | | | PR: misc/35738 Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net> Notes: svn path=/head/; revision=92013
* Allow '.' in identifiers - some ia64 register names contain '.'.Doug Rabson2002-03-101-1/+1
| | | | Notes: svn path=/head/; revision=92011
* Use the right value for the region length in parse_spill_mask.Doug Rabson2002-03-101-4/+4
| | | | Notes: svn path=/head/; revision=92010
* Do not call a synthesizer with a sequencer lock held.Seigo Tanimura2002-03-101-2/+12
| | | | Notes: svn path=/head/; revision=92009
* Filesystem translationSebastien Gioria2002-03-101-1/+119
| | | | Notes: svn path=/head/; revision=92008
* /var/log/security gets almost no (if not no) activity on many FreeBSDRobert Watson2002-03-101-1/+1
| | | | | | | | | | | | systems due to sshd not using the security log class. Tweak syslog.conf so that /var/log/security also gets a useful set of authentication-related logging. Submitted by: aeonflux@synapse.subneural.net MFC after: 4 weeks Notes: svn path=/head/; revision=92007
* Setlocale returns static buffer, don't assume it will be unchangedAndrey A. Chernov2002-03-101-4/+8
| | | | | | | Pointed by: phantom Notes: svn path=/head/; revision=92006
* "Base system/contributed software " section translationSebastien Gioria2002-03-101-3/+101
| | | | Notes: svn path=/head/; revision=92005
* Adding Multimedia section translationSebastien Gioria2002-03-101-1/+42
| | | | Notes: svn path=/head/; revision=92004
* Check the <channel> arg a bit more.Søren Schmidt2002-03-102-5/+12
| | | | | | | Submitted by: David Malone <dwmalone@maths.tcd.ie> Notes: svn path=/head/; revision=92003
* PCCARD support translationSebastien Gioria2002-03-101-2/+36
| | | | Notes: svn path=/head/; revision=92002
* Adding Disk and storage translationSebastien Gioria2002-03-101-0/+134
| | | | Notes: svn path=/head/; revision=92001
* Add SONY VAIO psm controller ISA-PnP ID.Takanori Watanabe2002-03-102-0/+2
| | | | Notes: svn path=/head/; revision=92000
* cosmetic: spell 'cashe' as 'cache'Bill Fumerola2002-03-103-3/+3
| | | | Notes: svn path=/head/; revision=91999
* Make the proposed name arg to dev_stdclone() const.Poul-Henning Kamp2002-03-103-3/+3
| | | | Notes: svn path=/head/; revision=91998
* Document `sysctl variable=/dev/foo' syntax.Dima Dorfman2002-03-101-2/+24
| | | | | | | | PR: 34184 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Notes: svn path=/head/; revision=91997
* Link scbus(4) to scsi(4). Most of the other CAM devices have theirDima Dorfman2002-03-101-0/+1
| | | | | | | | | | | own manual pages, but this is better than nothing until someone writes a real scbus(4). PR: 35641 Submitted by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=91996
* Don't refer the reader to look for a word that doesn't exist anywhereDima Dorfman2002-03-101-1/+3
| | | | | | | | | | else in the page. PR: 35623 Submitted by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=91995
* The chapter on kernel debugging is now in the Developers' Handbook.Dima Dorfman2002-03-101-2/+2
| | | | | | | | | | Add a trailing slash to a URL while I'm here. PR: 35637 Submitted by: Gary W. Swearingen <swear@blarg.net>, setantae@submonkey.net Notes: svn path=/head/; revision=91994
* Remove inappropriate .Op calls in examples.Dima Dorfman2002-03-102-4/+4
| | | | | | | | PR: 35689 Submitted by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=91993
* Minor English fixes.Dima Dorfman2002-03-101-2/+2
| | | | | | | | PR: 35730 Submitted by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=91992