nate
f6deed1a05
- More style nits (sorry, I should have done this last time).
1997-10-28 20:58:53 +00:00
nate
44f2868788
- Style nit.
1997-10-28 20:50:58 +00:00
phk
349f4dfe03
Remove the long description from the in-kernel datastructure.
...
Put a magic field in there instead, to help catch uninitialized
malloc types.
1997-10-28 19:01:02 +00:00
guido
1e49b12039
Fix bugs from my previous commit
...
Submitted by: Bruce Evans
1997-10-28 18:55:21 +00:00
nate
2e553bc250
- Disable cards when doing a suspend by emulating that they have been
...
removed. Add a new state 'suspend' so we 'fake' insertion events at
resume time for the cards that have been suspended.
[
The code still works if you remove the card during suspend, switch the
card during suspend, or combinations of both.
]
Reviewed by: frf@xocolatl.com
1997-10-28 17:51:25 +00:00
brian
2c7ba54db5
Don't logwtmp(), login() already does it.
...
Log us out of utmp & wtmp if we're already in there.
PR: 4862
1997-10-28 16:50:56 +00:00
bde
fb826377ff
Removed unused #includes.
1997-10-28 15:59:26 +00:00
wollman
5a1ca03129
Zaire is now the Dem. Rep. of the Congo, and has new two- and three-letter
...
codes.
Obtained from: ISO 3166 Maintenance Agency via RIPE NCC
1997-10-28 15:45:09 +00:00
kato
547810c3e7
Synchronize with sys/i386/isa/npx.c and clock.c revisions 1.53 and
...
1.103, respectively.
1997-10-28 14:30:47 +00:00
kato
0be80e84d3
Synchronize with sys/i386/conf/files.i386 revision 1.178.
1997-10-28 14:29:23 +00:00
ache
2603f3ad79
1) Create intermediate directories with 755, not 777
...
2) Exit with error diagnostic if file exists but not a directory (-d)
3) Do chmod independently of chown (-d)
1997-10-28 14:20:10 +00:00
bde
974f2bea15
Don't #include <nfs/nfs.h> in <nfs/nfs_node.h> if KERNEL is defined.
...
Fixed everything that depended on the nested include.
1997-10-28 14:06:25 +00:00
ache
442881c24b
Implement group part now, final syntax is:
...
user[:group][/login-class]
1997-10-28 13:46:52 +00:00
bde
a2efd30a4b
This depends on option TCP_DEBUG for some reason, so include
...
opt_tcp_debug.h so that the option is visible again.
Restored a used #include.
1997-10-28 12:24:26 +00:00
bde
561cc79f50
Don't include <machine/cputypes.h> or declare cputype/class interfaces
...
in <machine/cpu.h>. Moved the declarations to <machine/cputypes.h>.
Fixed style bugs in the moved code. Fixed everything that depended on
the nested include. Don't include <machine/cpu.h> (in the changed files)
unless something in it is used directly.
1997-10-28 11:43:57 +00:00
kato
c2c827e04f
Implement linux_semop, linux_semget and linux_semctl.
...
PR: 4355
1997-10-28 10:50:02 +00:00
bde
63cd8d1f1b
Fixed style bugs in open() fix.
1997-10-28 10:29:55 +00:00
kato
35580c3b16
Synchronize with sys/i386/conf/GENERIC revision 1.100.
1997-10-28 09:09:05 +00:00
joerg
f3a46b4ff5
Typo.
...
Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins)
1997-10-28 07:46:27 +00:00
joerg
606d40fa35
Use the new "mandatory" keyword for the npx driver.
1997-10-28 07:28:34 +00:00
joerg
9a00c2c7cc
Removed another comment about not-so-mandatory devices i've missed in
...
the previous commit. It's perfectly legal to build a kernel without
any video device driver (and even without any console driver at all if
desired).
1997-10-28 07:27:48 +00:00
joerg
d7060af272
Remove the stale `log' non-pseudodevice.
...
Found by: the new config(8) ;-)
1997-10-28 07:24:35 +00:00
joerg
5c37a12152
Allow for a keyword in the "files" file named "mandatory". The first
...
candidate for this is "npx0", more are likely to follow.
Check for pseudo-devices that are being configured, but don't appear
in any "files" file. The ``pseudo-device bpf 2'' already hit me too
often.
1997-10-28 07:21:04 +00:00
ache
5865a758bc
1) Ignore -C with -d, not fail (for $(INSTALL) macro from /etc/make.conf)
...
2) When uid/gid not specified, not try to set 0:0 owner, just do nothing.
It makes possible to use install -d by users without setting
their uid:gid each time.
3) Be more specific where install_dir fails
1997-10-27 22:53:33 +00:00
ache
e69d3597cb
Back out moving nobody to daemon class, the problem fixed in another place:
...
inetd
1997-10-27 22:07:03 +00:00
guido
631fc64480
Add -c option that allows root to specify a login_class.
1997-10-27 22:05:12 +00:00
ache
6a842ce994
Implement login classes sepcification as user[/loginclass]
...
By default inetd run things with the same limits as from /etc/rc
(daemon class) to not break anything as in good old days.
1997-10-27 22:03:47 +00:00
jmz
67b46d7b0f
Use a MODE SELECT command to reset the block size, instead of calling the
...
prepare_track() function, which caused fixation problems with some drives.
1997-10-27 21:09:27 +00:00
guido
16baeb2dba
When dosourcerouting is set do not sourceoute....
1997-10-27 21:07:26 +00:00
bde
af87f94a9c
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
...
and fixed everything that dependended on it being declared in the old
place. It is used in "machine-independent" code in subr_prof.c.
Moved declaration of btext from subr_prof.c to <machine/cpu.h>. It
is machine-dependent.
1997-10-27 17:23:18 +00:00
bde
059c792df9
Oops, <machine/psl.h> is used unconditionally in -current.
1997-10-27 17:19:20 +00:00
ache
c722599af5
Move nobody to daemon class, otherwise it is impossible to start fingerd
...
while Apache is running, it effectively eats all default class limits for
nobody
1997-10-27 16:59:07 +00:00
bde
cae681d984
Cleaned up #includes.
...
Ifdefed conditionally used includes.
Finished changing indentation of per-statement comments to 40.
1997-10-27 16:35:34 +00:00
bde
2fa5d41745
KNFize rev.1.31.
1997-10-27 15:39:01 +00:00
bde
ebc42ddbe3
Use unique sleep message strings.
1997-10-27 15:33:04 +00:00
bde
bd7b557dd6
Use 127 instead of CHAR_MAX for the limit on the sequence count. The
...
limit doesn't have anything to do with characters. The count mainly
needs to fit in the VOP_READ() ioflag after being left shifted by 16.
Moved vn_lock() before vn_closefile(). vn_lock() was mismerged from
Lite2.
Removed some gratuitous braces.
1997-10-27 15:26:23 +00:00
bde
4cd9d808cf
Use bread() instead of cluster_read() for reading the last block
...
in a file. There was a (harmless, I think) off-by-1 error. This
was fixed in ufs long ago (rev.1.21 of ufs_readwrite.c) but not
in cd9660.
cd9660_read() has stagnated in many other ways. It is closer to
the Net/2 ufs_read() (which is was cloned from) than ufs_read()
itself is.
1997-10-27 14:55:49 +00:00
steve
ed59069625
Better wording explaining that all single character options
...
are extensions along with the previous list of primaries.
Suggested by: bde
1997-10-27 14:25:54 +00:00
bde
e38eb2dd99
Removed unused #includes. The need for most of them went away with
...
recent changes (docluster* and vfs improvements).
1997-10-27 13:33:47 +00:00
bde
3aa3852416
Forward declare precisely the structs that are actually used in this header.
1997-10-27 12:50:57 +00:00
charnier
4b19c8ae4e
Use err(3).
1997-10-27 12:30:30 +00:00
charnier
ede47e9ab0
Remove `progname'.
1997-10-27 12:29:25 +00:00
charnier
979da9c94a
Add usage() and err(3). Sync man page with usage string.
1997-10-27 12:27:21 +00:00
charnier
5a5312b885
One line usage string: see man page for more info.
1997-10-27 12:25:38 +00:00
charnier
a603ec5bf9
Cosmetic in err() strings.
1997-10-27 12:23:08 +00:00
charnier
29b9cb9613
Use err(3).
1997-10-27 12:21:10 +00:00
kato
ddebc6cded
Synchronize with sys/i386/isa/sio.c revision 1.187.
1997-10-27 11:00:31 +00:00
kato
68f6e3a1f5
Synchronize with sys/i386/isa/if_fe.c revision 1.32.
1997-10-27 10:59:48 +00:00
kato
6c76bff289
Synchronize with sys/i386/isa/if_ed.c revision 1.125.
1997-10-27 10:59:03 +00:00
kato
3533b38d39
Synchronize with sys/i386/isa/syscons.c revision 1.236.
1997-10-27 10:58:30 +00:00