Commit Graph

138883 Commits

Author SHA1 Message Date
christos
bce5269120 Move extern kernel variable declarations, into a _KERNEL protected session
so that the don't pollute userland's namespace.
2005-07-31 20:18:32 +00:00
xtraeme
c99f08c80d typo 2005-07-31 19:40:50 +00:00
xtraeme
016ad35975 Add scan_lfs(8), utility to find LFS partitions on disk, useful
to recover lost disklabels.
2005-07-31 19:26:06 +00:00
skrll
feea7c2127 Add ucycom(4). 2005-07-31 18:55:08 +00:00
christos
102bb7e88c - eliminate a goto.
- cast more returns to void.
- use waitpid instead of wait() to wait for our process, not accidentally
  wait for other children.
- return exitstatus only if exited, and return the termination signal otherwise.
2005-07-31 17:52:01 +00:00
augustss
c3723e17d4 Add ucycom.4 2005-07-31 13:31:07 +00:00
kent
b5db3a23de - make sure the power state of a node is D0
- ignore unsoliticited responses
2005-07-31 06:48:15 +00:00
yamt
852a558e35 revert 1.286 for now. (VMSWAP) 2005-07-31 04:13:20 +00:00
yamt
97d20debb1 regen. 2005-07-31 04:05:25 +00:00
yamt
38ca5312d2 revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.
2005-07-31 04:04:30 +00:00
nakayama
a658c6f937 Add missing name and date in previous commit. 2005-07-31 01:34:20 +00:00
nakayama
d3dd7ae56b hpcmips: Add teliosio(4) driver for the Sharp Telios LCD screen and
Battery unit.
2005-07-31 01:11:07 +00:00
yamt
39df1811b1 document VMSWAP. 2005-07-31 01:07:02 +00:00
wiz
b4c2f91b37 Add an article. 2005-07-31 00:25:58 +00:00
wiz
f140dc629e Add /usr/share/man/{cat,html,man}4/hpcmips. 2005-07-31 00:22:55 +00:00
wiz
c8110a6e00 Add some articles. 2005-07-31 00:21:09 +00:00
nakayama
69b6d49897 Add man page for teliosio(4). 2005-07-31 00:12:16 +00:00
nakayama
588f33c33a Get AC/battery state via config_hook_call if hooks are registered. 2005-07-30 22:51:42 +00:00
nakayama
8ff59f4fc0 Add LCD brightness control keymaps and correct some key assigns for
Sharp Telios series.
2005-07-30 22:45:13 +00:00
nakayama
2911078947 Add LCD and battery control support for Sharp Telios series. 2005-07-30 22:40:33 +00:00
christos
5fc171f88e Partially fix. Now it comes up, associates with wep, but something is wrong
with tcp since it crashes in wep encryption when I cvs update.
2005-07-30 21:15:51 +00:00
mhitch
7bf06e6ec1 The handler for the periodic ENQUIRY command was not unmapping the ccb
data buffer, which left stale flags which caused Alpha ES40 crashes.  Add
the mlx_ccb_unmap() call and the ES40 now runs with > 1GB memory.
2005-07-30 17:37:11 +00:00
mhitch
2e8c0b59d2 Check for stale flags in the DMA map. This was causing crashes on an ES40
with more than 1GB of memory due to a bug in one of the drivers.  From
Jason Thorpe.
2005-07-30 17:25:51 +00:00
rpaulo
056ff58f97 Since bpf is now a clonable device, remove references to /dev/bpfX.
Update the structs so that they match bpf.h and bpfdesc.h.
Bump date.

ok christos@
2005-07-30 16:37:36 +00:00
yamt
6cae8c8d70 as swap is now optional, ENXIO on /dev/drum is normal. 2005-07-30 16:32:29 +00:00
christos
244d270d1b warns=3, delint. 2005-07-30 16:19:09 +00:00
christos
d8213a2a2a - Check stdin, stdout, and stderr for a tty. From Liam Foy for SUSv3
compliance.
- While here, delint, prototypes, getsetprogname, warns=3
2005-07-30 16:14:39 +00:00
christos
86741d79ab - Fix the remaining indr_references so that they define lint symbols.
- Add an internal symbol for strerror_r (thanks klaus for noticing)
- Remove internal __strerror
2005-07-30 15:21:20 +00:00
chris
195158eb08 When the footbridge does a bus space mapping it should default to
making the mapping not cacheable, and only allow caching if the relevant
flag is passed in.

This doesn't seem to fix, or break anything, but it matches the expected
bus space API.
2005-07-30 15:14:29 +00:00
christos
78a36d519b The language lawyers claim that it is invalid to test a freed pointer, so
don't!
2005-07-30 15:06:43 +00:00
christos
2709ce754e Fix compilation with FD_DEBUG. 2005-07-30 14:49:35 +00:00
christos
e8323719e6 Usage should exit with to according to posix (from Liam Foy).
While here, pass WARNS=3 and lint
2005-07-30 14:43:13 +00:00
christos
32a16509f3 If the class was not specified, don't print a warning. 2005-07-30 14:35:23 +00:00
wiz
0a56fe008a Drop trailing whitespace. 2005-07-30 13:22:34 +00:00
wiz
ed1153a3aa Fix typo reported in PR 30872. 2005-07-30 11:11:46 +00:00
yamt
19ff568b84 allow configuration without swap. 2005-07-30 06:40:30 +00:00
yamt
8609a4e161 regen. 2005-07-30 06:37:15 +00:00
yamt
558fded29a add "options VMSWAP" to non INSTALL kernels. 2005-07-30 06:35:34 +00:00
yamt
1d0891101c defflag VMSWAP. 2005-07-30 06:33:33 +00:00
skrll
c6963d0441 regen. 2005-07-30 06:18:39 +00:00
skrll
acd7c4c5ca Add a driver for Cypress microcontroller based USB serial adapters.
XXX hw flow control is not supported.
2005-07-30 06:14:49 +00:00
grant
7dab65d668 regen 2005-07-30 01:14:51 +00:00
grant
d48996a15a use same form for secondary display as other ATI devices 2005-07-30 01:14:38 +00:00
grant
4201215f6f regen 2005-07-30 01:13:23 +00:00
grant
c9944d0dc8 add some device ids for the ATI Radeon 9200 Pro. 2005-07-30 01:12:59 +00:00
christos
b3350d3e14 Remove unused files. From Max Okumoto. 2005-07-30 00:49:13 +00:00
christos
1a191ad79e PR/29862: Denis Lagno: sshd segfaults with long keys
The problem was that the rsa fips validation code did not allocate long
enough buffers, so it was trashing the stack.
2005-07-30 00:38:40 +00:00
elad
f73e4c7b31 Simplify previous commit. 2005-07-29 22:57:34 +00:00
elad
3c0a7f641b Use real executed program in logs instead of the script that was executed.
For example, this used to give false logs of matching fingerprint for
foo.sh while foo.sh don't have an entry, and the program executed (and
matching the fingerprint) is the interpreter - /bin/sh.
2005-07-29 22:37:11 +00:00
rpaulo
8a5e2a50be ftp-proxy -i also supports '-R address[:port]' and '-S address'.
ok peter@
2005-07-29 21:34:18 +00:00