dyson
cdc4afc0a8
Map lock checks not needed anymore for swapping out. We don't use
...
map operations for it anymore. Certain deadlocks should never happen
anymore.
1996-04-08 03:42:01 +00:00
dg
1ea5e98511
Removed sections 3 and 4 from my copyright.
1996-04-08 01:31:42 +00:00
dg
67e2f2c62f
Killed sections 3 and 4 of my copyright as I think it is unnecessarily
...
restrictive.
1996-04-08 01:25:22 +00:00
dg
d1862b5655
Killed sections 3 and 4 of my copyright as I don't agree with it (I believe
...
it to be unnecessarily restrictive). For tty_subr.c, update to my standard
copyright.
1996-04-08 01:22:00 +00:00
mpp
a077141eaf
Update the scd(4) man page to reflect the current copyright
...
status and to update some path references.
1996-04-08 01:08:24 +00:00
mpp
56b0538949
Add the Ap macro to the macro table documentation (it generates an
...
apostrophe for those of you that were wondering).
1996-04-07 23:57:14 +00:00
mpp
3c9030debe
Change references from rpc.bootparamd to bootparamd.
1996-04-07 23:28:25 +00:00
phk
ea84b79e93
remove b_actb, it's not used anywhere.
1996-04-07 22:12:25 +00:00
mpp
1ddc42ee15
Bring clocks(7) into line with mdoc standards.
...
Reviewed by: joerg
1996-04-07 21:12:10 +00:00
bde
7c0a6ed764
Use breakpoint() function instead of inline assembler.
1996-04-07 18:34:59 +00:00
bde
b6732671c1
Changed bdb() to breakpoint() and always enable it.
...
Made the style more consistent, especially for the new Pentium functions.
1996-04-07 18:30:56 +00:00
bde
b4a0a5c2e5
Use rdtsc() function instead of inline essembler.
1996-04-07 18:16:26 +00:00
bde
82c211f290
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
1996-04-07 17:56:53 +00:00
bde
f350e6c811
Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.
1996-04-07 17:50:10 +00:00
bde
d75a1370e4
Removed never-used #includes of <machine/cpu.h>. Many were apparently
...
copied from bad examples.
1996-04-07 17:39:28 +00:00
bde
cfdfb3c281
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
...
being declared in the wrong place.
1996-04-07 17:32:42 +00:00
roberto
20b5c8f9a6
Add several entries for ISA PnP cards (from Frank Durda IV), for using the NT
...
loader to boot, Jörg answer for slow printers and Dave Walton's answer to
hang during vty switches.
1996-04-07 17:23:34 +00:00
bde
53619b445e
Removed unused declaration of bootverbose.
1996-04-07 17:03:12 +00:00
bde
feb665fd7f
systm.h:
...
Moved declaration of bootverbose to a better place. It isn't
machine-dependent.
proc.h:
Moved declaration of cpu_fork() to a better place. Only its
implementation is machine-dependent.
1996-04-07 16:46:28 +00:00
bde
d8bbfe26c9
Moved declaration of bootverbose to a better place. Externs should
...
only be declared in headers.
1996-04-07 16:45:36 +00:00
bde
ad8fa4b2a3
Moved declaration of bootverbose to a better place. It isn't
...
machine-dependent.
Moved declaration of cpu_fork() to a better place. Only its
implementation is machine-dependent.
1996-04-07 16:44:28 +00:00
bde
50c6f44d2e
Declared pgrpdump() properly.
1996-04-07 16:16:05 +00:00
bde
059d798920
Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.
1996-04-07 14:59:26 +00:00
bde
dc93ac0bb9
Fixed devfs device names and numbers.
...
Fixed handling of unknown CMOS types - don't attach unrecognized devices.
1996-04-07 14:46:42 +00:00
bde
76bf9ad082
Cleaned up naming and formatting in recent changes.
1996-04-07 14:32:14 +00:00
bde
eac7371c68
Allow specifying the BIOS drive number. Removed the hd drive type.
...
hd essentially wired the FreeBSD drive number to 0 without changing
the BIOS drive number. Now the numbers can be specified independently.
Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS. Defining
the new flag as 1 should give the same behaviour as defining the old
flag as anything. I haven't tested defining these flags.
1996-04-07 14:28:05 +00:00
bde
aa05872301
Don't generate code for the unused function sleep().
1996-04-07 13:35:58 +00:00
bde
5103ae40e0
Removed the 2 remaining calls to sleep().
1996-04-07 13:20:40 +00:00
phk
f7f7113b0b
Move the "mib" variables out to their own file.
1996-04-07 13:03:06 +00:00
bde
5e84eea81d
Use strtoq() instead of strtol() so that large inums, and sizes can be
...
specified.
Not fixed: specification of large uids and gids; silent truncation of
unrepresentable values.
1996-04-07 12:58:13 +00:00
joerg
abba8530a0
This commit was generated by cvs2svn to compensate for changes in r15100,
...
which included commits to RCS files with non-trunk default branches.
1996-04-07 10:28:57 +00:00
joerg
79ebee9a84
Import the 4.4Lite2 getty into a vendor branch.
1996-04-07 10:28:57 +00:00
joerg
825cd02612
Import the 4.4Lite2 getty into a vendor branch.
1996-04-07 10:28:57 +00:00
joerg
d3200e4c02
Make `easy-import' ready for vendor-branch imports.
...
I'm also going to install the new version on freefall.
1996-04-07 10:22:37 +00:00
mpp
285acf5c8d
Add a zero(4) man page to describe /dev/zero. Update null(4) to xref
...
this new man page.
1996-04-07 10:04:49 +00:00
mpp
2ecdb9f16e
Some minor cleanup to bring the pccard man pages in line
...
with mdoc guidelines.
1996-04-07 09:14:46 +00:00
mpp
d6542a796e
Correct the rpc.lockd and rpc.statd man pages to not reference
...
their path names in the synopsis line (especially since they
referenced the wrong path!). Corrected some other minor problems
with the rpc.lockd man page.
1996-04-07 08:55:32 +00:00
mpp
a8e89bb5c1
Fix some typos.
1996-04-07 08:37:54 +00:00
asami
4a1e91b17b
Change ${ENV} -> ${SETENV}. The former coincides with startup file
...
names of bash et al.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1996-04-07 08:34:21 +00:00
dg
d12b1628ed
Added proper splnet protection while modifying the interface address list.
...
This fixes a panic that occurs when ifconfig ioctl(s) were interrupted
by IP traffic at the wrong time - resulting in a NULL pointer dereference.
This was originally noticed on a FreeBSD 1.0 system, but the problem still
exists in current sources.
1996-04-07 06:59:52 +00:00
jkh
61af07d023
Major surgery.
...
1. Use new dialog menu hacks (no strings, just arrays of dialogMenuItem structs)
so that I can create composite menus with radio/checkbox/... items in them,
removing some long-standing UI bogons in various menus. This work isn't
finished yet, but will be done in two phases. This is phase one.
2. Remove all the script installation stuff. I never got time to document it,
it was arcane and it just complicated much of the code. There are better
ways of doing this if I want to do auto-driven installations later.
3. Remove much dead code and otherwise attempt to remove as much historical
grot as possible so that this code is easier to hack on. This is also
a two-stage process, phase one of which is now complete.
1996-04-07 03:52:36 +00:00
jkh
318997a39f
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
jkh
5b2f267378
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
dyson
efe5631797
Major cleanups for the pmap code.
1996-04-07 02:23:05 +00:00
joerg
5a40b6631e
Fix a typo.
...
Submitted by: tgm@netcom.com (Thomas G. McWilliams)
1996-04-07 01:18:20 +00:00
joerg
5d53626f95
Add rplay.
...
Submitted by: Andreas Klemm <andreas@knobel.gun.de>
1996-04-07 01:16:37 +00:00
joerg
426074daf3
Fix the reproto.sh script that was broken after my KNFification.
...
Pointed out by: bde
1996-04-07 01:15:03 +00:00
mpp
86b292ffbd
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
joerg
427df293ee
KNFify the function definitions. It's harder to grep around when the
...
function names don't start in column 1.
1996-04-06 13:34:37 +00:00
joerg
c6dfb097b4
Fix a typo.
1996-04-06 13:33:23 +00:00