bde
a6e315b69d
Added used #include - don't depend on <sys/mbuf.h> including
...
<sys/malloc.h> (unless we only use the bogusly shared M*WAIT flags).
1997-09-02 01:19:47 +00:00
brian
fbe22340d6
Fix the bogus routes I introduced in the last commit.
1997-09-01 22:21:18 +00:00
bde
346db510c2
Oops, the previous change applied a reversed patch.
1997-09-01 18:39:37 +00:00
ache
4bd2b1cbec
Describe morse locale features better
1997-09-01 14:10:38 +00:00
ache
ac3253d328
Fix Cyrillic (KOI8-R) code table detection and processing
...
Remove yet one setuid()
1997-09-01 13:58:22 +00:00
ache
3afe2b17e3
Remove HIDEGAME and revoke, it is not a game to hide it
1997-09-01 11:53:14 +00:00
ache
8522624aad
Remove so-called revoke, this game never installed sguid
1997-09-01 11:40:18 +00:00
ache
4010a61b30
Remove so-called revoke, this game not installed sguid
1997-09-01 11:31:56 +00:00
ache
29f93ed7df
Remove so-called revoke, this game not installd sguid
1997-09-01 11:24:35 +00:00
ache
a537a20819
Remove so-called revoke, this game not installed sguid
1997-09-01 11:22:08 +00:00
ache
a5d0d0dc36
Do not remove /var/tmp/vi.recover
1997-09-01 11:07:55 +00:00
kato
7408f58dd2
Synchronize with sys/i386/isa/sio.c revision 1.180.
1997-09-01 10:45:02 +00:00
kato
f41e8f37be
Synchronize with sys/i386/isa/clock.c revision 1.102.
1997-09-01 10:44:06 +00:00
kato
37cdd6e9b9
Synchronize with sys/i386/i386/microtime.s revision 1.31.
1997-09-01 10:42:43 +00:00
kato
245e6b264e
Synchronize with sys/i386/i386/machdep.c revision 1.260.
1997-09-01 10:42:03 +00:00
kato
c3887642fa
Synchronize with sys/i386/conf/options.i386 revision 1.57.
1997-09-01 10:41:04 +00:00
kato
98d5359b77
Synchronize with sys/i386/boot/biosboot/asm.S, boot.c and boot.h
...
revisions 1.12, 1.69 and 1.21, respectively.
1997-09-01 10:38:32 +00:00
davidn
83eefff2e6
Use cgetustr() since we handled special escapes ourselves.
...
Fix typo in escape parsing function.
PR: 4370
Submitted by: sumii@is.s.u-tokyo.ac.jp
1997-09-01 10:06:05 +00:00
davidn
00e1cd92d7
Unquote default group in pw.conf.
...
PR: 4365
Submitted by: "Andrew L. Moore" <alm@mclink.com>
1997-09-01 09:33:08 +00:00
fsmp
e771ecca0f
General cleanup of the sub-system locking macros.
...
Eliminated the RECURSIVE_MPINTRLOCK.
clock.c and microtime use clock_lock.
sio.c and cy.c use com_lock.
Suggestions by: Bruce Evans <bde@zeta.org.au>
1997-09-01 07:45:37 +00:00
fsmp
c9f24c9fd2
Cleanup.
1997-09-01 07:31:54 +00:00
charnier
1d1202127b
Cosmetic changes.
1997-09-01 06:14:17 +00:00
charnier
2f436049b3
Use err(3).
1997-09-01 06:12:37 +00:00
charnier
347508a519
Style in rcsid, sort #include.
1997-09-01 06:11:40 +00:00
bde
a08aff2d02
Removed unused #includes.
1997-09-01 03:17:34 +00:00
bde
e11885cf92
Some staticized variables were still declared to be extern.
1997-09-01 02:55:50 +00:00
bde
98fcb3f476
Print a device number in hex instead of decimal.
1997-09-01 02:28:32 +00:00
bde
8ad7283595
Removed unused #includes.
1997-09-01 02:18:13 +00:00
bde
be13855b37
Removed unused #includes (<machine/cpu.h> now gives more pollution).
1997-09-01 02:12:39 +00:00
bde
4f873bc427
Removed unused #includes.
1997-09-01 02:08:42 +00:00
bde
3d8f1db131
Fixed absolute pathnames in #includes.
1997-09-01 01:57:27 +00:00
bde
b5c24bb113
Move closer to supporting VM86 under SMP.
...
LINT now compiles but doesn't link. Other link-time breakage for LINT
is now visible (SMP is incompatible with SIMPLELOCK_DEBUG).
Submitted by: jlemon
1997-09-01 01:54:52 +00:00
brian
a059b2e7c8
Add "options no_tld_query" to resolv.conf.
...
Mention the capability in resolver(5).
Mention that RES_OPTIONS can be used in resolver(5).
Discussed with: -hackers
1997-09-01 01:19:23 +00:00
bde
af20ce1c06
Removed unused #includes.
1997-09-01 01:12:53 +00:00
bde
9b28547e8e
Removed unused #includes. The !KERNEL case may be more broken than before.
1997-09-01 00:51:52 +00:00
eivind
d8e95d8c1a
Change games from setuid games to setgid games.
...
Reviewed by: maybe@yes.no
Obtained from: OpenBSD (mostly deraadt@openbsd.org )
1997-09-01 00:34:51 +00:00
bde
ff4b4c1d18
Added #include of <sys/queue.h> to make this self-sufficient.
...
Includers of this file apparently didn't know that <sys/queue.h>
was a prerequisite and include a semi-random collection headers
until one happened to include it.
1997-09-01 00:18:02 +00:00
bde
5a98f054e1
Made this compile again (getopt moved to <unistd.h>).
...
Fixed usage message.
1997-09-01 00:01:50 +00:00
bde
31192fc056
Fixed options SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME which were broken
...
by incomplete cutting and pasting from machdep.c to kern_shutdown.c.
PR: 3953
1997-08-31 23:08:38 +00:00
brian
c9a9461a21
Cosmetic: Make LogPrintf() calls consistent.
1997-08-31 22:59:49 +00:00
bde
b217a31a96
Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"
...
centrally.
1997-08-31 22:43:46 +00:00
bde
bca1963c9b
Removed unused #includes (bogus #includes were necessary because fusword()
...
was declared in the wrong place).
1997-08-31 22:22:21 +00:00
bde
0d4a037f8d
Hide the declaration of `struct exception' from C++, since it conflicts
...
with the standard C++ `class exception'. This makes matherr() difficult
to use in C++. Small loss.
1997-08-31 22:12:19 +00:00
bde
901de0acb7
Fixed inclomplete function type in synopsis.
1997-08-31 21:54:10 +00:00
wosch
33086c126b
Fix file names.
1997-08-31 21:33:27 +00:00
peter
3a01dc9b52
Fix the ${BINFORMAT} definition problem during 'make {build}world'. The
...
wrong switches were being passed to 'make' that caused sys.mk to come from
the /usr/share/mk location but the bsd.*.mk files to come from the
source tree in src/share/mk. This was bound to break sooner or later.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
1997-08-31 21:06:40 +00:00
brian
56d1dd4b53
Make ppp owner root.ppp, mode 4550
...
Suggested by: guido
Condoned by: eivind
1997-08-31 20:18:03 +00:00
brian
7e43595bb5
Add group ppp (gid 69)
1997-08-31 20:13:38 +00:00
brian
952d2b05cd
Remove login_progok()
...
Suggested by: guido
1997-08-31 20:09:39 +00:00
brian
4ac4d60bc7
Remove use of login_progok()
...
Suggested by: guido
1997-08-31 20:07:03 +00:00