Garrett Wollman
0eec3684ff
Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and
...
arrange for that directory to get created by mtree. Also, process secure
directory after all the others, because the programs there may overlay
ones installed from the main part of the tree.
1994-09-16 20:24:29 +00:00
Garrett Wollman
ae32fff835
Delete unlikely-to-be-used filesystems from GENERIC kernels.
1994-09-16 20:14:03 +00:00
Gary Clark II
62a14fa304
Added new entry
1994-09-16 18:51:50 +00:00
Gary Clark II
66a82712a0
Added first system entry (mine)
...
Reviewed by:
Submitted by:
Obtained from:
1994-09-16 18:46:09 +00:00
Gary Clark II
f26b0603d2
Added version string (All new FAQ stuff should have one)
1994-09-16 18:35:24 +00:00
Gary Clark II
c731a0a5b4
Started cleaning up FAQ directory for 2.0.
...
Move old FAQ to FreeBSD-1.1.FAQ
Started new FAQ
Move old Systems to Systems-1.1.FAQ
Started new Systems
moved slip-dialup to Slip.FAQ (Needs to be reworked for 2.0)
More work to come...
1994-09-16 18:24:41 +00:00
Doug Rabson
8bec092122
Added code for FreeBSD-1.1.5 backwards compatibility.
1994-09-16 17:43:22 +00:00
Jordan K. Hubbard
e82b0b99c1
Add support for DEBUG_FLAGS. If you say something like:
...
make DEBUG_FLAGS=-g2
You can compile something for debugging at debugging level 2.
It will also take care not to strip the resulting executable(s).
1994-09-16 14:30:25 +00:00
David Greenman
df9ab3049d
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
...
systm.h). Merged functionality of pio.h into cpufunc.h. Cleaned up some
related code.
1994-09-16 13:33:56 +00:00
Paul Richards
5e2f961078
Moved include of cdefs.h outside of ifndef KERNEL so it always
...
gets included.
1994-09-16 11:44:45 +00:00
Jordan K. Hubbard
f6e8d525a8
Deal with outw being defined - the declaration clashes.
1994-09-16 11:22:33 +00:00
Jordan K. Hubbard
12cada7161
Add SYSV shm stuff back to LINT.
...
chflags noschg /kernel in Makefile.i386 so if our previous kernel
was installed by make install, the second won't fall over.
1994-09-16 10:23:46 +00:00
Poul-Henning Kamp
fe95e21fed
Made the kernel compile even without "ether".
1994-09-16 05:47:06 +00:00
Rodney W. Grimes
8f087b98fa
Eliminate use of raw control characters in stty commands, make echo's and
...
stty commands self consistent.
Submitted by: bde
1994-09-16 04:20:14 +00:00
Andrey A. Chernov
3e2f490ab4
Remove all ADJKERNTZ references, now all this stuff in cpu.h
1994-09-16 01:09:42 +00:00
Andrey A. Chernov
dd067f0809
CPU_ADJKERNTZ added for resettodtr()
1994-09-16 01:05:24 +00:00
Andrey A. Chernov
3826e6e5f0
CPU_ADJKERNTZ added to cpu_sysctl
1994-09-16 01:00:38 +00:00
Andrey A. Chernov
7a808ab73b
KERN_ADJKERNTZ removed from here to cpu_sysctl MACHDEP section
1994-09-16 00:53:58 +00:00
Andrey A. Chernov
2eaac317bd
KERN_ADJKERNTZ moved to MACHDEP section
1994-09-16 00:50:02 +00:00
Stefan Eßer
4a078e7d90
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> + <se>
...
Improved bus probing, symbolic names for registers..
Chip set parameters get dumped for intel PCI chip sets
(82424+82434 only, for now).
1994-09-16 00:33:29 +00:00
Stefan Eßer
45271d26ef
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
New version with support for the NCR 53c810 and 53c825.
Support for WIDE SCSI devices.
1994-09-16 00:22:32 +00:00
Bruce Evans
6b91cbecf1
Fix library dependencies. The clockstuff directory isn't used but I
...
fixed the Makefile before I knew that.
1994-09-15 20:55:44 +00:00
Bruce Evans
dd8e0158cf
Unmap hints file when finished with it, so that it can go away
...
completely when ldconfig unlinks it. If init is shared, then the
referenced unlinked copy of the hints file created by running
ldconfig in /etc/rc caused the file system to be unclean after
every reboot.
1994-09-15 20:48:55 +00:00
Bruce Evans
d8f10c1117
Add some prototypes.
1994-09-15 20:24:29 +00:00
Bruce Evans
b60eb39594
Don't exit early if the device is not character special or if the
...
device driver cannot supply a label (real or faked). This allows
you to practice using fdisk on disposable media (e.g., "dd count=1
<dev/zero >/tmp/junk; fdisk /tmp/junk", "dd count=1 </etc/passwd
>/tmp/fix-up-the-mess; fdisk /tmp/fix-up-the-mess") and allows me
to test DOSpartitioning and labelling on floppies.
1994-09-15 20:19:51 +00:00
Bruce Evans
458c5c89e7
Install osreldate.h with the correct owner, group and mode. It is still
...
created at install time and not compared with the current version, so
it can't be installed using install and the timestamp of the target gets
clobbered.
1994-09-15 20:07:18 +00:00
Bruce Evans
87ad8e3b91
Install libregex.h with the correct owner, group and mode.
1994-09-15 19:52:50 +00:00
Bruce Evans
0ad076d56a
Supply prototypes for some functions that were implicitly declared and
...
fix the resulting warnings.
1994-09-15 19:47:47 +00:00
Bruce Evans
1dbaf90cdb
Obtained from:
...
Remove the unnecessary inclusion of disklabel.h in cd9660_vfsops.c so
that I don't have to worry about the latter when changing disklabel.h.
Supply prototypes for some functions that were implicitly declared and
fix the resulting warnings and errors (timevals were punned to timespecs).
1994-09-15 19:46:03 +00:00
Paul Traina
9095be3705
Add support for passive mode FTP (default off) to base FTP client to support
...
users behind packet filtering firewalls.
Obtained from: David Carrel <carrel@cisco.com>
1994-09-15 19:45:43 +00:00
Paul Richards
e69c40d865
Include pio.h so that all those drivers that only include cpufunc.h
...
get the faster io macros/inline code rather than call the routines
in support.s
This whole area needs some going over.....
1994-09-15 17:55:47 +00:00
Doug Rabson
3b8a29aebc
Added back the SYSV ipc files which somehow got removed.
1994-09-15 16:47:50 +00:00
Paul Richards
ff89e6613e
Removed some macros that are now in cpufunc.h
...
Reviewed by: Bruce
1994-09-15 16:32:07 +00:00
Paul Richards
8db02de884
Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.h
...
Removed inb function since it's more correctly in pio.h
Copied write_eflags and read_eflags over from npx.c
(Some changes to the macros suggested by Bruce were not made at this
time since his suggestions probably apply to all the macros and
these inlined/macro definitions need a lot of cleaning up at some
point in the future.)
Reviewed by: Bruce
1994-09-15 16:27:14 +00:00
Paul Richards
691071ff1c
Added support for kernel profiling to mcount.c
1994-09-15 16:00:41 +00:00
Paul Richards
03b6d659e5
Added -DKERNEL and added support for kernel profiling.
...
Reviewed by: Bruce
1994-09-15 15:41:48 +00:00
Jordan K. Hubbard
804cf603f2
Add NOMAN, fix Id.
1994-09-15 13:12:23 +00:00
Jordan K. Hubbard
8b1439553b
Add NOMAN, fix Id line.
1994-09-15 13:11:36 +00:00
Jordan K. Hubbard
26ee2894d4
Set NOMAN properly, correct Id line.
1994-09-15 13:10:41 +00:00
Jordan K. Hubbard
69a282d8fb
Change install -c to install ${COPY} as per Rod's comments. At least
...
we've got one Makefile that uses this in the tree now! :-)
1994-09-15 12:42:45 +00:00
Jordan K. Hubbard
b25b5fa574
Fix typo, add -c to install so that files aren't moved out on first
...
install! :-)
1994-09-15 12:10:03 +00:00
Jordan K. Hubbard
4db3aa263c
Cleaned up comments, added Id lines.
1994-09-15 12:09:36 +00:00
David Greenman
ab443e53b6
Brought over from 1.1.5:
...
From Bruce Evans:
Protect against reentering Debugger().
1994-09-15 11:38:59 +00:00
Jordan K. Hubbard
0e55043ece
Add texinfo to the list of SUBDIR targets.
1994-09-15 11:11:32 +00:00
David Greenman
59ffd2e209
Change brought over from 1.1.5:
...
date: 1994/06/05 19:31:45; author: ats; state: Exp; lines: +19 -9
Changed some wrong comments from my last commit and document some more
opcodes.
1994-09-15 10:58:35 +00:00
David Greenman
3443a7b245
Brought over from 1.1.5:
...
Fix from Bruce Evans. There were missing sets of parantheses:
1. The checks for the standard data selectors were botched, so %ss == 0
and probably %cs == 0 were allowed. A fix is enclosed. The checks
for the standard selectors could be omitted without losing anything
since the standard selectors pass the valid_ldt_sel() tests.
1994-09-15 10:52:46 +00:00
David Greenman
610ee2f9b5
Made TCPDEBUG truely optional. Based on changes I made in FreeBSD 1.1.5.
...
Fixed somebody's idea of a joke - about the first half of the lines in
in_proto.c were spaced over by one space.
1994-09-15 10:36:56 +00:00
Paul Traina
57f30b48dc
Missing 'break' after setting interface route flag was causing interface
...
routes to not be properly marked as static.
1994-09-15 08:35:37 +00:00
Søren Schmidt
c712881405
Syscons keymap files, now in human readable format.
...
Reviewed by:
Submitted by:
Obtained from:
1994-09-15 07:34:30 +00:00
Søren Schmidt
7602b0ede8
Syscons fonts imported. Note they are now in ascii format.
...
Reviewed by:
Submitted by:
Obtained from:
1994-09-15 07:33:13 +00:00