charnier
88e764a2f5
typo
1999-10-12 19:23:51 +00:00
marcel
5ff9e706bc
Include opt_compat.h now the old signalling syscalls are of type COMPAT.
1999-10-12 19:08:09 +00:00
gibbs
e4a81da9a3
Remove references to the od driver. These devices are no attached by
...
the da driver and using the same major/minor scheme with the old name
only leads to confusion.
PR: misc/14279
1999-10-12 15:51:58 +00:00
nsayer
f30badfed8
Fix APM's make_devs:
...
1. chown root:operator, chmod 660
2. Add /dev/apmctl as well as /dev/apm
1999-10-12 15:00:06 +00:00
marcel
279a9ac243
Move SIG_HOLD back to signalvar.h.
...
Fix style bugs and comments while I'm here.
Submitted by: bde
1999-10-12 13:58:16 +00:00
nectar
56c61f7488
Fix a style bug that I introduced (both sys/param.h and sys/types.h
...
included).
Caught by: sheldonh@freebsd.org
1999-10-12 13:53:30 +00:00
nectar
2f0b6d319c
log root unlock attempts
...
PR: bin/13932
1999-10-12 13:33:48 +00:00
nyan
50fa6f3da8
Initialize tp->t_stop to nottystop.
1999-10-12 13:16:48 +00:00
marcel
fbb8752f70
Don't let osigaction and osigvec accept the new signal numbers.
...
Fix style bugs caused by the sigset_t in general while I'm here.
Submitted by: bde
1999-10-12 13:14:18 +00:00
bp
41cfec2c02
Initial import of ncp library sources.
...
Reviewed by: jdp, mdodd
1999-10-12 11:56:41 +00:00
bp
c364c2223a
Remove unnessary includes.
1999-10-12 10:37:00 +00:00
marcel
70fb184d38
Not needed now the syscall matches the prototype.
1999-10-12 09:38:57 +00:00
marcel
2b09beb7d9
Now that userland, including modules don't use the osig* syscalls
...
and the kernel itself doesn't use any SYS_osig* constants, change
the syscalls to be of type COMPAT.
1999-10-12 09:33:53 +00:00
marcel
4a4539692b
Now that userland including modules don't use the osig* syscalls,
...
make them of type COMPAT.
1999-10-12 09:29:53 +00:00
brian
58eae5b556
Blank out the twiddly thing when outputting the ``BTX loader'' message.
1999-10-12 06:57:26 +00:00
bde
4250429d48
Unremove used includes.
...
Bugs in test coverage should be fixed before removing any includes. LINT
should be configured for full profiling support.
1999-10-12 02:54:23 +00:00
msmith
1e2c48a5e2
Remember folks, it's:
...
1) test
2) commit
3) test again
Guess who forgot 1 and 3? 8)
1999-10-12 02:23:14 +00:00
obrien
8032f1899c
This commit was generated by cvs2svn to compensate for changes in r52143,
...
which included commits to RCS files with non-trunk default branches.
1999-10-12 00:47:56 +00:00
obrien
9f01c491d0
Virgin import of EGCS 1.1.2
1999-10-12 00:47:56 +00:00
obrien
1555d44f14
Remove a useless blank line, I accidently added.
1999-10-12 00:35:49 +00:00
dwhite
ad345ff4e4
Fix handling of the 'custom' directory symlink.
...
Properly abstract the PicoBSD build directory instead of depending too much
on pwd's and relative paths.
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-10-11 20:52:50 +00:00
luoqi
fd8b4427a5
Add a per-signal flag to mark handlers registered with osigaction, so we
...
can provide the correct context to each signal handler.
Fix broken sigsuspend(): don't use p_oldsigmask as a flag, use SAS_OLDMASK
as we did before the linuxthreads support merge (submitted by bde).
Move ps_sigstk from to p_sigacts to the main proc structure since signal
stack should not be shared among threads.
Move SAS_OLDMASK and SAS_ALTSTACK flags from sigacts::ps_flags to proc::p_flag.
Move PS_NOCLDSTOP and PS_NOCLDWAIT flags from proc::p_flag to procsig::ps_flag.
Reviewed by: marcel, jdp, bde
1999-10-11 20:33:17 +00:00
phk
031a7ae6a8
Add the machine that goes "BINGO" every time an potentially
...
unused #include is spotted in the kernel sources.
(This commit message celebrates Monty Pythons 30year aniversary)
1999-10-11 19:43:44 +00:00
mjacob
e003de9fed
remove unnecessary includes
1999-10-11 19:30:59 +00:00
phk
f60e63c166
remove unused #includes
1999-10-11 19:18:43 +00:00
phk
1192da2d21
remove unused #include
1999-10-11 19:16:54 +00:00
phk
e1b1875b55
remove unused #include, add $FreeBSD$
1999-10-11 19:14:37 +00:00
phk
3e30281358
remove unused #includes.
1999-10-11 19:12:30 +00:00
imp
883ff994af
Kill unused includes
1999-10-11 19:05:21 +00:00
imp
741f7789b8
Hid silly unknown board types message behind if (bootverbose). This
...
appears to have been lost sometime since joerge made this same fix in
1.47.
1999-10-11 18:53:59 +00:00
peter
7babece94a
Oops, Previous commit was-
...
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
1999-10-11 16:16:57 +00:00
peter
a284557f8b
Ack, ip_mroute.h is not an ipfilter include. :-/
...
Submitted by: Mike Heffner <spock@techfour.net>
1999-10-11 16:14:22 +00:00
peter
40af7a2f5c
Oh foo. I got carried away. :-( "joy.h" is used to size an array.
...
(Incidently, there is no bounds checking...)
1999-10-11 16:09:00 +00:00
peter
787140aa42
Trim unused options (or #ifdef for undoc options).
...
Submitted by: phk
1999-10-11 15:19:12 +00:00
peter
bf04216d1e
Clean up some cruft. We don't run <= 4.3 binaries on hp300 or luna68k
...
arches using owait(2).
1999-10-11 15:15:45 +00:00
steve
064f8661d9
Add support for the USRobotics Courier V.Everything (USR0101) modem.
...
Submitted by: Robert Blayzor <robert@superior.net>
1999-10-11 15:06:14 +00:00
peter
bd2dc28245
Trim some unused #includes
...
Submitted by: phk
1999-10-11 15:00:09 +00:00
peter
58d2fa7ace
Zap unneeded #include (found by phk)
...
Remove useless #include "joy.h"; #if NJOY > 0 - this is always true
if it's being compiled. config arranges this.
1999-10-11 14:53:46 +00:00
peter
68d6297bf7
Zap unneeded #includes
...
Submitted by: phk
1999-10-11 14:50:03 +00:00
peter
3e06e54387
Delete unneeded #include
...
Submitted by: phk
1999-10-11 14:42:33 +00:00
sos
f0c09f5977
Fix a bug in the isa attach code which would panic isa systems.
1999-10-11 11:04:43 +00:00
dwhite
aafa907b0c
Be explicit about kzip location to avoid accidentally calling KDE kzip.
1999-10-11 05:13:52 +00:00
peter
d4305bf955
Delete the sf (swapfile) arg to an internal function that used to point to
...
/dev/drum but has not been used for a LONG time.
Add $FreeBSD$
1999-10-11 05:01:17 +00:00
kuriyama
1924ba4e10
Add I-O DATA PCLATE entry.
...
Submitted by: sanpei@sanpei.org
PR: conf/13038
URL: http://www.iodata.co.jp/products/pccard/pclate.htm
1999-10-11 05:01:08 +00:00
newton
f0fca10890
Replace cdevsw_add() and friends with make_dev()/remove_dev().
1999-10-10 22:57:40 +00:00
obrien
9f1f03f986
Move RCS tag to our normal place.
1999-10-10 22:43:12 +00:00
obrien
2dc205f241
Style cleanups:
...
* be consistant on protecting "#define FOO"s with "#undef FOO".
* be consistant that macro params are upper case, and commas are followed
by a space in the macro definition
* protect macro param expansion by ()'s
* break long lines
* line continuations chars to consistant column
* remove trailing spaces
1999-10-10 22:33:40 +00:00
obrien
76d75beacc
Remove things common to all FreeBSD platforms. They will now live in a
...
FreeBSD wide config file.
This includes "WORD_SWITCH_TAKES_ARG" & "SWITCH_TAKES_ARG". Platforms
such as FreeBSD/MIPS will need to override these two defintions, but it
can #undef them and define them approapiately.
1999-10-10 22:17:24 +00:00
julian
e65181e2d2
Fix the following:
...
It appears that make fails to read the global symbol table of the archive file,
making it think that the library needs to be rebuilt.
fix supplied in PR:
PR: bin/14167
Submitted by: Sebastian Lederer <lederer@bonn-online.com>
Reviewed by: gallatin@FreeBSD.ORG
1999-10-10 20:39:36 +00:00
phk
855a7db95a
I don't know if this is the correct fix, but my kernel can compile with it.
1999-10-10 20:32:48 +00:00