phk
c5be7b58c4
For some reason patch didn't remove these three lines first time around.
1999-09-25 18:57:27 +00:00
phk
e9e4ee2c1f
Remove a warning check which was too general.
1999-09-25 18:52:03 +00:00
mjacob
cadb9cd8e8
Fix from Tor so that if we enter the debugger in the tristate going to
...
SMP (other CPUs stopped but SMP mode not really started).
Obtained from:Tor.Egge@fast.no
1999-09-25 18:36:31 +00:00
jhb
5cccc09508
Update the dictionary to contain all of the words in
...
/usr/share/dict/{eign,web2,propernames}. Most of the additions are
proper names, but the word 'all' is a notable exception.
PR: misc/12285
Reviewed by: bde
1999-09-25 18:35:42 +00:00
mjacob
04a7af3451
Fix from Tor so that if we enter the debugger in the tristate going to
...
SMP (other CPUs stopped but SMP mode not really started).
Obtained from: Tor.Egge@fast.no
1999-09-25 18:35:38 +00:00
phk
e9e0512210
Remove five now unused fields from struct cdevsw. They should never
...
have been there in the first place. A GENERIC kernel shrinks almost 1k.
Add a slightly different safetybelt under nostop for tty drivers.
Add some missing FreeBSD tags
1999-09-25 18:24:47 +00:00
wpaul
a0c34c5a23
Change contigmalloc() lower memory bound from 1MB to 0 to improve
...
chances of allocations succeeding on systems with small amounts of
RAM.
Pointed out by: bde
1999-09-25 17:29:02 +00:00
dillon
86c08984c2
mdoc style cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:21:21 +00:00
dillon
e490eec0dd
mdoc cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:11:54 +00:00
phk
a2c68c62db
This patch clears the way for removing a number of tty related
...
fields in struct cdevsw:
d_stop moved to struct tty.
d_reset already unused.
d_devtotty linkage now provided by dev_t->si_tty.
These fields will be removed from struct cdevsw together with
d_params and d_maxio Real Soon Now.
The changes in this patch consist of:
initialize dev->si_tty in *_open()
initialize tty->t_stop
remove devtotty functions
rename ttpoll to ttypoll
a few adjustments to these changes in the generic code
a bump of __FreeBSD_version
add a couple of FreeBSD tags
1999-09-25 16:21:39 +00:00
chris
869afb6bbe
Remove a useless new line.
1999-09-25 16:11:09 +00:00
chris
ca61dcad0e
Document the devtoname(9) kernel interface.
1999-09-25 15:58:33 +00:00
phk
97bfe9f8f1
Add missing 't' in printf message.
1999-09-25 14:43:40 +00:00
nyan
77e9ca374d
Remove unnecessary file. This file is obsolete by newbus integration.
1999-09-25 14:17:05 +00:00
phk
3588b9beb9
Fix a hole in jail(2).
...
Noticed by: Alexander Bezroutchko <abb@zenon.net>
1999-09-25 14:14:21 +00:00
phk
d612df1de6
Remove NBPF conditionality of bpf calls in most of our network drivers.
...
This means that we will not have to have a bpf and a non-bpf version
of our driver modules.
This does not open any security hole, because the bpf core isn't loadable
The drivers left unchanged are the "cross platform" drivers where the respective
maintainers are urged to DTRT, whatever that may be.
Add a couple of missing FreeBSD tags.
1999-09-25 12:06:01 +00:00
phk
5f4944fbfd
Oops! I enabled SOFTUPDATES by accident.
...
Pointed out by: eivind
1999-09-25 11:28:18 +00:00
markm
096f256383
Rename a macro; it gets set at "make world" time, and I had a local
...
mod that masked this. D'uh.
1999-09-25 06:59:10 +00:00
nyan
6da1282107
Merge from sys/i386/conf/files.i386 revision 1.270 and 1.271.
1999-09-25 05:39:19 +00:00
wpaul
b47b9d0cc0
Call sk_start() at the end of sk_intr() if there's packets in the
...
interface send queue that need to be processed.
1999-09-25 04:50:27 +00:00
billf
18137fc0e5
Remove two more unnecessary function declarations/prototypes.
1999-09-25 03:22:52 +00:00
billf
e4191ae2b0
Include the proper headers, remove the unnecessary function declarations.
1999-09-25 03:20:29 +00:00
billf
aad82ac926
o Remove all of the objformat logic, it's never coming back.
...
o Simplify getpackagesite(), it comes back in full glory when we branch
again. It's still needed however to get the i386 or alpha directory.
1999-09-25 03:02:08 +00:00
billf
905cb42c4d
Remove duplicate declarations for two internal functions.
...
Remove delcaration for getenv(), we already get it from stdlib.h
1999-09-25 02:23:19 +00:00
billf
5f4efefebc
Stuff a variable declaration inside a #if block that is only used for that
...
#if.
1999-09-25 02:11:30 +00:00
billf
04286a15ad
Remove declaration of getenv(), we get that from stdlib.h already.
1999-09-25 02:10:38 +00:00
brian
e86d608444
Typo
...
Submitted by: Alex Nash <nash@mcs.net>
1999-09-24 23:57:22 +00:00
phantom
f637a6a879
Various style and visual changes.
...
VESA_132x30 is not available mode
SC_PIXLE_MODE -> SC_PIXEL_MODE
1999-09-24 20:39:24 +00:00
markm
05af469f85
Fix problem where a macro is not properly initialised in the !THREAD
...
case. Simple reodering does it.
Thanks to: sos
1999-09-24 19:39:34 +00:00
dillon
5fa6799671
More locking clarifications. Add skeleton manual page for VOP_LEASE
1999-09-24 17:11:02 +00:00
obrien
df3104f6f2
Switch the order of a two tests so that the error actually has to occur
...
for you to be told there was an error [during verbose boot].
I poked him for the fix, he poked me to get it committed.
Submitted by: Jason Young <doogie@anet-stl.com>
1999-09-24 16:27:32 +00:00
markm
20f9db93a6
Low-level, but significant cleanup of Perl's build process.
...
This should significantly ease "make; make install" loops.
1999-09-24 15:32:11 +00:00
dillon
d6997b00fe
More synchronization of the VOP documentation to the real world.
1999-09-24 13:58:55 +00:00
sos
36d865f2d9
Fix timeout handeling and add retry counts.
...
Add HPT366 probe message (but no real support yet),
Add CDR support for several diffenrent blocktypes, also close
disk as a multisession CD.
1999-09-24 12:36:10 +00:00
phantom
ab4110c3bc
Mention -p and -t options.
1999-09-24 11:37:06 +00:00
dillon
8dad7db428
More clarification of locking requirements.
1999-09-24 10:42:45 +00:00
dillon
386338d04f
Bring more VOP manual pages up to date in regards to locking
...
requirements.
1999-09-24 10:19:43 +00:00
dillon
609f54c951
Update errors in documentation for various VOP_ calls. Specifically,
...
describe the correct locking state expected on entry and return.
1999-09-24 07:07:02 +00:00
nsayer
044d3b94b6
Slight reordering of /etc/rc order: It now goes
...
...
recover vi
msgs/bounds
update MOTD
rc.{arch}
rc.devfs
rc.local
$local.startup
securelevel
The motive behind this is to delay rc.{arch} as long as possible,
as it loads the screensaver, which kills the splash screen.
But at the same time, it can't be done after rc.devfs, as
that might depend on arch specific actions. rc.local and local.startup
also should come after these, and securelevel must be last of all.
1999-09-24 06:49:00 +00:00
jmb
8764212375
Add information and configuration on the DUL.
...
Based upon a suggestion from
Don Croyle <croyle@gelemna.ft-wayne.in.us>.
1999-09-23 22:48:12 +00:00
jkh
a9675102dc
Guard against an rm returning non-zero status.
...
Noticed by: Makoto MATSUSHITA
1999-09-23 18:40:54 +00:00
dillon
ccee4af63a
Header file required to support ccd changes. Forgot to commit last
...
night.
1999-09-23 16:20:05 +00:00
nyan
8e881fe493
- Supported 1.23MB FD again.
...
- Supported all formats that IBM-PC's driver (isa/fd.c) supports.
- Changed the device minor numbers. They sync in IBM-PC's driver.
1999-09-23 14:21:14 +00:00
phantom
df261f51c9
mdoc(7)'fy
1999-09-23 13:45:43 +00:00
phantom
e78be029b7
mdoc(7)'fy
...
Empty sections commented.
1999-09-23 13:42:19 +00:00
phantom
472736db15
Learn nroff about -p and -t options. It allows to preprocess
...
file with pic(1) and tbl(1).
Not objected to: mpp
1999-09-23 13:40:28 +00:00
phantom
a2ad4c3e54
Add to .Nm devstat_end_transaction_buf().
...
Do some ordering.
Noticed by: ken
1999-09-23 13:31:15 +00:00
phantom
4ecfba8adc
Nuke dlopen.3 -> dlversion.3 link.
...
This function was removed by jdp in rev.1.5 of dlopen.3
Forgoten by: jdp
1999-09-23 13:26:41 +00:00
dillon
d0c237410f
Bring documentation up to date
1999-09-23 10:35:48 +00:00
dillon
173728edba
Bring ccd documentation up to date. Reference vinum, elucidate more
...
on mirroring and interleaving.
1999-09-23 10:04:25 +00:00