summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change linkage to parity maintenance operations.Greg Lehey2000-05-112-10/+6
| | | | Notes: svn path=/head/; revision=60352
* Pedantic change: "reboot" -> "boot"David Nugent2000-05-111-1/+1
| | | | Notes: svn path=/head/; revision=60350
* When "any" acts as a subject, the verb must agree with whatever any is of.Tim Vanderhoek2000-05-111-2/+2
| | | | Notes: svn path=/head/; revision=60349
* Content-free commit: only remove trailing whitespaceTim Vanderhoek2000-05-111-6/+6
| | | | Notes: svn path=/head/; revision=60348
* The accept() function is a call, not an argument. Also, add: serialTim Vanderhoek2000-05-111-5/+5
| | | | | | | comma, missing-hyphen, and a word-erase character. Notes: svn path=/head/; revision=60347
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.Peter Wemm2000-05-113-3/+3
| | | | | | | | Without this, it shows up as an undefined symbol in /kernel. (!) (This looks very freaky when doing a nm /kernel!) Notes: svn path=/head/; revision=60346
* Attempt to work around problems caused by spurious interrupts andMike Smith2000-05-111-1/+21
| | | | | | | | | | | | | uninitialised interrupts in the APIC. This seems to fix the problems being seen on systems using the RCC chipsets, eg. Dell PowerEdge 24x0. The actual nature of the problem probably needs further investigation, but this patch allows us to actually function on these systems. Submitted by: Drew Eckhardt <drew@Poohsticks.Org> Notes: svn path=/head/; revision=60345
* Make the TAB key tab. Under syscons, shift-TAB also performs a backtab.Tim Vanderhoek2000-05-113-0/+8
| | | | Notes: svn path=/head/; revision=60344
* Fix a comment and actually expand \t the way the comment suggests.Tim Vanderhoek2000-05-111-6/+10
| | | | Notes: svn path=/head/; revision=60343
* patch from Alexey ZelkinDarren Reed2000-05-112-10/+8
| | | | Notes: svn path=/head/; revision=60342
* Move a couple fo things around to be nicer for -currentDuncan Barclay2000-05-101-168/+180
| | | | | | | | | | | | | | | Move to using /sys/dev/ray for driver Backport -current ray_res code - most are stubs. Make ray_attr stuff look like currents layout. Make attribute memory access use a macro and ripple through. Drop FIXUP as we always need it Notes: svn path=/head/; revision=60341
* Move a couple fo things around to be nicer for -currentDuncan Barclay2000-05-101-43/+60
| | | | | | | | | | | A few more () in macros Make attribute memory access use a macro and ripple through. Drop FIXUP as we always need it Notes: svn path=/head/; revision=60340
* Add a STOP debug flag.Duncan Barclay2000-05-101-15/+19
| | | | | | | | | | | Fix DHEX8 to use SRAM_READ_1 Tweak printing statements to generate less diffs with -current version. Adda a few () around macro variables. Notes: svn path=/head/; revision=60339
* Finish moving all IEEE fp types to be the same on all arch's.John Baldwin2000-05-104-6/+6
| | | | Notes: svn path=/head/; revision=60338
* Add FreeBSD Id tags.David E. O'Brien2000-05-1012-1/+13
| | | | Notes: svn path=/head/; revision=60336
* fp_except => fp_except_t for consistancy with the i386 and the traditionDavid E. O'Brien2000-05-105-12/+17
| | | | | | | C methoid of nameing types. Notes: svn path=/head/; revision=60335
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamiJohn Baldwin2000-05-107-5/+72
| | | | | | | | | | | chipsets. An example of this is the USB controller on these chipsets. With this, I can now use USB devices on the test Alpha I am borrowing at the moment. Reviewed by: dfr, obrien Notes: svn path=/head/; revision=60334
* Add more substance to the amr.4 manpage.Jeroen Ruigrok van der Werven2000-05-101-10/+124
| | | | | | | Submitted by: msmith Notes: svn path=/head/; revision=60333
* Fix modules: target.David E. O'Brien2000-05-101-16/+18
| | | | | | | | | | | | | | | | | Submitted by: jhb 1. ${.CURDIR}/modules was a confusing way to spell ${.OBJDIR}/modules 2. ${.CURDIR}/../../modules is a verbose, wrong path to the module sources. The correct path is $S/modules, since ${.CURDIR} for the kernel may be in the obj tree but the sources are in the src tree. 3. The `obj' and `all' steps may be combined, as can `obj' and `depend'. Submitted by: bde Backup ${DESTDIR}/modules to ${DESTDIR}/modules.old to match the same action done to the kernel. Notes: svn path=/head/; revision=60332
* Update man page to reflect new IPv6 hook. Simplify Makefile.Archie Cobbs2000-05-103-27/+9
| | | | Notes: svn path=/head/; revision=60331
* Add hook for IPv6.Archie Cobbs2000-05-102-4/+9
| | | | Notes: svn path=/head/; revision=60330
* Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macroAlexey Zelkin2000-05-101-7/+10
| | | | | | | e. Notes: svn path=/head/; revision=60327
* Minor mdoc markup fixes.Sheldon Hearn2000-05-103-12/+11
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=60326
* Regenerated (to fix "created from" lines, and to fix the previousBruce Evans2000-05-108-10/+10
| | | | | | | | regeneration which somehow used the wrong syscalls.master file, resulting in unbuildable svr4_sysent.c). Notes: svn path=/head/; revision=60325
* Fixed the "created from" lines generated from this file. makesyscalls.shBruce Evans2000-05-102-12/+12
| | | | | | | | | expects the active id to be on the first line of the specification file. Fixed some nearby gratuitous differences with kern/syscalls.master. Notes: svn path=/head/; revision=60324
* Sync with sys/conf/Makefile.i386 revision 1.184, 1.185 and 1.186.Yoshihiro Takahashi2000-05-101-0/+28
| | | | Notes: svn path=/head/; revision=60322
* bring in net/pfil.c for pfil_hooks or ipfilterDarren Reed2000-05-101-0/+1
| | | | Notes: svn path=/head/; revision=60320
* mdoc cleanup: use .Nm macro correctly, don't non mdoc macroAlexey Zelkin2000-05-101-4/+5
| | | | Notes: svn path=/head/; revision=60319
* options PFIL_HOOKS -> opt_pfil_hooks.hDarren Reed2000-05-101-0/+1
| | | | Notes: svn path=/head/; revision=60318
* Add pfil(9) subroutines and manpage from NetBSD.Darren Reed2000-05-104-0/+525
| | | | Notes: svn path=/head/; revision=60317
* (null commit)Sheldon Hearn2000-05-100-0/+0
| | | | | | | The previous commit was discussed with the maintainer (des). Notes: svn path=/head/; revision=60312
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-1010-13/+32
| | | | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60311
* Fix the linking in my `sa' changes.David E. O'Brien2000-05-101-3/+3
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=60309
* correct more out-of-bounds memory access, if cnt == 1 and optlen > 1.Jun-ichiro itojun Hagino2000-05-101-0/+4
| | | | | | | similar to recent fix to sys/netinet/ipf.c (by darren). Notes: svn path=/head/; revision=60304
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitDavid E. O'Brien2000-05-1017-195/+195
| | | | | | | | | | operands. `movw' could be used, but instead let the assembler decide the right instruction to use. 2. AT&T asm syntax requires a leading '*' in front of the operand for indirect calls and jumps. Notes: svn path=/head/; revision=60303
* AT&T asm syntax requires a leading '*' in front of the operand for indirectDavid E. O'Brien2000-05-103-4/+4
| | | | | | | calls and jumps. Notes: svn path=/head/; revision=60302
* Note the syntax for specifying an operand's size is documented inDavid E. O'Brien2000-05-100-0/+0
| | | | | | | src/contrib/gcc/config/i386/i386.md. Notes: svn path=/head/; revision=60301
* When using _asm{} in GCC, one must specify the operand's size if oneDavid E. O'Brien2000-05-102-18/+18
| | | | | | | | | specifies the instruction's operation size. GCC will default to 32-bit operands reguardless of the prototype (ie, formal parameters' type) of an inline function. Notes: svn path=/head/; revision=60300
* Note that in rev. 1.48, a 32-bit move was specified with 16-bit operands.David E. O'Brien2000-05-100-0/+0
| | | | | | | This is incorrect. Notes: svn path=/head/; revision=60299
* Do not specify the size to move. Allow the assembler to figure it out.David E. O'Brien2000-05-102-2/+2
| | | | Notes: svn path=/head/; revision=60298
* Support non-i386 architectures.David E. O'Brien2000-05-101-1/+3
| | | | Notes: svn path=/head/; revision=60297
* correct possible security issue(s) in name resolution, due to use ofJun-ichiro itojun Hagino2000-05-101-177/+391
| | | | | | | | | | pre-4.9.7 BIND resolver code. ftp://ftp.kame.net/pub/mail-list/snap-users/2348 for details. Reviewed by: ume Notes: svn path=/head/; revision=60296
* Fix bug in dealing with "hlen == 1 and opt > 1"Darren Reed2000-05-091-4/+10
| | | | Notes: svn path=/head/; revision=60295
* Tidy up the offset calculations.Paul Saab2000-05-091-5/+4
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=60293
* When setting up an iomem resources, remember to set the MEM_ASSIGNED bitBill Paul2000-05-091-0/+1
| | | | | | | so that pccardd actually does something to set up the memory range. Notes: svn path=/head/; revision=60291
* Regenerated (fixed the calculation of sy_nargs in sysent tables).Bruce Evans2000-05-0919-887/+921
| | | | Notes: svn path=/head/; revision=60290
* Don't forget to back up svr4_syscallnames.c. Don't depend on side effectsBruce Evans2000-05-092-4/+6
| | | | | | | to generate it. Notes: svn path=/head/; revision=60289
* Actually, overriding DISTFILES at all is just a bad idea, so remove theJohn Baldwin2000-05-091-2/+1
| | | | | | | | | | variable all together. PR: misc/14104 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=60288
* Fixed the calculation of sy_nargs in sysent tables. We attempted to doBruce Evans2000-05-091-25/+34
| | | | | | | | | | | | | | | | | this in awk using the hack of counting args of type off_t twice and args of all other types once. This is too simple to work. It gave benignly wrong results on alphas (off_t shouldn't be counted twice) and for svr4_sys_mmap64() on i386's (off64_t should be counted twice). It gave fatally wrong results for i386's with 64-bit longs (longs should be counted twice). The correct value for sy_nargs is easier to determine from the size of the args struct anyway, except for complications to make the generated code almost readable. Improved formatting of sysent tables by lining up the comments where possible. Notes: svn path=/head/; revision=60287
* Regen.Nick Hibma2000-05-092-2/+18
| | | | Notes: svn path=/head/; revision=60286