mycroft
71ebbb8000
Return the full group count when it exceeds the maximum. Also DTRT if the
...
maximum is 0 (possibly used to size the list for memory allocation, rather
than core dumping).
1999-04-05 18:52:28 +00:00
scw
e20f288fe5
Add a check to my last 'fix' which ensures the fault really
...
did happen in kernel mode.
1999-04-05 17:17:04 +00:00
mycroft
2e23138ad7
If we exit due to a SIGINT, do it with raise() so that the wait status is
...
correct in the parent.
1999-04-05 15:00:28 +00:00
mycroft
c06643b836
Disable bogus-looking code that cause us to throw away SIGINTs.
1999-04-05 14:59:35 +00:00
gwr
95e8060c58
Move VM_PHYSSEG_MAX to the common vmparam.h (needed by LKMs).
1999-04-05 14:35:13 +00:00
gwr
2cc28dc7b6
Make it clear that MSGBUFSIZE is not user-adjustable.
1999-04-05 14:34:18 +00:00
kleink
e80c883c9d
Operator precedence consistency; from "Andrew_L. Moore" <alm@SlewSys.Org>
...
in PR bin/7015.
1999-04-05 09:48:38 +00:00
abs
190c71aa67
s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of the world.
1999-04-05 08:04:48 +00:00
mark
9ea7a42377
Added installation configuration for CATS kernels.
1999-04-05 07:30:43 +00:00
mark
e9dc39c682
Fix this so that it compiles when IRQSTATS is not defined.
1999-04-05 07:04:17 +00:00
simonb
e8f5904d9e
Move prototype for disp_cur_part() from defs.h to mbr.h.
1999-04-05 06:59:36 +00:00
cgd
ba10f0ca12
now that boot.c does the bootstrap name with a -D, the newvers scripts
...
are all the same, so eliminate the redundancy. also, use mrg's
"Version:" trick to find the version rather than using the RCS ID.
(I must have been having a ... bad day.) Also, bump boot and netboot
versions for all the changes that have been happening lately.
1999-04-05 06:56:23 +00:00
cgd
d4e15df542
don't get the name from newvers, get it from a bootstrap-specific -D
...
in the Makefile. also, print the banner before we do things that
might cause us to print error messages.
1999-04-05 06:42:14 +00:00
scottr
bc071709f2
Pull in the many and various hp300 pmap changes that Jason's done
...
so far this year. There are very few appreciable differences left
between this code and the hp300 version.
1999-04-05 06:34:01 +00:00
simonb
277c24dc4c
Don't include <sys/disklabel.h> - "defs.h" does this us with the
...
right #defines so that we get the filesystem type names.
s/fstype/fstypenames/
1999-04-05 06:24:17 +00:00
simonb
39813aa161
Build an ELF kernel called netbsd instead of an a.out kernel called
...
netbsd.aout.
1999-04-05 06:17:44 +00:00
simonb
63dd859cad
Add pax, cpio.
...
Remove installboot.
Add ptys to MAKEDEV command line.
1999-04-05 06:15:30 +00:00
simonb
56ff27242a
Add cpio link to pax.
1999-04-05 06:14:18 +00:00
cgd
b475d48734
update date
1999-04-05 06:03:47 +00:00
cgd
21b23ea49e
update for the fact that contiguous block mode is now the only mode,
...
include a warning, etc.
1999-04-05 06:01:54 +00:00
cgd
d11e52039c
rewrite history to match current reality.
1999-04-05 05:52:09 +00:00
cgd
d430800515
GC all support except contiguous block mode. the new installboot
...
takes care of it all better.
1999-04-05 05:48:12 +00:00
cgd
f8eb5f4b98
trim off unnecessary bits
1999-04-05 05:07:04 +00:00
cgd
b774b1837d
fix disk write size check
1999-04-05 05:01:44 +00:00
cgd
ebca60d395
come a little closer to compiling with warnings turned on
1999-04-05 04:39:42 +00:00
cgd
ae79d52642
i was fooling myself to believe that these would build with all warnings
1999-04-05 04:38:27 +00:00
cgd
f8fcd4d2be
-I goes in CPPFLAGS, not CFLAGS
1999-04-05 03:42:50 +00:00
cgd
bf165cb8fc
install bootxx_cd9660 and bootxx_ffs
1999-04-05 03:37:28 +00:00
cgd
6603c44a84
reorganize Makefiles so that warning flags aren't accidentally omitted,
...
and so that all programs and boot blocks are built.
1999-04-05 03:35:24 +00:00
sommerfe
c97bb0650d
Fix compile warning (not seen with egcs, but...)
1999-04-05 03:33:31 +00:00
cgd
5bf53d4104
update for new manual pages
1999-04-05 03:29:46 +00:00
cgd
590f024334
clean up for old installboot being moved to installboot.old
1999-04-05 03:27:50 +00:00
cgd
1810246111
manual page for the new alpha installboot(8)
1999-04-05 03:24:35 +00:00
cgd
e5eef988ac
a mkbootimage(8) manual page
1999-04-05 03:20:45 +00:00
cgd
2f3e235aea
an alpha MAKEDEV manual page. a bit broken, but no more broken than the
...
alpha MAKEDEV script's comments, since that's where the information
was taken from.
1999-04-05 03:19:01 +00:00
cgd
2fe77f3566
clean up, fix a few bogons, add FILES and AUTHORS sections
1999-04-05 03:17:30 +00:00
cgd
a8b2ae885a
Moved from share/man/man8/man8.alpha/installboot.8,v
1999-04-05 03:11:54 +00:00
cgd
0fec3c77a1
Moved to share/man/man8/man8.alpha/installboot.old.8,v
1999-04-05 03:11:53 +00:00
cgd
a50cfa8576
add a new from-scratch (actually, from mkbootimage, but that's close
...
enough) implementation of installboot(8) which installs the new file
system specific boot blocks.
1999-04-05 03:07:37 +00:00
cgd
180d6f8b19
Moved to sys/arch/alpha/stand/installboot.old/installboot.c,v
1999-04-05 03:02:07 +00:00
cgd
b76e58f09c
Moved from sys/arch/alpha/stand/installboot/installboot.c,v
1999-04-05 03:02:06 +00:00
cgd
80eba52649
Moved to sys/arch/alpha/stand/installboot.old/extern.h,v
1999-04-05 03:02:05 +00:00
cgd
acb2102a7c
Moved from sys/arch/alpha/stand/installboot/extern.h,v
1999-04-05 03:02:04 +00:00
cgd
5549a89389
Moved to sys/arch/alpha/stand/installboot.old/cd9660.c,v
1999-04-05 03:02:03 +00:00
cgd
2e3c73533f
Moved from sys/arch/alpha/stand/installboot/cd9660.c,v
1999-04-05 03:02:02 +00:00
cgd
84d60a245d
Moved to sys/arch/alpha/stand/installboot.old/Makefile,v
1999-04-05 03:02:01 +00:00
cgd
5863b697a0
Moved from sys/arch/alpha/stand/installboot/Makefile,v
1999-04-05 03:02:00 +00:00
cgd
6ab8a12347
clean up, use disklabel.h boot block checksum macro, exit with
...
EXIT_SUCCESS and EXIT_FAILURE rather than 0 and 1.
1999-04-05 02:56:33 +00:00
cgd
eb5c725722
clean up for compiler warning flags
1999-04-05 02:55:38 +00:00
cgd
9164307eaf
instead of coding an alpha boot block checksum routine here, use
...
the macro now provided by disklabel.h
1999-04-05 02:50:52 +00:00