chopps
4ffc3d408a
Update to newer layout grabbing suitable stuff from i386 notes.
...
Apply fixes from Thorsten Frueauf from pr 4745.
1997-12-24 18:23:48 +00:00
oki
ac86463ce3
Make compile without options MACHINE_NONCONTIG.
1997-12-24 17:48:10 +00:00
oki
49779c8c5a
Add MDP_STACKADJ.
1997-12-24 17:46:08 +00:00
jeremy
28cbe4f62b
Added sun3x subdirectory.
1997-12-24 09:29:32 +00:00
jeremy
a68bc49340
Initial import
1997-12-24 09:21:18 +00:00
jeremy
a70d6a8124
Added sun3x subdirectory.
1997-12-24 08:45:33 +00:00
jeremy
1bc784e57e
Initial import
1997-12-24 08:42:14 +00:00
jeremy
29cec37de0
Added sun3x-specific man directories.
1997-12-24 07:03:22 +00:00
cgd
70fa7e3060
kill a couple of (insignificant but) bogus extra spaces
1997-12-24 05:15:54 +00:00
jeremy
1df14ee4ce
Initial import
1997-12-24 02:33:05 +00:00
fvdl
ffb3eaa5ea
Add extra delay after wdcreset() call in wdcprobe. Needed by at least
...
one controller, where registers otherwise will still be inaccesible
(even though the busy bit has been reset), making the probe fail.
1997-12-24 02:01:00 +00:00
tv
89e7595756
Exclude /dev/fb code if no framebuffer is compiled into the system.
...
Adds a fb.h flag file with '#define NFB 1' if any such card is configured
in to the kernel.
1997-12-23 23:57:20 +00:00
hubertf
56b5c3db8d
sys/stat.h needed for S_IFBLK/S_IFCHR.
1997-12-23 22:46:27 +00:00
ross
4b2ac6c053
Change = to == in exit return code expression. From Chris Engebretson.
1997-12-23 18:21:34 +00:00
scottr
8b88374a6b
Update for SYS_INST changes.
1997-12-23 17:54:29 +00:00
scottr
52405e2a44
Fix several tyops, some spotted by Thorsten Frueauf.
1997-12-23 16:59:37 +00:00
scottr
96a4c15f2f
Updated installation notes from Thorsten Frueauf.
1997-12-23 16:55:31 +00:00
cjs
656a8fb01b
First go at alpha install notes.
1997-12-23 09:41:36 +00:00
jonathan
3ef1290cd7
Fix typos.
1997-12-23 08:55:41 +00:00
jonathan
0911cc145e
Correct URLs: /ports/ -> /Ports/
1997-12-23 08:03:08 +00:00
jonathan
e8e46d5728
Give complete pathname to the REAMDE file with instructions on how to
...
select an X server and how to handle the compressed-font problem.
Don't use -r "" to invoke sysinst for the release.
1997-12-23 06:58:49 +00:00
scottr
6c8822b681
Don't use an absolute path for the less(1) source.
1997-12-23 06:33:17 +00:00
christos
04691c5e33
Overhaul:
...
- Use fgetln instead of fgets and keep track of line limits.
- Use dynamically allocated buffers instead of fixed length ones.
- Use err/warn
- Don't re-scan strings needlessly.
- Handle extensions properly for page names that contain more than
one period printing:
resolv.conf (5) - resolver configuration file
instead of:
resolv.conf (conf.5) - resolver configuration file
This fixes PR/4738: "Coredump in getNAME" as a side effect.
This program is a hack; it depends on the ``standard format'' of a man page
and can get easily confused. At least now it will not core-dump...
1997-12-22 20:02:33 +00:00
mikel
1895ff2657
back out last change, /etc/aliases.db now auto-rebuilt by default sendmail.cf
1997-12-22 05:58:58 +00:00
mikel
1f38aba134
auto-rebuild /etc/aliases.db to match 'traditional' behavior,
...
suggested by perry
1997-12-22 05:53:06 +00:00
thorpej
ff7a4d0472
Add COMPAT_13.
1997-12-22 05:31:23 +00:00
jonathan
3550b22654
Commit patch for PMAG-A (mfb) pixel inversion accientally left out of 1.3.
...
See PR# port-pmax/4724.
1997-12-22 02:39:28 +00:00
enami
24ec6663fe
Add missing cast. This is a minimum fix to avoid overflow which causes
...
core dumps with some disk geometry.
1997-12-22 01:54:07 +00:00
jonathan
efe4af02dc
Update to release(7) and list X11 sets.
1997-12-22 01:31:02 +00:00
jonathan
137862e580
cut-and-paste the 1.3_BETA NOTES file into the standard release notes.
1997-12-22 00:40:41 +00:00
cjs
141bc49c28
Add install scripts. (Stolen from old i386 SSTO floppy.)
1997-12-22 00:39:29 +00:00
fvdl
787c8aa329
Check vnode for VDIR type before doing anything with it in the
...
NFS readdir service.
1997-12-22 00:09:02 +00:00
kleink
087ac96d12
Update to last commit: do not pass the accounting flag to suser(), since the call does not actually *use* super-user privileges. Pointed out by Charles.
1997-12-21 18:50:57 +00:00
kleink
b90b902782
Update a comment: neither does POSIX define the `-h' option, nor does it
...
define symbolic links.
1997-12-21 18:34:30 +00:00
kleink
65d1679f46
Add a paragraph to document the clearing of the setuid and setgid bits unless
...
invoked by the super-user.
1997-12-21 18:11:19 +00:00
kleink
6e2ca95213
Update: the setuid and setgid bits will be cleared only if the caller is
...
not the super-user.
1997-12-21 17:58:27 +00:00
kleink
aa4d1febf1
Due to the feedback received, change chown(), fchown() and lchown() not to
...
clear the setgid and setuid bits if called by the superuser. Addresses
PR kern/4662.
1997-12-21 17:49:18 +00:00
hpeyerl
6563f769af
update for correct SPU type and COMPAT_13.
1997-12-21 17:15:01 +00:00
christos
24f2924d70
inet_addr -> inet_aton
1997-12-21 17:14:24 +00:00
christos
b1d0822b6d
add -Idirectory option to seach for .so files.
1997-12-21 17:04:16 +00:00
christos
efbb6e62ff
use ${SOELIM} instead of soelim
1997-12-21 16:16:14 +00:00
christos
0c52e80b3e
Install the docs.
1997-12-21 16:14:41 +00:00
christos
f16e1f4012
Timed and timedops are in /usr/src/usr.sbin/timed/SMM.doc, not missing.
1997-12-21 16:12:03 +00:00
christos
24209f3874
Obj dir and groff fixes.
1997-12-21 16:00:49 +00:00
christos
8f09e5bcdb
Use obj dirs
1997-12-21 15:53:38 +00:00
christos
20d0140fb0
use obj dirs.
1997-12-21 15:51:20 +00:00
christos
1b853377db
Make this work with obj dirs
1997-12-21 15:48:30 +00:00
christos
6cedf18a50
Work with obj directories
1997-12-21 15:46:33 +00:00
christos
ac30d893d8
Add bsd.obj.mk and fix the rules to work with obj dirs.
1997-12-21 15:40:37 +00:00
christos
51d47fee68
Make them use objdirs.
1997-12-21 15:36:42 +00:00