Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
thing
|
|
|
|
|
|
Jean-Luc.Richier@imag.fr; netbsd pr#1693
|
|
|
|
pr#1695
|
|
|
|
chmod +x
|
|
|
|
osymh@gemini.oscs.montana.edu; netbsd pr#1720
|
|
pr#1712
|
|
osymh@gemini.oscs.montana.edu; netbsd pr#1722
|
|
|
|
|
|
pr#1724
|
|
pr#1735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix handling of "-M core" and "-N system"; a real brain-o on my part.
Fix related typo in manual page.
|
|
Remove device nodes before trying to create new ones
|
|
Prevent endless loop (-> kernel crash) when a signal is sent to a process
waiting for a vt to become active. Move one ifdef XSERVER to the right place.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add sys/types.h to generated file
|
|
Fix file descriptor leak.
Include header files to bring prototypes into scope. Remove explicit
declarations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to flush the cache after map in so that the info gets written into
main memory. you really only need to do this when writing data
(e.g. disk write), but there is currently no way to tell if you are
writing so we do it for all cases (XXX this is stupid, fix later).
This causes 4/200's to be able to write disk files on SMD disks without
data corruption.
|
|
|