Commit Graph

144333 Commits

Author SHA1 Message Date
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
simonb
fa4d68e618 The hooks pointed to by VFS_HOOKS_ATTACH are in the (read/write) data
segment and not a readonly segment, so use __link_set_add_data for them.
Fixes problems with corrupt vfs attach hook lists on our remaining a.out
platform.
2006-03-06 22:47:13 +00:00
bouyer
e7ef71f0c6 Config file for Xen3 DomU kernel. 2006-03-06 22:28:44 +00:00
agc
5eb45d3d63 Sync lists with reality - add svwsata(4) and catman page. 2006-03-06 22:21:25 +00:00
bouyer
028c20dba6 Adapt for recent changes in UVM. 2006-03-06 22:10:28 +00:00
bouyer
be18814951 Fix build issues that didn't show up in my private tree. 2006-03-06 22:04:18 +00:00
matt
044257a109 Add a diagnostic printf if a write fails during a coredump. 2006-03-06 21:53:29 +00:00
macallan
8700623aff - use vcons
- enable the external VGA port when tctrl detects a monitor
2006-03-06 21:53:17 +00:00
macallan
7d93c08c77 - use a lock to serialize tadpole_request()
- add a callback to signal monitor detection on the external VGA port
- don't call tadpole-request() in interrupt context
- use a kernel thread for various not time-critical work like device
  monitoring, LCD status updates, external event handling and so on
(the monitoring stuff is preliminary and to be replaced by a more generic API)
2006-03-06 21:43:29 +00:00
simonb
f27f6a0ae1 Remove commented out "ausmbus" instance now that there's a fleshed out
instance above this.
2006-03-06 21:29:23 +00:00
christos
230c3d4ed6 Print the actual eofc, instead of ^D\b\b.
Change internal character decoding to prevent buffer oveflows.
2006-03-06 21:11:56 +00:00
christos
0fd1bd6295 use the tty chars for reprint and eof instead of hard-coded ^R and ^D 2006-03-06 21:11:03 +00:00
agc
d4397af4d8 One more off the TODO list, although I hadn't realised it was going to be
as painful as it was.

Teach GNU autoconf to recognise socklen_t, and use it in the code.
2006-03-06 20:52:32 +00:00