Andrey A. Chernov
663d61b5eb
Remove so-called revoke, this game never installed sguid
1997-09-01 11:40:18 +00:00
Andrey A. Chernov
fafd0d1b39
Remove so-called revoke, this game not installed sguid
1997-09-01 11:31:56 +00:00
Andrey A. Chernov
6c0c9b8c37
Remove so-called revoke, this game not installd sguid
1997-09-01 11:24:35 +00:00
Andrey A. Chernov
9dab7fd713
Remove so-called revoke, this game not installed sguid
1997-09-01 11:22:08 +00:00
Andrey A. Chernov
1889c27d4a
Do not remove /var/tmp/vi.recover
1997-09-01 11:07:55 +00:00
KATO Takenori
52f3a7293c
Synchronize with sys/i386/isa/sio.c revision 1.180.
1997-09-01 10:45:02 +00:00
KATO Takenori
dd4ca852b4
Synchronize with sys/i386/isa/clock.c revision 1.102.
1997-09-01 10:44:06 +00:00
KATO Takenori
d6fc4c1416
Synchronize with sys/i386/i386/microtime.s revision 1.31.
1997-09-01 10:42:43 +00:00
KATO Takenori
8532a0ba59
Synchronize with sys/i386/i386/machdep.c revision 1.260.
1997-09-01 10:42:03 +00:00
KATO Takenori
17f8b8963b
Synchronize with sys/i386/conf/options.i386 revision 1.57.
1997-09-01 10:41:04 +00:00
KATO Takenori
dcda1104be
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
David Nugent
b92f6bd2b8
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
David Nugent
d3329f56fa
Unquote default group in pw.conf.
...
PR: 4365
Submitted by: "Andrew L. Moore" <alm@mclink.com>
1997-09-01 09:33:08 +00:00
Steve Passe
1de995bb1f
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
Steve Passe
7245dff0f1
Cleanup.
1997-09-01 07:31:54 +00:00
Philippe Charnier
b8594fe054
Cosmetic changes.
1997-09-01 06:14:17 +00:00
Philippe Charnier
b63f602a08
Use err(3).
1997-09-01 06:12:37 +00:00
Philippe Charnier
3efa2f585c
Style in rcsid, sort #include.
1997-09-01 06:11:40 +00:00
Bruce Evans
79624e2147
Removed unused #includes.
1997-09-01 03:17:34 +00:00
Bruce Evans
4de628dec4
Some staticized variables were still declared to be extern.
1997-09-01 02:55:50 +00:00
Bruce Evans
dfeca1b8ae
Print a device number in hex instead of decimal.
1997-09-01 02:28:32 +00:00
Bruce Evans
e8af045620
Removed unused #includes.
1997-09-01 02:18:13 +00:00
Bruce Evans
1c86c3f605
Removed unused #includes (<machine/cpu.h> now gives more pollution).
1997-09-01 02:12:39 +00:00
Bruce Evans
0ec3217356
Removed unused #includes.
1997-09-01 02:08:42 +00:00
Bruce Evans
6f7319427a
Fixed absolute pathnames in #includes.
1997-09-01 01:57:27 +00:00
Bruce Evans
e28b96049b
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 Somers
a367bd9e25
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
Bruce Evans
6856ba1262
Removed unused #includes.
1997-09-01 01:12:53 +00:00
Bruce Evans
0ff12406c3
Removed unused #includes. The !KERNEL case may be more broken than before.
1997-09-01 00:51:52 +00:00
Eivind Eklund
34a13bf4cb
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
Bruce Evans
e3ffd60e0a
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
Bruce Evans
bf78672450
Made this compile again (getopt moved to <unistd.h>).
...
Fixed usage message.
1997-09-01 00:01:50 +00:00
Bruce Evans
6d58e6cbc4
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 Somers
afc7fa2c18
Cosmetic: Make LogPrintf() calls consistent.
1997-08-31 22:59:49 +00:00
Bruce Evans
f3086365a3
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
Bruce Evans
c5b15a8a44
Removed unused #includes (bogus #includes were necessary because fusword()
...
was declared in the wrong place).
1997-08-31 22:22:21 +00:00
Bruce Evans
6a9280be8c
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
Bruce Evans
4447a79bf7
Fixed inclomplete function type in synopsis.
1997-08-31 21:54:10 +00:00
Wolfram Schneider
9f2ba01444
Fix file names.
1997-08-31 21:33:27 +00:00
Peter Wemm
cf68c4fbd8
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 Somers
021352282c
Make ppp owner root.ppp, mode 4550
...
Suggested by: guido
Condoned by: eivind
1997-08-31 20:18:03 +00:00
Brian Somers
a393e39cdf
Add group ppp (gid 69)
1997-08-31 20:13:38 +00:00
Brian Somers
ad1d4e56a2
Remove login_progok()
...
Suggested by: guido
1997-08-31 20:09:39 +00:00
Brian Somers
709db7fbee
Remove use of login_progok()
...
Suggested by: guido
1997-08-31 20:07:03 +00:00
Stefan Eßer
2841b4feff
Prepare for 64bit programming environment (e.g. Alpha):
...
Use "ncrcmd" or "u_int32_t" instead of "u_long", where appropriate.
Submitted by: Gerard Roudier <groudier@club-internet.fr>
1997-08-31 19:42:31 +00:00
Stefan Eßer
7d4936dc38
Remove debug printf() that had been ommited by accident.
1997-08-31 19:36:56 +00:00
Stefan Eßer
71b8fb2a93
Fix problem with early revision 53c825a and 53c875 chips, which
...
could cause a solid system lockup in the driver attach:
These chips do not abort an access to the internal SRAM, when
the driver set the software reset bit in the istat register. But
the chip will never acknowledge the requested PCI bus transfer
in the situation, causing an infinite wait and a lockout of other
bus-masters.
The problem has been reported for rev 0x11 of the 53c825a and
rev 0x01 of the 53c875.
Revisions 0x13 of the 53c825a and 0x03 of the 53c875 are known
to support SRAM accesses, even in the software reset state.
1997-08-31 19:35:52 +00:00
Eivind Eklund
d6b01f404d
Fix my e-mail address. Old work addres is no good.
1997-08-31 16:38:33 +00:00
Andrey A. Chernov
0d589df709
Restore back issetugid() usage and bump major number
1997-08-31 08:37:28 +00:00
Poul-Henning Kamp
a051452ae2
Change the 0xdeadb hack to a flag called VDOOMED.
...
Introduce VFREE which indicates that vnode is on freelist.
Rename vholdrele() to vdrop().
Create vfree() and vbusy() to add/delete vnode from freelist.
Add vfree()/vbusy() to keep (v_holdcnt != 0 || v_usecount != 0)
vnodes off the freelist.
Generalize vhold()/v_holdcnt to mean "do not recycle".
Fix reassignbuf()s lack of use of vhold().
Use vhold() instead of checking v_cache_src list.
Remove vtouch(), the vnodes are always vget'ed soon enough
after for it to have any measuable effect.
Add sysctl debug.freevnodes to keep track of things.
Move cache_purge() up in getnewvnodes to avoid race.
Decrement v_usecount after VOP_INACTIVE(), put a vhold() on
it during VOP_INACTIVE()
Unmacroize vhold()/vdrop()
Print out VDOOMED and VFREE flags (XXX: should use %b)
Reviewed by: dyson
1997-08-31 07:32:39 +00:00