minoura
2bf0d1c859
Now that we have od and fully-functional dd, the special version of
...
installboot is no longer necessary.
1999-12-25 14:27:22 +00:00
minoura
70f2f2558a
Update to refrect reality.
1999-12-25 14:22:37 +00:00
scottr
97a60329d2
Apparently, the Mac TV is a re-packaged Performa 550. Add code to
...
recognize this so that Mac TV users can finally ditch the MRG_ADB option.
1999-12-25 08:16:34 +00:00
jwise
2a1f30e2df
GC now-spurious prototype
1999-12-25 01:49:25 +00:00
augustss
60ca103a0c
Regen.
1999-12-24 21:03:00 +00:00
augustss
e3ab0a35b1
Some minor name changes.
1999-12-24 21:02:38 +00:00
garbled
2ae03f4ff8
Add CPPFLAGS so this can be cross compiled.
1999-12-24 19:12:38 +00:00
garbled
3bc0a706ac
Add CPPFLAGS so this can be cross-compiled.
1999-12-24 19:11:25 +00:00
augustss
337c668339
Regen.
1999-12-24 18:03:32 +00:00
augustss
8dde7d012c
Add a few Ethernet adapters.
1999-12-24 18:03:05 +00:00
minoura
d30b9ad39c
installation/* are copied in `make release'.
1999-12-24 17:03:34 +00:00
minoura
58b3ac77bd
Give up support of 4MB RAM machines for standard sysinst-based installer.
...
Restricted small installer must be used on those machines.
1999-12-24 17:02:13 +00:00
minoura
d5f45f9c85
Add newdisk(8).
1999-12-24 16:53:45 +00:00
minoura
7330ce45ef
Replace shell script version of newdisk utility with C version.
...
Add the man page newdisk(8).
1999-12-24 16:51:24 +00:00
fredb
0b330f40c5
Make nomenclature more sensible: INST_KERNELS -> EXTRA_INSTALL_KERNELS,
...
and pass it through to the instkernel/Makefile release target.
1999-12-24 15:14:29 +00:00
augustss
6e2f22c70f
Turn on the MAXP bit in the controller to allow 64 byte packets at
...
the end of a frame.
1999-12-24 13:56:35 +00:00
agc
be25932666
Add userinfo(8) and groupinfo(8)
1999-12-24 09:14:57 +00:00
agc
6dc398cdad
Add userinfo and groupinfo
1999-12-24 09:12:55 +00:00
agc
7497747c60
Add new functionality, and fix some bugs and oversights:
...
+ Moved all internal definitions from usermgmt.h to user.c
+ Added prototypes to usermgmt.h
+ Allow defaults to be set at build time
+ Check the effective uid is 0 if any data is to be modified
+ Check all numeric uids and gids really are numeric
+ Fix a bug (reported by lenb at sasquatch.com) where new ranges were
appended to old ranges, rather than replacing them
+ Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS is
defined), whereby user and group information can be displayed. Add
manual pages for new utilities. Add front-end calling from user(8)
and group(8) accordingly.
+ Make all functions visible outside the user.c file again. User and
group manipulation may be split out into a separate shared lib in the
future
+ Split off main function into a separate main.c
+ Changed default group to be "users"
+ Changed despatch table for commands to work in a more sane manner
+ Added "default-group" target to Makefile, so that the default group
can be made easily.
1999-12-24 09:08:48 +00:00
msaitoh
1d5d46cad0
round_page(data_segment_size), too
1999-12-24 08:32:58 +00:00
msaitoh
05781b11af
back to previous one (suggested by cgd)
1999-12-24 08:29:23 +00:00
itojun
559075a711
make sure we do not pass bogus socket pointer to IPv4 IPsec.
...
XXX we (KAME) are trying to invent cleaner way to pass socket pointer to
ip{,6}_output... so please permit this mess for now.
1999-12-24 05:01:33 +00:00
augustss
3150a2103c
Reverse the sign on the wheel data. I got it wrong from the start.
1999-12-24 01:14:01 +00:00
tron
e1e62b88e3
Correct description of "vnd" pseudo device.
1999-12-24 00:15:50 +00:00
leo
384bdc532b
Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep the
...
disklabel on the last close or to drop it.
1999-12-23 21:23:19 +00:00
augustss
aafe48897d
Regen.
1999-12-23 19:46:27 +00:00
augustss
c1ea7e7feb
Add the WebGear Aviator2.4 card. No driver yet, though. :(
1999-12-23 19:45:56 +00:00
matt
711fcf6e2f
Add some defensive code to the unsolicited event printing
1999-12-23 18:14:59 +00:00
uch
36380814c1
coding style clean up.
1999-12-23 17:24:30 +00:00
uch
26125dde8a
Fix tx39clock_get bug.
1999-12-23 16:58:48 +00:00
uch
0028029538
Add TX39IO_MFIOOUTPORT_OFF option (debugging use)
1999-12-23 16:58:07 +00:00
uch
9481f398a2
Detect overrun interrupt. and add spl.
1999-12-23 16:57:14 +00:00
uch
115925987c
Off LCD power when serial console.
1999-12-23 16:56:16 +00:00
pk
2afd4d3aec
* remove full duplex modes for the internal transceiver
...
* internal transceiver needs to be reset for the BMSR_LINK bit to
be even remotely reliable
* because of previous, maintain link state, so we won't be sensing speed
all the time when interface flags need to be changed (e.g. entering/exiting
promiscuous mode)
* in auto-speed mode, report link condition changes on the console
1999-12-23 16:39:56 +00:00
ad
103246974d
xcfbreg.h is essentially a copy of ims332reg.h with 3 xcfb specific board
...
offsets defined. Nuke it.
1999-12-23 16:07:58 +00:00
ad
7cc038239e
More variable naming pedantry.
1999-12-23 15:42:06 +00:00
ad
977ce29db3
Rectify the jumbled naming scheme of routines in lk201.c. Function names
...
are now lower case and prefixed by 'lk_'. XXX lk_mouseinit() is bogus. It
belongs somewhere else.
1999-12-23 15:34:17 +00:00
ad
e05b646600
mouseInput() should not be declared here.
1999-12-23 15:27:14 +00:00
tron
68aee765d1
Revert symbol definition check.
1999-12-23 15:23:52 +00:00
windsor
623ede0b32
nit-picking spaces at EOL
1999-12-23 15:07:21 +00:00
abs
f22226d64a
Fixes from Todd Whitesel
1999-12-23 14:38:10 +00:00
tron
ff2d10d6a3
Don't try to include "null.h" while compiling bootblocks.
1999-12-23 14:07:36 +00:00
jdc
fc6e7395ab
Reorganise. Move CD II specifics to NOTES section.
1999-12-23 12:28:06 +00:00
abs
be53038389
Consistency nit - use X11 in all comments not sometimes x11
1999-12-23 12:22:13 +00:00
tsubai
3a04d046b7
Fix typo.
1999-12-23 11:45:32 +00:00
kleink
5937554bad
Sync libc minor.
1999-12-23 10:23:34 +00:00
kleink
7c44f1f73e
Add <machine/math.h>.
1999-12-23 10:22:59 +00:00
kleink
f412aea7dc
Add <null.h>.
1999-12-23 10:22:41 +00:00
kleink
c28a7d70bf
Bump minor.
1999-12-23 10:16:36 +00:00
kleink
11e6c54cfc
C99: Define a NAN macro in <math.h> which evaulates to a constant expression of
...
a single-precision quiet NaN; only to be defined on platforms that do support
this value.
1999-12-23 10:15:05 +00:00