mycroft
40d251bc94
Update for y2k.
2000-01-01 05:00:03 +00:00
shin
28087acb02
Change COPTS to "-Os -mmemcpy" for size reduction.
...
Suggested by Simon Burge.
2000-01-01 04:46:22 +00:00
shin
54fac7be8f
add MSDOSFS
...
delete redundant kernel 'config' lines.
add new option '-b={wd0,sd0,nfs}' to change boot device.
2000-01-01 02:22:35 +00:00
shin
7626f63930
compile kernel with
...
-mips2 -G 32
for size reduction. Suggested by Castor Fu.
2000-01-01 02:15:38 +00:00
eeh
5fc5fe98a8
Add COMPAT_NETBSD32 support.
1999-12-31 22:27:59 +00:00
eeh
a7474fcab6
netbsd32_close() would work better if it called sys_close() rather than
...
sys_write().
netbsd32_getfsstat() cannot just copyin()/copyout(), convert the structures,
and call sys_getffstat(). sys_getffstat() wants to do its own
copyin()/copyout(). So we need to implent the whole of sys_getffstat()
in netbsd32_getfsstat().
1999-12-31 22:26:21 +00:00
agc
2f3f04acfd
Enhancements from Hubert Feyrer:
...
+ copy all files and directories in <skeldir> to new user's home
directory, not just if they begin with a '.'
+ use pax to copy files from <skeldir>, as this will allow <skeldir>
to contain directory trees as well as regular files
+ use -h arg to chown(1) in case any symlinks have been created in the
new user's home directory
+ getpwnam(3) does not set errno, so use errx(3) and warnx(3)
+ use nologin(8) in preference to false(1) when deleting users but
preserving information
+ in usage messages, specify [-r lowuid..highuid] rather than a simple
[-r range]
1999-12-31 21:58:14 +00:00
itojun
1d4f533c98
avoid use of kvm, mostly for boot floppy's convenience.
...
(sync with latest kame)
1999-12-31 19:40:19 +00:00
itojun
ba694ff21c
i'm not sure why, but without ignoring mtree error (error code 2)
...
i can't build floppy at all. hope this is not my pilot error.
1999-12-31 18:34:04 +00:00
itojun
1d729cc2a3
avoid libipsec.a by using x_ping instead of ping.
1999-12-31 18:33:25 +00:00
uch
b4e898bafb
Fix MCS3 address.
1999-12-31 16:07:29 +00:00
tron
e9a72ad0a3
Accept all kind of whitespaces when searching for the end of a nroff
...
macro.
1999-12-31 14:50:16 +00:00
tron
3434166ef3
Correct and improve nroff macro stripping. Partially fixes PR bin/9083
...
by Geoff C. Wing.
1999-12-31 14:28:03 +00:00
tron
3f173f204a
Increase default size of magic entries array to 4096 because NetBSD's
...
magic(5) has more than 2048 entries already.
1999-12-31 13:09:20 +00:00
tron
6f563995b5
Do reallaction of magic entries array carefully to avoid possible memory
...
leak. Patch based on PR bin/9081 by Jun-ichiro itojun Hagino.
1999-12-31 13:07:59 +00:00
tron
a3045c188e
Add missing memory check in port table handling. Patch based on
...
PR bin/9080 by Jun-ichiro itojun Hagino
1999-12-31 12:58:12 +00:00
tron
18c5f3d5f1
Abort if memory for execv(2) argument array cannot be allocated instead
...
of passing an array with incomplete contents to login(1).
Fix provided by Jun-ichiro itojun Hagino in PR bin/9082.
1999-12-31 12:42:35 +00:00
ad
50fcd347dd
Comment px0 entry a little more accurately.
1999-12-31 12:21:06 +00:00
tsutsui
a7a5c8f2f4
Use utils/x_ping.
1999-12-31 10:00:24 +00:00
is
715da299de
assign the pointer
1999-12-31 08:38:13 +00:00
tsubai
e362a13605
Add zs softint definition. (I forgot to commit this...)
1999-12-31 08:15:48 +00:00
itojun
602b7d0407
indentation fix.
1999-12-31 08:01:26 +00:00
windsor
f2672a9b29
We need to put /usr in critical_filesystems_beforenet since rc.subr
...
("mount_critical_filesystems local") makes no assumptions about /usr.
Under certain (semi-normal) conditions, /usr is never mounted until
"mount -a" late in rc(8), and This Is Bad.
1999-12-31 04:42:02 +00:00
garbled
faa0b30255
Add FILES and EVIRONMENT sections detailing what files these programs use,
...
where they live, and how to modify that behavior.
1999-12-31 04:03:18 +00:00
simonb
a58b73afb3
Remove duplicate
...
#com* at boca? slave ?
line.
1999-12-31 00:14:56 +00:00
hubertf
e9e9f381a1
Add an entry for the Trident Microsystems CYBER 9525
...
(as found in an Toshiba Satellite 2650 XDVD).
1999-12-31 00:12:41 +00:00
pk
4681e48204
Remove private kernel members from `struct fpreg'; update accompanying comment.
1999-12-30 23:59:29 +00:00
hubertf
ac50ee0e91
Add an entry for the Trident Microsystems CYBER 9525
...
(as found in an Toshiba Satellite 2650 XDVD).
1999-12-30 23:53:42 +00:00
simonb
2ffa665bdd
Add architecture name to architecture-specific manpages.
1999-12-30 22:31:18 +00:00
is
b41bac45fe
Assign copyright to TNF and add license.
1999-12-30 21:09:56 +00:00
is
99943b2c6b
Rewrite of the Amiga bus_space machinery to prepare for the support of
...
the generic IDE driver and the PCMCIA slots.
1999-12-30 20:56:44 +00:00
eeh
e71251703c
Revamp 32-bit syscall entry points.
...
Change in-kernel FPU usage conventions.
1999-12-30 16:57:27 +00:00
uch
d136e27a9c
Before attach card, check card is detected.
1999-12-30 16:50:43 +00:00
eeh
98e266aba9
Update COMPAT_NETBSD32 stuff.
1999-12-30 16:42:10 +00:00
eeh
54b99fdd8b
Lots of changes:
...
remove ffs()
add bzero that uses block store insns
save %gsr to fpstate
revert to physical accesses for pmap_zero_page so we don't
have conflicting page mappings
general cleanup.
1999-12-30 16:39:53 +00:00
eeh
fe12b863f3
Add proc->md->fpstate and GSR to fpstate.
1999-12-30 16:35:25 +00:00
eeh
32834060c6
Fixup 64-bit type conversion issues.
1999-12-30 16:34:02 +00:00
eeh
724cd7eda1
Mark page table pages as wired rather than busy.
1999-12-30 16:31:18 +00:00
eeh
f1985e61f9
Add bootblk directory and only compile things on sparc64 machines.
1999-12-30 16:27:54 +00:00
eeh
58379b85fa
Make CLKF_INTR() more intelligent.
1999-12-30 16:26:18 +00:00
eeh
75402069b7
Use absolute size structures for H/W registers.
1999-12-30 16:25:17 +00:00
eeh
01dc4c4451
Update 32-bit sigcontext structures.
1999-12-30 16:24:33 +00:00
eeh
0e853e8d4a
struct core32 is now in MI headers.
1999-12-30 16:22:12 +00:00
eeh
2c1410f883
Implement PMAP_PREFER().
1999-12-30 16:21:25 +00:00
eeh
4558c5bfb7
Add the %gsr to our fpstate structure.
1999-12-30 16:20:43 +00:00
eeh
0e53075800
Switch libkern back to a library 'cause bzero's back in locore.s.
1999-12-30 16:19:00 +00:00
eeh
c0ac678704
I should have made uvm_page_physload() take paddr_t's instead of vaddr_t's.
...
Also, add uvm_coredump32().
1999-12-30 16:09:47 +00:00
eeh
3bd42b03a7
Make getcwd_common() available to COMPAT_NETBSD32 code as well.
1999-12-30 16:01:34 +00:00
eeh
f293acc959
Dump cores for 32-bit processes.
1999-12-30 16:00:23 +00:00
jonb
fb98025cac
Make things link again. Thanks for the hints Simon and itojun...
1999-12-30 15:59:31 +00:00