macallan
398d6bdd70
prefix a hexadecimal address with 0x
2007-01-17 23:05:49 +00:00
macallan
ee9492db19
use properties to pass additional data to the console device,
...
like static EDID, framebuffer parameters etc.
2007-01-17 23:00:31 +00:00
macallan
dddce0d0c3
set FORCE_FUNCTION_KEYS since pretty much all halfway recent *Books need it
...
also disable COMPAT_LINUX for now, will re-enable it when it's actually useful
2007-01-17 22:45:51 +00:00
hubertf
df06563bc3
Remove more duplicate #includes,
...
from Slava Semushin <slava.semushin@gmail.com>
2007-01-17 21:59:49 +00:00
hubertf
d405d8ca2b
Remove duplicated #includes and some trailing whitespace while here.
...
From Slava Semushin <slava.semushin@gmail.com>
2007-01-17 21:44:50 +00:00
reinoud
3434329686
Add `-o noatime' support to the mount program. Not relevant for the
...
read-only implementation currently committed though.
2007-01-17 21:21:12 +00:00
ad
d21838fa67
Randomise the calls to yield().
2007-01-17 21:00:50 +00:00
ad
5606d9f962
Add basic tests for kernel mutexes & rwlocks.
2007-01-17 20:56:49 +00:00
bouyer
f410e266ed
Sync with i386: add sbin/raidctl to amd64's install ramdisk.
2007-01-17 20:42:53 +00:00
seanb
e17c2f7f45
- Function no longer matched prototype after
...
move to ansi prototype in last commit; restore.
- Not noticed as weak aliases are used so the
code is not compiled in.
2007-01-17 16:39:20 +00:00
christos
c3761c950c
Sync with reality. Delete unsupported and describe run level chars.
2007-01-17 16:37:41 +00:00
sborrill
453aac4b0d
Add myself to list of developers
2007-01-17 16:27:52 +00:00
imp
74b072c012
Sam's npe support was ported from FreeBSD and is enabled in the NSLU2
...
kernel, so update the README to reflect a more current status of the
ethernet under NetBSD.
2007-01-17 16:00:20 +00:00
reinoud
a6abe0260b
Fix important directory lookup bug that could result in an endless loop. It
...
fixes the case where a directory lookup is done in a directory has never
been visted/listed; the search optimalisation that searches the directory
from where it left behind the last time would never reach the initial
offset of zero since it would always have at least processed one entry.
2007-01-17 13:02:44 +00:00
reinoud
3c9b632bb2
Use the generic clock_ymdhms_to_secs() instead of home-brewn version to
...
translate UDF timestamps to timespec.
2007-01-17 12:49:01 +00:00
yamt
2224a4350f
plug a mbuf leak.
2007-01-17 12:40:36 +00:00
yamt
3be095f658
plug mbuf leaks.
2007-01-17 12:40:08 +00:00
elad
39714ce48b
Oops - this should have gone in a long time ago.
...
Weak alias secmodel_start to a nop routine, for building without a secmodel
in the kernel.
2007-01-17 12:27:24 +00:00
elad
096a7f4744
Use KAUTH_ARG().
2007-01-17 12:21:34 +00:00
elad
7f6d8c248b
Add LKM for secmodel_bsd44. Not linked to the build yet.
2007-01-17 11:28:09 +00:00
rillig
ddda16fb21
Added a friendly error message in case the user forgot to "build.sh tools".
2007-01-17 03:43:18 +00:00
chuck
f90603d08a
Update my previous commit to better match the original code, including
...
the check for 'bs'... my previous commit should have included the
following text:
fixes problem introduced in 1.13 where the setting of "BC" (backspace char)
was left to libterm rather than being done by hack itself. the problem
with this was that hack was directly setting BC to \b if there was no
"bc" in the termcap entry, but libterm does not do this. this resulted in
the xputs(BC) calls in nocmov() and backsp() incorrectly doing nothing, thus
messing up the display. added new var BC_BS to provide the old behavior
for nocmov() and backsp().
2007-01-17 02:35:28 +00:00
chuck
bfec35be7a
mrg's changes in 1.13 broke hack's display code.
2007-01-17 02:12:19 +00:00
hubertf
75f2812824
exclude working directories
2007-01-17 00:51:25 +00:00
hubertf
05975d2cfb
Add CDRELEASE_NOISOS to allow excluding installation/cdroms from
...
CDs that have full releases.
2007-01-17 00:47:40 +00:00
hubertf
61daec5724
Replve duplicate #includes
...
From Slava Semushin <slava.semushin@gmail.com>, via private mail
2007-01-17 00:30:23 +00:00
hubertf
48b31403c5
Remove duplicate #includes
...
From Slava Semushin <slava.semushin@gmail.com>, via private mail
2007-01-17 00:21:43 +00:00
pooka
fb784fec83
g/c revoke msg structure
2007-01-16 22:38:19 +00:00
pooka
c068d370f2
revoke revoke
2007-01-16 22:37:17 +00:00
christos
2f00fab993
remove CPUID2MODEL, since it is defined in specialreg.h
2007-01-16 22:32:46 +00:00
pooka
acd0be5c12
* don't wait for the answer of VOP_RECLAIM, just fire-and-forget
...
* revoke puffs_revoke. we can deal with it just by calling genfs_revoke
2007-01-16 21:58:49 +00:00
dogcow
8f871f1a8d
#include <sys/sa.h> to get sys_upcall_t def.
2007-01-16 20:12:40 +00:00
cbiere
e977a74585
Fix for PR bin/35432:
...
* The flags "crtux" are mutually exclusive for tar.
* The flags "ipt" and "oA" are mutually exclusive for cpio.
2007-01-16 19:06:41 +00:00
agc
def8f5055b
Catch up with minor bump of libc.
2007-01-16 18:54:32 +00:00
gdt
89c94a6a6f
At perry@'s urging, add untested heuristic to set rbus_min_start to 3
...
GB on machines with (strictly) more than 2GB of ram.
If you have a machine with > 2GB of ram and cardbus, please let gdt
know if this works.
2007-01-16 18:46:03 +00:00
cbiere
13b350466e
Fixed string truncation bug in flags_to_string(): SAPPEND() uses
...
sizeof(string) but string is a pointer to a malloc()ed buffer.
2007-01-16 17:34:02 +00:00
hubertf
889da1779b
* Don't include headers twice
...
* Remove a few trailing whitespaces
* Rearrange and join to one #if for some headers
Patch contributed by Slava Semushin <slava.semushin@gmail.com>
in private mail.
2007-01-16 17:32:04 +00:00
christos
ae8983cebf
PR/35430: Izumi Tsutsui: Identify amd64 CPU on NetBSD/i386
2007-01-16 15:43:44 +00:00
elad
c3ca2b03a6
Add man-page for pathname(9) routines, but don't link to build yet.
2007-01-16 13:21:14 +00:00
hubertf
e3b9ec947a
#including <syslog.h> once is enough
...
From Slava Semushin <slava.semushin@gmail.com> in private mail
2007-01-16 12:08:23 +00:00
hubertf
a383094e4a
Remove duplicate #include <errno.h>
...
From Slava Semushin <slava.semushin@gmail.com> in private mail
2007-01-16 12:07:08 +00:00
elad
f266f9a5db
Use secmodel_register() and secmodel_deregister().
2007-01-16 11:53:00 +00:00
elad
f3cc348dad
Introduce secmodel_register() and secmodel_deregister() (for now left
...
undocumented) and change logic in kauth_authorize_action() to only
allow an action if it wasn't explicitly allowed/denied and there are no
secmodels loaded.
Okay yamt@.
2007-01-16 11:51:22 +00:00
ad
8e51dbdc7e
For 1:1 threads: __strong_alias(__libc_thr_yield,_sys_sched_yield)
2007-01-16 07:09:17 +00:00
ad
154a7ed75c
Add: _lwp_kill, _lwp_detach, _lwp_park, _lwp_unpark, _lwp_unpark_all,
...
sched_yield.
2007-01-16 07:07:45 +00:00
ad
d71c91cb2c
Regen.
2007-01-16 05:29:54 +00:00
ad
606e323b3e
Add sched_yield().
2007-01-16 05:28:45 +00:00
ad
b8daad9836
Fix a race between pthread_exit() and pthread_join().
2007-01-16 05:22:55 +00:00
ad
efb1fc06e2
Fix a race between pthread_create() and pthread_exit() in the 1:1 case.
2007-01-16 04:19:02 +00:00
ad
4fa8fcbfe1
Add: _lwp_kill, _lwp_detach, _lwp_park, lwp_unpark, _lwp_unpark_all.
2007-01-16 01:36:50 +00:00