ache
45d91efdec
Define PR_PROGRAM properly
1997-10-29 17:35:54 +00:00
ache
11845f8156
Localize diff
1997-10-29 17:17:32 +00:00
ache
92a284b53f
Switch to contrib version
1997-10-29 16:58:20 +00:00
ache
cdf50dc961
Switch to contrib version
1997-10-29 16:50:42 +00:00
ache
b1e567feab
Switch to contrib version
1997-10-29 16:36:57 +00:00
ache
692df03d54
Include <gnuregex.h> for FreeBSD
1997-10-29 16:27:56 +00:00
ache
8dcc9192ee
This commit was generated by cvs2svn to compensate for changes in r30839,
...
which included commits to RCS files with non-trunk default branches.
1997-10-29 16:14:35 +00:00
ache
cee6432e98
Initial import
1997-10-29 16:14:35 +00:00
ache
2930d5cccf
Initial import
1997-10-29 16:14:35 +00:00
nate
bdd6ae07d8
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
...
Noticed by: bde
1997-10-29 15:54:19 +00:00
kato
cfc3d1cfdf
Implement linux_iopl and linux_nice.
1997-10-29 08:17:14 +00:00
kato
df76a9fc09
Sync with sys/i386/isa/if_ed.c revision 1.126.
1997-10-29 08:14:56 +00:00
kato
d50e1b9be0
Synchronize with sys/i386/i386/microtime.s revision 1.34.
1997-10-29 08:13:32 +00:00
julian
9482e3b53d
didn't even know fddi had the atalk support.
...
fix it here too. (really needs more of the fixes from the ethernet)
1997-10-29 07:59:27 +00:00
jkh
b330f47cb6
Do chflags properly even when running multi-user.
1997-10-29 07:47:06 +00:00
charnier
97cd2cfa61
Back out strcpy() -> strncpy() changes. According to Bruce, they are unneeded.
...
Check the return value of gethostname() like in timed. Make enough place to
NUL-terminate the result.
1997-10-29 07:35:27 +00:00
charnier
68d30808a9
Back out strcpy() -> strncpy() changes. According to bruce, they are unneeded.
1997-10-29 07:32:30 +00:00
charnier
cf8568c7a3
Use err(3). Rewrote man page using mdoc format.
1997-10-29 07:27:56 +00:00
charnier
2d829ec20e
Use err(3).
1997-10-29 07:26:09 +00:00
charnier
24e614e49c
Typos in man page. Cosmetics in error strings.
1997-10-29 07:25:05 +00:00
brian
941e2045a2
o Bump version to 1.3 to reflect major changes
...
o Report modem connect time properly
o Report bytes in/out over physical media
o Fix phases (TERMINATE is *higher than* DEAD)
o Do a LayerFinish from LcpDown
o Bring down IPCP & CCP when we enter PHASE_TERMINATE
o Give a new prompt when we go to PHASE_DEAD
o Stop the modem timer properly when idle
o Treat sig 15 like an exiting carrier loss
o Log (DEBUG) offline & online transitions
1997-10-29 01:19:51 +00:00
jdp
addd7d2b5d
The previous change added a use of the DATA_SET macro, but forgot
...
to define it by including <sys/kernel.h>. That broke PC-CARD
support for this driver, producing the dreaded "device allocation
failed" message. Surprisingly, the missing include caused only
two compiler warnings. The compilation still "succeeded" anyway.
1997-10-29 00:51:50 +00:00
julian
827244dc7a
Fix various problems with netatalk kernel support.
...
Some of these changes are a bit rough and will become
more polished later. the changes to if_ethersubr should largely be moved
to within the appletalk code, but that will happen later.
A few of these were related to network-byteorder problems,
and more were related to loopback failures.
1997-10-29 00:30:52 +00:00
guido
ee40c84c0b
I wonder how I managed to get the krb.h include wrong. Anyway: correct it.
1997-10-28 21:20:21 +00:00
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