Commit Graph

144195 Commits

Author SHA1 Message Date
dyoung
e9dba3e91c Rename BIT(n) macro to _BIT(n) to avoid a conflict with forthcoming
bit-twiddling macros.
2006-03-08 00:14:20 +00:00
peter
4cab041d0b Jornada 720 US/UK: map the win and fn buttons correctly.
Problem reported and patch tested by Alex Poylisher.
2006-03-07 23:39:39 +00:00
he
8aa8bfed52 Remove another instance of the macro triplet SET/CLR/ISSET, now
found in <sys/types.h>.
2006-03-07 23:32:53 +00:00
he
ed846418fd Remove unused ISSET macro. 2006-03-07 23:30:19 +00:00
he
488517487a Conditionally undefine ISSET before defining it locally with
different expansion (tests a given bit number).
2006-03-07 23:26:24 +00:00
he
81afc84174 Remove another instance of the macro triplet SET/CLR/ISSET, now
found in <sys/types.h>.
2006-03-07 23:19:05 +00:00
he
fa612b7436 Remove local ISSET macro definition. 2006-03-07 23:18:31 +00:00
jmcneill
e20bf2a14d Don't try to suspend while already suspended. 2006-03-07 23:16:20 +00:00
jld
25ab6c9464 Improve timekeeping under Xen. Specifically, replace use of
cc_microtime with a MD function that isn't affected by erratic "clock
interrupts" and instead takes more advantage of time information
provided by the hypervisor.  Fixes, most importantly, a case where the
clock as seen by userland would sometimes bounce back and forth by up to
1<<31 us (~35 min).

Approved by bouyer@; explained in more detail in
http://mail-index.netbsd.org/port-xen/2006/02/28/0002.html
2006-03-07 23:08:14 +00:00
jnemeth
61f477b7e3 PR/31531: Takahiro Kambe: shutdown(8) quietly exit if execed from login shell 2006-03-07 22:19:55 +00:00
bouyer
c743cbc911 Regen: added more serverwork SATA controllers. 2006-03-07 22:12:14 +00:00
he
097212d1dd Remove another instance of the macro triplet SET/CLR/ISSET, now
found in <sys/types.h>.  Also removed ISCLR, and transformed the
single use to !ISSET.
2006-03-07 22:12:05 +00:00
bouyer
d43ac7ad9d Also support Serverwork Frodo4, Frodo8 and HT-1000 in svwsata.
From OpenBSD.
2006-03-07 22:11:25 +00:00
elad
33e5cb5406 Add entry for elad-kernelauth. 2006-03-07 19:55:07 +00:00
christos
b2927ed049 remove unused ISCLR macro. 2006-03-07 19:15:50 +00:00
macallan
c415b408ad switch to wscons 2006-03-07 18:57:40 +00:00
he
f1cd142fed Document the hack to make ipsend and iptest build for NetBSD/vax,
with a pointer to PR#32907 for further details.
2006-03-07 18:24:13 +00:00
rpaulo
1d38428ed2 Add Pentium M 730 1.6Ghz. 2006-03-07 18:20:54 +00:00
he
56dbe819ca If compiling for NetBSD/vax, define boolean_t here before including
<sys/file.h> with _KERNEL defined.  Also add a 3-line XXX comment
explaining some of why this is done.
Should fix the build problem documented in PR#32907.
Will be documented in doc/HACKS shortly.
Fix discussed with thorpej.
2006-03-07 18:18:06 +00:00
pooka
4e6df87951 add CIRCLEQ_LOOP_{NEXT,PREV}.{0,3} 2006-03-07 18:16:46 +00:00
wiz
e2a71c2aab 'advertisment' -> 'advertisement', from leonardo chiquitto filho
via jmc@openbsd.
2006-03-07 18:15:28 +00:00
pooka
cbb99f35f7 document CIRCLEQ_LOOP 2006-03-07 18:13:43 +00:00
pooka
b28fd3a188 add CIRCLEQ_LOOP_{NEXT,PREV}(), as discussed (briefly) a while ago
on tech-userlevel
2006-03-07 17:56:00 +00:00
pooka
5f64ff8fb1 add fdclone to NAME also 2006-03-07 17:24:35 +00:00
pooka
25833a1352 fdavail is a goner 2006-03-07 17:22:10 +00:00
pooka
1279f1b037 remove the no longer useful fdavail(), as proposed and (thankfully) not
discussed on tech-kern
2006-03-07 17:13:53 +00:00
he
3081ceee1a Remove another instance of the macro triplet SET/CLR/ISSET, now
found in <sys/types.h>.
2006-03-07 16:36:41 +00:00
shige
675a401abf Change name of SMBus include: smbusreg.h => ausmbus_pscreg.h. 2006-03-07 16:34:16 +00:00
he
93e5acd417 Removed another instance of the macro triplet SET/CLR/ISSET, now found
in <sys/types.h>.  An ISCLR macro remains here for now.
2006-03-07 16:33:39 +00:00
jmcneill
d5491c459e Put the device in D3 state when it's not in use to save power. 2006-03-07 15:18:59 +00:00
jmcneill
675467928f Document powerstate callback in audio_hw_if 2006-03-07 15:18:11 +00:00
jmcneill
d2e442a982 Add a 'powerstate' callback to audio_hw_if, to allow hw drivers to power
themselves down when not in use.
2006-03-07 15:17:47 +00:00
he
94f50856da Remove another instance of the macro triplet SET/CLR/ISSET, now
to be found in <sys/types.h>.
2006-03-07 14:01:41 +00:00
tron
b855636ac0 Fix build problems caused by the last commit by only providing the
prototypes for trace_XXX() if _KERNEL is defined and including
"sys/types.h" in that case to get the definition of "boolean_t".
2006-03-07 13:18:20 +00:00
uebayasi
f059840dbd * Don't define SET/CLR/ISSET locally.
* Avoid shadow in a pointer-to-function declaration.
2006-03-07 10:53:29 +00:00
bouyer
6fd7d5ae1b Regen for serverworks K2 SATA addition. 2006-03-07 08:56:44 +00:00
he
94da908135 Remove another instance of the SET/CLR/ISSET macro tripelet, now
found in <sys/types.h>.
2006-03-07 08:21:00 +00:00
thorpej
61dd49d3bc Syscall debug tracing is handled by trace_enter() / trace_exit(). Change
trace_is_enabled() to return TRUE if SYSCALL_DEBUG is defined, and g/c
all of the SYSCALL_DEBUG handling from individual system call dispatch
routines.
2006-03-07 07:21:50 +00:00
thorpej
a2b6f1b10c Wrap calls to (*e_syscall_intern)() in __HAVE_SYSCALL_INTERN. Fixes
VAX build.
2006-03-07 07:19:44 +00:00
matt
319869c477 Don't cast lvalue. remove uninitialized reference. 2006-03-07 04:45:52 +00:00
thorpej
be8b235384 Clean up fallout proc_is_traced_p() change:
- proc_is_traced_p() -> trace_is_enabled(), to match trace_enter() and
  trace_exit().
