summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* Make LINT at least compile. This faithfully duplicate the changeseivind1998-02-042-16/+16
| | | | | done to ufs/ufs/ufs_vnops.c for the same problem, but I don't know if that will actually make SUIDDIR work for ext2fs.
* Cleaned up some comments and ifdefs.bde1998-02-031-10/+17
|
* Added #include of <sys/queue.h> so that this file is more "self"-sufficent.bde1998-02-035-5/+15
|
* Forward declare a struct and #include <sys/queue.h> so that this filebde1998-02-031-1/+5
| | | | is more "self"-sufficent.
* Converted DISABLE_PSE to a new-style option.bde1998-02-034-10/+16
| | | | Fixed some formatting in options.i386.
* Fixed pedantic syntax errors.bde1998-02-032-2/+2
|
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-0312-10/+44
|
* Fixed staticization.bde1998-02-031-2/+2
|
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-032-2/+22
| | | | Don't declare kernel objects or functions unless KERNEL is defined.
* Ifdefed some SMP and VM86 code. Note that although VM86 is not a globalbde1998-02-035-5/+45
| | | | | option, the ifdef on it in a header works because only the name of the VM86 extension is hidden.
* Forward declare a union so that this file is self-sufficient.bde1998-02-032-22/+20
| | | | Cleaned up ifdefs.
* Fixed a gratuitous ANSIism.bde1998-02-032-2/+2
|
* Ifdefed use of a GNU feature.bde1998-02-032-2/+6
|
* Moved misplaced idempotency ifdef. Multiple inclusion was fatal sincebde1998-02-031-3/+3
| | | | | | | | there was a typedef outside the ifdef. Fixed syntax error after the #endif for this ifdef. Didn't fix the usual style bugs for this ifdef...
* Changed `inline' to `__inline' so that this file can be compiled bybde1998-02-032-6/+6
| | | | | | | `gcc -ansi'. Changed NULL to 0 so that this file is more self-sufficient (now only <sys/types.h> is a prerequisite).
* Don't declare prototypes for driver functions unless KERNEL is defined.bde1998-02-031-0/+2
|
* Fixed conflicts between <machine/console.h> and <machine/pcvt_ioctl.h>,bde1998-02-033-37/+61
| | | | | | | | | so that it is possible for kdump and truss to include them both. Use #defines from pcvt_ioctl.h in conflicting cases, since pcvt_ioctl.h gives a hint about the bogus third arg to _IO(). Ifdef the common typedefs. Export `struct key_t' from pcvt_ioctl.h so pcvt_ioctl.h is bug for bug compatible with console.h (now both are broken in C++ mode).
* Updated generated files.bde1998-02-035-6/+8
|
* Fixed type of mincore().bde1998-02-031-2/+3
|
* Generate a forward declaration of `struct proc' in <sys/sysproto.h>.bde1998-02-031-8/+9
| | | | | | | Removed extra args to a printf. Fixed some style inconsistencies (unnecessary parentheses for printf). awk is not C.
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-032-2/+8
|
* This fix should help the panic problems in -current. Theredyson1998-02-031-36/+65
| | | | | | were some errors in "interval" management. Due to the clustering mechanism, the code is necessarily complex and error prone.
* Bugs/Enhancements:ahasty1998-02-027-298/+582
| | | | | | | | | | | | | | | | | 1. Takeshi Ohashi <ohashi@atohasi.mickey.ai.kyutech.ac.jp> submitted code to support bktr_read . /usr/src/share/examples/rgb24.c now works 8) 2. Flemming Jacobsen <fj@schizo.dk.tfs.com> submitted code to support radio available with in some bt848 based cards;additionally, wrote code to correctly recognized his bt848 card. 3. Roger Hardiman <roger@cs.strath.ac.uk> submitted various fixes to smooth out the microcode and made all modes consistent. 4. Added supported for yuv12 so we know can capture raw streams and feed it to mpeg_encoder . The upshot is that we can now mpeg encode more and save nearly 100 percent of the disk requirements previously for programs such as fxtv first save the raw video image to disk then converted to a format suitable for mpeg_encode.
* Sync with sys/i386/isa/wd.c revision 1.150.kato1998-02-021-3/+4
|
* Fixed bugs introduced by syncing with i386/isa/sio.c revision 1.143.kato1998-02-022-32/+48
| | | | Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Sync with sys/i386/boot/biosboot/boot.c revision 1.70.kato1998-02-021-1/+3
|
* Cosmetic changes (indentation, reordering and using existing file name).kato1998-02-024-38/+40
| | | | Pointed by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
* Sync with sys/i386/conf/files.i386 revision 1.69.kato1998-02-022-20/+2
| | | | | Pointed by: KAHO Toshikazu <kaho@rocky.kais.kyoto-u.ac.jp> Forgotten by: kato
* Return the vm_map in the eproc structure, so we can support more accuratedyson1998-02-021-1/+2
| | | | VSZ display in PS.
* Fixed disordering of busdma* and swi_vm.bde1998-02-012-8/+8
|
* Fixed a recently broken comment.bde1998-02-012-8/+8
|
* Added inet6 to CTL_NET_NAMES.alex1998-02-011-1/+2
|
* Don't set even parity uselessly in the line control register (paritybde1998-02-011-5/+4
| | | | | | | is not enabled). Saved a few bytes by reusing the line control register bits and not loading the speed in the wrong (cpu) register.
* Use <machine/*.h> instead of <i386/include/*.h>.bde1998-02-012-3/+5
|
* Fixed a sloppy common-style declaration again.bde1998-02-011-1/+1
|
* Fixed disordering of *cam* and splsoftvm.bde1998-02-011-14/+14
|
* Removed unused #includes.bde1998-02-012-10/+2
|
* Moved declaration of `union nethostadr' outside of the KERNEL section,bde1998-02-016-90/+90
| | | | | | | | | to give pollution compatible with <nfs/nqfs.h>. At least mount_nfs.c previously had to #define KERNEL before including <nfs/nfs.h> to get this pollution, but this gave other pollution. Moved comment about NFSINT_SIGMASK to immediately before the code that it applies to.
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-012-6/+16
| | | | | | | depend on <sys/types.h> forward declaring common ones. Added an underscore to `sin' in prototypes to avoid warnings for the conflict with the ANSI sin().
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-012-40/+10
| | | | | | | | | | | | a BSD4.4Lite1 feature, not a FreeBSD feature. <sys/ioctl.h> is a compatibility misfeature. Moved NPCI ifdef. This file didn't compile if NPCI <= 0. It shouldn't be configured in that case, but it is easy to support (mis)configuration of drivers without buses by generating null objects, and many drivers do it. Removed unused includes.
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-0113-17/+36
| | | | depend on <sys/types.h> forward declaring common ones.
* Fixed the search for free wd drives. The search was terminatedbde1998-02-011-3/+4
| | | | | | | prematurely when there was a hole (for a cdrom or an unused interface) in the sequence of wd drives. This caused non-free wd units to be probed as atapi drives. There was no problem provided the atapi probe failed correctly.
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-012-8/+6
| | | | | | | | depend on anything outside of "sys". Removed an unused include. Don't use `extern' in a function declaration.
* Declare printf() instead of including <stdio.h>, so that this doesn'tbde1998-02-012-6/+4
| | | | depend on anything outside of the "sys" tree.
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolutebde1998-02-018-16/+11
| | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
* Serves me right for committing code late at night...wollman1998-02-012-6/+14
| | | | | | Fix the SCIOCGETDEVINFO code so that it compiles, and while I'm at it, add support for human-readable device names so that I don't have to call devname(3) on the scd->dev to get it.
* Don't put a path to "sys" in ${CFLAGS} here. bsd.kmod.mk now handlesbde1998-02-016-12/+12
| | | | this more generally.
* Don't handle the `machine' symlink or related include paths here.bde1998-02-013-25/+8
| | | | bsd.kmod.mk now handles it more generally.
* Fixed breakage from converting NULLFS_DEBUG to a new-style option.bde1998-02-011-2/+6
|
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asbde1998-02-011-3/+12
| | | | | | in kernel Makefiles. Nothing in /usr/include is used (provided relative paths for sys/* and <machine> can be found), so there is no need for the -I/usr/include kludge as in kernel Makefiles.
OpenPOWER on IntegriCloud