perseant
14c17e57b4
Don't call a dirop within a dirop: if lfs_rename is actually deleting
...
a link, call lfs_remove directly before starting dirop rather than
having ufs_rename do it.
2003-02-03 00:32:35 +00:00
atatat
9301bc18e8
Specify VMCMD_FIXED in NEW_VMCMD() for flags instead of 0. Fixes
...
a.out emulations on sparc.
2003-02-03 00:21:42 +00:00
briggs
c6b14f1ca4
Add CPPFLAGS+= -D__daddr_t=int32_t.
2003-02-03 00:08:30 +00:00
jmmv
bb8f35d1fa
Remove references to the pccons(4) manpage (which does not exist), using
...
the pccons word by itself.
Rename *_KEYBOARD options to be *_KBD, as the former are not recognized in
the kernel.
Add missing wscons(4) reference in SEE ALSO, as suggested by kleink.
2003-02-02 22:53:57 +00:00
matt
193a5761aa
Remove OLDPMAP support.
2003-02-02 21:22:11 +00:00
dsl
0871280204
Parse end of line comments correctly
...
(approved by christos)
2003-02-02 21:10:45 +00:00
dsl
a3b6bf84d6
Increase MAXFLENTRIES - the limit is being hit on some systems.
...
(approved by christos)
2003-02-02 21:08:55 +00:00
dsl
bf6f586096
Change comments to refer to increased default number of fragments
...
(approved by christos)
2003-02-02 21:05:15 +00:00
bouyer
5700f75418
Fix DEBUG printf warning.
2003-02-02 20:55:16 +00:00
abs
e6dc31f0dc
Crank PKGTOOLS_VERSION to 20030202 for last_file fix
2003-02-02 20:54:17 +00:00
matt
f38c95025b
This file is no longer needed.
2003-02-02 20:47:38 +00:00
matt
7c1e50a21a
Perform a rototill of the powerpc code. Mandate use of SPRG0 to store
...
a pointer to current cpu's cpu_info structure. Use cpu_info for
intstk,intr_depth,still_stk,idle_pcb,curpcb,curlwp,etal even on
non-MULTIPROCESSOR machines. Add common macros GET_CPUINFO and
INIT_CPUINFO to get and initialize the cpu_info struct on startup. Make
ibm4xx use the standard <powerpc/frame.h>. Use IFRAME_xx in ibm4xx
trap_subr.S instead of explicit magic offsets. Move INTSTK and SPILLSTK
to std.<platform>. Change faultbuf to a struct instead of an array.
On MPC6XX cpus, stop using the vector page for temporary space and use
reserved space in cpu_info.
2003-02-02 20:43:17 +00:00
kleink
c674bbc90e
Change _POSIX_SEMAPHORES to 0: support ultimately depends on a kernel
...
configuration option.
2003-02-02 20:34:49 +00:00
matt
4b9dbb1a16
Move l_flags to after l_cpu to save 4 bytes on LP64 machines.
2003-02-02 20:34:42 +00:00
kleink
71d7654509
Add sysconf(3) knobs for recent additions.
2003-02-02 20:33:05 +00:00
manu
2cd19ab0b2
- WindowServer wants io_master_port? Give it a port!
...
- introduce mach_port_destroy (badly emulated for now)
- on fork/exec, don't set l_private, as the process might be not mature
enough to survive a proc_representative_lwp call (-> kernel panic)
Once we give WindowServer the io_master_port, it sends a message to it:
305 WindowServer MMSG id 2804 [0x1310009 -> 0x131000e] -12016 bytes, flags 0
x1513
0x0000 0x00001513 0xffffd110 0x0131000e 0x01310009 .........1...1..
0x0010 0xffffcfd0 0x00000af4 0x00000000 0x00000000 ................
0x0020 0xffffcf60 0x00000052 0x3c646963 0x74204944 ...`...R<dict ID
0x0030 0x3d223022 0x3e3c6b65 0x793e494f 0x50726f76 ="0"><key>IOProv
0x0040 0x69646572 0x436c6173 0x733c2f6b 0x65793e3c iderClass</key><
0x0050 0x73747269 0x6e672049 0x443d2231 0x223e494f string ID="1">IO
0x0060 0x48494453 0x79737465 0x6d3c2f73 0x7472696e HIDSystem</strin
0x0070 0x673e3c2f 0x64696374 0x3e0047cc g></dict>.G.
Did you ever dreamt about system call arguments in XML?
2003-02-02 19:06:31 +00:00
bouyer
5442e1ce7f
Regen: add SiS 651 host bridge.
2003-02-02 18:53:16 +00:00
bouyer
05d0caa632
Add SiS 651 host bridge.
2003-02-02 18:52:40 +00:00
thomas
7940f0331a
Add support for wsdisplay and wskbd for HADES.
...
Add config option for et4000 with 2MB memory.
2003-02-02 18:26:22 +00:00
thomas
75ef66752b
Config option for et4000 boards with 2MB memory.
2003-02-02 18:12:25 +00:00
thomas
8b5dc32381
WS keyboard device.
2003-02-02 18:05:08 +00:00
thomas
944993e750
WS keyboard support for atari native keyboards.
2003-02-02 17:56:54 +00:00
jdc
ea7837ba99
Redo the conflict calculation (again).
...
Assume that "me" clears all attributes apart from acs.
Problem noticed when working on window(1).
2003-02-02 17:54:38 +00:00
thomas
a2441aa437
Define device for wskbd.
2003-02-02 17:53:52 +00:00
jdc
60f7009432
I was slightly too agressive removing clearok() in revision 1.8.
...
Add back a clearok(stdscr) for terminals where the startup sequence
doesn't clear the screen.
2003-02-02 17:52:29 +00:00
jdc
1b61e72004
Check for equivalance between "se" and "ue" when unsetting them.
...
Reset the other if unsetting this one also unset the other.
2003-02-02 17:43:16 +00:00
jdc
8f396eb979
Add termcap entry for window(1).
...
Fixes PR 20111 (from Richard Rauch).
2003-02-02 17:34:19 +00:00
thomas
f06cbd4654
Fix printf format for typ daddr_t.
2003-02-02 15:08:37 +00:00
wiz
796ed96dcd
Recognize with one i only. From miod@openbsd.
2003-02-02 14:08:04 +00:00
abs
fd83215c8b
Allow '%D' to be used when no last_file available. Fixes binary package
...
installation of gnome-dirs.
2003-02-02 12:59:53 +00:00
lukem
a2553ebbc2
attempt to further improve and clarify the examples...
2003-02-02 12:37:41 +00:00
wiz
cd68fb44fb
guarantee, not guarentee. Idea from miod@openbsd.
2003-02-02 10:24:38 +00:00
wiz
3ac7ce187d
Fix various spelling, grammar, and punctuation problems in comments, from Sergey Svishchev in PR 20164.
2003-02-02 10:21:13 +00:00
wiz
77cfc09d9c
Correct misspellings of "version", noted by skrueger at europe dot com.
2003-02-02 09:57:51 +00:00
bsh
cb28a62b84
Fix UFCON RX trigger level definitions.
2003-02-02 08:41:12 +00:00
isaki
5fbdb269bf
Fix printf format for DIAGNOSTIC, in the wake of daddr_t having changed.
...
Use PRId64, instead of %lld.
2003-02-02 08:37:28 +00:00
isaki
03f328359e
Use 32bit daddr_t.
2003-02-02 07:10:54 +00:00
isaki
69fab1d667
- sys/lib/libsa/ufs_ls.c rev 1.3 needs strrchr.
...
- sort.
2003-02-02 05:14:38 +00:00
taca
df2305f39d
- mallocvar.h is in /usr/include/sys, not /usr/inckude.
2003-02-02 03:47:13 +00:00
christos
0fcef5865c
undo mallocvar.h changes!
2003-02-02 02:35:58 +00:00
christos
e4d4f01d2b
protect <sys/mallocvar.h> ifdef _KERNEL
2003-02-02 02:34:53 +00:00
christos
580d21c8c2
undo mallocvar.h change!
2003-02-02 02:31:14 +00:00
christos
45103cd2c0
delint (unsigned long long) -> (unsigned long) casts.
2003-02-02 02:29:59 +00:00
christos
acc1cc5b41
undo mallocvar.h change!
2003-02-02 02:25:50 +00:00
christos
8c9399c70c
only include mallocvar.h if _KERNEL is defined [hi thorpej]
2003-02-02 02:22:14 +00:00
christos
5e74fdb1c9
correctly protect mallocvar.h against multiple inclusion [hi thorpej]
2003-02-02 02:21:43 +00:00
erh
a6774d7b3b
D'oh! Remove unused local variable too.
2003-02-02 01:50:04 +00:00
martin
855375b3f6
Don't try to look back in the instruction stream beyound it's start
...
if an object file starts with a branch/call/jump instruction creating
a branch delay slot at offset < 8.
2003-02-02 01:15:42 +00:00
simonb
dc1d6c5fbd
Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64
...
bit divide and modulus library routines that break the tight space
constraints on this platform.
2003-02-02 00:08:55 +00:00
simonb
9c7531221b
Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64
...
bit divide and modulus library routines that break the tight space
constraints on bootblocks on these platforms.
May not be the final solution, but gets bootblocks building again.
2003-02-01 23:58:48 +00:00