lukem
00e5aa03ea
whitespace pedantry
2007-04-12 04:18:22 +00:00
reinoud
1adc8479ba
Some rogue implementations use random physical partion numbers just to
...
break other implementations so lookup the physical number instead of
indexing it. Choosing random numbers here is legal according to the specs,
but not a logical choice and most likely done as a wierd kind of copy
protection.
Rogue implementation found to use this
*Microsoft CDIMAGE UDF
2007-04-12 01:56:36 +00:00
lukem
b1e08b00c3
Various fixes from Nicholas Marriott sent to openbsd-tech and in private email:
...
* Prevent segfault if a .netrc token is too long.
* Prevent segfault when using a macro from an empty macdef.
* Check more return values.
2007-04-12 01:28:13 +00:00
degroote
20341ba8ef
Add sysctl tree to modify the fast_ipsec options related to ipv6. Similar
...
to the sysctl kame interface.
2007-04-11 22:21:41 +00:00
degroote
68c3173bb4
When we construct an answer for SADB_X_SPDGET, don't use an hardcoded 0 for seq but
...
the seq used by the request. It will improve consistency with the answer of SADB_GET
request and helps some applications which relies both on seq and pid.
Reported by Karl Knutsson by pr/36119.
2007-04-11 21:33:40 +00:00
pooka
1cfe630356
adapt to new readdir signature. no functional change
2007-04-11 21:21:50 +00:00
degroote
2a2cd74d79
In spddelete2, if we can't find the sp by this id, return after sending an error message,
...
don't process the following code with the NULL sp.
Spotted by Matthew Grooms on freebsd-net ML
2007-04-11 21:19:35 +00:00
pooka
7ed53cb9ec
adapt to new readdir signature. no functional change
2007-04-11 21:10:49 +00:00
pooka
5af002af7d
support nfs exporting sysctlfs. it is now possible to manage the
...
sysctl tree for a host over nfs (for however megaexciting that is)
2007-04-11 21:08:52 +00:00
pooka
3e65ff17b5
support nfs exporting dtfs
2007-04-11 21:07:54 +00:00
pooka
664eefa775
update prototype of vfs_vptofh
2007-04-11 21:06:32 +00:00
pooka
6b7023f08f
* support nodetofh and fhtonode callbacks
...
* use new signature of node_readdir
2007-04-11 21:04:51 +00:00
pooka
f50d2a26f2
* support VFS_FHTOVP and VFS_VPTOFH
...
* support cookies in for VOP_READDIR
nfs exporting puffs file systems works now
2007-04-11 21:03:05 +00:00
plunky
a7ea3f4e89
add const to the data for hid_use_report_desc() since it does
...
not modify the memory.
2007-04-11 20:56:20 +00:00
bouyer
dcb3400385
Sync ISO target directory and name with distrib/common/Makefile.bootcd:
...
target directory is ${RELEASEDIR}/iso/, named ${MACHINE}cd.iso by
default.
2007-04-11 20:46:09 +00:00
plunky
6b1f9646c6
release prop objects after they have been retained by dictionary
2007-04-11 20:01:01 +00:00
plunky
51bb5141d1
constify char *service
2007-04-11 19:59:02 +00:00
garbled
4256fea0fa
add the define of MCA_MAX_SLOTS here
2007-04-11 18:33:52 +00:00
garbled
d3f6afef69
Remove the define of MCA_MAX_SLOTS from mcareg.h, and include
...
mca_machdep.h, because the maximum number of slots is inherently MD.
2007-04-11 18:32:19 +00:00
garbled
29fbd02006
Regen
2007-04-11 18:11:34 +00:00
garbled
6256d37223
Add a bunch of adapters from my rs6000 to this file
2007-04-11 18:11:15 +00:00
macallan
e1dc09af02
clean up tadpole_request() API
...
from mrg
2007-04-11 16:30:26 +00:00
christos
c2d75511d9
Add CDSOURCE variable to include the source in the CD. From Anon Ymous
...
Misc cleanups
2007-04-11 16:21:40 +00:00
njoly
bc7c2c3b94
Regen (statfs support).
2007-04-11 11:51:19 +00:00
njoly
f771d34a84
- Add compat amd64 linux32 statfs support, adapted from PR/35956.
...
- Move bsd_to_linux_statfs() function to its own file to be shared
between both linux compats.
ok by manu.
2007-04-11 11:45:55 +00:00
pooka
c634885e0f
make overspammy debug printf less overspammy
2007-04-11 09:43:19 +00:00
kiyohara
a0f7691122
Add btuartd.conf to bluetooth.
2007-04-11 07:16:28 +00:00
lukem
ea73350dac
Suppress printing non-COMPLETE reply strings from EPSV and EPRT, as we're
...
going to fall back to PASV / PORT (respectively) if the former fail,
and this avoids printing a failure reply followed by a success reply.
Should fix a problem with the emacs ftp wrapper.
2007-04-11 05:03:25 +00:00
macallan
7c906f3f93
return 100 in match() so we beat genfb
2007-04-11 05:01:39 +00:00
macallan
cea884f98c
mention genfb
2007-04-11 04:51:26 +00:00
macallan
df0a99cbb2
fix a typo
2007-04-11 04:48:31 +00:00
macallan
70eab97a3a
add WSDISPLAYIO_LINEBYTES support so we can run XFree86 with wsfb
2007-04-11 04:47:09 +00:00
macallan
32376f5c18
pull in rasops1 and rasops32
2007-04-11 04:46:33 +00:00
macallan
9b5f7f0162
add an sbus frontend fro genfb
...
in theory this should work on any SBus framebuffer
tested on various cgsix and p9100, needs to be tested on more hardware
2007-04-11 04:45:45 +00:00
lukem
7aab13aa67
Revert rename of "debug" command from "ftp_debug" back to "debug".
2007-04-11 04:40:19 +00:00
macallan
02be3c78f3
add WSDISPLAY_TYPE_GENFB
2007-04-11 04:09:10 +00:00
matt
4e8374bdef
Workaround a gcc 4.1 issue. don't use s.m = s2.m = s3.m = ...
...
assign them individually.
2007-04-11 02:22:36 +00:00
matt
c9e6e23717
If possible, adjust extzv/insv to not cross int boundaries.
2007-04-11 02:21:07 +00:00
lukem
06cab527ea
getpass() can return NULL upon error in some implementations
...
(as documented in older standards documents, before the API was obsoleted).
Problem observed in tnftp on Solaris by Emil Mikulic.
2007-04-11 00:52:38 +00:00
jmcneill
ab47cb33cd
Add SGI MACE ps2 keyboard/aux controller driver. ok rumble@
...
XXX can someone confirm that we can remove pckbc_mace?
2007-04-10 23:44:10 +00:00
dsl
74df11d186
Save a byte from the mbr code (by using lret not ljmp).
2007-04-10 16:54:34 +00:00
dsl
e38a76cc13
Change the default 'oemname' from NetBSD20 to NetBSD40
2007-04-10 16:50:25 +00:00
ad
4b51d2a228
Remove "4. implement interrupt LWPs." as a goal of the yamt-idlelwp branch.
...
Trying to get this into the branch would delay it.
2007-04-10 15:36:02 +00:00
pooka
c6d7dea8d5
use dev_t from puffs_node instead of duplicating it into
...
fs specific structures
2007-04-10 13:32:02 +00:00
ad
c7f468e608
turnstile_wakeup: when restoring inherited priority, only lock curlwp
...
if its lock is sched_mutex. We can arrive here while on a sleep queue
(from eg cv_wait) and so curlwp will already be locked.
2007-04-10 13:11:08 +00:00
pooka
d99ec1ff38
g/c leftovers
2007-04-10 12:29:29 +00:00
bouyer
1fde203078
Fix build on 32bit ports; should fix GENERIC_DIAGNOSTIC build problem reported
...
by Hisashi T Fujinaka on current-users.
2007-04-10 12:18:26 +00:00
bouyer
3b515a1a65
Fix previous: don't AcpiOsFree() twice if the device is valid.
2007-04-10 12:15:27 +00:00
macallan
43b2c2b989
include files.wsfb
2007-04-10 02:50:32 +00:00
macallan
2644a249ac
include files.wsfb
2007-04-10 02:40:16 +00:00