- trace_is_enabled() becomes a real function.
- Remove unnecessary include files from various files that used to care
  about KTRACE and SYSTRACE, but do no more.
2006-03-07 03:32:04 +00:00
uwe
ff265b0443 In binutils 2.16 new SuperH flags were introduced. Since we still use
old gdb, teach it new flags, so that it can recognize binaries compiled
with new binutils.  For new flags set arch to an approximate superset
that this version of bfd knows about.  This is good enough for gdb.

PR port-sh3/32972
2006-03-07 02:16:23 +00:00
dogcow
f50580b5db Add a slew of CPUID information, and now deal correctly with 533FSB CPUs.
un-revert the 760 frequencies, as a consequence.
2006-03-07 02:16:04 +00:00
hubertf
8c061da318 Xref pwhash(1),
pointed out by Stefan Schumacher at the Chemnitz Linuxdays
2006-03-07 01:52:09 +00:00
thorpej
6e72296875 Remove SET/CLR/ISSET definitions. 2006-03-06 23:19:50 +00:00
jnemeth
e8c92f0c6b PR/30923: Zafer Aydogan: pam too verbose
Make it explicit that by default, you can only login as root on the console.

Approved by christos@.
2006-03-06 23:16:44 +00:00
jnemeth
9804398129 PR/30923: Zafer Aydogan: pam too verbose
Syslog root login failures on insecure terminals.

Approved by christos@.
2006-03-06 23:08:20 +00:00
jnemeth
99089ba6f8 PR/30923: Zafer Aydogan: pam too verbose
Don't display a different message for root logins on insecure terminals.

Approved by christos@.
2006-03-06 23:06:18 +00:00
shige
97e07f10cd Change name of SMBus include: smbusreg.h => ausmbus_pscreg.h. 2006-03-06 23:06:17 +00:00
jnemeth
a2645cdaf4 PR/31059: Zafer Aydogan: login too verbose
Don't display a different message for root login on insecure terminal.

Approved by christos@.
2006-03-06 22:59:27 +00:00